summaryrefslogtreecommitdiff
path: root/searx/webapp.py
AgeCommit message (Expand)Author
2025-04-24[fix] is_werkzeug_reload_active is not realted to python -mMarkus Heiser
2025-04-24Revert "[fix] is_werkzeug_reload_active is not realted to python -m"Markus Heiser
2025-04-24[fix] is_werkzeug_reload_active is not realted to python -mMarkus Heiser
2025-04-22[fix] issues when launching a local development serverMarkus Heiser
2025-04-01[fix] hardening against arguments of type None, where str or dict is expectedMarkus Heiser
2025-03-30[feat] engines: add reuters news engineBnyro
2025-03-29[refactor] migrate plugins from "module" to class SXNGPluginMarkus Heiser
2025-02-20[fix] limiter: prevent caching of token linkbearz314
2025-01-29[mod] rudimentary implementation of a MainResult typeMarkus Heiser
2025-01-28[refactor] typification of SearXNG (initial) / result items (part 1)Markus Heiser
2024-12-16[refactor] webapp.py: reuse get_client_settings() method to unify preference ...Bnyro
2024-12-01[feat] search: add url formatting preferenceBnyro
2024-11-25[mod] add CSS (LESS) to xsl style to view rss in browserMarkus Heiser
2024-11-25[refactor] <type> element isn't a part of the RSS 2.0 spec [1]Markus Heiser
2024-11-24[feat] metrics: support for open metricsBnyro
2024-10-28[fix] calculator: use locale from UI (not from selected language)Markus Heiser
2024-10-05[mod] Revision of the favicon solutionMarkus Heiser
2024-10-05[feat] add favicons to result urlsBrock Vojkovic
2024-09-03[feat] results: show response timesGenericMale
2024-07-14[mod] revision of the settings_loaderMarkus Heiser
2024-05-28[fix] issues reported by pylint-3.2.2Markus Heiser
2024-04-27improve "search existing issues from github" linkJinyuan Huang
2024-03-11[mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTIONMarkus Heiser
2024-02-25[fix] re-add opensearch_url / its used in based.htmlMarkus Heiser
2024-02-25[fix] opensearxh.xml: firefox v123 does not except self-URI (URL with param)Markus Heiser
2024-01-29[feat] preferences: button to copy input to restore preferences hashBnyro
2023-11-01[mod] isolation of botdetection from the limiterMarkus Heiser
2023-09-25add new parameter called server.public_instanceEmilien Devos
2023-09-24/config: expose limiter configurationAlexandre Flament
2023-09-19[fix] Search on category select without JavaScript PR #2740Markus Heiser
2023-09-19[feat] implement feeling lucky featureBnyro
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-09-18[fix] spellingjazzzooo
2023-09-11[feature] dark theme for code highlighter in the result listMarkus Heiser
2023-08-18[feat] results: show source of suggested answerBnyro
2023-06-19[mod] move some code from webapp module to webutils module (no functional cha...Markus Heiser
2023-05-29[mod] limiter -> botdetection: modularization and documentationMarkus Heiser
2023-05-29[mod] limiter: add random token to the limiter URLMarkus Heiser
2023-05-29[mod] limiter: reduce request rates for requests without a pingMarkus Heiser
2023-04-15[mod] move language recognition to get_search_query_from_webappMarkus Heiser
2023-04-15[mod] add a Preferences.client property to store client prefsMarkus Heiser
2023-04-10[fix] don't show a category if there is no active engine inMarkus Heiser
2023-04-07[mod] clarify the difference of the default category and subgroupingMarkus Heiser
2023-03-24[mod] replace utils.match_language by locales.match_localeMarkus Heiser
2023-03-24[mod] remove obsolete EngineTraits.supported_languagesMarkus Heiser
2023-03-24[mod] replace searx.languages by searx.sxng_localesMarkus Heiser
2023-03-24[mod] replace engines_languages.json by engines_traits.jsonMarkus Heiser
2023-02-17Add "Auto-detected" as a language.Alexandre Flament
2023-02-10[fix] time_range in HTML form should not be a string 'None'Markus Heiser