summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Expand)Author
2021-09-24[mod] add /engine_descriptions.json endpointAlexandre Flament
2021-09-24[fix] fix the about section of some enginesAlexandre Flament
2021-09-24[preferences] remove checkbox class from query sectionMrPaulBlack
2021-09-24[build] /staticMrPaulBlack
2021-09-24[preferences] make elements in query selecter align leftMrPaulBlack
2021-09-24[preferences] reorder tabs in simple to match oscar themeMrPaulBlack
2021-09-24[preferences] cleanup whitespacesMrPaulBlack
2021-09-24[preferences] add special queries tab to preferencesMrPaulBlack
2021-09-22[build] /staticMrPaulBlack
2021-09-22[fix] searx.js null pointer exception when category div is missingMrPaulBlack
2021-09-22Merge pull request #336 from MrPaulBlack/simple-search-formAlexandre Flament
2021-09-21[theme] add newline at the end of the fileMrPaulBlack
2021-09-21[theme] remove categories, language and time range from indexMrPaulBlack
2021-09-19[build] /staticAlexandre Flament
2021-09-19[fix] Oscar theme: fix input field on SafariAlexandre Flament
2021-09-17[translations] updatesearxng-bot
2021-09-17Merge pull request #261 from dalf/upgrade_httpxAlexandre Flament
2021-09-17[pylint] fix global-variable-not-assigned issuesMarkus Heiser
2021-09-17[fix] error recorder: avoid RuntimeError on some rare occasionAlexandre Flament
2021-09-17[mod] searx.network: remove redundant codeAlexandre Flament
2021-09-17[upd] upgrade httpx 0.19.0Alexandre Flament
2021-09-14Merge pull request #297 from dalf/engine-logger-enhAlexandre Flament
2021-09-13[fix] settings - displayed name is SearXNGMarkus Heiser
2021-09-13Merge pull request #305 from dalf/fix-engine-loggerMarkus Heiser
2021-09-13[fix] logger per engine: make .logger is always initializedAlexandre Flament
2021-09-12[theme] make engine stats clickableMrPaulBlack
2021-09-12[theme] link to engine stats in footerMrPaulBlack
2021-09-12Merge pull request #308 from dalf/plugin_hostname_replaceMarkus Heiser
2021-09-11[enh] add hostname_replace pluginAlexandre Flament
2021-09-11[fix] PR #257: use the image_proxy network instead of the default networkAlexandre Flament
2021-09-11[mod] production mode: make sure to set the log level to WARNINGAlexandre Flament
2021-09-11[mod] xpath engine: remove logging of the requested URLAlexandre Flament
2021-09-11[mod] debug mode: log HTTP requests with network nameAlexandre Flament
2021-09-10[mod] debug mode: use coloredlogs packageAlexandre Flament
2021-09-10[mod] searx.metrics & searx.search: use the engine loggersAlexandre Flament
2021-09-10[fix] searx/results.py: strip result['content'] only if it existsAlexandre Flament
2021-09-10Merge pull request #302 from dalf/mod_plugin_on_resultMarkus Heiser
2021-09-10[doc] update docs/dev/plugins.rstAlexandre Flament
2021-09-09[fix] remove references to transifexAlexandre Flament
2021-09-09[mod] ahmia_filter: use on_result instead of post_searchAlexandre Flament
2021-09-09[mod] plugin: call on_result after each engine from the ResultContainerAlexandre Flament
2021-09-07[mod] oa_doi_rewrite plugin: get_doi_resolver: remove args parameterAlexandre Flament
2021-09-07Merge pull request #295 from return42/fix-csp-2Alexandre Flament
2021-09-07[build] /staticMarkus Heiser
2021-09-07[fix] oscar template - merge the two class attributes into oneMarkus Heiser
2021-09-07[fix] simple theme - preferences: fix tooltip overflowMarkus Heiser
2021-09-07[pylint] searx: drop no longer needed 'missing-function-docstring'Markus Heiser
2021-09-07[pylint] engines: drop no longer needed 'missing-function-docstring'Markus Heiser
2021-09-07[fix] oscar theme - preferences: rename col-checkbox/col-statMarkus Heiser
2021-09-07[fix] add 'categories' to PYLINT_ADDITIONAL_BUILTINS_FOR_ENGINESMarkus Heiser