0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 14:32:52 -04:00
Commit Graph

413 Commits

Author SHA1 Message Date
neon_arch
5bed9e735e 📜 docs: update & add option names & revise the explaination (#148) 2023-07-18 18:12:47 +03:00
neon_arch
221f38c705
Merge pull request #146 from neon-mmd/improve-async-multithreading
 Provide a way to allow users to select different engines
2023-07-18 10:59:30 +03:00
neon_arch
a28d559426 feat: add documentation for the outputs.iter() code block 2023-07-17 17:03:50 +03:00
neon_arch
987e667c3d feat: rename results_json to results 2023-07-17 13:17:24 +03:00
neon_arch
7e3b59e8c0 feat: remove the empty_result_set option and helper functions 2023-07-17 13:03:20 +03:00
neon_arch
c5fca32553 feat: fix spelling mistake in the comment 2023-07-17 10:50:15 +03:00
neon_arch
cff7de9d0f feat: rephrase the comment to break it into smaller sentences. 2023-07-17 10:47:29 +03:00
neon_arch
74e4fc6169 Merge branch 'rolling' into improve-async-multithreading 2023-07-15 19:50:31 +03:00
neon_arch
1c2ea24024 🚀 chore: bump the app version 2023-07-15 13:43:49 +03:00
neon_arch
0096154bdd feat: add documentation for the new config option 2023-07-15 13:37:53 +03:00
neon_arch
94ef62eec9 feat: add documentation to code 2023-07-15 13:36:46 +03:00
neon_arch
8133de1758 feat: add check to conditionaly pass empty_result_set to true to UI 2023-07-14 21:29:01 +03:00
neon_arch
a3edf70d1e feat: add code to pass engine errors to the UI 2023-07-14 21:27:23 +03:00
neon_arch
3aeb3b3e73 feat: add setter functions to SearchResults struct 2023-07-14 21:26:29 +03:00
neon_arch
9ee516e9b1 feat: fix code for clippy suggestions 2023-07-14 21:18:26 +03:00
neon_arch
3e6f7867eb feat: add code to parse cookies and handle engine selection from UI 2023-07-14 17:20:46 +03:00
neon_arch
27247baf0c feat: define common behaviour for all engines 2023-07-14 17:17:05 +03:00
neon_arch
c223fed394 feat: remove the time crate import 2023-07-14 17:16:13 +03:00
neon_arch
23abe619d7 feat: enable cookies feature for actix-web 2023-07-14 17:14:41 +03:00
neon_arch
2f01651be0 feat: fix bugs and add code to handle engine selections
Co-authored-by: Sabrina Jewson <58880148+SabrinaJewson@users.noreply.github.com>
2023-07-14 12:56:06 +03:00
neon_arch
0781385393 feat: implement async multithreading and engine selection code 2023-07-11 19:44:38 +03:00
neon_arch
897ab0807f feat: fix the argument type used 2023-07-11 19:43:32 +03:00
neon_arch
f9b9e87a0e feat: rewrite code by implementing common engine trait SearchEngine 2023-07-11 19:42:17 +03:00
neon_arch
b72af01e0e feat: implement common engine trait 2023-07-11 19:41:34 +03:00
neon_arch
1bccffce54 feat: add async_trait crate 2023-07-11 19:40:21 +03:00
neon_arch
ff79c1fcfb feat: code to parse and handle the new config option 2023-07-11 19:38:59 +03:00
neon_arch
7def2964b7 feat: add new config file option to choose upstream search engines 2023-07-11 19:37:31 +03:00
alamin655
e4625c3fd0
Merge pull request #144 from neon-mmd/patch-and-improve-dockerfile
Patch and improve the `Docker` deployment process
2023-07-11 19:55:53 +05:30
neon_arch
a0565f1893
Merge branch 'rolling' into patch-and-improve-dockerfile 2023-07-10 19:49:29 +03:00
neon_arch
4349d90ad5 🧹 chore: bump the app version 2023-07-10 19:32:49 +03:00
neon_arch
aab12695f0 🛠️ fix: changing from relative to absolute paths and changing the paths to be copied to and from 2023-07-10 19:27:40 +03:00
neon_arch
c5db7cc685
Merge pull request #139 from alamin655/JSDocs
🧹 chore: Enhance JS Code Documentation with Comprehensive Comments and Docstrings
2023-07-09 09:23:12 +03:00
alamin655
f341bbab9a
Merge pull request #25 from alamin655/alamin655-patch-1
Update Cargo.lock
2023-07-09 08:52:35 +05:30
alamin655
d1d1186ca6
Update Cargo.lock 2023-07-09 08:52:19 +05:30
alamin655
acc2a7e764
Merge pull request #24 from alamin655/alamin655-patch-1
Bump version to "0.13.16"
2023-07-09 08:28:55 +05:30
alamin655
e789abe1b5
Bump version to "0.13.16" 2023-07-09 08:28:38 +05:30
alamin655
dd24aec825
Merge branch 'rolling' into JSDocs 2023-07-09 08:23:15 +05:30
neon_arch
eb4ed31c9a
Merge pull request #142 from Trickshotblaster/rolling
🛠️  fix: update the colorschemes in `public/static/colorschemes`
2023-07-08 19:55:52 +03:00
neon_arch
7de44ba9d9
Merge branch 'rolling' into rolling 2023-07-08 13:20:53 +03:00
neon_arch
dd558a5a1d
Merge pull request #141 from phoffmeister/issue-140
🧹  chore: add dashes to yaml files
2023-07-08 13:03:18 +03:00
Trickshotblaster
037befaaac Make searchbar text more readable in solarized themes 2023-07-07 15:12:43 -07:00
Pierre
cc4fc0a417 add dashes to YAML files 2023-07-07 21:20:36 +00:00
alamin655
a06b23566b
Merge pull request #22 from alamin655/alamin655-patch-3
Add comments and docstrings to the code
2023-07-07 20:20:53 +05:30
alamin655
6ba8d867e9
Merge pull request #21 from alamin655/alamin655-patch-2
Add comments and docstrings to the code
2023-07-07 20:20:37 +05:30
alamin655
27776b355e
Merge pull request #20 from alamin655/alamin655-patch-1
Add comments and docstrings to the code
2023-07-07 20:20:11 +05:30
alamin655
a615fffdf3
Add comments and docstrings to the code 2023-07-07 20:09:43 +05:30
alamin655
f103e4643c
Add comments and docstrings to the code 2023-07-07 20:08:47 +05:30
alamin655
6bc06a34f5
Add comments and docstrings to the code 2023-07-07 20:05:55 +05:30
Trickshotblaster
d45d2e5c63 Update theme colors 2023-07-06 16:15:36 -07:00
neon_arch
09d9573c55
Merge pull request #111 from alamin655/check
🤖  ci: configure MegaLinter for automated code linting
2023-07-06 20:14:49 +03:00