| Age | Commit message (Collapse) | Author |
|
Closes #302
|
|
|
|
|
|
|
|
|
|
fixes #1249 by @matejc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix Farsi language in Oscar && adjust tables with RTL
|
|
|
|
|
|
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>
|
|
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.
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
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.
|
|
Remove 'all' option from search languages
|
|
|
|
|
|
|
|
Closes #1047
|
|
|
|
|
|
Also, Time range support display was missing from RTL locales.
Now it is fixed.
Closes #558
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The original code made by @logico-dev (#559)
|
|
|
|
|
|
|
|
|
|
|
|
Cqoicebordel-oscar-cookies
Conflicts:
searx/templates/oscar/preferences.html
|
|
|
|
|
|
|