| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-09 | [fix] add link to wikidata entities in infobox - fixes #1097 | Adam Tauber | |
| 2020-06-09 | [enh] add subscribe link to rss results - closes #468 | Adam Tauber | |
| 2020-06-09 | [enh] add engine names to results as classes - closes #670 | Adam Tauber | |
| 2020-06-04 | [fix] wrap long lines in infoboxes - fixes #1652 | Adam Tauber | |
| 2020-06-04 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-06-04 | [enh] add unique class for each endpoint - closes #1133 | Adam Tauber | |
| 2020-06-04 | Merge pull request #1986 from kvch/feature-order-categories | Adam Tauber | |
| Configurable category order | |||
| 2020-06-03 | make category order configurable using ui.categories_order | Noémi Ványi | |
| 2020-06-03 | Merge branch 'master' into filtron | Markus Heiser | |
| 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 results | Adam Tauber | |
| 2020-06-03 | [enh] add shortcut column to search engines table in preferences - fixes #230 | Adam Tauber | |
| 2020-06-03 | [enh] update npm dependency versions | Adam Tauber | |
| 2020-06-03 | [enh] build css after less file changes | Adam Tauber | |
| 2020-06-03 | Merge pull request #983 from ahangarha/patch-1 | Adam Tauber | |
| Update results.less | |||
| 2020-06-01 | Merge branch 'master' of https://github.com/asciimoo/searx into about-opensearch | Markus Heiser | |
| 2020-06-01 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | 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 | Merge pull request #1979 from kvch/feature-toggle-all-buttons | Adam Tauber | |
| Add "Allow all" and "Disable all" to engines tab of Oscar preferences | |||
| 2020-05-31 | add disable all and allow all engines button to Oscar preferences | Noémi Ványi | |
| 2020-05-31 | Merge pull request #1903 from kvch/feature-ignore-engine-timeout | Adam Tauber | |
| Hide error messages from users | |||
| 2020-05-31 | add display_error_messages option to engine settings | Noé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-28 | Merge pull request #1963 from KazamaSion/master | Markus Heiser | |
| Revise outdated URLs | |||
| 2020-05-28 | Merge branch 'master' into master | Markus Heiser | |
| 2020-05-28 | Merge pull request #1971 from resynth1943/master | Markus Heiser | |
| Add autofocus to all search inputs | |||
| 2020-05-27 | Add autofocus to all search inputs | resynth1943 | |
| 2020-05-21 | [fix] installation instructions: pip install -e searx (setup.py) | Markus Heiser | |
| In the past we did not really install searx into the virtualenv. This is a problem, since entry-points and other python installation stuff is not trigger. See discussion: https://github.com/asciimoo/searx/pull/1938#issuecomment-632056508 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-05-21 | [fix] disable debug in settings.yml by default | Markus Heiser | |
| debug was accidentally enabled in commit cbc08fd Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-05-19 | Revise outdated URLs | Sion Kazama | |
| 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-05-11 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-05-09 | Merge pull request #1947 from jjasonkal/master | Alexandre Flament | |
| Remove cache of Dockerfile | |||
| 2020-05-09 | Remove cache of pip upgrade | Jason Kaltsikis | |
| 2020-05-04 | archlinux: add package 'inetutils' to boilerplate | Markus Heiser | |
| Even it is a core component, some hoster do not have pre installed the 'inetutils' package. We do need this package for the 'hostname' command. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-05-01 | Merge branch 'master' into filtron | Markus Heiser | |
| 2020-04-30 | [fix] fatal: repository '/root/searx' does not exist | Markus Heiser | |
| The $SERVICE_USER (searx) needs read permission to clone repository. The installation script stops if permission is not granted. - https://github.com/asciimoo/searx/pull/1803#issuecomment-616406528 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-29 | Merge pull request #1479 from milouse/fix/manage.sh | Markus Heiser | |
| fix: Remove english shell dependency in manage.sh script | |||
| 2020-04-29 | Merge branch 'master' into fix/manage.sh | Markus Heiser | |
| 2020-04-29 | [fix] Remove english shell dependency in manage.sh script | Markus Heiser | |
| see https://github.com/asciimoo/searx/pull/1479#issuecomment-569904632 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-29 | Revert "fix: Remove english shell dependency in manage.sh script" | Markus Heiser | |
| This reverts commit 7b9c8f777b9390fa915c365d785f07afd067f0e2. | |||
| 2020-04-28 | utils/morty.sh option new-key: set new morty key | Markus Heiser | |
| A command to set new morty key in morty & searx service (settings.yml) and to restart both services with new key:: utils/morty.sh option new-key Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-28 | utils/morty.sh: set morty key to avoid service abuse | Markus Heiser | |
| - https://github.com/asciimoo/searx/issues/1871#issuecomment-592459798 make install all generates random MORTY_KEY, install service with that key and sets option in the searx settingy.yml file. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-28 | [docs] installation: add note to update OS before install searx | Markus Heiser | |
| see: https://github.com/asciimoo/searx/pull/1803#issuecomment-618456661 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-23 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-04-23 | Merge pull request #1936 from return42/fix-fetch | Markus Heiser | |
| [fix] ffox useragent: use Windows NT 10.0 and not Windows NT 10 | |||
| 2020-04-22 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-04-22 | [fix] old images need an initial 'apt update' | Markus Heiser | |
| see https://github.com/asciimoo/searx/pull/1803#issuecomment-616684353 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-22 | [fix] ffox useragent: use Windows NT 10.0 and not Windows NT 10 | Markus Heiser | |
| This is an addittion to PR #1934: The .0 change really counts on some engines like Bing which seems to allow Windows NT 10.0 but not Windows NT 10. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-21 | Merge pull request #1934 from unixfox/patch-2 | Markus Heiser | |
| Update default user agents | |||