Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-22 | [mod] preferences: a tooltip is shown when the mouse is over the engine names | Alexandre Flament | |
2021-03-21 | Merge pull request #2660 from dalf/upd-translations | Alexandre Flament | |
[mod] replace /translations.js with an embedded JSON | |||
2021-03-17 | [mod] oscar: remove space | Alexandre Flament | |
* reduce by 15% the uncompressed output (on average) * dos2unix searx/templates/oscar/result_templates/files.html | |||
2021-03-16 | [mod] replace /translations.js by embedded JSON | Alexandre Flament | |
In webapp.py, there is a new function "get_translations" lists available translations Close #2064 | |||
2021-03-13 | Merge pull request #2346 from dalf/upgrade-oscar | Alexandre Flament | |
[mod] oscar: upgrade dependencies | |||
2021-03-11 | [mod] oscar: get leaflet and jquery from NPM | Alexandre Flament | |
easy to upgrade (package.json) | |||
2021-03-10 | [mod] oscar: remove polyfills for Internet Explorer | Alexandre Flament | |
2021-03-10 | [mod] theme: remove require-2.1.15.min.js | Alexandre Flament | |
See https://github.com/requirejs/requirejs/issues/1816 requirejs loads one file: leaflet. This commit: * removes requirejs * load leaflet using <script src...> HTML tag in searx/templates/oscar/base.html | |||
2021-03-08 | [mod] by default allow only HTTPS, not HTTP | Alexandre Flament | |
Related to https://github.com/searx/searx/pull/2373 | |||
2021-03-06 | [enh] add ability to send engine data to subsequent requests | Adam Tauber | |
2021-01-12 | Merge pull request #2458 from MarcAbonce/hide-links-mobile2 | Alexandre Flament | |
Hide links panel in mobile screens | |||
2021-01-11 | hide links panel in mobile screens | Marc Abonce Seguin | |
2020-12-28 | [upd] update dependencies | Alexandre Flament | |
minor change in the oscar theme becase the last version of jinja2 respect more carefully the spaces in the templates | |||
2020-12-18 | [mod] Makefile: make CONTACT_URL optional | Alexandre Flament | |
2020-12-18 | Add link to contact instance maintainer to footer of each page (#2391) | BBaoVanC | |
2020-12-17 | [mod] themes: remove legacy, courgette and pix-art themes | Alexandre Flament | |
2020-12-16 | [themes] add hyperlink to searx instances list in error message | Markus Heiser | |
closes: #2383 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2020-12-09 | display if an engine does not support https | Noémi Ványi | |
Closes #302 | |||
2020-11-30 | [fix] fix the reset button in the oscar theme (#2306) | GazoilKerozen | |
Rely on javascript instead of type="clear" Close #2009 | |||
2020-11-30 | Add recoll engine (#2325) | Noémi Ványi | |
recoll is a local search engine based on Xapian: http://www.lesbonscomptes.com/recoll/ By itself recoll does not offer web or API access, this can be achieved using recoll-webui: https://framagit.org/medoc92/recollwebui.git This engine uses a custom 'files' result template set `base_url` to the location where recoll-webui can be reached set `dl_prefix` to a location where the file hierarchy as indexed by recoll can be reached set `search_dir` to the part of the indexed file hierarchy to be searched, use an empty string to search the entire search domain | |||
2020-11-22 | Add preference for displaying advanced settings | renyhp | |
2020-11-02 | [mod] separate index and search routes | Marc Abonce Seguin | |
This makes it easier to separately handle search and index requests from a web server or from a reverse proxy. If a request to index contains a query, a permanent redirect HTTP response is returned. This should give some level of backwards compatibility for users that have set a searx instance in their browser's search bar. | |||
2020-10-28 | [mod] duckduckgo_definitions: display only user friendly attributes / URL | Alexandre Flament | |
various bug fixes | |||
2020-10-28 | [fix] simple theme: infobox: remove useless entity information | Alexandre Flament | |
2020-10-25 | add Ahmia filter plugin for onion results | Marc Abonce Seguin | |
2020-10-25 | [enh] Add onions category with Ahmia, Not Evil and Torch | a01200356 | |
Xpath engine and results template changed to account for the fact that archive.org doesn't cache .onions, though some onion engines migth have their own cache. Disabled by default. Can be enabled by setting the SOCKS proxies to wherever Tor is listening and setting using_tor_proxy as True. Requires Tor and updating packages. To avoid manually adding the timeout on each engine, you can set extra_proxy_timeout to account for Tor's (or whatever proxy used) extra time. | |||
2020-10-25 | Let admins lock user preferences | Noémi Ványi | |
2020-10-08 | add ebay enginte to shopping category | Noémi Ványi | |
2020-10-06 | [fix] opensearch.xml URL contains method and autocomplete parameters | Alexandre Flament | |
When the user add searx as a search engine, the browser loads the /opensearch.xml URL without the cookies. Without the query parameters, the user preferences are ignored (method and autocomplete). In addition, opensearch.xml is modified to support automatic updates, see https://developer.mozilla.org/en-US/docs/Web/OpenSearch | |||
2020-09-29 | Merge pull request #2226 from dalf/fix-searx-migration | Alexandre Flament | |
[fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs | |||
2020-09-28 | [fix] about.html: fix small inconsistencies in about page (#2219) | Qt Resynth | |
2020-09-28 | [fix] migration from github.com/asciimoo/searx to github.com/searx/searx : ↵ | Alexandre Flament | |
fix URLs | |||
2020-09-22 | "Egde" → "Edge" | Qt Resynth | |
2020-09-10 | Drop Python 2 (2/n): templates | Dalf | |
2020-09-08 | [enh] Add command line engines: git grep, find, etc. (#2128) | Noémi Ványi | |
A new "base" engine called command is introduced. It is the foundation for all command line engines for now. You can use this engine to create your own command line engine. Add some engines (commented out to make sure no one enables anything accidentally): * git grep: This engine lets you grep in the searx repo. * locate: If locate is installed and initialized, you can search on the FS. * find: You can find files with a specific name from where you started searx. * pattern search in files: This engine utilizes the command fgrep. * regex search in files: This engine runs `grep` to find a file based on its contents. | |||
2020-08-27 | fix selects in preferences so they look consistent (#2150) | Marc Abonce Seguin | |
2020-08-27 | [fix] use base_url for prefix of sharing 'currenly saved preferences' - ↵ | Adam Tauber | |
fixes #1249 by @matejc | |||
2020-08-27 | [fix] add search language and time range filter to suggestions - fixes #1314 | Adam Tauber | |
2020-08-18 | [fix] opensearch on chromium for android (#2132) | Émilien Devos | |
2020-08-10 | add toggle to resize infobox | Marc Abonce Seguin | |
2020-08-09 | add class for infobox's official url | Marc Abonce Seguin | |
2020-08-09 | add engine's name in infobox's header | Marc Abonce Seguin | |
2020-08-09 | reduce space between title and url in infobox header | Marc Abonce Seguin | |
2020-08-09 | Use query params for browser autocomplete | Mohamad Safadieh | |
Sending query params over GET seems to be the only way to be able to enable autocomplete in the browser. This commit adds the necessary URL formatting to opensearch.xml. In order to identify queries coming from the URL bar (rather than an AJAX request), which requires a different JSON format and MIME type, the request headers are checked for "X-Requested-With: XMLHttpRequest" which is added by jQuery request. | |||
2020-07-31 | Add clearfix to fix issue 2110 | Vlad | |
2020-07-28 | Replaced dash with em in searx description (#1973) | TheEvilSkeleton | |
Very small change, but it looks better | |||
2020-07-02 | [fix] refine contrast ratios of texts and borders - #350 | Noémi Ványi | |
2020-06-30 | Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme | Markus Heiser | |
2020-06-28 | [fix] rewrite overflow:none as none is an invalid property - $350 | Adam Tauber | |
2020-06-28 | [fix] add aria labels to result links - #350 | Adam Tauber | |