summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-16Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-15[fix] add missing template fileAdam Tauber
2020-06-15[fix] resolve flickr_noapi encoding issuesAdam Tauber
2020-06-15[enh] add translatable strings to javascript - closes #461Adam Tauber
2020-06-12Merge branch 'master' into csp-oscar-themeMarkus Heiser
2020-06-12Merge pull request #1992 from return42/2c6531b2-hotfixMarkus Heiser
[fix] commit 2c6531b2 breaks the unit test, this is a hotfix
2020-06-11[fix] commit 2c6531b2 breaks the unit test, this is a hotfixMarkus Heiser
commit 2c6531b2 does not only break the unit test, it is a significant change of the data model and the searx search-syntax model (UI) without any discussion nor documentation. At the end, adding routes to instant answers is a nice feature but commit 2c6531b2 leaf some questions open. In that sense, this patch is only a hotfix not a assessment. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-06-10Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-10[fix] resolve pep8 errorsAdam Tauber
2020-06-10[fix] do not stretch images - fixes #1262Adam Tauber
2020-06-09[enh] add official site link to the top of the infobox - closes #1644Adam Tauber
2020-06-09[enh] add length and author details to youtube videosAdam Tauber
closes #775
2020-06-09[enh] add routing directions to osm search - closes #254Adam Tauber
2020-06-09Merge branch 'master' into csp-oscar-themeMarkus Heiser
2020-06-09[fix] add link to wikidata entities in infobox - fixes #1097Adam Tauber
2020-06-09[enh] add subscribe link to rss results - closes #468Adam Tauber
2020-06-09[enh] add engine names to results as classes - closes #670Adam Tauber
2020-06-04[fix] wrap long lines in infoboxes - fixes #1652Adam Tauber
2020-06-04Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-04[enh] add unique class for each endpoint - closes #1133Adam Tauber
2020-06-04Merge pull request #1986 from kvch/feature-order-categoriesAdam Tauber
Configurable category order
2020-06-03make category order configurable using ui.categories_orderNoémi Ványi
2020-06-03[fix] do not autocomplete for pressing enter when mouse is on the completion ↵Adam Tauber
list - fixes #340
2020-06-03[mod] reduce the gap between resultsAdam Tauber
2020-06-03[enh] add shortcut column to search engines table in preferences - fixes #230Adam Tauber
2020-06-03[enh] update npm dependency versionsAdam Tauber
2020-06-03[enh] build css after less file changesAdam Tauber
2020-06-03Merge pull request #983 from ahangarha/patch-1Adam Tauber
Update results.less
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-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-31Merge pull request #1903 from kvch/feature-ignore-engine-timeoutAdam Tauber
Hide error messages from users
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-28Merge pull request #1963 from KazamaSion/masterMarkus Heiser
Revise outdated URLs
2020-05-28Merge branch 'master' into masterMarkus Heiser
2020-05-28Merge pull request #1971 from resynth1943/masterMarkus Heiser
Add autofocus to all search inputs
2020-05-27Add autofocus to all search inputsresynth1943
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-15[fix] Makefile: node.env is a prerequisite of lessc and gruntMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-09Merge pull request #1947 from jjasonkal/masterAlexandre Flament
Remove cache of Dockerfile
2020-05-09Remove cache of pip upgradeJason Kaltsikis
2020-04-29Merge pull request #1479 from milouse/fix/manage.shMarkus Heiser
fix: Remove english shell dependency in manage.sh script
2020-04-29Merge branch 'master' into fix/manage.shMarkus Heiser
2020-04-29[fix] Remove english shell dependency in manage.sh scriptMarkus Heiser
see https://github.com/asciimoo/searx/pull/1479#issuecomment-569904632 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-29Revert "fix: Remove english shell dependency in manage.sh script"Markus Heiser
This reverts commit 7b9c8f777b9390fa915c365d785f07afd067f0e2.
2020-04-23Merge pull request #1936 from return42/fix-fetchMarkus Heiser
[fix] ffox useragent: use Windows NT 10.0 and not Windows NT 10