Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-19 | better error message when no results found | Emilien Devos | |
2022-09-24 | correct sci-hub links/ add `.ru` and remove other 3rd party domains. | Mohamed Elashri | |
2022-06-18 | Bump splinter from 0.17.0 to 0.18.0 | dependabot[bot] | |
Bumps [splinter](https://github.com/cobrateam/splinter) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/cobrateam/splinter/releases) - [Changelog](https://github.com/cobrateam/splinter/blob/master/docs/news.rst) - [Commits](https://github.com/cobrateam/splinter/compare/0.17.0...0.18.0) --- updated-dependencies: - dependency-name: splinter dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Alexandre Flament <alex@al-f.net> | |||
2022-04-30 | [theme] peel out oscar from SearXNG development | Markus Heiser | |
This is the first step of removing oscar theme Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2022-01-06 | Merge pull request #634 from not-my-profile/powered-by | Alexandre Flament | |
Introduce `categories_as_tabs` & group engines in tabs | |||
2022-01-05 | [enh] change categories_as_tabs from a list to a dict | Martin Fischer | |
The tab icon names are currently hard coded in the templates. This commit lets us introduce an icon property in the future, e.g: categories_as_tabs: general: icon: search-outline | |||
2022-01-03 | [enh] introduce categories_as_tabs | Martin Fischer | |
Previously all categories were displayed as search engine tabs. This commit changes that so that only the categories listed under categories_as_tabs in settings.yml are displayed. This lets us introduce more categories without cluttering up the UI. Categories not displayed as tabs can still be searched with !bangs. | |||
2022-01-02 | reference docs.searxng.org | Alexandre Flament | |
2021-12-27 | [format.python] initial formatting of the python code | Markus Heiser | |
This patch was generated by black [1]:: make format.python [1] https://github.com/psf/black Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-10-02 | SearXNG: environment variables | Alexandre Flament | |
2021-09-02 | [mod] remove remaining references to locales in settings.yml | Alexandre Flament | |
see #247 | |||
2021-09-02 | [mod] move searx/testing.py to the tests directory | Alexandre Flament | |
move robot tests to tests.robot manage calls "python -m tests.robot" | |||
2021-06-17 | [mod] oscar theme /preferences: reorganize the preferences | Alexandre Flament | |
close #115 | |||
2021-04-25 | [brand] searxng is a fork from searx | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-12-29 | change language list to only include languages with a minimum of engines | marc | |
that support them. users can still query lesser supported through the :lang_code bang. | |||
2016-12-13 | small fixes | marc | |
2016-10-22 | [fix] gecko driver cannot detect the page load finish on preferences form ↵ | Adam Tauber | |
submit. It now works with this dirty workaround.. | |||
2016-09-28 | [fix] robot test engine names II. | Adam Tauber | |
2016-09-22 | [mod] rename "default" theme to "legacy" | Adam Tauber | |
2016-08-27 | Merge pull request #671 from kvch/custom-404 | Adam Tauber | |
Custom 404 message - fixes #317 | |||
2016-08-24 | add custom 404 page | Noemi Vanyi | |
2016-08-15 | uncapitalize searx in templates | Noémi Ványi | |
2016-04-09 | add unit && robot tests | Noemi Vanyi | |
2016-01-10 | [mod] remove buildout/makefile infrastructure | Adam Tauber | |