summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2022-04-16[enh] Allow passing headers/cookies from settings.ymlAllen
Example: - engine: xpath - search_url: example.org - headers: {'example_header': 'example_header'} - cookies: {'safesearch': 'off'}
2022-04-16Update searx.data - update_engine_descriptions.pyAlexandre Flament
2022-04-16GitHub monthly data update: add engine descriptionsAlexandre Flament
2022-04-16Merge pull request #1071 from return42/fix-lang-dailymotionAlexandre Flament
[fix] dailymotion engine: filter by language & country
2022-04-16searx.utils.html_to_text: replace <br/> by a spaceAlexandre Flament
2022-04-16dailymotion: send valid value for the language parameterAlexandre Flament
2022-04-16[fix] dailymotion engine: filter by language & countryMarkus Heiser
- fix the issue of fetching more the 7000 *languages* - improve the request function and filter by language & country - implement time_range_support & safesearch - add more fields to the response from dailymotion (allow_embed, length) - better clean up of HTML tags in the 'content' field. This is more or less a complete rework based on the '/videos' API from [1]. This patch cleans up the language list in SearXNG that has been polluted by the ISO-639-3 2 and 3 letter codes from dailymotion languages which have never been used. [1] https://developers.dailymotion.com/tools/ Closes: https://github.com/searxng/searxng/issues/1065 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-15Merge pull request #1090 from vfosnar/masterAlexandre Flament
[enh] add seznam autocomplete
2022-04-15Merge pull request #1092 from searxng/dependabot/pip/master/setproctitle-1.2.3Alexandre Flament
Bump setproctitle from 1.2.2 to 1.2.3
2022-04-15Merge branch 'searxng:master' into masterVojtěch Fošnár
2022-04-15Merge pull request #1095 from searxng/translations_updateMarkus Heiser
Update translations
2022-04-15[translations] update from Weblatesearxng-bot
10e2e02d - 2022-04-14 - Markus Heiser <markus.heiser@darmarit.de> 723fc2b4 - 2022-04-14 - Markus Heiser <markus.heiser@darmarit.de> 8c3ef0ce - 2022-04-12 - Linerly <linerly@protonmail.com> 19b08ebf - 2022-04-10 - A. B <gamemc@virgilio.it> 5838445a - 2022-04-10 - BriLHR <brianlimapp@gmail.com> a9541b96 - 2022-04-10 - Markus Heiser <markus.heiser@darmarit.de> 8f9c7cee - 2022-04-10 - Michal Kuncl <michal.kuncl@gmail.com> 54ea2973 - 2022-04-11 - Taufik Hidayat <tfkhdyt@pm.me>
2022-04-15Bump setproctitle from 1.2.2 to 1.2.3dependabot[bot]
Bumps [setproctitle](https://github.com/dvarrazzo/py-setproctitle) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/dvarrazzo/py-setproctitle/releases) - [Changelog](https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst) - [Commits](https://github.com/dvarrazzo/py-setproctitle/compare/version-1.2.2...version-1.2.3) --- updated-dependencies: - dependency-name: setproctitle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14[enh] add seznam autocompleteVojtěch Fošnár
2022-04-13Merge pull request #1089 from capric98/patch-1Markus Heiser
fix: typo in lib_nvm.sh wanr_msg -> warn_msg
2022-04-13typo: wanr_msg -> warn_msgHZH
2022-04-12Merge pull request #1085 from Jabster28/patch-2Markus Heiser
change "Wolfram|Alpha" to "WolframAlpha" in search results
2022-04-12Merge pull request #1084 from Jabster28/patch-1Markus Heiser
don't reinstall existing packages on arch
2022-04-12change "Wolfram|Alpha" to "Wolfram Alpha" in search resultsJabster28
2022-04-11don't reinstall existing packages on archJabster28
2022-04-09Merge pull request #1048 from Linerly/patch-1Alexandre Flament
Improve the about page
2022-04-09Merge pull request #1030 from austinhuang0131/masterAlexandre Flament
(feat) add jisho.org
2022-04-09jisho : code refactoringAlexandre Flament
2022-04-09Merge pull request #1060 from return42/switch-md-parserMarkus Heiser
[mod] replace Markdown parser mistletoe by markdown-it-py
2022-04-09Merge branch 'master' into switch-md-parserAlexandre Flament
2022-04-09Merge pull request #1051 from return42/fix-region-nameMarkus Heiser
[fix] add missing territory (country) name
2022-04-08Merge pull request #1066 from unixfox/fix-icons-oscarPaul Braeuning
Revert "[fix] return correct favicon path"
2022-04-08Merge pull request #1064 from capric98/pretty-urlPaul Braeuning
fix: %2F in path will be converted to " › " in searx/webapp.py
2022-04-08Merge pull request #1070 from searxng/translations_updateMarkus Heiser
Update translations
2022-04-08[translations] update from Weblatesearxng-bot
45fc8afe - 2022-04-08 - Markus Heiser <markus.heiser@darmarit.de> b187bba2 - 2022-04-08 - A. B <gamemc@virgilio.it> 9d380d66 - 2022-04-07 - A. B <gamemc@virgilio.it> 03029129 - 2022-04-07 - A. B <gamemc@virgilio.it> be15e572 - 2022-04-06 - Linerly <linerly@protonmail.com> 71fb0c50 - 2022-04-03 - Markus Heiser <markus.heiser@darmarit.de>