| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-09 | display if an engine does not support https | Noémi Ványi | |
| Closes #302 | |||
| 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-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-08-27 | fix selects in preferences so they look consistent (#2150) | Marc Abonce Seguin | |
| 2020-06-28 | [fix] add aria labels to result links - #350 | Adam Tauber | |
| 2020-06-25 | [fix] connect selects and inputs programmatically on the preferences page - #350 | Adam Tauber | |
| 2020-06-23 | [enh] make checkboxes in preferences accessible using keyboard - #350 | Adam Tauber | |
| 2019-12-10 | [mod] tidy oscar HTML output | Dalf | |
| 2019-10-16 | add initial support for offline engines && command engine | Noémi Ványi | |
| 2017-10-18 | Remove extra / in url_for parameter for oscar theme | Hypolite Petovan | |
| The `filename` parameter of the `url_for` function doesn't need a leading `/`, or else the resulting URL features a double-slash `//` that throws off searx 0.12.0 with Apache 2.4.25 on Debian, resulting in missing favicons. | |||
| 2017-10-06 | preferences: make supported/not supported labels | Noémi Ványi | |
| Also, Time range support display was missing from RTL locales. Now it is fixed. Closes #558 | |||
| 2017-09-08 | [fix] static path fixed in templates and webapp, line endings fixed | misnyo | |
| 2017-01-26 | [enh] make result url green | Noémi Ványi | |
| 2017-01-26 | [fix] whitespace | Adam Tauber | |
| 2016-10-17 | [enh] add result proxy support - #707 | Adam Tauber | |
| 2016-09-04 | [fix] links in new tabs without js ++ noopener bug fix - closes #674 | Adam Tauber | |
| 2016-08-07 | redesign toggle button of engines && plugins | Noemi Vanyi | |
| 2016-06-27 | [fix] rtl result template | Adam Tauber | |
| 2016-06-26 | [fix] result url block selection | Adam Tauber | |
| 2016-06-26 | [enh] oscar theme redesign added | Adam Tauber | |
| The original code made by @logico-dev (#559) | |||
| 2015-10-03 | [mod] list all engines of a result | Adam Tauber | |
| 2015-04-26 | [enh] implements #264 : add rel="noreferrer" to external links | Alexandre Flament | |
| 2015-03-10 | [mod] checkbox macro | Adam Tauber | |
| 2015-02-13 | Some RTL fixes | Cqoicebordel | |
| - Pull the suggestions to the right in oscar - Add `‎` to a few places to print good url - Always LTR code display - Order pref label and info in pref for mobile view And add `sort` for ui languages and languages to find them more easily. | |||
| 2015-02-11 | Real fix for preferences in RTL *and* in LTR | Cqoicebordel | |
| 2015-02-11 | Preferences in the right order in RTL | Cqoicebordel | |
| 2015-02-10 | Merge branch 'rtl' of github.com:Cqoicebordel/searx | Adam Tauber | |
| 2015-01-21 | Revert some wrong merge to allow torrents links to be visible | Cqoicebordel | |
| 2015-01-09 | Merge branch 'master' of https://github.com/asciimoo/searx into code_results | Thomas Pointhuber | |
| Conflicts: searx/engines/searchcode_code.py searx/engines/searchcode_doc.py searx/static/oscar/js/searx.min.js searx/templates/oscar/result_templates/default.html searx/templates/oscar/result_templates/images.html searx/templates/oscar/result_templates/map.html searx/templates/oscar/result_templates/torrent.html searx/templates/oscar/result_templates/videos.html | |||
| 2014-12-22 | [enh] remove repeating codeparts inside the oscar template | Thomas Pointhuber | |
| 2014-10-05 | oscar template: implement search input, index page,... | Thomas Pointhuber | |