summaryrefslogtreecommitdiff
path: root/searx/preferences.py
AgeCommit message (Expand)Author
2024-12-01[feat] search: add url formatting preferenceBnyro
2024-11-24[fix] remove unknown_params from preferencesGrant Lanham
2024-11-24[chore] *: fix typos detected by typos-cliBnyro
2024-10-05[mod] Revision of the favicon solutionMarkus Heiser
2024-10-05[feat] add favicons to result urlsBrock Vojkovic
2024-10-03[feat] simple theme: pure black theme styleBnyro
2024-03-11[mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTIONMarkus Heiser
2024-03-09[black] upgrade black 22.12.0 --> 24.2.0Markus Heiser
2023-10-09[mod] add hotkeys option to settings.ymlAlex Balgavy
2023-09-19[mod] preferences: implement drop-down menu for hotkeys (default, vim)Markus Heiser
2023-09-18[feat] search on category select without JSBnyro
2023-08-27[mod] preferences.py: add and use BooleanSetting for checkbox preferencesBnyro
2023-08-27[feat] settings: replace boolean select preferences with checkboxesBnyro
2023-05-22[fix] ClientPref - don't raise exception if Accept-Language is invalidMarkus Heiser
2023-04-15[mod] add a Preferences.client property to store client prefsMarkus Heiser
2023-04-07[mod] clarify the difference of the default category and subgroupingMarkus Heiser
2023-03-24[mod] replace engines_languages.json by engines_traits.jsonMarkus Heiser
2023-02-17Add "Auto-detected" as a language.Alexandre Flament
2022-11-24Deserialize explicitly blank stringsfehho
2022-09-27[fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser
2022-07-03[fix] typo: add missing 'n' in center_aligment --> center_alignmentMarkus Heiser
2022-06-18Theme: add a preference to center the results (Oscar) (2nd edition)Alexandre Flament
2022-06-05Revert "Theme: add a preference to center the results (Oscar)"Alexandre Flament
2022-06-05Merge pull request #1281 from dalf/style-centerAlexandre Flament
2022-06-05Theme: add a preference to center the results (Oscar)Alexandre Flament
2022-06-03[fix] prepare for pylint 2.14.0Markus Heiser
2022-04-30[theme] peel out oscar from SearXNG developmentMarkus Heiser
2022-02-20[mod] infinite_scroll as preferenceAlexandre Flament
2022-01-13[fix] make BooleanChoices only set cookies that vary from the defaultMartin Fischer
2022-01-06[refactor] refactor SwitchableSettingMartin Fischer
2022-01-06[refactor] stop SwitchableSetting from subclassing SettingMartin Fischer
2022-01-06[refactor] remove pointless tupleMartin Fischer
2022-01-06[refactor] add type hints & remove Setting._post_initMartin Fischer
2022-01-05[enh] change categories_as_tabs from a list to a dictMartin Fischer
2022-01-05[fix] stop setting superfluous cookies for "non tab categories"Martin Fischer
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
2021-12-27[format.python] disable py code formatting for some hunks of codeMarkus Heiser
2021-11-24Merge pull request #485 from dalf/pref_query_in_titleAlexandre Flament
2021-11-19[enh] simple theme: add "simple-style" preferencesAlexandre Flament
2021-11-08[mod] new preference: query_in_titleAlexandre Flament
2021-10-26[enh] reduce the available language listAlexandre Flament
2021-09-07[pylint] searx: drop no longer needed 'missing-function-docstring'Markus Heiser
2021-08-31[pylint] Pylint 2.10 - fix use-list-literal & use-dict-literalMarkus Heiser
2021-08-03[mod] settings.yml: remove localesAlexandre Flament
2021-07-03[pylint] prepare for pylint v2.9.3 / fix some (new) pylint issuesMarkus Heiser
2021-06-26[fix] decoding of saved preferences in the URLMarkus Heiser
2021-06-01[mod] move all default settings into searx.settings_defaultsAlexandre Flament
2021-04-26[pylint] tag PYLINT_FILES by comment `# lint: pylint`Markus Heiser
2021-04-04[fix] default_doi_resolver in preferencesMarkus Heiser
2020-11-23Patch advanced search preferencesrenyhp