| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-31 | Add clearfix to fix issue 2110 | Vlad | |
| 2020-07-30 | Merge pull request #2106 from kvch/revert-open-result-on-new-tab-plugin | Adam Tauber | |
| Revert "[enh] new plugin to open results on new browser tabs" | |||
| 2020-07-29 | DOI improvements: enable HTTPS, update URL of doai.io (#1718) | Lynda Lopez | |
| - enabling HTTPS for sci-hub.tw by default - making sci-hub the default DOI resolver as it has the largest collection of scientific articles. - replaced doai.io with dissem.in, as it redirects to this new domain. Co-authored-by: Aurora of Earth <auroraofearth@ya.ru> | |||
| 2020-07-29 | Revert "[enh] new plugin to open results on new browser tabs" | Noémi Ványi | |
| This reverts commit ab6a7601cbdbdd93fa07ec6405bc3167f392b792. Closes #2037 | |||
| 2020-07-28 | Merge pull request #2104 from kvch/add-gitea-codeberg | Adam Tauber | |
| Add Gitea engine with Codeberg backend | |||
| 2020-07-28 | add Gitea engine | Noémi Ványi | |
| Closes #1448 Closes #1447 | |||
| 2020-07-28 | Replaced dash with em in searx description (#1973) | TheEvilSkeleton | |
| Very small change, but it looks better | |||
| 2020-07-28 | [add] naver engine | Venca24 | |
| It adds new search engine for users from the South Korea (and therefore it is disabled by default). Closes #1553 | |||
| 2020-07-28 | Merge pull request #2074 from asciimoo/external-plugins | Noémi Ványi | |
| This is a second proposal to accomplish plugin decoupling. I think #1938 is highly complicated and does much more than this feature requires, so here is an alternative implementation for the same feature. Please review it and let me know your opinion. This solution supports the use of any kind of standard python modules which implements the required attributes of a plugin, so new plugins can be installed by standard python tools (pip/setup.py). Downsides: - Localization of plugins name/description isn't possible - Plugins have to be updated manually ## What does this PR do? Implements external plugin extensibility. ## Why is this change important? Makes us able to decouple plugins from searx. ## Related issues #1938 #1716 #1878 | |||
| 2020-07-28 | [enh] copy atime_ns and mtime_ns of external plugin resources | Adam Tauber | |
| 2020-07-28 | [mod] add dedicated directory to external plugins with gitignore file | Adam Tauber | |
| 2020-07-28 | [fix] correct imported modules | Adam Tauber | |
| 2020-07-28 | [fix] resolve minor review issues | Adam Tauber | |
| 2020-07-28 | [mod] create static directory for each external plugin | Adam Tauber | |
| 2020-07-28 | [fix] pep8 | Adam Tauber | |
| 2020-07-28 | [fix] add plugin sha sum check to be able to copy updated resources | Adam Tauber | |
| 2020-07-28 | [enh] add external plugin support | Adam Tauber | |
| 2020-07-27 | Merge pull request #2102 from MarcAbonce/wikipedia-api-cleanup | Adam Tauber | |
| Fix Wikipedia's paragraph extraction | |||
| 2020-07-26 | fix Wikipedia's paragraph extraction | Marc Abonce Seguin | |
| 2020-07-26 | Merge pull request #2101 from mikeri/master | Alexandre Flament | |
| Update torrentz2 URL from .eu to .is | |||
| 2020-07-26 | Update torrentz2 URL from .eu to .is | Michael Ilsaas | |
| 2020-07-25 | Merge pull request #2097 from gardouille/fix-filtron-doc | Markus Heiser | |
| Filtron sample: Add missing comma | |||
| 2020-07-25 | Filtron sample: Add missing comma | Gardouille | |
| 2020-07-25 | Merge pull request #2094 from xywei/xpath-handle-relative-url | Adam Tauber | |
| Extract relative urls that do not start with / using xpath engine | |||
| 2020-07-23 | Fix relative urls that do not start with '/' | xywei | |
| 2020-07-22 | Merge pull request #2091 from dalf/documentaiton-docker | Adam Tauber | |
| [enh] update documentation about docker | |||
| 2020-07-22 | [enh] update documentation about docker | Dalf | |
| 2020-07-16 | Merge pull request #2079 from KucharczykL/master | Adam Tauber | |
| Allow localization of "Self Informations" | |||
| 2020-07-16 | Allow localization of "Self Informations" | Lukáš Kucharczyk | |
| Allows the string "Self Informations" in the plugin of the same name to be localized by wrapping it with gettext(). | |||
| 2020-07-15 | Merge pull request #2077 from dalf/bangs-no-favicon | Alexandre Flament | |
| [mod] bangs.json: remove the favicons | |||
| 2020-07-15 | [mod] bangs.json: remove the favicons | Dalf | |
| fix #2076 | |||
| 2020-07-13 | [fix] minor typos in docs/admin/settings.rst | Markus Heiser | |
| This comit is a replacement for https://github.com/asciimoo/searx/pull/2005 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-07-13 | [fix docs] typo in the template to create a new user | Markus Heiser | |
| closes: https://github.com/asciimoo/searx/issues/2062 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-07-13 | Merge pull request #2066 from HamiltonFintech/master | Adam Tauber | |
| mymemory_translated: fix python 3 support | |||
| 2020-07-12 | fix python 3 support | Gaspard d'Hautefeuille | |
| 2020-07-12 | Merge pull request #2059 from dalf/bang-encoding | Markus Heiser | |
| [mod] external_bang.py: always read bangs.json with a UTF-8 file. | |||
| 2020-07-11 | [mod] external_bang.py: always read bangs.json with a UTF-8 file. | Dalf | |
| 2020-07-11 | [fix] external_bang - UnicodeDecodeError: 'ascii' codec can't decode (#2043) | Markus Heiser | |
| Python's default encoding depends on the platform, set (python) default encoding UTF-8 in uwsgi ini files: LANG=C.UTF-8 LANGUAGE=C.UTF-8 LC_ALL=C.UTF-8 Error pattern: Traceback (most recent call last): File "/usr/local/searx/searx-src/searx/webapp.py", line 74, in <module> from searx.search import SearchWithPlugins, get_search_query_from_webapp File "/usr/local/searx/searx-src/searx/search.py", line 32, in <module> from searx.external_bang import get_bang_url File "/usr/local/searx/searx-src/searx/external_bang.py", line 13, in <module> for bang in json.load(json_file)['bang']: File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 31341: ordinal not in range(128) close: https://github.com/asciimoo/searx/issues/2041 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-07-11 | Dockerfile: upgrade base to alpine 3.12 (#1983) | Wonderfall | |
| Author: Wonderfall <wonderfall@targaryen.house> | |||
| 2020-07-10 | Merge pull request #2038 from kvch/contributing-to-searx | Adam Tauber | |
| Add PR template and contribution guidelines | |||
| 2020-07-10 | Add PR template and contribution guidelines | Noémi Ványi | |
| 2020-07-09 | [fix] typo | Adam Tauber | |
| 2020-07-09 | [mod] remove py2 from travis tests | Adam Tauber | |
| 2020-07-09 | [enh] release v0.17.0 | Adam Tauber | |
| 2020-07-09 | [enh] add @piplongrun @jjasonkal @KazamaSion @resynth1943 @ahangarha ↵ | Adam Tauber | |
| @gordon-quad @999eagle to authors | |||
| 2020-07-09 | [enh] update translations | Adam Tauber | |
| 2020-07-09 | [mod] drop py2 support | Adam Tauber | |
| 2020-07-08 | [fix] pep8 | Adam Tauber | |
| 2020-07-07 | Merge branch 'google-images-fix' | Adam Tauber | |
| 2020-07-07 | [fix] revise google images engine | Markus Heiser | |
| this commit is picked from #1985 | |||