summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2022-05-06[translations] update from Weblatesearxng-bot
7d941719 - 2022-05-05 - gkkulik <gregorykkulik@gmail.com> c3fa2774 - 2022-05-04 - Markus Heiser <markus.heiser@darmarit.de> 0c527178 - 2022-05-05 - realdep <islekege@gmail.com> 3540a89f - 2022-05-06 - AHOHNMYC <lqwh2h2cwa@protonmail.com> c517f467 - 2022-05-06 - iFvt;/s:.Io8yejcE! <6dbjomtr@anonaddy.me> f9b9f666 - 2022-05-06 - Markus Heiser <markus.heiser@darmarit.de> 2b3dfa75 - 2022-05-06 - Markus Heiser <markus.heiser@darmarit.de> bacd0922 - 2022-05-05 - gkkulik <gregorykkulik@gmail.com>
2022-05-03Merge pull request #1153 from return42/drop-oscarPaul Braeuning
[theme] peel out oscar from SearXNG development
2022-05-01Merge pull request #1158 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2022-05-01Merge pull request #1159 from searxng/update_data_update_engine_descriptions.pyMarkus Heiser
Update searx.data - update_engine_descriptions.py
2022-05-01Merge pull request #1157 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2022-05-01Merge pull request #1156 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-05-01Update searx.data - update_engine_descriptions.pydalf
2022-05-01Update searx.data - update_currencies.pydalf
2022-05-01Update searx.data - update_wikidata_units.pydalf
2022-05-01Update searx.data - update_ahmia_blacklist.pydalf
2022-05-01Update searx.data - update_firefox_version.pydalf
2022-04-30[upd] searx/translations/messages.potMarkus Heiser
generated by:: ./manage pyenv.cmd pybabel extract \ -F babel.cfg \ -o "searx/translations/messages.pot"\ "searx/" Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-30[theme] delete static/themes/oscar and templates/oscarMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> templates/oscar# gelöscht: searx/static/themes/oscar/fonts/glyphicons-halflings-regular.ttf
2022-04-30[theme] peel out oscar from SearXNG developmentMarkus Heiser
This is the first step of removing oscar theme Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
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-29[translations] update from Weblatesearxng-bot
07ad7224 - 2022-04-29 - Alexandre Flament <alex@al-f.net>
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-23[enh] Add pagination to BraveAllen
Also added ```&spellcheck=1``` because now it is disabled by default, not returning any ```suggestion_xpath```.
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-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-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-22[test.pyright] suppress unneeded error & warning messagesMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
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-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-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-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 branch 'searxng:master' into masterVojtěch Fošnár
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 grunt from 1.4.1 to 1.5.2 in /searx/static/themes/simpledependabot[bot]
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.4.1 to 1.5.2. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.2) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14[enh] add seznam autocompleteVojtěch Fošnár
2022-04-12change "Wolfram|Alpha" to "Wolfram Alpha" in search resultsJabster28
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 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