summaryrefslogtreecommitdiff
path: root/searx/webapp.py
AgeCommit message (Expand)Author
2022-01-17[typing] add type hints to webapp.pyMartin Fischer
2022-01-17[typing] add results.UnresponsiveEngineMartin Fischer
2022-01-17[refactor] remove never used parameterMartin Fischer
2022-01-17[typing] add results.TimingMartin Fischer
2022-01-17[typing] add ExtendedRequestMartin Fischer
2022-01-09[fix] filtered_engines were not correctly evaluating validate_token()Martin Minka
2022-01-06Merge pull request #634 from not-my-profile/powered-byAlexandre Flament
2022-01-05[enh] settings.yml: implement general.enable_metricsAlexandre Flament
2022-01-05[enh] change categories_as_tabs from a list to a dictMartin Fischer
2022-01-05[mod] move group_engines_in_tab to searx.webutilsMartin Fischer
2022-01-05[enh] show categories not in any tab category in "Other" preferences tabMartin Fischer
2022-01-05[enh] group engines in preference tabsMartin Fischer
2022-01-03[enh] introduce categories_as_tabsMartin Fischer
2021-12-28[mod] implement is_hmac_of() in webutils / close to new_hmac()Markus Heiser
2021-12-28[fix] use hmac.compare_digest instead of ==Alexandre Flament
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-29[fix] route /autocompleter: escape `<` and `>` in the simple themeMarkus Heiser
2021-11-27[fix] route /autocompleter: escape '<' and '>' in the responseMarkus Heiser
2021-11-24Merge pull request #485 from dalf/pref_query_in_titleAlexandre Flament
2021-11-21[simple theme] rework select; add safesearch to search and replace / with ›...mrpaulblack
2021-11-19[enh] simple theme: add "simple-style" preferencesAlexandre Flament
2021-11-08[mod] new preference: query_in_titleAlexandre Flament
2021-10-29healthcheck endpointIgor Rzegocki
2021-10-26[enh] reduce the available language listAlexandre Flament
2021-10-12Merge pull request #380 from dalf/fix-339Alexandre Flament
2021-10-12[mod] locale: use hyphen everywhere except for BabelAlexandre Flament
2021-10-12[fix] templates: lang attribute of html uses hyphenAlexandre Flament
2021-10-12[enh] verify that Tor proxy works every time searx startsAlexandre Flament
2021-10-06plugins: refactor initializationAlexandre Flament
2021-09-28[mod] searx.network.stream returns a tuple (response, stream)Alexandre Flament
2021-09-24[enh] themes: display the engine descriptionsAlexandre Flament
2021-09-24[mod] add /engine_descriptions.json endpointAlexandre Flament
2021-09-07[mod] oa_doi_rewrite plugin: get_doi_resolver: remove args parameterAlexandre Flament
2021-09-07[pylint] searx: drop no longer needed 'missing-function-docstring'Markus Heiser
2021-09-02[mod] searx.webapp: code clean upAlexandre Flament
2021-08-31[enh] new issue: include information from searx.versionAlexandre Flament
2021-08-24[mod] /image_proxy: use HTTP/1 instead of HTTP/2Alexandre Flament
2021-08-24[fix] image_proxy: always close the httpx responeAlexandre Flament
2021-08-22Merge pull request #260 from dalf/mod_localeMarkus Heiser
2021-08-18[fix] /config add missing GIT_BRANCH valueMarkus Heiser
2021-08-17[mod] searx.webapp.get_locale: read locale from the preferencesAlexandre Flament
2021-08-03[mod] settings.yml: remove localesAlexandre Flament
2021-07-30version based on the git repositoryAlexandre Flament
2021-07-21[mod] drop usage of the searx.brand namespace (templates & /config)Markus Heiser
2021-07-03[pylint] prepare for pylint v2.9.3 / fix some (new) pylint issuesMarkus Heiser
2021-06-10[coding-style] searx/webapp.py - normalize indentationsMarkus Heiser
2021-06-08[mod] refactor searx.webapp.renderAlexandre Flament
2021-06-08[mod] move hook to set Unix thread name into searx.unixthreadnameAlexandre Flament
2021-06-08[mod] remove unused filter searx.webapp.extract_domainAlexandre Flament