summaryrefslogtreecommitdiff
path: root/searx/webapp.py
AgeCommit message (Expand)Author
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
2023-02-10[mod] make python code pylint 2.16.1 compliantMarkus Heiser
2023-01-20Bump flask-babel from 2.0.0 to 3.0.0dependabot[bot]
2022-12-10move searx.shared.redisdb to searx.redisdbAlexandre Flament
2022-11-05The checker requires RedisAlexandre Flament
2022-10-14searx.network: add "verify" option to the networksAlexandre Flament
2022-09-27[fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser
2022-09-24[mod] paper.html: add links to doi resolverMarkus Heiser
2022-09-23[mod] science category: various update of about PR 1705Alexandre Flament
2022-09-23Add searx.webutils.searxng_format_dateAlexandre FLAMENT
2022-09-04Merge pull request #1743 from dalf/update_about_metricsAlexandre Flament
2022-09-04[mod] option 'ui: cache_url:' to configure internet cache or archiveMarkus Heiser
2022-09-02template: when enable_metrics are disabled, hide the empty statsAlexandre FLAMENT
2022-09-02Stats: display only the score per result, no anymore the scoreAlexandre FLAMENT
2022-08-28settings.yml: set default values for result_proxyAlexandre FLAMENT
2022-08-11[fix] improve OpenSearch descriptionMarkus Heiser