Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-21 | [fix] add missing brand options to the settings SCHEMA | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-06-05 | [yamllint] searx/settings_robot.yml | Markus Heiser | |
Fixed messages reported by:: make test.yamllint Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-04-22 | [enh] add DOI resolver from sci-hub / replace default DOI | Markus Heiser | |
The new sci-hub URLs are comming from @aurora-vasiliev [1]. [1] https://github.com/searx/searx/pull/2706 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2020-10-25 | Let admins lock user preferences | Noémi Ványi | |
2020-10-09 | Force admins to set secret_key if debug mode is disabled | Noémi Ványi | |
This commit also enables debug mode for unit tests. | |||
2020-07-29 | DOI improvements: enable HTTPS, update URL of doai.io (#1718) | Lynda Lopez | |
- enabling HTTPS for sci-hub.tw by default - making sci-hub the default DOI resolver as it has the largest collection of scientific articles. - replaced doai.io with dissem.in, as it redirects to this new domain. Co-authored-by: Aurora of Earth <auroraofearth@ya.ru> | |||
2020-02-23 | preferences.py: implement defaults if unset | Markus Heiser | |
Implemnts defaults for: - search.default_lang, search.autocomplete, search.safe_search, - ui.default_theme, ui.default_locale - server.image_proxy This fixes also: https://github.com/asciimoo/searx/pull/1860#issuecomment-590082955 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2019-12-22 | Switch to https for some domains | Vipul | |
2019-07-06 | Fix ./manage.sh robot_tests (#1633) | Alexandre Flament | |
doi_resolvers / default_doi_resolver were missing in the settings_robots.yml file, so the test server was not able to start (crash). Since the output wasn't displayed, it was not obvious why the Selenium couldn't connect to searx. | |||
2019-01-07 | Revert "remove 'all' option from search languages" | Noémi Ványi | |
This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796. | |||
2017-12-06 | remove 'all' option from search languages | marc | |
2017-05-15 | [mod] the static and templates directories can be defined in the settings.yml | Alexandre Flament | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-12-25 | [fix] robot tests ++ set default value for server http protocol version | Adam Tauber | |
2016-11-14 | search: make language configurable from settings.yml | Noémi Ványi | |
2016-09-28 | [fix] robot test engine names | Adam Tauber | |
2016-09-22 | [mod] rename "default" theme to "legacy" | Adam Tauber | |
2016-04-09 | new preferences handling | Noemi Vanyi | |
Preferences class was introduced in order to handle user preferences. Right now it parses cookies and the form in preferences. Also it can retrieve settings based on the name of the setting. ATTENTION Please note that engine preferences are handled differently from now on. So it introduces incompatible changes. Every user who has saved preferences should reset and save his/her settings again. This change was needed, because everytime a default disabled engine was added saved user preferences would broke. Now engine setting tracking is fixed. | |||
2016-02-27 | [fix] robot tests | Adam Tauber | |
2015-08-02 | [enh] default settings option to autocomplete backend - #396 | Adam Tauber | |
2015-08-02 | [mod] change settings file structure according to #314 | Adam Tauber | |
2015-08-02 | [enh] add settings option to set listening address - closes #397 | Adam Tauber | |
2015-01-17 | [fix] robot test config option update | Adam Tauber | |
2014-10-15 | update settings_robot.yml | Thomas Pointhuber | |
2014-01-29 | add robot tests | Matej Cotman | |
2014-01-23 | [ehn] added ixquick engine, using startpage engine | pw3t | |
2014-01-20 | fix: robot fw, entry points, some flake8, package searx egg | Matej Cotman | |