summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-01Update searx.data - update_firefox_version.pydalf
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```.
2022-04-23Merge pull request #1013 from return42/test-pybabelAlexandre Flament
[mod] add test.pybabel to cover issues in translation tasks
2022-04-23[mod] add test.pybabel to cover issues in translation tasksMarkus Heiser
We need to cover issue related to pybabel/translation tasks. By example there was an issue [1] (fixed [2]) when upgrading jinja2 from 3.0.3 to 3.1.0 [3] that has not been covered by the CI tests. [1] https://github.com/searxng/searxng/runs/5688624325?check_suite_focus=true#step:6:348 [2] https://github.com/searxng/searxng/pull/1011 [3] https://github.com/searxng/searxng/pull/1008 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-22Merge pull request #1141 from return42/fix-git-v2.35.2Markus Heiser
[fix] since git v2.35.2 root can't read from unsafe repository
2022-04-22[fix] since git v2.35.2 root can't read from unsafe repositoryMarkus Heiser
Git v2.35.2 closes an security issue, it is no longer possible that root uses a git repo that is owned by someone else, the error message is:: fatal: unsafe repository ('/share/darmarit.org/cache/searxng' is owned by someone else) The fix is to run the `git diff --name-only` not as root in a sudo command. [1] https://github.blog/2022-04-12-git-security-vulnerability-announced/ Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-22Merge pull request #1096 from capric98/yahooMarkus Heiser
fix: FutureWarning from lxml
2022-04-22[fix] FutureWarning from lxmlcapric98
Just in case if content is None, the original code will skip extract_text(), and just append the None value to 'content'. So just add allow_none=True, and this will return None without raising a ValueError in extract_text().
2022-04-22Merge pull request #1139 from return42/missing-languagesMarkus Heiser
[fix] add back missing languages & regions (followup of PR #1071)
2022-04-22Merge pull request #1140 from return42/limiter-docMarkus Heiser
[docs] document the missing server:limiter setting
2022-04-22[docs] document the missing server:limiter settingMarkus Heiser
BTW: fix some minor typos in docs/admin/engines/settings.rst Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-22[fix] add back missing languages & regions (followup of PR #1071)Markus Heiser
In PR #1071 the language catalog of dailymotion has been cleaned up, before there had been over 7000 "languages" in the catalog. As a side effect of this clean-up the language & region catalog in SearXNG has been reduced [1]. This patch reduce the ``min_engines_per_lang`` from 13 to 12 to get the missed languages back in language & region catalog of SearXNG. [1] https://github.com/searxng/searxng/pull/1071/commits/3bb62823ec3af0e67bd2d959bec20c4791ee3bac#diff-f3f00db0f87f95b882624a192e0aac21525638af0b18c9514e765fcf1991678d Requested-by: @tiekoetter in a Matrix chat Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-22Merge pull request #1137 from ↵Markus Heiser
searxng/dependabot/npm_and_yarn/searx/static/themes/simple/master/grunt-contrib-uglify-5.2.1 Bump grunt-contrib-uglify from 5.1.0 to 5.2.1 in /searx/static/themes/simple
2022-04-22Bump grunt-contrib-uglify in /searx/static/themes/simpledependabot[bot]
Bumps [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) from 5.1.0 to 5.2.1. - [Release notes](https://github.com/gruntjs/grunt-contrib-uglify/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-uglify/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-uglify/compare/v5.1.0...v5.2.1) --- updated-dependencies: - dependency-name: grunt-contrib-uglify dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-22Merge pull request #1094 from ↵Markus Heiser
searxng/dependabot/npm_and_yarn/searx/static/themes/simple/master/grunt-1.5.2 Bump grunt from 1.4.1 to 1.5.2 in /searx/static/themes/simple
2022-04-22Merge pull request #1133 from ↵Markus Heiser
searxng/dependabot/pip/master/typing-extensions-4.2.0 Bump typing-extensions from 4.1.1 to 4.2.0
2022-04-22[test.pyright] suppress unneeded error & warning messagesMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-22Merge pull request #1135 from searxng/dependabot/pip/master/myst-parser-0.17.2Markus Heiser
Bump myst-parser from 0.17.0 to 0.17.2
2022-04-22Merge pull request #1134 from searxng/dependabot/pip/master/babel-2.10.1Markus Heiser
Bump babel from 2.9.1 to 2.10.1
2022-04-22Bump typing-extensions from 4.1.1 to 4.2.0dependabot[bot]
Bumps [typing-extensions](https://github.com/python/typing) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/python/typing/releases) - [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG.md) - [Commits](https://github.com/python/typing/compare/4.1.1...4.2.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>
2022-04-22Merge pull request #1132 from searxng/dependabot/pip/master/markdown-it-py-2.1.0Markus Heiser
Bump markdown-it-py from 2.0.1 to 2.1.0
2022-04-22Merge pull request #1131 from searxng/dependabot/pip/master/pylint-2.13.7Markus Heiser
Bump pylint from 2.13.5 to 2.13.7
2022-04-22Merge pull request #1138 from searxng/translations_updateMarkus Heiser
Update translations
2022-04-22[translations] update from Weblatesearxng-bot
9398019a - 2022-04-18 - Markus Heiser <markus.heiser@darmarit.de> 2768987d - 2022-04-18 - Markus Heiser <markus.heiser@darmarit.de> dc9e7f98 - 2022-04-21 - Markus Heiser <markus.heiser@darmarit.de> b223bd62 - 2022-04-17 - Egor Ermakov <eg.ermakov2016@gmail.com> 715e7dac - 2022-04-18 - Mihai <miihairadu@gmail.com> 5c53a0ec - 2022-04-18 - Markus Heiser <markus.heiser@darmarit.de> 5906fd34 - 2022-04-18 - Markus Heiser <markus.heiser@darmarit.de> 691702ed - 2022-04-19 - Markus Heiser <markus.heiser@darmarit.de> cc8bb018 - 2022-04-18 - Markus Heiser <markus.heiser@darmarit.de> ebfab76a - 2022-04-18 - Markus Heiser <markus.heiser@darmarit.de> a8ce22fa - 2022-04-18 - Markus Heiser <markus.heiser@darmarit.de> e9b6e3c6 - 2022-04-18 - Markus Heiser <markus.heiser@darmarit.de> 6266ea2e - 2022-04-18 - Markus Heiser <markus.heiser@darmarit.de> 1729fbd8 - 2022-04-18 - Markus Heiser <markus.heiser@darmarit.de> 0d0f5293 - 2022-04-18 - Mihai <miihairadu@gmail.com> 1b022583 - 2022-04-18 - Markus Heiser <markus.heiser@darmarit.de> f2a71d93 - 2022-04-18 - A. B <gamemc@virgilio.it> 30206782 - 2022-04-15 - Mico Hautaluoma <m@mha.fi> 10f54679 - 2022-04-17 - smallaxe80 <smallaxe1980@gmail.com>
2022-04-22Bump myst-parser from 0.17.0 to 0.17.2dependabot[bot]
Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.17.0 to 0.17.2. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v0.17.0...v0.17.2) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-22Bump babel from 2.9.1 to 2.10.1dependabot[bot]
Bumps [babel](https://github.com/python-babel/babel) from 2.9.1 to 2.10.1. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.9.1...v2.10.1) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-22Bump markdown-it-py from 2.0.1 to 2.1.0dependabot[bot]
Bumps [markdown-it-py](https://github.com/executablebooks/markdown-it-py) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/executablebooks/markdown-it-py/releases) - [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/markdown-it-py/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: markdown-it-py dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-22Bump pylint from 2.13.5 to 2.13.7dependabot[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.5 to 2.13.7. - [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.5...v2.13.7) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-20Merge pull request #1123 from return42/fix-1027Paul Braeuning
[fix] add missing result.length and result.author to the simple theme
2022-04-19[build] /staticMarkus Heiser
2022-04-19[fix] add missing result.length and result.author to simple themeMarkus Heiser
Closes: https://github.com/searxng/searxng/issues/1027 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-17Merge pull request #1099 from dalf/update_engine_descriptionsAlexandre Flament
Update engine descriptions
2022-04-17Merge pull request #1101 from allendema/pass-cookies-from-settingsAlexandre Flament
[enh] Allow passing headers/cookies from settings.yml
2022-04-17[fix[ Update only cookies/headersAllen
2022-04-17Merge pull request #1102 from allendema/ebay-domainsAlexandre Flament
[mod] Pass desired ebay domain in settings
2022-04-17[lint] Remove whitespaceAllen
From GH GUI
2022-04-17[mod] Make a default domain for ebayAllen
Which can be changed.
2022-04-16[mod] Pass desired ebay domain in settings Allen
https://www.ebay.de https://www.ebay.com htttps://www.ebay.es etc