| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-17 | [mod] oscar theme: /preferences : HTML detail order match visual tabs | Alexandre Flament | |
| First details about the general tab, then detail about UI tab, etc... No functionnal change | |||
| 2021-06-17 | [mod] oscar theme /preferences: reorganize the preferences | Alexandre Flament | |
| close #115 | |||
| 2021-05-22 | [fix] offline engines: fix templates /stats and /preferences | Alexandre Flament | |
| 2021-05-04 | [themes] /preferences, reliablity: warning icons & error logs link | Alexandre Flament | |
| When there is at least one errors or one failed checker test: * the warning icon is displayed in the reliability column * the link "View error logs and submit a bug report" is displayed on engine name tooltip. Before: * the warning icon was displayed only when one or more checker test(s) failed. * the link "View error logs and submit a bug report" was not shown when a checker test failed but there were no error. | |||
| 2021-04-29 | [mod] UI: engine pref-page, about toolbox: add link to stats | Markus Heiser | |
| In the preference page, in the 'about' toolbox of an engine, add a link to the stats page of the engine, if the engine had one or more errors. Condition is:: reliabilities[<engine.name>].errors Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-04-29 | [mod] engine errors: link to the stats to create an github issue | Alexandre Flament | |
| 2021-04-21 | fix issues from review | Alexandre Flament | |
| 2021-04-21 | [mod] oscar: /preferences , engines tab: report engine times | Alexandre Flament | |
| * display the median time instead of the average. * add a "Reliability" column (sum up the metrics and the checker results). * the "selected language", "SafeSearch", "Time range" values are displayed as "broken" when the checker tests fail. | |||
| 2021-04-12 | [fix] https-scheme missing in preferences-page | Markus Heiser | |
| This patch is an addition to PR #2656 which removed all usage of `base_url` from the templates, except one was forgotten in the cookie URL of the preferences. closes: 2740 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-04-04 | [fix] default_doi_resolver in preferences | Markus Heiser | |
| Instead of a hard-coded `oadoi.org` default, use the default value from `settings.yml`. Fix an issue in the themes: The replacement 'current_doi_resolver' contains the doi_resolver_url, not the name of the DOI resolver. Compare return value of:: searx.plugins.oa_doi_rewrite.get_doi_resolver(...) Fix a typo in `get_doi_resolver(..)`: suggested by @kvch: *L32 should set doi_resolver not doi_resolvers* Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-03-22 | [mod] preferences: a tooltip is shown when the mouse is over the engine names | Alexandre Flament | |
| 2021-03-08 | [mod] by default allow only HTTPS, not HTTP | Alexandre Flament | |
| Related to https://github.com/searx/searx/pull/2373 | |||
| 2020-12-09 | display if an engine does not support https | Noémi Ványi | |
| Closes #302 | |||
| 2020-11-22 | Add preference for displaying advanced settings | renyhp | |
| 2020-10-25 | add Ahmia filter plugin for onion results | Marc Abonce Seguin | |
| 2020-10-25 | Let admins lock user preferences | Noémi Ványi | |
| 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-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-25 | [fix] connect selects and inputs programmatically on the preferences page - #350 | Adam Tauber | |
| 2020-06-25 | [fix] use scope attribute to describe properties in the engine preferences table | Adam Tauber | |
| 2020-06-25 | [fix] indicate too high max time by e.g. icon not only by colour | Adam Tauber | |
| 2020-06-01 | Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme | Markus Heiser | |
| 2020-05-31 | Merge pull request #1978 from kvch/fix-rtl-in-oscar | Adam Tauber | |
| Fix Farsi language in Oscar && adjust tables with RTL | |||
| 2020-05-31 | Fix Farsi language in Oscar && adjust tables with RTL | Noémi Ványi | |
| 2020-05-31 | add disable all and allow all engines button to Oscar preferences | Noémi Ványi | |
| 2020-05-15 | [fix] oscar theme, remove inline style attributes (CSP compliants) | Markus Heiser | |
| Inline styles are blocked by default with Content Security Policy (CSP). Move the rest of inline styles to CSS and correct the HTML template of the oscar preference page. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-08 | [enh] introduce private engines | Noémi Ványi | |
| This PR adds a new setting to engines named `tokens`. It expects a list of tokens which lets searx validate if the request should be accepted or not. | |||
| 2019-12-10 | theme: oscar - tidy up trailing whitespaces and tab usage | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 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. | |||
| 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-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-08-06 | [enh] add simple theme (WIP) | Alexandre Flament | |
| 2017-07-10 | [enh] generate search url of saved preferences | Adam Tauber | |
| 2016-12-29 | revert language support column in preferences | marc | |
| 2016-12-28 | [mod] display supported languages in preferences engine view | Adam Tauber | |
| 2016-12-16 | [fix] supported languages column in preferences page | marc | |
| 2016-12-16 | minor fixes in utils/fetch_languages.py | marc | |
| 2016-12-13 | [enh] add supported_languages on engines and auto-generate languages.py | marc | |
| 2016-11-19 | [enh] add quick answer functionality with an example answerer | Adam Tauber | |
| 2016-11-01 | [fix] menu without js - closes #747 | Adam Tauber | |
| 2016-11-01 | show time range support in preferences | Noémi Ványi | |
| 2016-09-04 | [fix] links in new tabs without js ++ noopener bug fix - closes #674 | Adam Tauber | |