summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-29Update searx.data - update_wikidata_units.pydalf
2023-09-29Update searx.data - update_engine_traits.pydalf
2023-09-29Update searx.data - update_currencies.pydalf
2023-09-29Update searx.data - update_engine_descriptions.pydalf
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 simplifyjazzzooo
2023-09-28[fix] bilibili new api usedJinyuan Huang
2023-09-27[fix] engine - kickass update url, fix parsing, use multiple mirrorsjazzzooo
2023-09-27Update searx.data - update_engine_traits.pyMarkus 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-25solve #2839Jinyuan Huang
2023-09-25[fix] harmonize default settings for caching of /static filesMarkus 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 agentjazzzooo
2023-09-25add warning about enabling public_instance settingEmilien Devos
2023-09-25add new parameter called server.public_instanceEmilien 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] /staticJinyuan Huang
2023-09-25[fix] settings icon invisble on mobile devicesJinyuan Huang
2023-09-24/config: expose limiter configurationAlexandre Flament
2023-09-24[mod] remove twitter (#2843)Émilien (perso)
2023-09-23Revert "[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 defaultMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-23[doc] move dosc of botdetection from developer to admin sectionMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-22[feat] engine: implementation of imgurBnyro
2023-09-22[fix] internet archive scholar: crash when there's no titleBnyro
2023-09-22[translations] update from Weblatesearxng-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-22Bump typing-extensions from 4.7.1 to 4.8.0dependabot[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] /staticBnyro
2023-09-22[fix] search.less: start page search view on mobile devicesBnyro
2023-09-22Revert "[fix] engine - duckduckgo vqd edge-case"Markus Heiser
This reverts commit 102502a4f09e78682cd4f030605be394bc33282c.
2023-09-21[feat] engine: implementation of chefkoch.deBnyro
2023-09-21[fix] engine - brave don't show adsjazzzooo
2023-09-21[fix] engine - google images error when no resultsjazzzooo
2023-09-21[mod] search-syntax.md: add tutorial about the feeling lucky featureBnyro
2023-09-21[feat] engine: implementation of google icons/material design iconsBnyro
2023-09-21[feat] engine: implementation of wallhavenBnyro
2023-09-20[fix] engine - duckduckgo vqd edge-casejazzzooo
2023-09-19[fix] Search on category select without JavaScript PR #2740Markus 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] /staticMarkus Heiser
2023-09-19Improve the layout of the search page on mobileormai
2023-09-19Switch back to qwant web normal APIÉmilien (perso)
2023-09-19[fix] engine qwant (web-lite) - ignore advertising addsMarkus Heiser
Closes: https://github.com/searxng/searxng/issues/2812 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-19[build] /staticMarkus Heiser
2023-09-19better error message when no results foundEmilien Devos
2023-09-19wikipedia wikidata infobox + disable wikisource (#2806)Émilien (perso)
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-19[feat] implement feeling lucky featureBnyro
2023-09-19[build] /staticMarkus 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] /staticMarkus Heiser