summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/preferences.html
AgeCommit message (Collapse)Author
2020-08-27fix 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 - #350Noémi Ványi
2020-06-30Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-25[fix] connect selects and inputs programmatically on the preferences page - #350Adam Tauber
2020-06-25[fix] use scope attribute to describe properties in the engine preferences tableAdam Tauber
2020-06-25[fix] indicate too high max time by e.g. icon not only by colourAdam Tauber
2020-06-01Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-05-31Merge pull request #1978 from kvch/fix-rtl-in-oscarAdam Tauber
Fix Farsi language in Oscar && adjust tables with RTL
2020-05-31Fix Farsi language in Oscar && adjust tables with RTLNoémi Ványi
2020-05-31add disable all and allow all engines button to Oscar preferencesNoé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 enginesNoé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-10theme: oscar - tidy up trailing whitespaces and tab usageMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2018-03-27refactor engine's search language handlingMarc 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-06Merge pull request #973 from MarcAbonce/languagesAdam Tauber
Remove 'all' option from search languages
2017-12-06remove 'all' option from search languagesmarc
2017-12-05[enh] make custom oscar option configurable from urlAdam Tauber
2017-12-05[enh] add dark version of oscar/logicodevAdam Tauber
2017-11-01minor fixes of doi resolverNoémi Ványi
Closes #1047
2017-11-01[enh] oa_doi_rewrite plugin broadens doai_rewritejibe-b
2017-10-26[mod] compress saved preferences in urlAdam Tauber
2017-10-06preferences: make supported/not supported labelsNoé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 preferencesAdam Tauber
2016-12-29revert language support column in preferencesmarc
2016-12-28[mod] display supported languages in preferences engine viewAdam Tauber
2016-12-16[fix] supported languages column in preferences pagemarc
2016-12-16minor fixes in utils/fetch_languages.pymarc
2016-12-13[enh] add supported_languages on engines and auto-generate languages.pymarc
2016-11-19[enh] add quick answer functionality with an example answererAdam Tauber
2016-11-01[fix] menu without js - closes #747Adam Tauber
2016-11-01show time range support in preferencesNoémi Ványi
2016-09-04[fix] links in new tabs without js ++ noopener bug fix - closes #674Adam Tauber
2016-08-07redesign toggle button of engines && pluginsNoemi Vanyi
2016-07-25add advanced settings for logicodev styleNoemi Vanyi
2016-06-26[enh] oscar theme redesign addedAdam Tauber
The original code made by @logico-dev (#559)
2016-04-09follow up blocked_engines renaming in templatesNoemi Vanyi
2016-03-02[fix] translate plugin name and description in templateThomas Pointhuber
2015-06-05[enh] oscar template: using table instead of container-fluid to show cookiesThomas Pointhuber
2015-06-05[fix] do not hide categorie inside preferences if there is no engine activatedThomas Pointhuber
2015-05-30[enh] oscar theme: display engine response times in the preferencesAlexandre Flament
2015-04-26Merge branch 'oscar-cookies' of https://github.com/Cqoicebordel/searx into ↵Adam Tauber
Cqoicebordel-oscar-cookies Conflicts: searx/templates/oscar/preferences.html
2015-04-26[fix] indentationAdam Tauber
2015-04-07[fix] ordered categories in preferences - closes #258Adam Tauber
2015-04-07[enh] reset default preferencesAdam Tauber
2015-03-11[enh] plugin preferences - server-side ++ oscar themeAdam Tauber
2015-02-18New Tab in preferences in Oscar to view CookiesCqoicebordel
This tab only purpose is to allow to see what searx is storing on the user's computer. At a later time, we could implement a way to delete those cookies.
2015-02-13Some RTL fixesCqoicebordel
- Pull the suggestions to the right in oscar - Add `&lrm;` 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-11Real fix for preferences in RTL *and* in LTRCqoicebordel