index
:
searxng/.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
searx
/
webapp.py
Age
Commit message (
Expand
)
Author
2020-10-08
[fix] use base_url everywhere if it is defined in settings.yml
Adam Tauber
2020-10-06
[fix] opensearch.xml URL contains method and autocomplete parameters
Alexandre Flament
2020-10-05
[mod] webapp.py: update engines initialization condition
Alexandre Flament
2020-09-28
Merge pull request #2189 from dalf/architecture-clean-up
Adam Tauber
2020-09-26
[mod] upgrade requests to version 2.24.0. use ssl instead of pyopenssl.
Alexandre Flament
2020-09-24
[mod] more typing
Alexandre 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.py
Alexandre Flament
2020-09-22
[mod] add searx/webadapter.py
Alexandre Flament
2020-09-22
[mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename t...
Alexandre Flament
2020-09-22
[mod] add searx/webutils.py
Alexandre Flament
2020-09-22
[mod] refactor searx.webapp.get_locale
Alexandre 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_query
Alexandre Flament
2020-09-10
Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes
Dalf
2020-09-10
Drop Python 2 (3/n): objects
Dalf
2020-09-10
Drop Python 2 (2/n): templates
Dalf
2020-09-10
Drop Python 2 (1/n): remove unicode string and url_utils
Dalf
2020-08-31
Revert "[enh] test: load each engine to check for syntax errors"
Alexandre Flament
2020-08-28
[enh] test: load each engine to check for syntax errors
Dalf
2020-08-18
[fix] opensearch on chromium for android (#2132)
Émilien Devos
2020-08-09
Use query params for browser autocomplete
Mohamad Safadieh
2020-07-28
[enh] add external plugin support
Adam Tauber
2020-07-09
[mod] drop py2 support
Adam Tauber
2020-07-03
Created 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.xml
Adam Tauber
2020-06-15
[enh] add translatable strings to javascript - closes #461
Adam Tauber
2020-06-04
[enh] add unique class for each endpoint - closes #1133
Adam Tauber
2020-06-03
make category order configurable using ui.categories_order
Noémi Ványi
2020-05-31
Fix Farsi language in Oscar && adjust tables with RTL
Noémi Ványi
2020-04-17
[fix] translate engine errors to Occitan when configured
Noémi Ványi
2020-04-17
[fix] remove usage of request context where not available
Noémi Ványi
2020-03-25
webapp.py: expose the brand variable in the /config URL.
Markus Heiser
2020-03-25
webapp.py: partial code review (no functional change)
Markus Heiser
2020-03-25
[fix] brands: add variables from build env to jinja templating
Markus Heiser
2020-03-16
[fix] remove debug print
Adam Tauber
2020-03-16
[fix] handle weights in accept language parsing - fixes w3ms en;q=1.0
Adam Tauber
2020-03-13
[fix] convert query to string to produce valid filename for csv output
Adam Tauber
2020-03-13
[fix] add answers, suggestions, corrections to csv output
Adam Tauber
2020-03-13
[fix] add answers, suggestions, corrections to rss output
Adam Tauber
2020-02-23
monkey patch babel get_translations to support Occitan
Marc Abonce Seguin
2020-02-23
fix default locale and language issues
Marc Abonce Seguin
2020-02-08
Merge commit 'refs/pull/1621/head' of https://github.com/asciimoo/searx
Markus Heiser
2020-02-08
[enh] introduce private engines
Noémi Ványi
2020-02-06
Fix deprecated werkzeug import
Nicolas Gelot
2020-01-28
[mod] add py2 deprecation warning to webapp
Adam Tauber
2019-12-21
hide suggestions box if empty
Marc Abonce Seguin
2019-12-02
Merge pull request #1744 from dalf/optimizations
Adam Tauber
2019-11-16
webapp.py: use html.escape if cgi.escape is not available
lorddavidiii
[next]