| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-29 | Update searx.data - update_wikidata_units.py | dalf | |
| 2023-09-29 | Update searx.data - update_engine_traits.py | dalf | |
| 2023-09-29 | Update searx.data - update_currencies.py | dalf | |
| 2023-09-29 | Update searx.data - update_engine_descriptions.py | dalf | |
| 2023-09-28 | [fix] categories.html: can't select social media category using search on ↵ | Bnyro | |
| category select | |||
| 2023-09-28 | [fix] engine - currency fix and simplify | jazzzooo | |
| 2023-09-28 | [fix] bilibili new api used | Jinyuan Huang | |
| 2023-09-27 | [fix] engine - kickass update url, fix parsing, use multiple mirrors | jazzzooo | |
| 2023-09-27 | Update searx.data - update_engine_traits.py | Markus Heiser | |
| Update searx.data - update_engine_traits.py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-09-27 | [fix] engine brave - fetch traits (modified settings menu) | Markus Heiser | |
| Brave has changed it settings menu fundamental. Region codes are no longer in the HTML page, we have to read the regional codes from a JS: https://cdn.search.brave.com/serp/v2/_app/immutable/chunks/parameters.734c106a.js Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-09-27 | [fix] engine annas archive - fetch traits (modified xpath selectors) | Markus Heiser | |
| Anna’s Archive has cleaned up their languages, available file extensions and changed the HTML form. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-09-25 | solve #2839 | Jinyuan Huang | |
| 2023-09-25 | [fix] harmonize default settings for caching of /static files | Markus Heiser | |
| Caching files on the client side for more than a day can confuse the end user when updating static files[1]. Depending on the way of providing a SearXNG instance via HTTP, there are several ways to optimize the access to the /static files. However, since we don't know what optimization an admin has provided for his static files, we should have moderate settings in the defaults that run robustly in a wide variety of installations. In this sense, all caches on the client side should be cleared after one day at the latest. So far the files were cached for one year on client side; as soon as changes are made to the static files (with the option `static_use_hash: true`) the old static files are kept for one year on the CLient side / which can also be evaluated as unnecessary caching. [1] https://github.com/searxng/searxng/discussions/2821 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-09-25 | [fix] update user agent | jazzzooo | |
| 2023-09-25 | add warning about enabling public_instance setting | Emilien Devos | |
| 2023-09-25 | add new parameter called server.public_instance | Emilien Devos | |
| for enabling by default advanced limiter functions in the future allow us to add features just for the public instances | |||
| 2023-09-25 | [build] /static | Jinyuan Huang | |
| 2023-09-25 | [fix] settings icon invisble on mobile devices | Jinyuan Huang | |
| 2023-09-24 | /config: expose limiter configuration | Alexandre Flament | |
| 2023-09-24 | [mod] remove twitter (#2843) | Émilien (perso) | |
| 2023-09-23 | Revert "[mod] activate limiter & link_token method (aka CSS ping) by default" | Emilien Devos | |
| This reverts commit 3af629ec090d1ab135fbd7c9b45088c8ca4e541e. | |||
| 2023-09-23 | [mod] activate limiter & link_token method (aka CSS ping) by default | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-09-23 | [doc] move dosc of botdetection from developer to admin section | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-09-22 | [feat] engine: implementation of imgur | Bnyro | |
| 2023-09-22 | [fix] internet archive scholar: crash when there's no title | Bnyro | |
| 2023-09-22 | [translations] update from Weblate | searxng-bot | |
| f27a3bbd4 - 2023-09-21 - return42 <markus.heiser@darmarit.de> a97336d0a - 2023-09-21 - return42 <markus.heiser@darmarit.de> 91e8946b3 - 2023-09-19 - return42 <markus.heiser@darmarit.de> 19f53731e - 2023-09-20 - ghose <correo@xmgz.eu> daf10bd75 - 2023-09-19 - gallegonovato <fran-carro@hotmail.es> ab004b8b8 - 2023-09-19 - return42 <markus.heiser@darmarit.de> cdedd99c9 - 2023-09-19 - return42 <markus.heiser@darmarit.de> | |||
| 2023-09-22 | Bump typing-extensions from 4.7.1 to 4.8.0 | dependabot[bot] | |
| Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.7.1 to 4.8.0. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.7.1...4.8.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2023-09-22 | [build] /static | Bnyro | |
| 2023-09-22 | [fix] search.less: start page search view on mobile devices | Bnyro | |
| 2023-09-22 | Revert "[fix] engine - duckduckgo vqd edge-case" | Markus Heiser | |
| This reverts commit 102502a4f09e78682cd4f030605be394bc33282c. | |||
| 2023-09-21 | [feat] engine: implementation of chefkoch.de | Bnyro | |
| 2023-09-21 | [fix] engine - brave don't show ads | jazzzooo | |
| 2023-09-21 | [fix] engine - google images error when no results | jazzzooo | |
| 2023-09-21 | [mod] search-syntax.md: add tutorial about the feeling lucky feature | Bnyro | |
| 2023-09-21 | [feat] engine: implementation of google icons/material design icons | Bnyro | |
| 2023-09-21 | [feat] engine: implementation of wallhaven | Bnyro | |
| 2023-09-20 | [fix] engine - duckduckgo vqd edge-case | jazzzooo | |
| 2023-09-19 | [fix] Search on category select without JavaScript PR #2740 | Markus Heiser | |
| Small addendum to #2740; search_on_category_select is now no longer a plugin. Related: https://github.com/searxng/searxng/pull/2740#issuecomment-1725437584 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-09-19 | [build] /static | Markus Heiser | |
| 2023-09-19 | Improve the layout of the search page on mobile | ormai | |
| 2023-09-19 | Switch back to qwant web normal API | Émilien (perso) | |
| 2023-09-19 | [fix] engine qwant (web-lite) - ignore advertising adds | Markus Heiser | |
| Closes: https://github.com/searxng/searxng/issues/2812 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-09-19 | [build] /static | Markus Heiser | |
| 2023-09-19 | better error message when no results found | Emilien Devos | |
| 2023-09-19 | wikipedia wikidata infobox + disable wikisource (#2806) | Émilien (perso) | |
| Co-authored-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-09-19 | [feat] implement feeling lucky feature | Bnyro | |
| 2023-09-19 | [build] /static | Markus Heiser | |
| 2023-09-19 | [mod] reformatted keyBindingLayouts in JS client (default, vim) | Jinyuan Huang | |
| 2023-09-19 | [mod] preferences: implement drop-down menu for hotkeys (default, vim) | Markus Heiser | |
| Replace the on/off checkbox of the vim-hotkeys in the preferences by a drop-down menu. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-09-18 | [build] /static | Markus Heiser | |