| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-10 | Merge branch 'master' of https://github.com/asciimoo/searx into dos2unix | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-10 | Merge pull request #1671 from dalf/tidy-oscar | Markus Heiser | |
| [mod] tidy oscar HTML output | |||
| 2019-12-10 | Merge branch 'master' into tidy-oscar | Markus Heiser | |
| 2019-12-10 | Merge pull request #1756 from return42/boilerplate | Adam Tauber | |
| RFC: Makefile based boilerplate for python projects | |||
| 2019-12-10 | Merge branch 'master' into boilerplate | Markus Heiser | |
| 2019-12-10 | [mod] tidy oscar HTML output | Dalf | |
| 2019-12-09 | [enh] add @pofilo & @return42 to maintainers | Adam Tauber | |
| 2019-12-09 | Merge pull request #1628 from MarcAbonce/google_fix | Adam Tauber | |
| [fix] Update xpaths for new Google results page | |||
| 2019-12-08 | themes: remove CR from newlines | Markus Heiser | |
| Adding a CR in some files and in others not, is a good starting point for a DOS+Unix mess we all have already seen in many projects. Patch fixes all files matching (even those comming from grunt's build):: find ./searx -exec file {} \; | grep CR BTW: Same with mixing TAB and SPACE indent styles in one and the same file. So if sources are tuched here in this patch, its also fixed. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-07 | [fix] update xpaths for new google results page | Marc Abonce Seguin | |
| 2019-12-03 | Merge branch 'master' of https://github.com/asciimoo/searx into boilerplate | Markus Heiser | |
| 2019-12-02 | Merge pull request #1680 from robbyoconnor/patch-1 | Adam Tauber | |
| Add --no-cache to tell apk to not cache packages | |||
| 2019-12-02 | Merge pull request #1736 from x250/master | Adam Tauber | |
| Mojeek engine hotfix | |||
| 2019-12-02 | Merge pull request #1744 from dalf/optimizations | Adam Tauber | |
| [mod] speed optimization | |||
| 2019-12-02 | Merge pull request #1758 from return42/ddd-fix | Adam Tauber | |
| [fix] duckduckgo_definitions | |||
| 2019-12-02 | duckduckgo_definitions: remove the debug message | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-02 | Merge pull request #1754 from MarcAbonce/seedpeer | Adam Tauber | |
| Add Seedpeer again | |||
| 2019-12-02 | Merge pull request #1757 from return42/fix-sc-id | Adam Tauber | |
| [fix] soundcloud: URLs of JS sources has been moved | |||
| 2019-11-29 | [fix] duckduckgo_definition issues reported by 'manage.sh test' | Markus Heiser | |
| Fix this error while travis build:: /home/travis/build/asciimoo/searx/searx/engines/duckduckgo_definitions.py:21:44: E225 missing whitespace around operator Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-29 | [fix] duckduckgo_definitions - where 'AnswerType' is 'calc' | Markus Heiser | |
| Do not try to get text when 'AnswerType' is 'calc'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-29 | [fix] soundcloud: URLs of JS sources has been moved | Markus Heiser | |
| The client_id is found under (new) URL: https://a-v2.sndcdn.com/assets/49-a0c01933-3.js Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-29 | .dir-locals.el: add some comments about jedi & EPC | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-28 | Merge branch 'master' of https://github.com/asciimoo/searx into boilerplate | Markus Heiser | |
| 2019-11-28 | Merge pull request #1682 from Venca24/devel_mojeek | Adam Tauber | |
| [fix] mojeek engine | |||
| 2019-11-28 | Merge pull request #1745 from lorddavidiii/python3.8-fix | Adam Tauber | |
| Fix python 3.8 compatibility | |||
| 2019-11-28 | boilerplate: add .dir-locals.el with emacs python enviroment | Markus Heiser | |
| The .dir-locals.el set the project's python enviroment for the emacs tasks like flycheck or jedi. The py-environment has to be next to <repo>/.dir-locals.el:: ./local/py3 To setup such an environment build target 'pyenv' or 'pyenvinstall':: $ make pyenvinstall TL;DR Alternatively create the virtualenv, source it and install jedi + epc (required by `emacs-jedi <https://tkf.github.io/emacs-jedi>`_):: $ virtualenv --python=python3 "--no-site-packages" ./local/py3 ... $ source ./local/py3/bin/activate (py3)$ # now install into the activated 'py3' environment .. (py3)$ pip install jedi epc ... Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-28 | boilerplate: add pylint / WIP: balance linting with pylint | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-28 | Makefile: add test.pep8 test.unit test.robot (from manage.sh) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-28 | boilerplate: add inital Makefile with run & install targets | Markus Heiser | |
| Add *Makefile* boilerplate useful for python projects. All python tasks are using a virtualenv from ./local/py3 $ make help run - run developer instance install - developer install (./local) uninstall - uninstall (./local) Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-28 | seatup.py: fix [dev_]requirements and open file with context | Markus Heiser | |
| setup(..) named arguments 'install_requires' and 'extras_require' need lists arguments, the <map object> is ignored when installing extra environment 'test':: pip install -e .\[test\] Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-26 | Merge pull request #1689 from MarcAbonce/images_fixes | Adam Tauber | |
| [fix] Google Images | |||
| 2019-11-26 | Merge pull request #1749 from unixfox/patch-1 | Adam Tauber | |
| [fix] Force Google old UI with a new user agent | |||
| 2019-11-24 | add seedpeer again | Marc Abonce Seguin | |
| 2019-11-22 | [fix] Force Google old UI with a new user agent | Emilien Devos | |
| 2019-11-16 | webapp.py: use html.escape if cgi.escape is not available | lorddavidiii | |
| - cgi.escape was removed in python 3.8 - also use html.escape in framalibre.py | |||
| 2019-11-15 | [mod] speed optimization | Dalf | |
| compile XPath only once avoid redundant call to urlparse get_locale(webapp.py): avoid useless call to request.accept_languages.best_match | |||
| 2019-11-03 | Mojeek engine hotfix | x250 | |
| 2019-11-01 | Merge pull request #1719 from Monogramm/feature/accessibility | Noémi Ványi | |
| Add aria labels for oscar buttons | |||
| 2019-10-29 | Merge branch 'master' into feature/accessibility | Mathieu Brunot | |
| 2019-10-24 | Merge pull request #1728 from MarcAbonce/corrections_fix | Noémi Ványi | |
| [fix] Preserve bangs in corrections | |||
| 2019-10-24 | Merge branch 'master' into corrections_fix | Noémi Ványi | |
| 2019-10-24 | Merge pull request #1729 from MarcAbonce/fix_tracker_remover | Noémi Ványi | |
| Fix out of range error in tracker remover plugin | |||
| 2019-10-22 | fix out of range error in tracker remover plugin | Marc Abonce Seguin | |
| 2019-10-22 | [fix] preserve bangs in corrections | Marc Abonce Seguin | |
| 2019-10-16 | Merge branch 'master' into feature/accessibility | Mathieu Brunot | |
| 2019-10-16 | Merge pull request #1700 from kvch/intro-offline-engines | Adam Tauber | |
| Initialize support for offline engines | |||
| 2019-10-16 | fix pep 8 check | Noémi Ványi | |
| 2019-10-16 | add initial support for offline engines && command engine | Noémi Ványi | |
| 2019-10-16 | Merge pull request #1720 from Monogramm/docker/config | Adam Tauber | |
| Config for instance name and autocomplete | |||
| 2019-10-16 | [mod] remove cloudflare protected digbt from engines list | Adam Tauber | |