summaryrefslogtreecommitdiff
path: root/searx/preferences.py
Commit message (Expand)AuthorAge
* [mod] add hotkeys option to settings.ymlAlex Balgavy2023-10-09
* [mod] preferences: implement drop-down menu for hotkeys (default, vim)Markus Heiser2023-09-19
* [feat] search on category select without JSBnyro2023-09-18
* [mod] preferences.py: add and use BooleanSetting for checkbox preferencesBnyro2023-08-27
* [feat] settings: replace boolean select preferences with checkboxesBnyro2023-08-27
* [fix] ClientPref - don't raise exception if Accept-Language is invalidMarkus Heiser2023-05-22
* [mod] add a Preferences.client property to store client prefsMarkus Heiser2023-04-15
* [mod] clarify the difference of the default category and subgroupingMarkus Heiser2023-04-07
* [mod] replace engines_languages.json by engines_traits.jsonMarkus Heiser2023-03-24
* Add "Auto-detected" as a language.Alexandre Flament2023-02-17
* Deserialize explicitly blank stringsfehho2022-11-24
* [fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser2022-09-27
* [fix] typo: add missing 'n' in center_aligment --> center_alignmentMarkus Heiser2022-07-03
* Theme: add a preference to center the results (Oscar) (2nd edition)Alexandre Flament2022-06-18
* Revert "Theme: add a preference to center the results (Oscar)"Alexandre Flament2022-06-05
* Merge pull request #1281 from dalf/style-centerAlexandre Flament2022-06-05
|\
| * Theme: add a preference to center the results (Oscar)Alexandre Flament2022-06-05
* | [fix] prepare for pylint 2.14.0Markus Heiser2022-06-03
|/
* [theme] peel out oscar from SearXNG developmentMarkus Heiser2022-04-30
* [mod] infinite_scroll as preferenceAlexandre Flament2022-02-20
* [fix] make BooleanChoices only set cookies that vary from the defaultMartin Fischer2022-01-13
* [refactor] refactor SwitchableSettingMartin Fischer2022-01-06
* [refactor] stop SwitchableSetting from subclassing SettingMartin Fischer2022-01-06
* [refactor] remove pointless tupleMartin Fischer2022-01-06
* [refactor] add type hints & remove Setting._post_initMartin Fischer2022-01-06
* [enh] change categories_as_tabs from a list to a dictMartin Fischer2022-01-05
* [fix] stop setting superfluous cookies for "non tab categories"Martin Fischer2022-01-05
* [format.python] initial formatting of the python codeMarkus Heiser2021-12-27
* [format.python] disable py code formatting for some hunks of codeMarkus Heiser2021-12-27
* Merge pull request #485 from dalf/pref_query_in_titleAlexandre Flament2021-11-24
|\
| * [mod] new preference: query_in_titleAlexandre Flament2021-11-08
* | [enh] simple theme: add "simple-style" preferencesAlexandre Flament2021-11-19
|/
* [enh] reduce the available language listAlexandre Flament2021-10-26
* [pylint] searx: drop no longer needed 'missing-function-docstring'Markus Heiser2021-09-07
* [pylint] Pylint 2.10 - fix use-list-literal & use-dict-literalMarkus Heiser2021-08-31
* [mod] settings.yml: remove localesAlexandre Flament2021-08-03
* [pylint] prepare for pylint v2.9.3 / fix some (new) pylint issuesMarkus Heiser2021-07-03
* [fix] decoding of saved preferences in the URLMarkus Heiser2021-06-26
* [mod] move all default settings into searx.settings_defaultsAlexandre Flament2021-06-01
* [pylint] tag PYLINT_FILES by comment `# lint: pylint`Markus Heiser2021-04-26
* [fix] default_doi_resolver in preferencesMarkus Heiser2021-04-04
* Patch advanced search preferencesrenyhp2020-11-23
* Add preference for displaying advanced settingsrenyhp2020-11-22
* Let admins lock user preferencesNoémi Ványi2020-10-25
* [mod] preferences.py: check language setting with a regex instead of match_la...Alexandre Flament2020-10-01
* Drop Python 2 (3/n): objectsDalf2020-09-10
* Drop Python 2 (1/n): remove unicode string and url_utilsDalf2020-09-10
* Add key to settings.yml for opening result links in a new tabScott Wallace2020-09-01
* [fix] pylintAdam Tauber2020-08-27
* Make default query submission method configurableMohamad Safadieh2020-08-09