summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-19Merge pull request #900 from return42/fix-883Alexandre Flament
[fix] bandcamp: fix itemtype (album|track) and exceptions
2022-02-19Merge pull request #893 from return42/mvw-videoMarkus Heiser
[mod] mediathekviewweb engine: add data_src and use videos template
2022-02-19[mod] mediathekviewweb engine: add iframe_src and use videos templateMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-18[build] /staticMarkus Heiser
2022-02-18[fix] bandcamp: fix itemtype (album|track) and exceptionsMarkus Heiser
BTW: polish implementation and show tracklist for albums Closes: https://github.com/searxng/searxng/issues/883 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-18Merge pull request #899 from dalf/limiter_updateAlexandre Flament
[limiter] update
2022-02-18Merge pull request #882 from return42/fix-873Alexandre Flament
[fix] replace embedded HTML by data_src
2022-02-18Merge pull request #903 from ↵Markus Heiser
searxng/dependabot/pip/master/nose2-coverage_plugin--0.11.0 Bump nose2[coverage_plugin] from 0.10.0 to 0.11.0
2022-02-18Merge pull request #904 from ↵Markus Heiser
searxng/dependabot/pip/master/typing-extensions-4.1.1 Bump typing-extensions from 4.0.1 to 4.1.1
2022-02-18[build] /staticMarkus Heiser
2022-02-18[mod] simple theme: set height of embedded content (iframe)Markus Heiser
This commit sets appropriate height of the (embedded) player from: - soundcloud - mixcloud - deezer Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-18[mod] templates: rename field for <iframe> URL to iframe_srcMarkus Heiser
Rename result field data_src to iframe_src Suggested-by: @dalf https://github.com/searxng/searxng/pull/882#issuecomment-1037997402 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-18[fix] simple theme: support browsers which do not have aspect-ratioMarkus Heiser
Suggested-by: @dalf https://github.com/searxng/searxng/pull/882#discussion_r805187303 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-18[oscar] add scrolling="no" to iframes in HTML templatesMarkus Heiser
Suggested-by: @dalf https://github.com/searxng/searxng/pull/882#discussion_r805180787 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-18[fix] hostname_replace.py: don't stop replace URL in fieldsMarkus Heiser
This is a rewrite of the hostname_replace.py that: - don't stop to replace URL in fields ('data_src', 'audio_src') if there isn't a 'parsed_url', - adds a comment about keep or remove a result from the result list - adds a loop over ['data_src', 'audio_src'] instead of doubling code lines Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-18Merge pull request #905 from searxng/dependabot/pip/master/flask-2.0.3Alexandre Flament
Bump flask from 2.0.2 to 2.0.3
2022-02-18Merge pull request #902 from searxng/dependabot/pip/master/lxml-4.8.0Alexandre Flament
Bump lxml from 4.7.1 to 4.8.0
2022-02-18Merge pull request #901 from searxng/dependabot/pip/master/redis-4.1.4Alexandre Flament
Bump redis from 4.1.3 to 4.1.4
2022-02-18Merge pull request #907 from searxng/translations_updateAlexandre Flament
Update translations
2022-02-18[translations] update from Weblatesearxng-bot
8daeaf72 - 2022-02-16 - mezysinc <mezysinc@mailsac.com> f373b0a4 - 2022-02-13 - temp <temp@mykolab.com> 273ae271 - 2022-02-16 - Márton Farkas <farkasmrton@gmail.com> 956496a3 - 2022-02-12 - Alexandre Flament <alex@al-f.net> acf6d3ae - 2022-02-15 - Markus Heiser <markus.heiser@darmarit.de> aec5670e - 2022-02-11 - Markus Heiser <markus.heiser@darmarit.de>
2022-02-18Bump flask from 2.0.2 to 2.0.3dependabot[bot]
Bumps [flask](https://github.com/pallets/flask) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.0.2...2.0.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18Bump typing-extensions from 4.0.1 to 4.1.1dependabot[bot]
Bumps [typing-extensions](https://github.com/python/typing) from 4.0.1 to 4.1.1. - [Release notes](https://github.com/python/typing/releases) - [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG) - [Commits](https://github.com/python/typing/compare/4.0.1...4.1.1) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18Bump nose2[coverage_plugin] from 0.10.0 to 0.11.0dependabot[bot]
Bumps [nose2[coverage_plugin]](https://github.com/nose-devs/nose2) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/nose-devs/nose2/releases) - [Changelog](https://github.com/nose-devs/nose2/blob/main/docs/changelog.rst) - [Commits](https://github.com/nose-devs/nose2/compare/0.10.0...0.11.0) --- updated-dependencies: - dependency-name: nose2[coverage_plugin] dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18Bump lxml from 4.7.1 to 4.8.0dependabot[bot]
Bumps [lxml](https://github.com/lxml/lxml) from 4.7.1 to 4.8.0. - [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-4.7.1...lxml-4.8.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18Bump redis from 4.1.3 to 4.1.4dependabot[bot]
Bumps [redis](https://github.com/redis/redis-py) from 4.1.3 to 4.1.4. - [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/v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-17[limiter] updateAlexandre Flament
2022-02-15Merge pull request #896 from return42/fi-peertubeAlexandre Flament
[fix] replace peer.tube by peertube.biz
2022-02-13[fix] replace peer.tube by peertube.bizMarkus Heiser
More peertube instances are listed at [1] [1] https://instances.joinpeertube.org/instances Closes: https://github.com/searxng/searxng/issues/881 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-13[mod] result_templates/default.html replace embedded HTML by data_src audio_srcMarkus Heiser
Embedded HTML breaks SearXNG architecture. To modularize, HTML is generated in the templates (oscar & simple) and result parameter 'embedded' is replaced by 'data_src' (and 'audio_src'), an URL for embedded content (<iframe>). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-13[mod] hostname_replace: replace hostnames in result's data_src paramMarkus Heiser
To test you need to redirect embeded videos (e.g.) from youtube to a invidios instance. Search for videos using engine `!youtube lebowski`. The result URLs and the embeded videos should link to the invidios instance. Here is an example of such a `hostname_replace` configuration:: hostname_replace: # youtube --> Invidious '(.*\.)?youtube-nocookie\.com': 'invidio.xamh.de' '(.*\.)?youtube\.com$': 'invidio.xamh.de' '(.*\.)?invidious\.snopyta\.org$': 'invidio.xamh.de' '(.*\.)?vid\.puffyan\.us': 'invidio.xamh.de' '(.*\.)?invidious\.kavin\.rocks$': 'invidio.xamh.de' '(.*\.)?inv\.riverside\.rocks$': 'invidio.xamh.de' Closes: https://github.com/searxng/searxng/issues/873 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-13[mod] result_templates/videos.html: replace embedded HTML by data_srcMarkus Heiser
Embedded HTML breaks SearXNG architecture. To modularize, HTML is generated in the templates (oscar & simple) and result parameter 'embedded' is replaced by 'data_src', an URL for embedded content (<iframe>). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-12Merge pull request #892 from dalf/limiter-updateAlexandre Flament
plugin limiter: check only /image_proxy and /search
2022-02-12plugin limiter: check only /image_proxy and /searchAlexandre Flament
also adjust the number of req/time
2022-02-12Merge pull request #887 from unixfox/patch-5Markus Heiser
Update the XPath for fetching the Google results
2022-02-11Merge pull request #877 from return42/fix-876Alexandre Flament
[fix] docker generated new settings.yml does not work
2022-02-11Merge pull request #884 from return42/disable-deezerAlexandre Flament
[mod] disable deezer engine by default
2022-02-11Merge pull request #889 from searxng/dependabot/pip/master/mistletoe-0.8.2Alexandre Flament
Bump mistletoe from 0.8.1 to 0.8.2
2022-02-11Bump mistletoe from 0.8.1 to 0.8.2dependabot[bot]
Bumps [mistletoe](https://github.com/miyuchina/mistletoe) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/miyuchina/mistletoe/releases) - [Changelog](https://github.com/miyuchina/mistletoe/blob/master/cutting-a-release.md) - [Commits](https://github.com/miyuchina/mistletoe/compare/v0.8.1...v0.8.2) --- updated-dependencies: - dependency-name: mistletoe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11Merge pull request #890 from searxng/dependabot/pip/master/redis-4.1.3Alexandre Flament
Bump redis from 4.1.2 to 4.1.3
2022-02-11Merge pull request #891 from searxng/translations_updateMarkus Heiser
Update translations
2022-02-11[translations] update from Weblatesearxng-bot
085368cc - 2022-02-08 - akynr <ak.red@web.de> 9b531712 - 2022-02-09 - Justas Zabulionis <justas.zabulionis@gmail.com> 6e13d297 - 2022-02-06 - Markus Heiser <markus.heiser@darmarit.de> b1ac1da2 - 2022-02-06 - Markus Heiser <markus.heiser@darmarit.de> de117bfe - 2022-02-10 - Tamas Veres <zsumba1985@gmail.com> 7392a5b0 - 2022-02-10 - Markus Heiser <markus.heiser@darmarit.de> a28a60d9 - 2022-02-07 - Markus Heiser <markus.heiser@darmarit.de>
2022-02-11Bump redis from 4.1.2 to 4.1.3dependabot[bot]
Bumps [redis](https://github.com/redis/redis-py) from 4.1.2 to 4.1.3. - [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/v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09Update the XPath for fetching the Google resultsÉmilien Devos
2022-02-07[mod] disable deezer engine by defaultMarkus Heiser
To play content from deezer a account is needed, the majority of the SearXNG won't have. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-07Merge pull request #880 from return42/fix-osmMarkus Heiser
[fix] openstreatmap: load thumbnail from uploads.wikimedia.org
2022-02-07[fix] openstreatmap: load thumbnail from uploads.wikimedia.orgMarkus Heiser
Openstreatmap images are now loaded from uploads.wikimedia.org instead of commons.wikimedia.org to prevent redirects. With `image_proxy` enabled images from commons.wikimedia.org cant be loaded since they are redirected. We already discussed this issue [875] and @tiekoetter fixed this issue in PR [878]. Related-to: - [875] https://github.com/searxng/searxng/issues/875 - [878] https://github.com/searxng/searxng/pull/878 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-07Merge pull request #878 from tiekoetter/fix-wikidataMarkus Heiser
Fix wikidata info box images
2022-02-07[pylint] searx/engines/wikidata.py (no functional change)Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-07[fix] wikidata: URL decoding and file extension handlingLéon Tiekötter
Add '.png' to the second img_src_name if it has the extension '.svg'. Use urllib.parse.unquote for URL decoding.
2022-02-06[fix] wikidata engine: select image with higher (not lower) priorityMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>