| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-31 | Add clearfix to fix issue 2110 | Vlad | |
| 2020-07-31 | Change isAlive() to is_alive() as isAlive() is unsupported in newer Python ↵ | asht | |
| versions | |||
| 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 | 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 | [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-26 | fix Wikipedia's paragraph extraction | Marc Abonce Seguin | |
| 2020-07-26 | Update torrentz2 URL from .eu to .is | Michael Ilsaas | |
| 2020-07-23 | Fix relative urls that do not start with '/' | xywei | |
| 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 | [mod] bangs.json: remove the favicons | Dalf | |
| fix #2076 | |||
| 2020-07-12 | fix python 3 support | Gaspard d'Hautefeuille | |
| 2020-07-11 | [mod] external_bang.py: always read bangs.json with a UTF-8 file. | Dalf | |
| 2020-07-09 | [enh] release v0.17.0 | Adam Tauber | |
| 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 | [fix] revise google images engine | Markus Heiser | |
| this commit is picked from #1985 | |||
| 2020-07-07 | [fix] revise google engine | Markus Heiser | |
| this commit is picked from #1985 | |||
| 2020-07-06 | [fix] indicate visually active tab programmatically on the page Preferences ↵ | Adam Tauber | |
| - #350 | |||
| 2020-07-03 | Created new plugin type custom_results. Added new plugin bang_redirect (#2027) | Lukas van den Berk | |
| * Made first attempt at the bangs redirects plugin. * It redirects. But in a messy way via javascript. * First version with custom plugin * Added a help page and a operator to see all the bangs available. * Changed to .format because of support * Changed to .format because of support * Removed : in params * Fixed path to json file and changed bang operator * Changed bang operator back to & * Made first attempt at the bangs redirects plugin. * It redirects. But in a messy way via javascript. * First version with custom plugin * Added a help page and a operator to see all the bangs available. * Changed to .format because of support * Changed to .format because of support * Removed : in params * Fixed path to json file and changed bang operator * Changed bang operator back to & * Refactored getting search query. Also changed bang operator to ! and is now working. * Removed prints * Removed temporary bangs_redirect.js file. Updated plugin documentation * Added unit test for the bangs plugin * Fixed a unit test and added 2 more for bangs plugin * Changed back to default settings.yml * Added myself to AUTHORS.rst * Refacored working of custom plugin. * Refactored _get_bangs_data from list to dict to improve search speed. * Decoupled bangs plugin from webserver with redirect_url * Refactored bangs unit tests * Fixed unit test bangs. Removed dubbel parsing in bangs.py * Removed a dumb print statement * Refactored bangs plugin to core engine. * Removed bangs plugin. * Refactored external bangs unit tests from plugin to core. * Removed custom_results/bangs documentation from plugins.rst * Added newline in settings.yml so the PR stays clean. * Changed searx/plugins/__init__.py back to the old file * Removed newline search.py * Refactored get_external_bang_operator from utils to external_bang.py * Removed unnecessary import form test_plugins.py * Removed _parseExternalBang and _isExternalBang from query.py * Removed get_external_bang_operator since it was not necessary * Simplified external_bang.py * Simplified external_bang.py * Moved external_bangs unit tests to test_webapp.py. Fixed return in search with external_bang * Refactored query parsing to unicode to support python2 * Refactored query parsing to unicode to support python2 * Refactored bangs plugin to core engine. * Refactored search parameter to search_query in external_bang.py | |||
| 2020-07-02 | [fix] refine contrast ratios of texts and borders - #350 | Noémi Ványi | |
| 2020-06-30 | Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme | Markus Heiser | |
| 2020-06-29 | Merge branch 'master' into gigablast | Markus Heiser | |
| 2020-06-29 | Fix YaCy text results returned as images | Sophie Tauchert | |
| 2020-06-29 | Merge branch 'master' into duckduckgo_correction | Markus Heiser | |
| 2020-06-28 | [fix] rewrite overflow:none as none is an invalid property - $350 | Adam Tauber | |
| 2020-06-28 | [fix] add aria labels to result links - #350 | Adam Tauber | |
| 2020-06-28 | Merge branch 'master' into duckduckgo_correction | Noémi Ványi | |
| 2020-06-27 | Make Oscar theme scalable | Noémi Ványi | |
| 2020-06-26 | Merge branch 'master' into about-opensearch | Markus Heiser | |
| 2020-06-26 | Merge branch 'master' into gigablast | Markus Heiser | |
| 2020-06-25 | [fix] yahoo engine - changed content_xpath | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-06-25 | [fix] add label/info to Time range search and Language - #350 | Adam Tauber | |
| 2020-06-25 | [fix] make "Advanced settings" openable and usable with keyboard - #350 | Adam Tauber | |
| 2020-06-25 | [fix] change lang attribute of the html to match the current locale - #350 | Adam Tauber | |
| 2020-06-25 | [fix] connect selects and inputs programmatically on the preferences page - #350 | Adam Tauber | |
| 2020-06-25 | [fix] use scope attribute to describe properties in the engine preferences table | Adam Tauber | |
| 2020-06-25 | [fix] indicate too high max time by e.g. icon not only by colour | Adam Tauber | |
| 2020-06-25 | [fix] do not use h1 element for the logo | Adam Tauber | |