| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-07 | Merge pull request #718 from searxng/dependabot/pip/master/pygments-2.11.2 | Markus Heiser | |
| Bump pygments from 2.11.0 to 2.11.2 | |||
| 2022-01-07 | [build] /static | Markus Heiser | |
| 2022-01-07 | make pygments.less | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2022-01-07 | [translations] update from Weblate | searxng-bot | |
| 7781625e - 2022-01-06 - Linerly <linerly@protonmail.com> dcab2ef1 - 2022-01-06 - Markus Heiser <markus.heiser@darmarit.de> | |||
| 2022-01-07 | Drop microsoft academic engine | Léon Tiekötter | |
| Microsoft academic was discontinued on 2021-12-31. Source: https://www.microsoft.com/en-us/research/project/academic/articles/microsoft-academic-to-expand-horizons-with-community-driven-approach/ | |||
| 2022-01-06 | Merge pull request #706 from not-my-profile/remove-broken-quest-op | Martin Fischer | |
| [fix] remove broken ? search operator | |||
| 2022-01-06 | [fix] prevent leaflet.{css,js} from polluting git grep results | Martin Fischer | |
| Fixes #704. | |||
| 2022-01-06 | [fix] remove broken ? search operator | Martin Fischer | |
| The ? search operator has been broken for some time and currently only raises the question why it's still there. ## Context ## The query "Paris !images" searches for "Paris" in the "images" category. Once upon a time Searx supported "Paris ?images" to search for "Paris" in the currently enabled categories and the "images" category. The feature makes sense ... the ? syntax does not. We will hopefully introduce a +!images syntax in the future. Fixes #702. | |||
| 2022-01-06 | Merge pull request #697 from searxng/remove-nl-be | Alexandre Flament | |
| Delete searx/translations/nl_BE | |||
| 2022-01-06 | Merge pull request #634 from not-my-profile/powered-by | Alexandre Flament | |
| Introduce `categories_as_tabs` & group engines in tabs | |||
| 2022-01-05 | Delete searx/translations/nl_BE | Alexandre Flament | |
| See https://github.com/searxng/searxng/issues/540 | |||
| 2022-01-05 | Merge pull request #688 from dalf/settings_enable_stats | Markus Heiser | |
| [enh] settings.yml: implement general.enable_metrics | |||
| 2022-01-05 | Merge pull request #596 from dalf/upgrade-httpx | Alexandre Flament | |
| Upgrade httpx | |||
| 2022-01-05 | Merge pull request #679 from dalf/brand-searxng | Alexandre Flament | |
| searxng.org: update setup.py & settings.yml | |||
| 2022-01-05 | [enh] settings.yml: implement general.enable_metrics | Alexandre Flament | |
| * allow not to record metrics (response time, etc...) * this commit doesn't change the UI. If the metrics are disabled /stats and /stats/errors will return empty response. in /preferences, the columns response time and reliability will be empty. | |||
| 2022-01-05 | [mod] upgrade httpx 0.21.2 | Alexandre Flament | |
| httpx 0.21.2 and httpcore 0.14.4 fix multiple issues: * https://github.com/encode/httpx/releases/tag/0.21.2 * https://github.com/encode/httpcore/releases/tag/0.14.4 so most of the workarounds in searx.network have been removed. | |||
| 2022-01-05 | [enh] change categories_as_tabs from a list to a dict | Martin Fischer | |
| The tab icon names are currently hard coded in the templates. This commit lets us introduce an icon property in the future, e.g: categories_as_tabs: general: icon: search-outline | |||
| 2022-01-05 | [fix] stop setting superfluous cookies for "non tab categories" | Martin Fischer | |
| 2022-01-05 | [refactor] make group_engines_in_tab more readable | Martin Fischer | |
| 2022-01-05 | [mod] introduce searx.engines.Engine for type hinting | Martin Fischer | |
| 2022-01-05 | [enh] enable English dictionaries by default | Martin Fischer | |
| These dictionaries are no longer part of the general category, so they're no longer queried by default -> we can enable them by default without degrading general query performance. | |||
| 2022-01-05 | [enh] display help text for "Other" engines tab in preferences | Martin Fischer | |
| 2022-01-05 | [mod] improve variable name | Martin Fischer | |
| 2022-01-05 | [mod] move group_engines_in_tab to searx.webutils | Martin Fischer | |
| 2022-01-05 | [enh] move dictionaries, Erowid & IMDb out of general category | Martin Fischer | |
| The general category is the category that is searched by default. From a privacy standpoint it doesn't make sense to send all general queries to specialized search engines that cannot deal with those queries anyway. | |||
| 2022-01-05 | [enh] show categories not in any tab category in "Other" preferences tab | Martin Fischer | |
| Previously we didn't have a good place to put search engines that don't fit into any of the tab categories. This commit automatically puts search engines that don't belong to any tab category in an "other" category, that is only displayed in the user preferences (and not above search results). | |||
| 2022-01-05 | [build] /static | Martin Fischer | |
| 2022-01-05 | [simple] improve styling of subcategory table headers in preferences | Martin Fischer | |
| 2022-01-05 | [enh] display language of engines in preferences | Martin Fischer | |
| 2022-01-05 | [enh] group engines in preference tabs | Martin Fischer | |
| 2022-01-05 | [enh] add more categories | Martin Fischer | |
| 2022-01-04 | [fix] links in comments - https://docs.searxng.org/ | Markus Heiser | |
| fixed links from https://searxng.github.io/searxng/ to https://docs.searxng.org/ | |||
| 2022-01-03 | [fix] disabling all engines in a category makes the bang search in general | Alexandre Flament | |
| with this commit, there is no result | |||
| 2022-01-03 | [enh] introduce categories_as_tabs | Martin Fischer | |
| Previously all categories were displayed as search engine tabs. This commit changes that so that only the categories listed under categories_as_tabs in settings.yml are displayed. This lets us introduce more categories without cluttering up the UI. Categories not displayed as tabs can still be searched with !bangs. | |||
| 2022-01-03 | [enh] settings.yml: allow granular overwrites for about | Martin Fischer | |
| 2022-01-03 | [fix] bang syntax for categories with spaces | Martin Fischer | |
| 2022-01-02 | Merge pull request #610 from return42/img-load-error | Alexandre Flament | |
| [fix] simple theme: hide the image if img load fails | |||
| 2022-01-02 | Merge pull request #613 from return42/pylint-bing-images | Alexandre Flament | |
| [pylint] Bing (Images) engine | |||
| 2022-01-02 | reference docs.searxng.org | Alexandre Flament | |
| 2022-01-01 | Update searx.data - update_languages.py | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2022-01-01 | Merge pull request #676 from return42/fix-bing-lang | Markus Heiser | |
| Fix issues on running update_languages.py | |||
| 2022-01-01 | [fix] bing engines: fetch_supported_languages | Markus Heiser | |
| The Request to and the Response from https://www.bing.com/account/general has been changed. [1] https://github.com/searxng/searxng/pull/672#discussion_r777104919 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2022-01-01 | Merge pull request #670 from searxng/update_data_update_firefox_version.py | Alexandre Flament | |
| Update searx.data - update_firefox_version.py | |||
| 2022-01-01 | Merge pull request #671 from searxng/update_data_update_ahmia_blacklist.py | Markus Heiser | |
| Update searx.data - update_ahmia_blacklist.py | |||
| 2022-01-01 | Merge pull request #673 from searxng/update_data_update_currencies.py | Markus Heiser | |
| Update searx.data - update_currencies.py | |||
| 2022-01-01 | Update searx.data - update_wikidata_units.py | dalf | |
| 2022-01-01 | Update searx.data - update_currencies.py | dalf | |
| 2022-01-01 | Update searx.data - update_ahmia_blacklist.py | dalf | |
| 2022-01-01 | Update searx.data - update_firefox_version.py | dalf | |
| 2021-12-31 | Merge pull request #667 from searxng/dependabot/pip/master/pygments-2.11.0 | Markus Heiser | |
| Bump pygments from 2.10.0 to 2.11.0 | |||