summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-07[feat] add engines for discourse forums (python, caddy, pi-hole)Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-06-07[enh] Add engine for discourse forumsallendema_searxng_pi
2024-06-07[l10n] update translations from Weblatesearxng-bot
00cfc653d - 2024-06-06 - ghose <ghose@users.noreply.translate.codeberg.org> a89cbc458 - 2024-06-06 - artnay <artnay@users.noreply.translate.codeberg.org> b58008c90 - 2024-06-06 - EifionLlwyd <EifionLlwyd@users.noreply.translate.codeberg.org> 2c92cadcb - 2024-06-05 - ghose <ghose@users.noreply.translate.codeberg.org> 2d159a175 - 2024-06-02 - sygmamess <sygmamess@users.noreply.translate.codeberg.org> a9ab96e6e - 2024-06-01 - chjtxwd <chjtxwd@users.noreply.translate.codeberg.org> 2488cff09 - 2024-06-01 - return42 <return42@users.noreply.translate.codeberg.org> 22626a0f2 - 2024-06-01 - return42 <return42@users.noreply.translate.codeberg.org>
2024-06-07[upd] pypi: Bump redis from 5.0.4 to 5.0.5dependabot[bot]
Bumps [redis](https://github.com/redis/redis-py) from 5.0.4 to 5.0.5. - [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/v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-07[upd] pypi: Bump certifi from 2024.2.2 to 2024.6.2dependabot[bot]
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.6.2. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-07[upd] pypi: Bump pylint from 3.2.2 to 3.2.3dependabot[bot]
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-31[l10n] update translations from Weblatesearxng-bot
61aa303a4 - 2024-05-28 - return42 <return42@users.noreply.translate.codeberg.org> 170248b24 - 2024-05-28 - morenewsavailable <morenewsavailable@users.noreply.translate.codeberg.org> 7c2fee870 - 2024-05-28 - return42 <return42@users.noreply.translate.codeberg.org> 5b4a84c9c - 2024-05-28 - return42 <return42@users.noreply.translate.codeberg.org> dd076ef55 - 2024-05-28 - return42 <return42@users.noreply.translate.codeberg.org> 3d1c529d7 - 2024-05-28 - ghose <ghose@users.noreply.translate.codeberg.org> c48bd4b50 - 2024-05-26 - wintryexit <weatherdowner@proton.me> f8cd9e63d - 2024-05-25 - unoyoa <unoyoa@users.noreply.translate.codeberg.org> 211935324 - 2024-05-25 - Linerly <Linerly@users.noreply.translate.codeberg.org> e3cdb5196 - 2024-05-24 - return42 <return42@users.noreply.translate.codeberg.org> bba8b66d1 - 2024-05-25 - return42 <return42@users.noreply.translate.codeberg.org> 538af5393 - 2024-05-24 - yannickmaes <yannickmaes@users.noreply.translate.codeberg.org> e9c4b55ae - 2024-05-25 - return42 <return42@users.noreply.translate.codeberg.org> ea54474ea - 2024-05-24 - lloydsmart <lloydsmart@users.noreply.translate.codeberg.org> f870f76af - 2024-05-25 - MusfiquerRhman <MusfiquerRhman@users.noreply.translate.codeberg.org> b4a320991 - 2024-05-24 - krlsk <krlsk@users.noreply.translate.codeberg.org>
2024-05-30[fix] comment in settings.yml 'Calculator plugin' --> 'Basic Calculator'Markus Heiser
Reported by @GitTimeraider in [1] [1] https://github.com/searxng/searxng/discussions/3529#discussioncomment-9605018 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-29[enh] add re-usable func to filter textAllen
2024-05-29[fix] do not show DDG IP from zero clickJeff Alyanak
The zero click result from DuckDuckGo for IP should not be displayed. It will return the IP of the searxng server, not the user's IP, and looks a bit strange when the `self_info` plugin is enabled as two different IPs get returned.
2024-05-29[data] update searx.data - update_engine_traits.pyMarkus Heiser
$ make data.traits Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-29[fix] engine startpage: fetch_traits() / if lang name unknown by babelMarkus Heiser
Workflow "Update data - update_engine_traits.py" fails last night [1]. This issue has already been reported by @allendema [2]. [1] https://github.com/searxng/searxng/actions/runs/9278028691/job/25528337485#step:6:168 [2] https://github.com/searxng/searxng/pull/3504/files#r1613559565 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-29[data] update searx.data - update_wikidata_units.pyreturn42
2024-05-29[data] update searx.data - update_currencies.pyreturn42
2024-05-29[data] update searx.data - update_firefox_version.pyreturn42
2024-05-29[data] update searx.data - update_ahmia_blacklist.pyreturn42
2024-05-29[data] update searx.data - update_engine_descriptions.pyreturn42
2024-05-28[feat] engine: implementation of findthatmemeAustin-Olacsi
2024-05-28[upd] pypi: Bump pylint from 3.1.0 to 3.2.2dependabot[bot]
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.2.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.2.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-28[fix] issues reported by pylint-3.2.2Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-28[upd] pypi: Bump sphinx-notfound-page from 1.0.0 to 1.0.2dependabot[bot]
Bumps [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page) from 1.0.0 to 1.0.2. - [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-notfound-page/compare/1.0.0...1.0.2) --- updated-dependencies: - dependency-name: sphinx-notfound-page dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-28[fix] unit converter operating backwards (from_si <-> to_si)Markus Heiser
The factors for from_si and to_si were reversed. Closes: https://github.com/searxng/searxng/issues/3497 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-28[upd] pypi: Bump lxml from 5.2.1 to 5.2.2dependabot[bot]
Bumps [lxml](https://github.com/lxml/lxml) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-5.2.1...lxml-5.2.2) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-28[mod] engine hex: add sort_criteria & page_size to configurationDaniel Kukula
2024-05-24[fix] ResultContainer: use self._lock and self._closed for all propertiesAlexandre Flament
Close #3474
2024-05-24[enh] add instant answers from ddgallendema_searxng_pi
2024-05-24[l10n] update translations from Weblatesearxng-bot
775bb0f22 - 2024-05-23 - lolmeOzzi <lolmeOzzi@users.noreply.translate.codeberg.org> ccf70529b - 2024-05-23 - cynedex <cynedex@users.noreply.translate.codeberg.org> 4a3b70d10 - 2024-05-23 - Obligate <Obligate@users.noreply.translate.codeberg.org> 4e3be8012 - 2024-05-22 - ecevinoth <ecevinoth@users.noreply.translate.codeberg.org> 5fcd0b233 - 2024-05-21 - SilentWord <SilentWord@users.noreply.translate.codeberg.org> 3b73c20da - 2024-05-21 - SilentWord <SilentWord@users.noreply.translate.codeberg.org> a579173a1 - 2024-05-21 - bukutulis <bukutulis@users.noreply.translate.codeberg.org> 0b91ff3ad - 2024-05-20 - Kran21 <Kran21@users.noreply.translate.codeberg.org> bc3096ae1 - 2024-05-17 - lcaopcn <lcaopcn@users.noreply.translate.codeberg.org>
2024-05-17[upd] pypi: Bump selenium from 4.20.0 to 4.21.0dependabot[bot]
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.20.0 to 4.21.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.20.0...selenium-4.21.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-17[feat] engine: implementation of cargo search (crates.io)Daniel Kukula
2024-05-17[l10n] update translations from Weblatesearxng-bot
0712f8fb7 - 2024-05-16 - 0ko <0ko@users.noreply.translate.codeberg.org> 9a9d04302 - 2024-05-16 - eaglclaws <eaglclaws@users.noreply.translate.codeberg.org> 4c6da9e2a - 2024-05-16 - Utsushime <Utsushime@users.noreply.translate.codeberg.org> e0b941276 - 2024-05-14 - dkuku <dkuku@users.noreply.translate.codeberg.org> bee37a08a - 2024-05-14 - sacred-serpent <sacred-serpent@users.noreply.translate.codeberg.org> d29eca2ba - 2024-05-14 - return42 <return42@users.noreply.translate.codeberg.org> 719ed9054 - 2024-05-14 - gallegonovato <gallegonovato@users.noreply.translate.codeberg.org> b57b75920 - 2024-05-10 - SomeTr <SomeTr@users.noreply.translate.codeberg.org> ecf4ce2dc - 2024-05-10 - Pyrbor <Pyrbor@users.noreply.translate.codeberg.org>
2024-05-16[build] /staticMarkus Heiser
2024-05-16[mod] simple theme: drop img_src from default resultsMarkus Heiser
The use of img_src AND thumbnail in the default results makes no sense (only a thumbnail is needed). In the current state this is rather confusing, because img_src is displayed like a thumbnail (small) and thumbnail is displayed like an image (large). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-15[fix] google: don't display that keyword is missing in content fieldBnyro
2024-05-15[mod] hex engine: normalize (some of) the linked termsMarkus Heiser
The names of the links are rather tags than real names, and they sometimes vary greatly in their spelling: - GitHub: github, Github - Source code: Repository, SCM, Project Source Code - Documentation: docs, Documentation It was standardized to terms such as 'Source code' and 'Documentation', as translations already exist for these terms. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-15[mod] package.html template: additional links (a python dict)Daniel Kukula
- Closes: https://github.com/searxng/searxng/issues/3456
2024-05-15[refactor] codeberg: use gitea engineBnyro
2024-05-15[feat] engine: implementation of giteaBnyro
2024-05-12[fix] chefkoch: use German words in content fieldBnyro
2024-05-10[fix] engine wikidata - WIKIDATA_UNITS has been changed in #3378Markus Heiser
This patch is a leftover from [1] in which the WIKIDATA_UNITS values has become a dictionary. [1] https://github.com/searxng/searxng/pull/3378 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-10[update] make pygments.lessMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-10[upd] pypi: Bump pygments from 2.17.2 to 2.18.0dependabot[bot]
Bumps [pygments](https://github.com/pygments/pygments) from 2.17.2 to 2.18.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.17.2...2.18.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-10[upd] pypi: Bump nose2[coverage_plugin] from 0.14.1 to 0.14.2dependabot[bot]
Bumps [nose2[coverage_plugin]](https://github.com/nose-devs/nose2) from 0.14.1 to 0.14.2. - [Changelog](https://github.com/nose-devs/nose2/blob/main/docs/changelog.rst) - [Commits](https://github.com/nose-devs/nose2/compare/0.14.1...0.14.2) --- updated-dependencies: - dependency-name: nose2[coverage_plugin] dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-10[upd] pypi: Bump babel from 2.14.0 to 2.15.0dependabot[bot]
Bumps [babel](https://github.com/python-babel/babel) from 2.14.0 to 2.15.0. - [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.14.0...v2.15.0) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-10[l10n] update translations from Weblatesearxng-bot
9487de41b - 2024-05-10 - return42 <return42@users.noreply.translate.codeberg.org> 20d3b1158 - 2024-05-10 - nouoneq <nouoneq@users.noreply.translate.codeberg.org> 60cf6e36d - 2024-05-10 - return42 <return42@users.noreply.translate.codeberg.org> 0a8e99dff - 2024-05-10 - return42 <return42@users.noreply.translate.codeberg.org> 4055cd1c3 - 2024-05-10 - return42 <return42@users.noreply.translate.codeberg.org> 77f2c8d9a - 2024-05-09 - Eryk Michalak <gnu.ewm@protonmail.com> beb16006a - 2024-05-09 - tentsbet <tentsbet@users.noreply.translate.codeberg.org> 54b5123e2 - 2024-05-10 - ghose <ghose@users.noreply.translate.codeberg.org> 4f372ab44 - 2024-05-09 - German <German@users.noreply.translate.codeberg.org> fa9b9aae8 - 2024-05-09 - Fjuro <fjuro@alius.cz>
2024-05-09[fix] unit converter plugin: can't be disabled in settingsBnyro
2024-05-09[mod] yacy engine: pick base_url randomly from a list of instancesMarkus Heiser
Inspired by post [1] in the disscussion we had, while yacy.searchlab.eu was broken. [1] https://github.com/searxng/searxng/issues/3428#issuecomment-2101080101 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-09[feat] plugins: new calculator pluginBnyro
2024-05-09[mod] improve unit converter pluginMarkus Heiser
- l10n support: parse and format decimal numbers by babel - ability to add additional units - improved unit detection (symbols are not unique) - support for alias units (0,010C to F --> 32,018 °F) Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-09[fix] docutils dependencies (docutils>=0.21.2)Markus Heiser
Another trip into the hell of dependencies: docutils tends to put major changes in minor patches: the executables have been renamed / e.g. rst2html.py --> rts2html so we have to use docutils at least from version 0.21.2, but this version of docutils is only supported by myst-parser from version 3.0.1 on. Additionally, docutils decided to drop python 3.8 in version 0.21 [1] Further, linuxdoc needed an update to cope with docutils 0.21 [2] [1] https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09 [2] https://github.com/return42/linuxdoc/pull/36 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-07Bump jinja2 from 3.1.3 to 3.1.4dependabot[bot]
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [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.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>