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

825 Commits

Author SHA1 Message Date
neon_arch
d3007e3e88 feat: add new config option 2023-07-30 10:50:52 +03:00
neon_arch
71c890ba05
Merge pull request #157 from AapoSoukkio/patch-1
🔧  Colorschemes option documentation updated in config.lua
2023-07-29 14:08:32 +03:00
Aapo Soukkio
89ee2e48ed
Colorschemes updated in config.lua 2023-07-28 18:52:01 +03:00
alamin655
3ac8465f4c
Merge pull request #154 from exalented/fix-links
Fix result links
2023-07-19 20:22:48 +05:30
alamin655
5cc28ad5eb
Merge branch 'rolling' into fix-links 2023-07-19 19:55:53 +05:30
zhou fan
9964be472e
Merge pull request #151 from neon-mmd/readme-revision
📜 Revise the `docs` to remain in sync with the current changes
2023-07-19 17:03:47 +08:00
zhou fan
512fea0321
Merge branch 'rolling' into readme-revision 2023-07-19 16:46:15 +08:00
zhou fan
e4d92166ec
Update docs/configuration.md 2023-07-19 16:41:55 +08:00
Curtis S. Alexander
f883e78146
Fix result links 2023-07-18 12:04:35 -07:00
neon_arch
b3467f6eab 🚀 chore: Bump the app version 2023-07-18 18:28:28 +03:00
neon_arch
55e1672883 📜 docs: update the theming and customisation explainations (#148) 2023-07-18 18:21:54 +03:00
neon_arch
7a33ee03d6 📜 docs: update the installation instructions (#148) 2023-07-18 18:21:13 +03:00
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