summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-01Bump sphinx from 4.4.0 to 4.5.0dependabot[bot]
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01Merge pull request #1039 from searxng/dependabot/pip/master/black-22.3.0Markus Heiser
Bump black from 22.1.0 to 22.3.0
2022-04-01[fix] issue when upgrading from werkzeug v2.0.3 to v2.1.0Markus Heiser
In v2.1.0 werkzeug [1] fixed an issue [2] to keep relative redirect locations by default [3]. Since relative locations are returned, we need to fix out test cases to avoid AssertionErrors like this one:: ====================================================================== FAIL: test_index_html_get (tests.unit.test_webapp.ViewsTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/runner/work/searxng/searxng/tests/unit/test_webapp.py", line 105, in test_index_html_get self.assertEqual(result.location, 'http://localhost/search?q=test') AssertionError: '/search?q=test' != 'http://localhost/search?q=test' - /search?q=test + http://localhost/search?q=test [1] https://werkzeug.palletsprojects.com/ [2] https://github.com/pallets/werkzeug/issues/2352 fixed in [3] https://github.com/pallets/werkzeug/pull/2354 Related-to: https://github.com/searxng/searxng/pull/1039#issuecomment-1085538288 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-01Merge pull request #1043 from searxng/translations_updateMarkus Heiser
Update translations
2022-04-01[translations] update from Weblatesearxng-bot
74fb5882 - 2022-04-01 - Markus Heiser <markus.heiser@darmarit.de> 303aa210 - 2022-03-30 - dryragtax hamham uk <dryragtax@hamham.uk> 3eef1150 - 2022-03-30 - Markus Heiser <markus.heiser@darmarit.de> fce33e06 - 2022-03-30 - Markus Heiser <markus.heiser@darmarit.de> 236dc6cb - 2022-03-31 - Joan Montané <joan@montane.cat> 666e5849 - 2022-03-28 - Markus Heiser <markus.heiser@darmarit.de> 3a6ee1c5 - 2022-03-28 - Markus Heiser <markus.heiser@darmarit.de> 42a5f993 - 2022-03-27 - Linerly <linerly@protonmail.com>
2022-04-01Bump black from 22.1.0 to 22.3.0dependabot[bot]
Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.1.0...22.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01Merge pull request #1035 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2022-04-01Merge pull request #1034 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-04-01Merge pull request #1033 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2022-04-01Merge pull request #1032 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2022-04-01Update searx.data - update_wikidata_units.pydalf
2022-04-01Update searx.data - update_ahmia_blacklist.pydalf
2022-04-01Update searx.data - update_currencies.pydalf
2022-04-01Update searx.data - update_firefox_version.pydalf
2022-03-29Merge pull request #1023 from austinhuang0131/masterAlexandre Flament
[fix] return correct plugin path
2022-03-29Extra null safetyAustin Huang
Co-Authored-By: Alexandre Flament <alex.andre@al-f.net>
2022-03-29[fix] merge fake "plugins" endpoint back to "static"Austin Huang
https: //matrix.to/#/!vxScbLNEAmRvOraXBn:matrix.org/$0zqTtH3s-eVKlMwiAgiEJdetOkRx27EIRs-C0o8FzSg?via=libera.chat&via=matrix.org&via=tchncs.de Co-Authored-By: Alexandre Flament <alex.andre@al-f.net>
2022-03-28[fix] return correct favicon pathAustin Huang
2022-03-28Merge pull request #1024 from MontyQI/answer-boxPaul Braeuning
Fix answer box bug
2022-03-28Merge pull request #967 from return42/language-filterAlexandre Flament
[mod] add flags to the languages filter
2022-03-28[build] /staticMonty
2022-03-28Fix answer box bugMonty
Fix bug of too long words.
2022-03-28[fix] return correct plugin pathAustin Huang
closes #1021
2022-03-26Merge pull request #999 from return42/fix-doc-settings2Alexandre Flament
[docs] document settings.yml: search.languages
2022-03-26Merge pull request #1004 from MontyQI/search_urlAlexandre Flament
Search_url only if method is POST
2022-03-26Search_url only if method is POSTMonty
Shows search_url only if method is set to POST.
2022-03-26Merge pull request #1000 from return42/fix-703Alexandre Flament
[fix] add sphinx-notfound-page
2022-03-26[docs] document settings.yml: search.languagesMarkus Heiser
Requested-by: @dalf https://github.com/searxng/searxng/pull/996#discussion_r830858139 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-25Merge pull request #994 from return42/add-limiter-redis-docMarkus Heiser
[doc] add some documentation about the limiter plugin (and redis)
2022-03-25Merge pull request #1015 from mrpaulblack/revert-pr997Paul Braeuning
Revert #997
2022-03-25[build] /staticmrpaulblack
2022-03-25[fix] revert changes from #997mrpaulblack
* in #997 there was a bug introduced: #1002 -> for now we just revert the change to make the image detail modal usable again
2022-03-25[doc] add some documentation about the limiter plugin (and redis)Markus Heiser
Requested-by: https://github.com/searxng/searxng/discussions/993#discussioncomment-2396914 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-25Merge pull request #1005 from searxng/dependabot/pip/master/redis-4.2.0Markus Heiser
Bump redis from 4.1.4 to 4.2.0
2022-03-25Merge pull request #1011 from return42/fix-autoescapeMarkus Heiser
[fix] jinja/babel: WithExtension and AutoEscapeExtension are built-iin now
2022-03-25[fix] jinja/babel: WithExtension and AutoEscapeExtension are built-in now.Markus Heiser
[1] https://github.com/pallets/jinja/pull/1544 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-25Bump redis from 4.1.4 to 4.2.0dependabot[bot]
Bumps [redis](https://github.com/redis/redis-py) from 4.1.4 to 4.2.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.1.4...v4.2.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25Merge pull request #1010 from return42/fix-py3.10Markus Heiser
[fix] pylint issue in py3.10
2022-03-25[fix] pylint issue in py3.10Markus Heiser
searxng_extra/update/update_firefox_version.py:16:0: W0402: Uses of a deprecated module 'distutils.version' (deprecated-module) [1] https://github.com/searxng/searxng/pull/1007 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-25Merge pull request #1006 from searxng/dependabot/pip/master/wlc-1.13Markus Heiser
Bump wlc from 1.12 to 1.13
2022-03-25Merge pull request #1009 from searxng/translations_updateMarkus Heiser
Update translations
2022-03-25Merge pull request #1007 from searxng/dependabot/pip/master/pylint-2.13.0Markus Heiser
Bump pylint from 2.12.2 to 2.13.0
2022-03-25Merge pull request #1008 from searxng/dependabot/pip/master/jinja2-3.1.0Markus Heiser
Bump jinja2 from 3.0.3 to 3.1.0
2022-03-25[translations] update from Weblatesearxng-bot
539bbc2a - 2022-03-25 - Markus Heiser <markus.heiser@darmarit.de> b6819712 - 2022-03-25 - Markus Heiser <markus.heiser@darmarit.de> 8ae195a0 - 2022-03-25 - Markus Heiser <markus.heiser@darmarit.de> 3ae1423b - 2022-03-20 - Linerly <linerly@protonmail.com> 45dcd109 - 2022-03-21 - Colin Xu <xuzhonglinx@gmail.com> 8ade7993 - 2022-03-21 - Colin Xu <xuzhonglinx@gmail.com> b815082a - 2022-03-20 - Markus Heiser <markus.heiser@darmarit.de> cf6bffeb - 2022-03-20 - Markus Heiser <markus.heiser@darmarit.de> b8132699 - 2022-03-23 - AHOHNMYC <lqwh2h2cwa@protonmail.com> 58736d0d - 2022-03-21 - Markus Heiser <markus.heiser@darmarit.de> cffd9679 - 2022-03-21 - Markus Heiser <markus.heiser@darmarit.de> 94fe1122 - 2022-03-24 - Alexandre Flament <alex@al-f.net> cdf14e88 - 2022-03-21 - Markus Heiser <markus.heiser@darmarit.de> ab6bf599 - 2022-03-20 - Marc Abonce Seguin <marc-abonce@mailbox.org> 0c2a39e0 - 2022-03-20 - Markus Heiser <markus.heiser@darmarit.de>
2022-03-25Bump jinja2 from 3.0.3 to 3.1.0dependabot[bot]
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.0. - [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.0.3...3.1.0) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25Bump pylint from 2.12.2 to 2.13.0dependabot[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.12.2 to 2.13.0. - [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.12.2...v2.13.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25Bump wlc from 1.12 to 1.13dependabot[bot]
Bumps [wlc](https://github.com/WeblateOrg/wlc) from 1.12 to 1.13. - [Release notes](https://github.com/WeblateOrg/wlc/releases) - [Changelog](https://github.com/WeblateOrg/wlc/blob/main/CHANGES.rst) - [Commits](https://github.com/WeblateOrg/wlc/compare/1.12...1.13) --- updated-dependencies: - dependency-name: wlc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25Merge pull request #963 from MontyQI/mobile-barMarkus Heiser
Mobile bar google-like
2022-03-25Merge pull request #995 from return42/fix-932Markus Heiser
[interim fix] static files can't be delivered by HTTP.
2022-03-24[build] /staticmrpaulblack