summaryrefslogtreecommitdiff
path: root/searx/webapp.py
AgeCommit message (Expand)Author
2020-10-08[fix] use base_url everywhere if it is defined in settings.ymlAdam Tauber
2020-10-06[fix] opensearch.xml URL contains method and autocomplete parametersAlexandre Flament
2020-10-05[mod] webapp.py: update engines initialization conditionAlexandre Flament
2020-09-28Merge pull request #2189 from dalf/architecture-clean-upAdam Tauber
2020-09-26[mod] upgrade requests to version 2.24.0. use ssl instead of pyopenssl.Alexandre Flament
2020-09-24[mod] more typingAlexandre Flament
2020-09-22[mod] searx/webadapter.py: add get_selected_categories share common code with...Alexandre Flament
2020-09-22[mod] check the engine tokens in searx/webadapter.py instead of searx/search.pyAlexandre Flament
2020-09-22[mod] add searx/webadapter.pyAlexandre Flament
2020-09-22[mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename t...Alexandre Flament
2020-09-22[mod] add searx/webutils.pyAlexandre Flament
2020-09-22[mod] refactor searx.webapp.get_localeAlexandre Flament
2020-09-22[fix] /autocompleter: return HTTP 400 when q is empty as intent.Alexandre Flament
2020-09-12[mod] searx.RawTextQuery: the constructor call parse_queryAlexandre Flament
2020-09-10Drop Python 2 (4/n): SearchQuery.query is a str instead of bytesDalf
2020-09-10Drop Python 2 (3/n): objectsDalf
2020-09-10Drop Python 2 (2/n): templatesDalf
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2020-08-31Revert "[enh] test: load each engine to check for syntax errors"Alexandre Flament
2020-08-28[enh] test: load each engine to check for syntax errorsDalf
2020-08-18[fix] opensearch on chromium for android (#2132)Émilien Devos
2020-08-09Use query params for browser autocompleteMohamad Safadieh
2020-07-28[enh] add external plugin supportAdam Tauber
2020-07-09[mod] drop py2 supportAdam Tauber
2020-07-03Created new plugin type custom_results. Added new plugin bang_redirect (#2027)Lukas van den Berk
2020-06-22[mod] don't try to proxify data URL.Dalf
2020-06-18[enh] update opensearch.xml to match major search engines opensearch.xmlAdam Tauber
2020-06-15[enh] add translatable strings to javascript - closes #461Adam Tauber
2020-06-04[enh] add unique class for each endpoint - closes #1133Adam Tauber
2020-06-03make category order configurable using ui.categories_orderNoémi Ványi
2020-05-31Fix Farsi language in Oscar && adjust tables with RTLNoémi Ványi
2020-04-17[fix] translate engine errors to Occitan when configuredNoémi Ványi
2020-04-17[fix] remove usage of request context where not availableNoémi Ványi
2020-03-25webapp.py: expose the brand variable in the /config URL.Markus Heiser
2020-03-25webapp.py: partial code review (no functional change)Markus Heiser
2020-03-25[fix] brands: add variables from build env to jinja templatingMarkus Heiser
2020-03-16[fix] remove debug printAdam Tauber
2020-03-16[fix] handle weights in accept language parsing - fixes w3ms en;q=1.0Adam Tauber
2020-03-13[fix] convert query to string to produce valid filename for csv outputAdam Tauber
2020-03-13[fix] add answers, suggestions, corrections to csv outputAdam Tauber
2020-03-13[fix] add answers, suggestions, corrections to rss outputAdam Tauber
2020-02-23monkey patch babel get_translations to support OccitanMarc Abonce Seguin
2020-02-23fix default locale and language issuesMarc Abonce Seguin
2020-02-08Merge commit 'refs/pull/1621/head' of https://github.com/asciimoo/searxMarkus Heiser
2020-02-08[enh] introduce private enginesNoémi Ványi
2020-02-06Fix deprecated werkzeug importNicolas Gelot
2020-01-28[mod] add py2 deprecation warning to webappAdam Tauber
2019-12-21hide suggestions box if emptyMarc Abonce Seguin
2019-12-02Merge pull request #1744 from dalf/optimizationsAdam Tauber
2019-11-16webapp.py: use html.escape if cgi.escape is not availablelorddavidiii