summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-10Merge pull request #1191 from tiekoetter/fix-get-methodPaul Braeuning
[fix] PR 1186: GET method
2022-05-10[fix] PR 1186: GET methodLéon Tiekötter
PR https://github.com/searxng/searxng/pull/1186 prevented the GET method from being selected.
2022-05-08Merge pull request #1186 from dalf/theme_remove_commonAlexandre Flament
Theme: remove __common__ directories
2022-05-07[build] /staticAlexandre Flament
2022-05-07theme: remove __common__Alexandre Flament
2022-05-07Merge pull request #1185 from return42/fix-1142Alexandre Flament
[fix] format.python: regexp argument '--include' in BLACK_TARGETS
2022-05-07[format.python] based on bugfix in 9ed626130Markus Heiser
2022-05-07[fix] format.python: regexp argument '--include' in BLACK_TARGETSMarkus Heiser
--include TEXT A regular expression that matches files and directories that should be included on recursive searches. An empty value means all files are included regardless of the name. ... Exclusions are calculated first, inclusions later. [default: \.pyi?$] Closes: https://github.com/searxng/searxng/issues/1142 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-05-07Merge pull request #1091 from return42/client-settingsAlexandre Flament
[mod] client_settings: pass settings from server to JS client
2022-05-07[build] /staticMarkus Heiser
2022-05-07[mod] add setting: search.autocomplete_minMarkus Heiser
Minimun characters to type before autocompleter starts. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-05-07[mod] client_settings: pass settings from server to JS clientMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-05-07Merge pull request #1184 from searxng/revert-1183-build-1137Markus Heiser
Revert "[build] /static"
2022-05-07Revert "[build] /static"Markus Heiser
2022-05-07Merge pull request #1183 from return42/build-1137Alexandre Flament
[build] /static
2022-05-07[build] /staticMarkus Heiser
2022-05-07Merge pull request #1179 from searxng/translations_updateMarkus Heiser
Update translations
2022-05-07Merge pull request #1178 from searxng/dependabot/pip/master/selenium-4.1.5Markus Heiser
Bump selenium from 4.1.3 to 4.1.5
2022-05-07Merge pull request #1166 from searxng/dependabot/pip/master/pylint-2.13.8Markus Heiser
Bump pylint from 2.13.7 to 2.13.8
2022-05-06Add support for the Silesian languageAlexandre FLAMENT
2022-05-06[translations] update from Weblatesearxng-bot
7d941719 - 2022-05-05 - gkkulik <gregorykkulik@gmail.com> c3fa2774 - 2022-05-04 - Markus Heiser <markus.heiser@darmarit.de> 0c527178 - 2022-05-05 - realdep <islekege@gmail.com> 3540a89f - 2022-05-06 - AHOHNMYC <lqwh2h2cwa@protonmail.com> c517f467 - 2022-05-06 - iFvt;/s:.Io8yejcE! <6dbjomtr@anonaddy.me> f9b9f666 - 2022-05-06 - Markus Heiser <markus.heiser@darmarit.de> 2b3dfa75 - 2022-05-06 - Markus Heiser <markus.heiser@darmarit.de> bacd0922 - 2022-05-05 - gkkulik <gregorykkulik@gmail.com>
2022-05-06Bump selenium from 4.1.3 to 4.1.5dependabot[bot]
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.1.3 to 4.1.5. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03Bump pylint from 2.13.7 to 2.13.8dependabot[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.7 to 2.13.8. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.7...v2.13.8) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03Merge pull request #1153 from return42/drop-oscarPaul Braeuning
[theme] peel out oscar from SearXNG development
2022-05-01Merge pull request #1158 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2022-05-01Merge pull request #1159 from searxng/update_data_update_engine_descriptions.pyMarkus Heiser
Update searx.data - update_engine_descriptions.py
2022-05-01Merge pull request #1157 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2022-05-01Merge pull request #1156 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-05-01Merge pull request #1155 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2022-05-01Update searx.data - update_engine_descriptions.pydalf
2022-05-01Update searx.data - update_currencies.pydalf
2022-05-01Update searx.data - update_wikidata_units.pydalf
2022-05-01Update searx.data - update_ahmia_blacklist.pydalf
2022-05-01Update searx.data - update_firefox_version.pydalf
2022-04-30[upd] searx/translations/messages.potMarkus Heiser
generated by:: ./manage pyenv.cmd pybabel extract \ -F babel.cfg \ -o "searx/translations/messages.pot"\ "searx/" Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-30[theme] delete static/themes/oscar and templates/oscarMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> templates/oscar# gelöscht: searx/static/themes/oscar/fonts/glyphicons-halflings-regular.ttf
2022-04-30[theme] peel out oscar from SearXNG developmentMarkus Heiser
This is the first step of removing oscar theme Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-30Merge pull request #1149 from searxng/dependabot/pip/master/flask-2.1.2Markus Heiser
Bump flask from 2.1.1 to 2.1.2
2022-04-30Bump flask from 2.1.1 to 2.1.2dependabot[bot]
Bumps [flask](https://github.com/pallets/flask) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.1.1...2.1.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-30Merge pull request #1148 from searxng/dependabot/pip/master/jinja2-3.1.2Markus Heiser
Bump jinja2 from 3.1.1 to 3.1.2
2022-04-30Bump jinja2 from 3.1.1 to 3.1.2dependabot[bot]
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.1...3.1.2) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-30Merge pull request #1150 from searxng/dependabot/pip/master/pygments-2.12.0Markus Heiser
Bump pygments from 2.11.2 to 2.12.0 After each update of the pygments version, we (or github action) should [1] 1. update less files: ./manage pyenv.cmd searxng_extra/update/update_pygments.py update: static/themes/oscar/src/generated/pygments-logicodev.less update: static/themes/oscar/src/generated/pygments-pointhi.less update: static/themes/simple/src/generated/pygments.less 2. rebuild the static files of each themes: make static.build.commit [1] https://github.com/searxng/searxng/pull/2#issuecomment-826958666 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-30[upd] ./manage pyenv.cmd searxng_extra/update/update_pygments.pyMarkus Heiser
After each update of the pygments version, we (or github action) should [1] 1. update less files: ./manage pyenv.cmd searxng_extra/update/update_pygments.py update: static/themes/oscar/src/generated/pygments-logicodev.less update: static/themes/oscar/src/generated/pygments-pointhi.less update: static/themes/simple/src/generated/pygments.less 2. rebuild the static files of each themes: make static.build.commit [1] https://github.com/searxng/searxng/pull/2#issuecomment-826958666 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-30Merge pull request #1151 from searxng/translations_updateMarkus Heiser
Update translations
2022-04-29Merge pull request #1145 from tiekoetter/libgenAlexandre Flament
[fix] library genesis engine: xpath and url
2022-04-29[translations] update from Weblatesearxng-bot
07ad7224 - 2022-04-29 - Alexandre Flament <alex@al-f.net>
2022-04-29Bump pygments from 2.11.2 to 2.12.0dependabot[bot]
Bumps [pygments](https://github.com/pygments/pygments) from 2.11.2 to 2.12.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.11.2...2.12.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-27[fix] library genesis engine: xpath and urlLéon Tiekötter
Changed the xpath to use the official download mirror. Changed the URL to libgen.fun as this is the official instance. (https://en.wikipedia.org/wiki/Library_Genesis)
2022-04-24Merge pull request #1144 from allendema/brave-paginationAlexandre Flament
[enh] Add pagination to Brave
2022-04-23[enh] Add pagination to BraveAllen
Also added ```&spellcheck=1``` because now it is disabled by default, not returning any ```suggestion_xpath```.