| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-29 | Merge pull request #1712 from dalf/remove_searx_env_var | Alexandre Flament | |
| Remove usage of SEARX environment variables | |||
| 2022-08-29 | Merge pull request #1720 from searxng/update_data_update_ahmia_blacklist.py | Markus Heiser | |
| Update searx.data - update_ahmia_blacklist.py | |||
| 2022-08-29 | Merge pull request #1722 from searxng/update_data_update_languages.py | Markus Heiser | |
| Update searx.data - update_languages.py | |||
| 2022-08-29 | Merge pull request #1723 from searxng/update_data_update_firefox_version.py | Markus Heiser | |
| Update searx.data - update_firefox_version.py | |||
| 2022-08-29 | Merge pull request #1724 from searxng/update_data_update_engine_descriptions.py | Markus Heiser | |
| Update searx.data - update_engine_descriptions.py | |||
| 2022-08-29 | Merge pull request #1721 from searxng/update_data_update_wikidata_units.py | Markus Heiser | |
| Update searx.data - update_wikidata_units.py | |||
| 2022-08-29 | Merge pull request #1719 from searxng/update_data_update_currencies.py | Markus Heiser | |
| Update searx.data - update_currencies.py | |||
| 2022-08-29 | Update searx.data - update_engine_descriptions.py | dalf | |
| 2022-08-29 | Update searx.data - update_firefox_version.py | dalf | |
| 2022-08-29 | Update searx.data - update_languages.py | dalf | |
| 2022-08-29 | Update searx.data - update_wikidata_units.py | dalf | |
| 2022-08-29 | Update searx.data - update_ahmia_blacklist.py | dalf | |
| 2022-08-29 | Update searx.data - update_currencies.py | dalf | |
| 2022-08-28 | Remove usage of SEARX environment variables | Alexandre FLAMENT | |
| 2022-08-28 | Merge pull request #1706 from dalf/fix-autocomplete-post | Markus Heiser | |
| Fix: autocomplete with the POST method: url encode the user query | |||
| 2022-08-28 | Merge pull request #1707 from dalf/fix-external-bang | Markus Heiser | |
| External bang: bug fix: URL encode the query so "!!g 1+1" works as intended | |||
| 2022-08-27 | External bang: bug fix: URL encode the query so "!!g 1+1" works as intended | Alexandre FLAMENT | |
| 2022-08-27 | [build] /static | Alexandre FLAMENT | |
| 2022-08-27 | Theme: fix autocompletion with the POST method | Alexandre FLAMENT | |
| With the POST method, autocomplete.js does not URL encode the values. For example "1+1" is sent as "1+1" which is read as "1 1" since space are URL encoded with a plus. There is no clean way to fix the bug since autocomplete.js seems abandoned. The commit monkey patches the ajax function of autocomplete.js Related to #1695 | |||
| 2022-08-27 | Merge pull request #1699 from liimee/eng-app-store | Alexandre Flament | |
| add apple app store engine | |||
| 2022-08-27 | Merge pull request #1700 from liimee/eng-ddm | Alexandre Flament | |
| add apple maps engine | |||
| 2022-08-27 | remove thumbnail from results | ta | |
| 2022-08-27 | add poi's website and phone number, doesn't crash when there is no ↵ | ta | |
| `displayMapRegion`, query the token on the first request | |||
| 2022-08-26 | Merge pull request #1702 from tiekoetter/limiter-accept-encoding-handling | Alexandre Flament | |
| [mod] limiter plugin: Accept-Encoding handling | |||
| 2022-08-26 | Merge pull request #1704 from searxng/translations_update | Markus Heiser | |
| Update translations | |||
| 2022-08-26 | [translations] update from Weblate | searxng-bot | |
| 3e034294 - 2022-08-26 - Markus Heiser <markus.heiser@darmarit.de> 46a4dfd3 - 2022-08-24 - Markus Heiser <markus.heiser@darmarit.de> d41463fd - 2022-08-24 - Markus Heiser <markus.heiser@darmarit.de> 338b6716 - 2022-08-22 - Markus Heiser <markus.heiser@darmarit.de> 0c9d7756 - 2022-08-22 - Markus Heiser <markus.heiser@darmarit.de> b422a480 - 2022-08-19 - Markus Heiser <markus.heiser@darmarit.de> 44c9caa0 - 2022-08-22 - Ricardo Simões <xmcorporation@gmail.com> a774721f - 2022-08-20 - Markus Heiser <markus.heiser@darmarit.de> d8a322d6 - 2022-08-22 - Markus Heiser <markus.heiser@darmarit.de> | |||
| 2022-08-25 | [mod] limiter plugin: Accept-Encoding handling | Léon Tiekötter | |
| Only raise "suspicious Accept-Encoding" when both "gzip" and "deflate" are missing from Accept-Encoding. Prevent Browsers which only implement one compression solution from being blocked by the limiter plugin. Example Browser which is currently blocked: Lynx Browser (https://lynx.invisible-island.net) | |||
| 2022-08-25 | add apple maps engine | ta | |
| 2022-08-25 | Merge pull request #1688 from liimee/eng-9gag | Alexandre Flament | |
| Add 9gag engine | |||
| 2022-08-24 | get the not cropped version of the thumbnail when the image height is not ↵ | ta | |
| too important | |||
| 2022-08-24 | add safesearch support | ta | |
| 2022-08-24 | add developer info as author | ta | |
| 2022-08-24 | add the apple app store engine | ta | |
| The Apple App Store is the digital app distribution platform for iOS & iPadOS. | |||
| 2022-08-24 | support playing videos directly | ta | |
| 2022-08-23 | Merge pull request #1693 from return42/fix-1692 | Markus Heiser | |
| [fix] Internal server error after changing UI language to BG | |||
| 2022-08-23 | [fix] Internal server error after changing UI language to BG | Markus Heiser | |
| A placeholder has been translated to BG, issue was added 8 month ago, when BG translation was added [1] msgid "Compute {functions} of the arguments" msgstr "Изчислете {функции} на аргументите" The incorrect translation has been corrected here in the message files and on weblate. [1] https://weblate.bubu1.eu/translate/searxng/searxng/bg/?&offset=49#history Closes: https://github.com/searxng/searxng/issues/1692 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2022-08-23 | add tags as suggestions | ta | |
| 2022-08-22 | use `invalid-name` instead of `C0103` for pylint | ta | |
| 2022-08-22 | add 9gag engine | ta | |
| 9GAG is a social media website where users upload and share user-generated images and videos | |||
| 2022-08-22 | Merge pull request #1686 from asenov/fix-bing_bideos | Markus Heiser | |
| [fix] Bing videos search Index error | |||
| 2022-08-21 | fixed xpath selector for appropriate results | M Asenov | |
| 2022-08-21 | Merge pull request #1661 from liimee/eng-tw | Alexandre Flament | |
| Add twitter engine | |||
| 2022-08-21 | Merge pull request #1666 from return42/harden-get_engine_locales | Markus Heiser | |
| [fix] typo in get_engine_locale | |||
| 2022-08-20 | Merge pull request #1682 from return42/fix-duden | Markus Heiser | |
| [fix] engine duden - don't raise exception on empty result list | |||
| 2022-08-20 | [fix] engine duden - don't raise exception on empty result list | Markus Heiser | |
| Duden expects a word in German, so with query "amazing" the site finds nothing and respons a 404: httpx.HTTPStatusError: Client error '404 Not Found' for url\ 'https://www.duden.de/suchen/dudenonline/amazing' [1] https://github.com/searxng/searxng/issues/1543#issuecomment-1193317054 Suggested-by: @allendema [1] Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2022-08-19 | Merge pull request #1677 from searxng/dependabot/pip/master/pygments-2.13.0 | Markus Heiser | |
| Bump pygments from 2.12.0 to 2.13.0 | |||
| 2022-08-19 | Merge pull request #1676 from searxng/dependabot/pip/master/selenium-4.4.3 | Markus Heiser | |
| Bump selenium from 4.4.0 to 4.4.3 | |||
| 2022-08-19 | [build] /static | Markus Heiser | |
| 2022-08-19 | make pygments.less | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2022-08-19 | Merge pull request #1678 from searxng/translations_update | Markus Heiser | |
| Update translations | |||