Commit graph

  • 33846cee34
    💄 style: replace the search button with a magnifying glass (#483) Леонтий Вартанян 2024-01-06 21:17:11 +03:00
  • dde117e7e6 modify: changed cache_key format data ddotthomas 2024-01-04 11:05:09 -07:00
  • 86b0d3d6c9 Moved parsing of cookie_value, config to cache_key ddotthomas 2024-01-02 16:26:04 -07:00
  • 36e2ac93be
    Merge branch 'rolling' into FIX/463_results_from_different_search_engines_get_cached_as_the_same_key neon_arch 2024-01-02 12:29:54 +03:00
  • 3a97a6f621
    ⬆️ build(deps): bump async-trait from 0.1.75 to 0.1.76 (#481) dependabot[bot] 2024-01-02 10:21:40 +03:00
  • 92a141c1c5
    ⬆️ build(deps): bump redis from 0.23.3 to 0.24.0 (#480) dependabot[bot] 2024-01-02 10:15:12 +03:00
  • c73cb838e2
    ⬆️ build(deps): bump minify-js from 0.5.6 to 0.6.0 (#479) dependabot[bot] 2024-01-02 10:08:59 +03:00
  • ebd69ff427
    ⬆️ build(deps): bump serde_json from 1.0.108 to 1.0.109 (#478) dependabot[bot] 2024-01-02 09:40:46 +03:00
  • af3385d1c2
    build(deps): bump actions/stale from 8 to 9 (#476) dependabot[bot] 2024-01-02 09:31:29 +03:00
  • 649e0db5cb
    build(deps): bump actions/labeler from 4 to 5 (#477) dependabot[bot] 2024-01-02 06:11:14 +00:00
  • 62459c68e8
    build(deps): bump rust from 1.74.0-alpine3.18 to 1.75.0-alpine3.18 (#475) dependabot[bot] 2024-01-02 06:05:57 +00:00
  • db1115f19e fix: add comma separator and format macro ddotthomas 2024-01-01 19:36:18 -07:00
  • 50aa52c485
    Bing for the search engine (#473) (#473) Jann Marc Villablanca 2024-01-01 19:57:31 +08:00
  • 5020f36c90
    ♻️ refactor: standardize the content-type header by using an enum value over typing it manually (#474) Леонтий Вартанян 2023-12-31 13:31:07 +03:00
  • 5b4864424a
    perf: Compression for the page responses of the search engine (#472) Siddharth Tiwari 2023-12-31 15:27:50 +05:30
  • 4f4cb220cc fix: changed dereferencing ddotthomas 2023-12-30 22:18:15 -07:00
  • 286bcf1bd3 fix: added a config parse backup ddotthomas 2023-12-30 22:12:43 -07:00
  • bfeb81270c fix: modify cache key with engines used for search ddotthomas 2023-12-30 19:19:22 -07:00
  • ddb10f6584
    Merge pull request #469 from neon-mmd/FIX/468_pagination-for-the-upstream-search-engines-not-working alamin655 2023-12-30 21:37:06 +05:30
  • 61393ba7c4
    Merge branch 'rolling' into FIX/468_pagination-for-the-upstream-search-engines-not-working neon_arch 2023-12-30 13:17:44 +03:00
  • f2907641d2 🔖 chore(release): bump the app version (#468) neon_arch 2023-12-30 13:08:55 +03:00
  • 7d42c84aaf 🚑️ fix(engine): fix the pagination code for startpage engine (#468) neon_arch 2023-12-30 13:07:18 +03:00
  • 72da32383e 🚑️ fix(engine): fix the pagination code for searx engine (#468) neon_arch 2023-12-30 13:06:57 +03:00
  • 2bdddaf928 🚑️ fix(engine): fix the pagination code for librex engine (#468) neon_arch 2023-12-30 13:06:35 +03:00
  • 0dd25aacb6 🚑️ fix(engine): fix the pagination code for duckduckgo engine (#468) neon_arch 2023-12-30 13:05:04 +03:00
  • 41f3fe7485
    Merge pull request #462 from neon-mmd/CHORE/461_display-the-user-provided-settings-from-the-config-or-the-ui-in-the-settings-page alamin655 2023-12-30 12:27:50 +05:30
  • 7f84c6346d
    Merge branch 'rolling' into CHORE/461_display-the-user-provided-settings-from-the-config-or-the-ui-in-the-settings-page alamin655 2023-12-30 12:23:47 +05:30
  • d073aa247a
    ♻️ refactor: start tracking page numbers from 0 instead of 1 in the backend (#467) ddotthomas 2023-12-29 11:20:38 -07:00
  • 9f23a1c70b
    feat(engine): mojeek for the search engine (#464) Jann Marc Villablanca 2023-12-30 00:21:06 +08:00
  • d8943709c7 🚨 chore: make cargo format checks happy (#461) neon_arch 2023-12-28 21:08:11 +03:00
  • 93afb6b8c9
    Merge branch 'rolling' into CHORE/461_display-the-user-provided-settings-from-the-config-or-the-ui-in-the-settings-page neon_arch 2023-12-28 21:04:21 +03:00
  • 83c3981697 🔖 chore: bump the app version (#461) neon_arch 2023-12-28 20:22:05 +03:00
  • 40138572be 🚨 chore: make clippy checks happy (#461) neon_arch 2023-12-28 20:15:38 +03:00
  • 7b392b369d 💄 chore: add style for the new message when a setting is managed by the config cannot be altered/modified (#461) neon_arch 2023-12-28 20:09:35 +03:00
  • 26aa345f06 🚸 chore: pass the safe_search_level & upstream_search_engines as a hashmap in the settings view function (#461) neon_arch 2023-12-28 19:56:11 +03:00
  • b7a23f1826 🚸 chore: add code to display saved settings from the config on the settings page (#461) neon_arch 2023-12-28 19:54:47 +03:00
  • 34468202f9 🚸 chore: add code to display saved user settings from the cookies on the settings page (#461) neon_arch 2023-12-28 19:54:28 +03:00
  • 9f5213cf42
    🐛 fix: explicit content-type header for the search page response (#458) maokwen 2023-12-28 12:05:21 +08:00
  • 43357493d5
    🐛 fix: explicit Content-Type header for HTTP response (#457) maokwen 2023-12-27 16:24:44 +08:00
  • 1d9718798f
    Merge pull request #455 from neon-mmd/DOCS/439_revise-the-docs-to-remain-in-sync-with-the-current-changes alamin655 2023-12-25 18:43:11 +05:30
  • 8312d21f9f
    Merge branch 'rolling' into DOCS/439_revise-the-docs-to-remain-in-sync-with-the-current-changes alamin655 2023-12-25 18:37:38 +05:30
  • 0943b8b8c4
    📝 Developer environment setup on NixOS (#454) Jann Marc Villablanca 2023-12-24 12:27:54 +08:00
  • 3b127d26a1
    Merge branch 'rolling' into DOCS/439_revise-the-docs-to-remain-in-sync-with-the-current-changes neon_arch 2023-12-23 21:25:03 +03:00
  • 96ed04c298 🔖 chore: bump the app version (#439) neon_arch 2023-12-23 20:23:41 +03:00
  • e8f9ad2479 📝 docs: provide a note on the pkg_env environment variable & update the example config file (#439) neon_arch 2023-12-23 20:05:33 +03:00
  • fb46d2c6f2 📝 docs: update the theme example & add a new animation section (#439) neon_arch 2023-12-23 19:42:43 +03:00
  • a66362bce1 📝 docs: provide explanation for the new config file options (#439) neon_arch 2023-12-23 19:32:55 +03:00
  • 12843414f8
    🧑‍💻 feat: add cargo-watch to nix dev shell (#452) Jann Marc Villablanca 2023-12-23 14:45:30 +08:00
  • 493696f4e2 📝 docs: update the project structure and the associated explaination (#439) neon_arch 2023-12-23 00:09:11 +03:00
  • b95c3c8afe
    🐛 fix: add openssl runtime dependencies (#451) Jann Marc Villablanca 2023-12-22 12:32:05 +08:00
  • c698f4e0ef
    💄 Different text color for the visited search results title links in the search page (#445) aocosmic 2023-12-20 23:25:13 +08:00
  • 67c3e39d4e
    Merge pull request #442 from neon-mmd/imgbot alamin655 2023-12-14 22:55:12 +05:30
  • 6d497fcf81
    🔖 chore(release): bump the app version (#442) alamin655 2023-12-14 22:51:17 +05:30
  • e45122288d
    🔖 chore(release): bump the app version (#442) alamin655 2023-12-14 22:50:45 +05:30
  • 5e4ed070d2
    [ImgBot] Optimize images ImgBotApp 2023-12-14 16:41:11 +00:00
  • 21591d2a0d
    Merge pull request #441 from neon-mmd/DOCS/430_new-preview-demo-images-of-the-search-engine-on-the-readme alamin655 2023-12-14 22:07:35 +05:30
  • d61ab883d9
    Merge branch 'rolling' into DOCS/430_new-preview-demo-images-of-the-search-engine-on-the-readme neon_arch 2023-12-14 15:21:32 +03:00
  • 4f27a5c9de 🔖 chore(release): bump the app version (#430) neon_arch 2023-12-14 15:12:12 +03:00
  • 94a92ae30c 📝 docs(readme): update the preview images according to the new redesign of the themes (#430) neon_arch 2023-12-14 15:09:26 +03:00
  • bb06797dec
    Merge pull request #438 from neon-mmd/CHORE/432_duckduckgo-engine-code-according-to-the-new-html-changes alamin655 2023-12-13 18:59:08 +05:30
  • 22d0ff789e
    Merge branch 'rolling' into CHORE/432_duckduckgo-engine-code-according-to-the-new-html-changes alamin655 2023-12-13 18:55:42 +05:30
  • 64ca6a30c1
    Merge pull request #437 from neon-mmd/FEAT/424_reduce-animations-effects-support-for-the-themes alamin655 2023-12-13 18:54:05 +05:30
  • 11c4b8c21d
    ✏️ fix: fix the animation names list in the config (#424) neon_arch 2023-12-13 16:04:51 +03:00
  • 3bb7614256 🔖 chore(release): bump the app version (#432) neon_arch 2023-12-12 22:03:36 +03:00
  • 582f8aee5b 👽️ chore: update the search result selectors in accordance with the html changes (#432) neon_arch 2023-12-12 21:57:59 +03:00
  • b00f76627b
    Merge branch 'rolling' into FEAT/424_reduce-animations-effects-support-for-the-themes neon_arch 2023-12-12 15:24:42 +03:00
  • c59596511f 🔖 chore(release): bump the app version (#424) neon_arch 2023-12-12 15:10:35 +03:00
  • 0bc96b167c feat: add code to handle the parsing and storing of the new settings option (#424) neon_arch 2023-12-12 15:07:31 +03:00
  • 19081b72c0 feat: provide a new settings option to change or disable animations (#424) neon_arch 2023-12-12 15:06:27 +03:00
  • 1a2a833597 feat: pass the new animation config option (#424) neon_arch 2023-12-12 15:04:44 +03:00
  • 7206e7d6a1 feat: provide a condition based handling to only import the animation when the config option has a value (#424) neon_arch 2023-12-11 21:17:23 +03:00
  • 9a4e450766 test(integration): fix the integration by providing an extra function argument (#424) neon_arch 2023-12-11 21:15:11 +03:00
  • c0d2d1ac65 feat(animations): provide a default frosted glow animation for the simple theme (#424) neon_arch 2023-12-11 21:11:48 +03:00
  • 76419a7353 feat: provide code to parse the new config option (#424) neon_arch 2023-12-11 21:10:28 +03:00
  • 0da1b9e1db feat(config): provide a new config option animation (#424) neon_arch 2023-12-11 20:59:08 +03:00
  • 1c5a317c4d feat: add a new field animation to the struct style (#424) neon_arch 2023-12-11 12:27:29 +03:00
  • 2b41fb9735
    Merge pull request #436 from diogocanut/fix-useless-use-of-format! alamin655 2023-12-11 09:40:10 +05:30
  • 86b1f62393
    🔖 chore(release): bump the app version (#436) alamin655 2023-12-11 09:35:39 +05:30
  • b718fb131c
    🔖 chore(release): bump the app version (#436) alamin655 2023-12-11 09:35:07 +05:30
  • 2c985b8db5
    Merge branch 'rolling' into fix-useless-use-of-format! alamin655 2023-12-11 09:17:15 +05:30
  • cface54414
    Merge pull request #435 from diogocanut/434/provide-a-more-resilient-searx-instance alamin655 2023-12-11 09:15:30 +05:30
  • 918d142d24
    🔖 chore(release): bump the app version (#435) alamin655 2023-12-11 09:10:25 +05:30
  • 44f51487c2
    🔖 chore(release): bump the app version (#435) alamin655 2023-12-11 09:09:41 +05:30
  • c6ae86dbb4 Fix: useless use of format! (cargo clippy warning) Diogo Canut 2023-12-10 21:34:10 -03:00
  • 15b0505b96 Provide a more resilient and reliable searx instance Diogo Canut 2023-12-10 21:24:17 -03:00
  • 397a805ffd
    💄 Improved visual fidelity for the simple theme (#426) aocosmic 2023-12-09 22:34:17 +08:00
  • c02006c297
    LibreX for the search engine (#429) alamin655 2023-12-09 16:55:28 +05:30
  • 1143846ca6
    💡 Module comment text to better describe the module code (#428) Ananth 2023-12-08 20:05:22 +05:30
  • 11166b4876
    📝 New websurfx logo for the readme (#423) aocosmic 2023-12-07 00:21:18 +08:00
  • 62682911fc
    💄 Spacing between the names of the search engines in the search results (#422) Ananth 2023-12-06 16:45:06 +05:30
  • 4cd1810527
    Merge pull request #419 from neon-mmd/FEAT/314_startpage-for-the-search-engine alamin655 2023-12-06 08:15:00 +05:30
  • b68e06c883
    Merge branch 'rolling' into FEAT/314_startpage-for-the-search-engine alamin655 2023-12-06 08:11:40 +05:30
  • 89032e63bd 🔖 chore(release): bump the app version (#314) neon_arch 2023-12-05 20:50:30 +03:00
  • e8a64f5874 feat(engine): provide startpage search engine in the config (#314) neon_arch 2023-12-05 20:49:28 +03:00
  • e1e426c517 feat(engine): provide startpage search engine (#314) neon_arch 2023-12-05 20:47:28 +03:00
  • fb2b6608fe
    💄websurfx logo redesign for better understandability (#418) aocosmic 2023-12-05 20:29:44 +08:00
  • f11d35f057
    Merge pull request #413 from neon-mmd/CHORE/remove-unneeded-github-actions-and-configs alamin655 2023-12-02 16:53:23 +05:30
  • 3ca8f63c1e 🔖 chore: bump the app version neon_arch 2023-12-02 11:50:59 +03:00
  • 3565dcea39 🔥 chore: remove unneeded github actions & their configs neon_arch 2023-12-02 11:48:02 +03:00
  • 9a53329dc6
    build(deps): bump actions/checkout from 3 to 4 (#409) dependabot[bot] 2023-12-02 04:17:45 +00:00