summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2020-06-01Merge branch 'master' of https://github.com/asciimoo/searx into about-opensearchMarkus Heiser
2020-06-01Merge branch 'master' of https://github.com/asciimoo/searx into filtronMarkus Heiser
2020-06-01Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-01Merge branch 'master' into gigablastMarkus 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-31Merge pull request #1979 from kvch/feature-toggle-all-buttonsAdam Tauber
Add "Allow all" and "Disable all" to engines tab of Oscar preferences
2020-05-31add disable all and allow all engines button to Oscar preferencesNoémi Ványi
2020-05-31add display_error_messages option to engine settingsNoémi Ványi
A new option is added to engines to hide error messages from users. It is called `display_error_messages` and by default it is set to `True`. If it is set to `False` error messages do not show up on the UI. Keep in mind that engines are still suspended if needed regardless of this setting. Closes #1828
2020-05-29[fix] gigablast requires a random extra parameterMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-28[fix] revise of the gigablast engine (WIP)Markus Heiser
The gigablast API has changed and seems to have some quirks, this is the first revise. More work (hacks) are needed. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-28[fix] gigablast does no longer support *supported_languages_url*Markus Heiser
Since there are zero results, we can remove it: $ make engines.languages fetch languages .. ... fetched 0 languages from engine gigablast Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-28[fix] remove debug print from commit e5305f8Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-28Merge branch 'master' into masterMarkus Heiser
2020-05-27Add autofocus to all search inputsresynth1943
2020-05-21[fix] disable debug in settings.yml by defaultMarkus Heiser
debug was accidentally enabled in commit cbc08fd Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-19Revise outdated URLsSion Kazama
2020-05-15[build] rebuild of the oscar theme, build from ad208378Markus Heiser
the CSS files has been build by: $ make themes.oscar Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
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-05-12[fix] about page- 'How to set as the default search engine?'Markus Heiser
Searx supports OpenSearch, remove the inline JS from the about page. close: https://github.com/asciimoo/searx/issues/1949 close: https://github.com/asciimoo/searx/issues/1616 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-22Merge branch 'master' of https://github.com/asciimoo/searx into filtronMarkus Heiser
2020-04-21Update default user agentsÉmilien Devos
2020-04-20Merge branch 'master' into masterMarkus Heiser
2020-04-19Merge branch 'master' of https://github.com/asciimoo/searx into filtronMarkus Heiser
2020-04-17[fix] translate engine errors to Occitan when configuredNoémi Ványi
2020-04-17[fix] remove usage of request context where not availableNoémi Ványi
2020-04-15Merge branch 'master' into fix_startpage_ValueError_on_spanish_datetimeNoémi Ványi
2020-04-15Remove discontinued faroo engineHLFH
2020-04-13Merge branch 'master' of https://github.com/asciimoo/searx into filtronMarkus Heiser
2020-04-12Merge branch 'master' into wikimedia-projectsNoémi Ványi
2020-04-07fix: Change Wikiversity and Wikivoyage shortcuts to wv and wy.Splinter Suidman
Suggested by @Venca24 <https://github.com/asciimoo/searx/pull/1914#issuecomment-610194209>.
2020-04-06fix: Remove unnecessary query parameter for Wikimedia projects.Splinter Suidman
2020-04-06fix: Spelling of Wiktionary.Splinter Suidman
2020-04-06fix: Change Wikinews category to news.Splinter Suidman
2020-04-05Add Wikimedia projects.Splinter Suidman
A list of the added projects: - Wikibooks - Wikinews - Wikiquote - Wikisource - Wiktionary - Wikiversity - Wikivoyage
2020-04-03[add] rubygems engineVenca24
2020-03-31Merge branch 'master' of https://github.com/asciimoo/searx into filtronMarkus Heiser
2020-03-31[fix] template: fix typo in about.htmlDalf
2020-03-29build environment: add GIT_BRANCH variableMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-29Merge PR #1900 of https://github.com/asciimoo/searx into filtronMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-26.gitignore: make package-lock.json visibleMarkus Heiser
Even if we do not versioning them right now. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-26Minor improvements of the HTML *about* pageMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-26make project: re-build generic files of the searx projectMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-26Rewrite of the HTL *about* pageMarkus Heiser
The *about* page should only address higher-level issues that are important to each user. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-26brands: hardcode ISSUE_URL and some links on the about-pageMarkus Heiser
A *brand* of searx is a fork which might have its own design and some special functions which might bee reasonable in a special context. In this sense, the fork might have its own documentation but not its own issue tracker. The *upstream* of a brand is always https://github.com/asciimoo from where the brand-fork pulls the master branch regularly. A fork which has its own issue tracker is a spin-off and out of the scope of the searx project itself. The conclusion is: - hard code ISSUE_URL (in the Makefile) - always refer to DOCS_URL - links in the about page refer to the *upstream* (searx project) except DOCS_URL - "fork me on github" ribbons refer to the *upstream* Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-25brands: add ISSUE_URLMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-25webapp.py: expose the brand variable in the /config URL.Markus Heiser
E.g. helpful for searx-stats2 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-25webapp.py: partial code review (no functional change)Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-25Makefile: add target node.env - download & install npm dependenciesMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-25[fix] brands: add variables from build env to grunt processMarkus Heiser
We have some variables in the build environment which are also needed in the grunt process when building themes. Theses variables are relavant if one creates a fork with its own branding. We treat these variables under the term 'brands'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>