Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-04 | [enh] version 0.12.0v0.12.0 | Adam Tauber | |
2017-06-04 | [doc] add Joachim Cherqui, @maxigas, @kiney, @juanitobananas to authors ++ ↵ | Adam Tauber | |
promote @a01200356 to major contributor | |||
2017-06-01 | Merge pull request #932 from a01200356/duckduckgo | Adam Tauber | |
[fix] fix duckduckgo's offset | |||
2017-05-27 | [fix] fix duckduckgo's offset | marc | |
First page now starts with 0 offset, rather than starting on the 30th result. DuckDuckGo returns 30 results on each page. | |||
2017-05-23 | add duckduckgo images engine | marc | |
2017-05-23 | [enh] update translations - closes #930 | Adam Tauber | |
2017-05-22 | [mod] add category to each results, and change group criterias (template and ↵ | Alexandre Flament | |
existing image) | |||
2017-05-22 | [fix] rss feed : the jinja template was not found when the rss feed returns ↵ | Alexandre Flament | |
an valid feed including an error. | |||
2017-05-22 | [fix] produce valid urls if scheme is missing | Adam Tauber | |
2017-05-22 | [fix] use raw response with etree.parsefromstring - Unicode strings with ↵ | Adam Tauber | |
encoding declaration are not supported | |||
2017-05-22 | Merge pull request #926 from kvch/update-translations | Adam Tauber | |
Update translations | |||
2017-05-19 | [enh] update existing translations | Noémi Ványi | |
2017-05-18 | [fix] pep8 | Adam Tauber | |
2017-05-18 | Merge pull request #925 from kvch/free-software-directory | Adam Tauber | |
Add free software directory engine | |||
2017-05-18 | [fix] add more description on possible search tpyes | Noémi Ványi | |
2017-05-18 | [enh] add free software directory engine | Noémi Ványi | |
2017-05-18 | [enh] make search type of mediawiki configurable | Noémi Ványi | |
2017-05-17 | [fix] bing images | marc | |
2017-05-16 | Merge pull request #816 from dalf/debian | Adam Tauber | |
[mod] the static and templates directories can be defined in the settings.yml | |||
2017-05-15 | [mod] settings.yml can be /etc/searx/settings.yml | Alexandre Flament | |
The exact order is * first from SEARX_SETTINGS_PATH, * if not found then from searx code base, * if not found then from /etc/searx/settings.yml * if not found an exception stops searx loading | |||
2017-05-15 | [mod] the static and templates directories can be defined in the settings.yml | Alexandre Flament | |
2017-05-15 | [fix] framalibre : remove result['thumbnail'] (not used) | Dalf | |
2017-05-15 | [mod] add/modify image fetching for bing_news, qwant and twitter engines | Alexandre Flament | |
2017-05-15 | Merge pull request #913 from asciimoo/py3 | Adam Tauber | |
Add Python3 compatibility | |||
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2017-04-08 | [fix] yahoo news date parsing | Adam Tauber | |
2017-04-08 | [mod] searx doesn't crash at startup when an engine can't be loaded (see #884) | Alexandre Flament | |
2017-03-24 | [fix] build french translation to be identical with the .po source | Adam Tauber | |
2017-03-23 | [mod] upgrade requirements.txt | Alexandre Flament | |
2017-03-23 | [fix] fix travis build | Alexandre Flament | |
2017-03-23 | Merge pull request #881 from mmuman/framalibre | Adam Tauber | |
Add framalibre engine | |||
2017-03-22 | Add framalibre engine | François Revol | |
framalibre.org is a catalogue of Free Software, edited by Framasoft. For now we pass the thumbnail as img_src as it doesn't seem to be used for IT... | |||
2017-03-18 | Merge pull request #878 from kvch/update-languages | Adam Tauber | |
Update translations | |||
2017-03-18 | [enh] update translation files | Noémi Ványi | |
New languages: German (Germany), Finnish, Slovak, Ukrainian Updated: Bulgarian, German, Esperanto, Italian, Japanese, Dutch, Portuguese (Brazil), Russian, Swedish | |||
2017-03-18 | make search language handling less strict | marc | |
languages.py can change, so users may query on a language that is not on the list anymore, even if it is still recognized by a few engines. also made no and nb the same because they seem to return the same, though most engines will only support one or the other. | |||
2017-03-18 | add language support for qwant | marc | |
closes issue #863 | |||
2017-03-08 | [mod] oscar theme: use tinypng.com to reduce logos and favicon | Alexandre Flament | |
2017-03-08 | [mod] reduce png and gif image sizes using optipng and gifsicle tools. | Alexandre Flament | |
2017-03-02 | Merge pull request #873 from juanitobananas/issue-0872-google-search-and-docker | Adam Tauber | |
Fix #872. Google search works again with docker. | |||
2017-03-02 | Fix #872. Google search works again with docker. | Juan Garcia Basilio | |
All the credit goes to Wonderfall. Thanks for that! See: https://github.com/Wonderfall/dockerfiles/issues/110 | |||
2017-02-23 | [enh] alpine version bump in docker | Adam Tauber | |
2017-02-20 | Merge pull request #854 from kiney/master | Adam Tauber | |
fix #850 | |||
2017-02-10 | Merge pull request #856 from kvch/fix-search-form-paging | Adam Tauber | |
eliminate pagination bug in search forms | |||
2017-02-10 | [fix] pageno param of search reqs in form | Noémi Ványi | |
2017-02-08 | fix #850 | Jannik Winkel | |
2017-02-05 | Merge pull request #848 from maxigas/master | Adam Tauber | |
add library genesis engine | |||
2017-02-05 | add library genesis engine | maxigas | |
2017-02-02 | Merge pull request #849 from kvch/ddg-paging-fix | Adam Tauber | |
fix paging of duckduckgo | |||
2017-02-01 | [fix] fix paging of duckduckgo | Noémi Ványi | |
2017-01-27 | Merge pull request #804 from dalf/flask_perimeter | Adam Tauber | |
[mod] searx uses flask framework only in webapp.py |