| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-10 | theme: oscar - fix auto-submit on language seletion | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-10 | theme: oscar - tidy up trailing whitespaces and tab usage | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-10 | Merge branch 'master' of https://github.com/asciimoo/searx into dos2unix | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-10 | [mod] tidy oscar HTML output | Dalf | |
| 2019-12-08 | themes: remove CR from newlines | Markus Heiser | |
| Adding a CR in some files and in others not, is a good starting point for a DOS+Unix mess we all have already seen in many projects. Patch fixes all files matching (even those comming from grunt's build):: find ./searx -exec file {} \; | grep CR BTW: Same with mixing TAB and SPACE indent styles in one and the same file. So if sources are tuched here in this patch, its also fixed. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-24 | add seedpeer again | Marc Abonce Seguin | |
| 2019-10-29 | Merge branch 'master' into feature/accessibility | Mathieu Brunot | |
| 2019-10-22 | [fix] preserve bangs in corrections | Marc Abonce Seguin | |
| 2019-10-16 | Merge branch 'master' into feature/accessibility | Mathieu Brunot | |
| 2019-10-16 | add initial support for offline engines && command engine | Noémi Ványi | |
| 2019-10-14 | :wheelchair: Add aria labels for oscar buttons | mathieu.brunot | |
| Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io> | |||
| 2019-08-06 | oscar and simple themes: no inline script (allow A+ Content-Security-Policy) | Dalf | |
| 2019-08-06 | Add image format and source information to display (#1567) | Frank de Lange | |
| Add image format and source information to display - needs changes to engines to actually display something. Displays result.source (website from which the image was taken) and result.img_format (image type and size). Result is styled with result-format and result-source classes. See PR #1566 for an example of an engine which has the necessary changes. Strip <span class="highlight">...</span> in the oscar image template. | |||
| 2019-08-02 | [fix] fix paging for the oscar theme after PR #1640 | Dalf | |
| 2019-08-02 | [enh] Add timeout limit per request (#1640) | Alexandre Flament | |
| The new url parameter "timeout_limit" set timeout limit defined in second. Example "timeout_limit=1.5" means the timeout limit is 1.5 seconds. In addition, the query can start with <[number] to set the timeout limit. For number between 0 and 99, the unit is the second : Example: "<30 searx" means the timeout limit is 3 seconds For number above 100, the unit is the millisecond: Example: "<850 searx" means the timeout is 850 milliseconds. In addition, there is a new optional setting: outgoing.max_request_timeout. If not set, the user timeout can't go above searx configuration (as before: the max timeout of selected engine for a query). If the value is set, the user can set a timeout between 0 and max_request_timeout using <[number] or timeout_limit query parameter. Related to #1077 Updated version of PR #1413 from @isj-privacore | |||
| 2019-07-25 | [mod] restore btdigg engine as btdig.com (#1515) | volth | |
| 2019-07-17 | Suggestions: use RawTextQuery to make the suggestions URLs. Update all ↵ | Dalf | |
| themes accordingly. | |||
| 2019-07-01 | [fix] preserve bangs in suggestions and corrections | Marc Abonce Seguin | |
| 2019-04-09 | use instance_name for page title | b_b | |
| related to #1025 | |||
| 2019-01-07 | Revert "remove 'all' option from search languages" | Noémi Ványi | |
| This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796. | |||
| 2019-01-07 | [fix] Remove markup errors in simple template preferences file | Étienne Deparis | |
| 2019-01-07 | Remove forgotten white spaces in templates/simple/preferences.html | Étienne Deparis | |
| 2018-08-19 | Merge pull request #1323 from cy8aer/dsgvo | Adam Tauber | |
| Create an include for __common__/aboutextend.html for imprint purposes. | |||
| 2018-08-14 | simple theme update | Alex | |
| - npm package update - apply #1226 - implement vim help dialog - display cookies and search URL with preferences - allow to enable / disable Open Access DOI rewrite - add a clear text button on the left of the search button - implement #1011 : the HTML title page is not set when using POST - remove searx/static/themes/simple/img/loader.gif - use full width when only there are only images as result | |||
| 2018-06-18 | Create an include for __common__/aboutextend.html for imprint purposes. | Thomas Renard | |
| 2018-03-27 | refactor engine's search language handling | Marc Abonce Seguin | |
| Add match_language function in utils to match any user given language code with a list of engine's supported languages. Also add language_aliases dict on each engine to translate standard language codes into the custom codes used by the engine. | |||
| 2018-03-05 | [UI] fix custom-select in oscar | pofilo | |
| 2017-12-12 | revert changin about to searx docs | Noémi Ványi | |
| 2017-12-12 | add links to footers of oscar and simple themes | Noémi Ványi | |
| Links: * Source code * Issue tracker * List of public instances Closes #1071 | |||
| 2017-12-08 | [fix] use proper encoding with both py2/3 - closes #1094 | Adam Tauber | |
| 2017-12-06 | Merge pull request #973 from MarcAbonce/languages | Adam Tauber | |
| Remove 'all' option from search languages | |||
| 2017-12-06 | remove 'all' option from search languages | marc | |
| 2017-12-05 | [enh] make custom oscar option configurable from url | Adam Tauber | |
| 2017-12-05 | [enh] add dark version of oscar/logicodev | Adam Tauber | |
| 2017-11-01 | minor fixes of doi resolver | Noémi Ványi | |
| Closes #1047 | |||
| 2017-11-01 | [enh] oa_doi_rewrite plugin broadens doai_rewrite | jibe-b | |
| 2017-10-26 | [mod] compress saved preferences in url | Adam Tauber | |
| 2017-10-18 | Remove / in url_for parameter for simple theme | Hypolite Petovan | |
| Same change as with the oscar theme. | |||
| 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-08-12 | [fix] fix no_results.html template of the simple theme | Alexandre Flament | |
| 2017-08-08 | [fix] add missing no_results.html template to simple theme | Adam Tauber | |
| 2017-08-06 | [enh] add simple theme (WIP) | Alexandre Flament | |
| 2017-07-15 | show engine errors when no result is returned at all | Noémi Ványi | |
| 2017-07-12 | show engine errors in infobox && add new error alert | Noémi Ványi | |
| 2017-07-10 | [enh] generate search url of saved preferences | Adam Tauber | |
| 2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
| 2017-02-10 | [fix] pageno param of search reqs in form | Noémi Ványi | |
| 2017-01-27 | [fix] do not show glyph icons if noscript is enabled - #838 | Adam Tauber | |