| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Add the lingva engine (which grabs data from google translate). Results from
Lingva are added to the infobox results.
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Public instances can be set to hidden
|
|
Some administrators may want to hide the link to public_instances: If you run a
private instance for a company that wants there employees to use the private
instance instead of any of the public instances.
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Donation link: default value to searxng.org, can be hidden or custom
|
|
openstreetmap: localized results.
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
For example: display "Tokyo" instead of "東京都" when the language is English.
|
|
For example display "Tokyo (en)" instead of https://en.wikipedia.org/wiki/Tokyo
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
fix searxng_extra/update/update*.py scripts
|
|
./manage pyenv.cmd python ./searxng_extra/update/update_engine_descriptions.py
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
./manage pyenv.cmd python ./searxng_extra/update/update_currencies.py
Closes: https://github.com/searxng/searxng/pull/1375
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
call searx.locales.locales_initialize before using LOCALE_NAMES
Related to https://github.com/searxng/searxng/pull/1306
|
|
Add a new setting: general.donation_url
By default the value is https://docs.searxng.org/donate.html
When the value is false, the link is hidden
When the value is true, the link goes to the infopage donation,
the administrator can create a custom page.
|
|
Update translations
|
|
|
|
Update top links
|
|
|
|
|
|
Bump splinter from 0.18.0 to 0.18.1
|
|
Bumps [splinter](https://github.com/cobrateam/splinter) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/cobrateam/splinter/releases)
- [Changelog](https://github.com/cobrateam/splinter/blob/master/docs/news.rst)
- [Commits](https://github.com/cobrateam/splinter/compare/0.18.0...0.18.1)
---
updated-dependencies:
- dependency-name: splinter
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Bump black from 22.3.0 to 22.6.0
|
|
Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.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.3.0...22.6.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Bump pylint from 2.14.3 to 2.14.4
|
|
Update translations
|
|
c6c13e8c - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de>
284f86fe - 2022-06-30 - Linerly <linerly@protonmail.com>
d659c9f2 - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de>
3d76fb71 - 2022-06-29 - wordpure <wordlesspure@gmail.com>
874e15dc - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de>
10f3978d - 2022-06-30 - Leonardo Colman <dev@leonardo.colman.com.br>
66556a49 - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de>
6c5a28a7 - 2022-06-30 - Markus Heiser <markus.heiser@darmarit.de>
9bb7dc8e - 2022-06-29 - Alexandre Flament <alex@al-f.net>
38bd6b55 - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de>
1aecb8f8 - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de>
9a74838e - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de>
3f139d79 - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de>
d3449b5f - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de>
|
|
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.3 to 2.14.4.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.14.3...v2.14.4)
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Move donation link
|
|
Co-authored-by: Émilien Devos <contact@emiliendevos.be>
|
|
Co-authored-by: Émilien Devos <contact@emiliendevos.be>
|
|
Co-authored-by: Émilien Devos <contact@emiliendevos.be>
|
|
Close #1378
|
|
An administrator might decide to remove some of the .md files.
This commit make sure to not crash the application.
|
|
Update searx.data - update_ahmia_blacklist.py
|
|
|
|
Update searx.data - update_firefox_version.py
|
|
Update searx.data - update_wikidata_units.py
|
|
|
|
|
|
Theme : add links to a donation page and the about page.
|
|
|
|
Dockerfile: use alpine 3.16
|
|
|
|
See #1271
|
|
|
|
Close https://github.com/searxng/searxng/issues/931
|