| Age | Commit message (Collapse) | Author |
|
[mod] replace /translations.js with an embedded JSON
|
|
Bump twine from 3.3.0 to 3.4.1
|
|
Bumps [twine](https://github.com/pypa/twine) from 3.3.0 to 3.4.1.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/master/docs/changelog.rst)
- [Commits](https://github.com/pypa/twine/compare/3.3.0...3.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Update settings.yml to enable HTTP for yacy engine
|
|
Update settings.yml to enable HTTP for yacy
|
|
Added a line to the yacy entry to enable HTTP if the local yacy instance isn't using HTTPS. Otherwise, an error will be thrown in the logs: "No connection adapters were found for 'http://localhost:8090/yacysearch.json...'". This is likely related to ticket #2641 that forces HTTPS by default.
|
|
[mod] oscar: remove space
|
|
* reduce by 15% the uncompressed output (on average)
* dos2unix searx/templates/oscar/result_templates/files.html
|
|
Windows does not support SIGUSR1, so don't use it unconditionally.
|
|
|
|
In webapp.py, there is a new function "get_translations" lists available translations
Close #2064
|
|
[mod] upgrade pygments
|
|
add searx_extra/update/update_pygments.py to update the css style of the oscar and simple themes.
|
|
|
|
|
|
|
|
|
|
|
|
Add Apache Solr engine
|
|
[fix] remove unused import from yahoo-news engine
|
|
Fix HTTP error in onion engines
|
|
[drop] Acgsou engine - www.acgsou.com no longer exists
|
|
regression from https://github.com/searx/searx/pull/2641
most onion websites only serve HTTP, so it must be enabled
|
|
|
|
Signed-off-by: Markus Heiser <markus@darmarit.de>
|
|
- https://www.acgsou.com/ acgsou.com is redirected to 36dm.club
- @rinpatch do not plan on maintaining the engine [1]
[1] https://github.com/searx/searx/pull/1283#issuecomment-798783585
Signed-off-by: Markus Heiser <markus@darmarit.de>
|
|
|
|
[mod] oscar: upgrade dependencies
|
|
Bump sphinx from 3.5.1 to 3.5.2
|
|
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.5.1...v3.5.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Bump sphinx-tabs from 2.0.1 to 2.1.0
|
|
Bumps [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/executablebooks/sphinx-tabs/releases)
- [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/executablebooks/sphinx-tabs/compare/v2.0.1...v2.1.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Add Solid Torrents engine
|
|
[mod] by default allow only HTTPS, not HTTP
|
|
[fix] APKMirror engine - update xpath selectors and fix img_src
|
|
[fix] make targets engines.languages and useragents.update
|
|
|
|
|
|
easy to upgrade (package.json)
|
|
|
|
|
|
|
|
See https://github.com/requirejs/requirejs/issues/1816
requirejs loads one file: leaflet.
This commit:
* removes requirejs
* load leaflet using <script src...> HTML tag in searx/templates/oscar/base.html
|
|
|
|
BTW: make the code slightly more readable
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
[fix] rewrite Yahoo-News engine
|
|
Since [PR 2600] is merged the update scripts for languages and useragent has
been moved to folder:
searx_extra/update/
[PR 2600] https://github.com/searx/searx/pull/2600
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Many things have been changed since last review of this engine. This patch fix
xpath selectors, implements suggestion and is a complete review / rewrite of the
engine.
Signed-off-by: Markus Heiser <markus@darmarit.de>
|
|
Related to https://github.com/searx/searx/pull/2373
|
|
|