| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |