summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
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
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-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>
2022-04-07Revert "[fix] return correct favicon path"Émilien Devos
This fixes https://github.com/searxng/searxng/issues/1057 This reverts commit f99d109ceb0692d70e473b6f6eb6ab8c53bd5346.
2022-04-07fix: %2F in path will be converted to " › "HZH
2022-04-06[mod] replace Markdown parser mistletoe by markdown-it-pyMarkus Heiser
There are several reasons why we should prefer markdown-it-py over mistletoe: - Get identical rendering results in SearXNG's `/info` pages and the SearXNG's project documentation which is build by Sphinx-doc. In the Sphinx-doc we use the MyST parser to render Markdown and the MyST parser itself is built on top of the markdown-it-py package. - markdown-it-py has a typographer that supports *replacements* and *smartquotes* (e.g. em-dash, copyright, ellipsis, ...) [1] - markdown-it-py is much more flexible compared to mistletoe [2] - markdown-it-py is the fastest CommonMark compliant parser in python [3] [1] https://markdown-it-py.readthedocs.io/en/latest/using.html#typographic-components [2] https://markdown-it-py.readthedocs.io/en/latest/plugins.html [3] https://markdown-it-py.readthedocs.io/en/latest/other.html#performance Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-06[build] /staticmrpaulblack
2022-04-06[simple theme] add netloc to image result articlesmrpaulblack
2022-04-06Fix spelling and punctuationLinerly
2022-04-06[mod] review of the "Search Syntax" page (en)Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-06[mod] review of the "About SearXNG" page (en)Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-05[fix] add missing territory (country) nameMarkus Heiser
Related-to: https://github.com/searxng/searxng/pull/1029#issuecomment-1086824911 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-05Unquote path on result page.HZH
2022-04-02Improve the about pageLinerly
2022-04-02Merge pull request #1031 from dalf/fix-bing-_fetch_supported_languagesAlexandre Flament
Fix bing fetch supported languages
2022-04-01(fix) satisfy the linter, and btw reduce timeoutAustin Huang
2022-04-01update jisho.py according to suggestionsAustin Huang
2022-04-01Bump grunt-contrib-uglify in /searx/static/themes/oscardependabot[bot]
Bumps [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) from 5.0.1 to 5.1.0. - [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.0.1...v5.1.0) --- 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-01Bump grunt-contrib-uglify in /searx/static/themes/simpledependabot[bot]
Bumps [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) from 5.0.1 to 5.1.0. - [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.0.1...v5.1.0) --- 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-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-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-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-31Update languagesAlexandre FLAMENT
2022-03-31bing engine: _fetch_supported_languages: don't use the language code as a ↵Alexandre FLAMENT
country ref #1029
2022-03-31(feat) add jisho.orgAustin Huang
Closes #1016
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