0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

Commit Graph

  • 7d470d3225
    ⬆️ Bump serde_json from 1.0.117 to 1.0.122 dependabot[bot] 2024-08-01 22:24:37 +0000
  • 834ab0718b
    ⬆️ Bump mimalloc from 0.1.42 to 0.1.43 dependabot[bot] 2024-07-01 22:22:50 +0000
  • ee8c2f29d0
    ⬆️ Bump serde_json from 1.0.117 to 1.0.120 dependabot[bot] 2024-07-01 22:22:40 +0000
  • c912b7d1e8
    ⬆️ Bump mlua from 0.9.8 to 0.9.9 dependabot[bot] 2024-07-01 22:22:28 +0000
  • d8345edae9
    ⬆️ Bump actix-web from 4.6.0 to 4.8.0 dependabot[bot] 2024-07-01 22:22:18 +0000
  • d5524d7eae
    ⬆️ build(deps): bump reqwest from 0.11.25 to 0.12.4 (#575) v1.17.7 dependabot[bot] 2024-06-08 19:05:09 +0000
  • 6efc5e591e 🚨 chore: make cargo clippy happy (#575) neon_arch 2024-06-08 21:58:07 +0300
  • 1ab161c7d0
    Merge branch 'rolling' into dependabot/cargo/reqwest-0.12.4 neon_arch 2024-06-08 21:56:09 +0300
  • b7edf49c4e 🚨 chore: make cargo clippy happy (#575) neon_arch 2024-06-08 21:40:42 +0300
  • 3c2533f69a
    build(deps): bump async-compression from 0.4.6 to 0.4.11 (#579) v1.17.6 dependabot[bot] 2024-06-08 18:28:42 +0000
  • e245bebab3
    build(deps): bump async-compression from 0.4.6 to 0.4.11 dependabot[bot] 2024-06-08 18:24:34 +0000
  • 42f121f4d7
    build(deps): bump reqwest from 0.11.25 to 0.12.4 dependabot[bot] 2024-06-08 18:24:34 +0000
  • 8225d34a9c
    build(deps): bump lightningcss from 1.0.0-alpha.55 to 1.0.0-alpha.57 (#578) v1.17.5 dependabot[bot] 2024-06-08 18:23:44 +0000
  • 007c54e455
    build(deps): bump lightningcss from 1.0.0-alpha.55 to 1.0.0-alpha.57 dependabot[bot] 2024-06-08 18:19:48 +0000
  • d2954862ea
    build(deps): bump mlua from 0.9.6 to 0.9.8 (#577) v1.17.4 dependabot[bot] 2024-06-08 18:19:00 +0000
  • 1fb793a36c
    build(deps): bump mlua from 0.9.6 to 0.9.8 dependabot[bot] 2024-06-07 19:09:14 +0000
  • f55abf934d
    build(deps): bump redis from 0.24.0 to 0.25.4 (#576) v1.17.3 dependabot[bot] 2024-06-07 19:08:26 +0000
  • 7ff60ea221
    build(deps): bump redis from 0.24.0 to 0.25.4 dependabot[bot] 2024-06-07 19:04:35 +0000
  • 052d9fd167
    build(deps): bump rust from 1.77.2-alpine3.18 to 1.78.0-alpine3.18 (#574) v1.17.2 dependabot[bot] 2024-06-07 19:01:29 +0000
  • 20fb92f698
    build(deps): bump rust from 1.77.2-alpine3.18 to 1.78.0-alpine3.18 dependabot[bot] 2024-06-01 22:43:48 +0000
  • ed661174ba
    Fix formatting m00nwtchr 2024-05-25 15:41:32 +0200
  • f6cf1ce5f5
    Enable socks feature in reqwest m00nwtchr 2024-05-25 15:34:03 +0200
  • 07e1f663df
    Add option to use a proxy for outgoing (search engine) requests. m00nwtchr 2024-05-25 15:30:08 +0200
  • bf7e73f9ff
    📝 docs(readme): list three new features provided by the search engine (#570) v1.17.1 Alex Curtis-Slep 2024-05-15 16:47:17 -0400
  • fd2a0f21af 📝 added three new lines to features in the readme alexvcs 2024-05-15 10:06:37 -0400
  • 2f4e4038b1
    Merge branch 'rolling' into FEAT/566_initial-support-for-low-powered-devices-with-other-architectures alamin655 2024-05-11 21:14:41 +0530
  • 5d06cce220
    feat(config): option to keep the websurfx server connection alive for a certain period for subsequent requests (#568) v1.17.0 ddotthomas 2024-05-09 11:24:12 -0600
  • a7e0906c0b 🔧 Added client connection keep alive option ddotthomas 2024-05-08 22:14:28 -0600
  • 33363a83ef
    Merge branch 'rolling' into FEAT/566_initial-support-for-low-powered-devices-with-other-architectures neon_arch 2024-05-06 20:35:17 +0000
  • 6200c5d53c 🚨 chore: make clippy checks happy (#566) neon_arch 2024-05-06 23:19:25 +0300
  • bbc49cbf42 🔖 chore(release): bump the app version (#566) neon_arch 2024-05-04 20:29:43 +0300
  • 408858a91e
    :bandage: fix: temporary fix for minifying js files (#565) v1.16.9 v1.16.10 ddotthomas 2024-05-04 10:57:40 -0600
  • 4993da4d89 feat: multiple profiles to support various devices with other architectures (#566) - Add 2 profiles with binary size reduction feature to allow devices with low storage to compile/build the app with smaller size. - Add 3 profiles to allow devices with low powered cpus or other architectures like arm to compile apps using less cpu usage. - Add 6 profiles with hybrid of both for both low powered cpu and low storage devices. neon_arch 2024-05-04 18:30:44 +0300
  • ba1b68801e
    Merge branch 'rolling' into 532 neon_arch 2024-05-03 18:29:47 +0000
  • d51440cd79 🐛 Temporary fix for minifying js files ddotthomas 2024-05-03 11:17:34 -0600
  • 2e50fa4edb
    build(deps): bump rust from 1.76.0-alpine3.18 to 1.77.2-alpine3.18 (#564) dependabot[bot] 2024-05-02 14:31:00 +0000
  • 322516a6bf
    build(deps): bump rust from 1.76.0-alpine3.18 to 1.77.2-alpine3.18 dependabot[bot] 2024-05-02 14:26:31 +0000
  • 9058b68f78
    build(deps): bump lightningcss from 1.0.0-alpha.54 to 1.0.0-alpha.55 (#563) v1.16.8 dependabot[bot] 2024-05-02 14:25:11 +0000
  • 093edef0fe
    build(deps): bump lightningcss from 1.0.0-alpha.54 to 1.0.0-alpha.55 dependabot[bot] 2024-05-02 14:13:15 +0000
  • c71f56051d
    Merge branch 'rolling' into 532 mergify[bot] 2024-05-02 14:12:28 +0000
  • 9f90caf262
    build(deps): bump keyword_extraction from 1.3.0 to 1.4.3 (#562) v1.16.7 dependabot[bot] 2024-05-02 14:11:45 +0000
  • 656f065d7c
    build(deps): bump keyword_extraction from 1.3.0 to 1.4.3 dependabot[bot] 2024-05-02 14:07:05 +0000
  • 1386cd6739
    build(deps): bump serde_json from 1.0.114 to 1.0.116 (#561) v1.16.6 dependabot[bot] 2024-05-02 14:06:17 +0000
  • 860dd88b0f
    build(deps): bump serde_json from 1.0.114 to 1.0.116 dependabot[bot] 2024-05-02 14:01:55 +0000
  • fe959efd0e
    build(deps): bump async-trait from 0.1.77 to 0.1.80 (#560) v1.16.5 dependabot[bot] 2024-05-02 13:59:45 +0000
  • f1c021d01d
    build(deps): bump async-trait from 0.1.77 to 0.1.80 dependabot[bot] 2024-05-02 13:55:42 +0000
  • 5b6afb0b67
    build(deps): bump maud from 0.25.0 to 0.26.0 (#559) v1.16.4 dependabot[bot] 2024-05-02 13:54:52 +0000
  • 3a10e9810c
    build(deps): bump maud from 0.25.0 to 0.26.0 dependabot[bot] 2024-05-01 22:25:33 +0000
  • 93fd8f8565
    🎨 style: change http/https header word/sentence casing (#555) v1.16.3 Todor Todorov 2024-04-25 20:31:47 +0300
  • f2afa339b9 Fix HTTP header's casing Todor Todorov 2024-04-20 18:44:55 +0000
  • 9efcf0b079
    build(deps): bump rustls from 0.21.10 to 0.21.11 (#554) v1.16.2 dependabot[bot] 2024-04-20 09:10:14 +0000
  • 9987143351
    build(deps): bump rustls from 0.21.10 to 0.21.11 dependabot[bot] 2024-04-19 19:50:14 +0000
  • 4e76d3b484
    Merge branch 'rolling' into 532 neon_arch 2024-04-07 15:35:58 +0300
  • c077e39ae7
    build(deps): bump softprops/action-gh-release from 1 to 2 (#553) v1.16.1 dependabot[bot] 2024-04-02 20:32:37 +0000
  • 27a6e1f19f
    build(deps): bump softprops/action-gh-release from 1 to 2 dependabot[bot] 2024-04-01 22:54:12 +0000
  • 7553616649 🔧 Config: Updated number_of_https_connections for the HTTPS connection pool. KekmaTime 2024-03-31 17:59:24 +0530
  • b1df4f1154
    feat(config): config option to timeout idle connections within the reqwest pool (#551) v1.16.0 Kekma 2024-03-30 18:35:44 +0530
  • 07ddc09f09 Added config option to timeout idle connections within the reqwest pool KekmaTime 2024-03-26 01:03:38 +0530
  • bb50e8bb25
    Ranking of aggregated search results based on relevancy of the search result to the user's search query (#549) v1.15.0 v1.14.0 Spencer 2024-03-25 09:16:49 +0000
  • cf550beb0a
    Merge branch 'rolling' into sort-search-results neon_arch 2024-03-25 12:12:25 +0300
  • c584a7d601
    feat(config): config option to keep tcp connection alive for a certain period for subsequent requests (#548) Kekma 2024-03-25 14:41:56 +0530
  • 9510c597e0 Fixed sizer eror in parser.rs KekmaTime 2024-03-24 16:56:11 +0530
  • 85223ceac9
    updated size to u8 Kekma 2024-03-24 16:45:18 +0530
  • 21a9a6faf6
    Merge branch 'rolling' into 526 alamin655 2024-03-24 13:07:33 +0530
  • b11295d278
    Merge branch 'rolling' into sort-search-results Spencer 2024-03-24 07:34:54 +0000
  • ce4912b9c5
    Rose pine colorscheme variants for the search engine (#550) v1.13.0 Phetzy 2024-03-24 03:31:17 -0400
  • e61ead3f31 enable non-static-synonyms features Spencerjibz 2024-03-24 01:03:40 +0000
  • 8c7ab9ba98
    Update Cargo.toml Spencer 2024-03-23 23:58:20 +0000
  • 46f4dedb32
    Update Cargo.toml Spencer 2024-03-23 23:58:12 +0000
  • b41c9aca66
    Update Cargo.toml Spencer 2024-03-23 23:57:34 +0000
  • 213e6348ce
    Update src/models/aggregation_models.rs Spencer 2024-03-23 23:57:22 +0000
  • bdf842ca23
    Update src/models/aggregation_models.rs Spencer 2024-03-23 23:57:14 +0000
  • 2e467eb4a8
    Merge branch 'rolling' into 526 alamin655 2024-03-22 18:45:15 +0530
  • f3ce20be6b Fixed import issue in tcp_connection_keepalive KekmaTime 2024-03-22 04:23:00 +0530
  • 4bd8afd70b
    Update src/results/aggregator.rs Kekma 2024-03-22 04:05:46 +0530
  • c7c0bb9e2c
    Update src/results/aggregator.rs Kekma 2024-03-22 04:05:29 +0530
  • 654c35de8d
    Merge pull request #1 from phetzy/rose-pine-schemes Phetzy 2024-03-21 12:24:55 -0400
  • b4d3e5ccef
    Merge branch 'neon-mmd:rolling' into rose-pine-schemes Phetzy 2024-03-21 12:23:17 -0400
  • 48ac3e6075
    Merge branch 'rolling' into sort-search-results Spencer 2024-03-21 09:11:03 +0000
  • 236e8871c6
    Merge pull request #547 from phetzy/rolling v1.12.1 alamin655 2024-03-21 12:22:17 +0530
  • f78c6d7660
    🔖 chore(release): bump the app version (#547) alamin655 2024-03-21 12:18:09 +0530
  • 9c6729c931
    🔖 chore(release): bump the app version (#547) alamin655 2024-03-21 12:17:38 +0530
  • 68a92447e3
    Merge branch 'rolling' into sort-search-results Spencer 2024-03-20 19:26:11 +0000
  • b87c460436 fix conflicts Spencerjibz 2024-03-20 18:11:06 +0000
  • 109dcde80b add sorting by relevance and merge new changes Spencerjibz 2024-03-20 17:45:48 +0000
  • 75ad850e42
    Merge branch 'rolling' into 526 neon_arch 2024-03-19 21:35:20 +0300
  • f011b05153 Provided a config option under the server section of the config to allow users to keep tcp connections alive for each request for a certain period of time KekmaTime 2024-03-19 19:32:31 +0530
  • 86a6751e32 adjusted simple.css about logo container svg to use the logo color variable and match the search container phetzy 2024-03-18 18:19:20 -0400
  • d119c467e7 created 3 rose pine color schemes for more customization phetzy 2024-03-18 18:10:32 -0400
  • 8779c03afa resolved issue 520: reducing binary size by using symbols instead of debug info phetzy 2024-03-18 17:59:37 -0400
  • 2149e32c9e
    feat: config option to timeout requests for fetching search results from the upstream search engines (#545) v1.12.0 Kekma 2024-03-19 01:03:52 +0530
  • 4826394454 Added new HTTP connection setting to the reqwest::ClientBuilder to timeout requests for fetching the search results from the upstream search engines. KekmaTime 2024-03-18 20:00:26 +0530
  • 7bbea406fa updated strip to equal symbols instead of debuginfo phetzy 2024-03-15 00:29:18 -0400
  • d90f3a9f07 svg on about page now uses --logo-color phetzy 2024-03-13 19:27:45 -0400
  • e03511fa8f created rose-pine-moon.css phetzy 2024-03-13 18:34:11 -0400
  • 29ca269c10 refined rose-pine-dawn.css phetzy 2024-03-13 18:28:03 -0400
  • 53d9e3a606 updated rose-pine-dawn.css color scheme phetzy 2024-03-13 18:20:31 -0400
  • cc5bc07d0b updated rose-pine.css color scheme phetzy 2024-03-13 18:10:32 -0400
  • b1cd33841e updated bg fg and logo color for rose-pine phetzy 2024-03-13 17:21:15 -0400
  • 9253521c11 created rose-pine themes phetzy 2024-03-13 17:19:52 -0400