summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 sourceAdam Tauber
2017-03-23[mod] upgrade requirements.txtAlexandre Flament
2017-03-23[fix] fix travis buildAlexandre Flament
2017-03-23Merge pull request #881 from mmuman/framalibreAdam Tauber
Add framalibre engine
2017-03-22Add framalibre engineFranç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-18Merge pull request #878 from kvch/update-languagesAdam Tauber
Update translations
2017-03-18[enh] update translation filesNoémi Ványi
New languages: German (Germany), Finnish, Slovak, Ukrainian Updated: Bulgarian, German, Esperanto, Italian, Japanese, Dutch, Portuguese (Brazil), Russian, Swedish
2017-03-18make search language handling less strictmarc
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-18add language support for qwantmarc
closes issue #863
2017-03-08[mod] oscar theme: use tinypng.com to reduce logos and faviconAlexandre Flament
2017-03-08[mod] reduce png and gif image sizes using optipng and gifsicle tools.Alexandre Flament
2017-03-02Merge pull request #873 from juanitobananas/issue-0872-google-search-and-dockerAdam Tauber
Fix #872. Google search works again with docker.
2017-03-02Fix #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 dockerAdam Tauber
2017-02-20Merge pull request #854 from kiney/masterAdam Tauber
fix #850
2017-02-10Merge pull request #856 from kvch/fix-search-form-pagingAdam Tauber
eliminate pagination bug in search forms
2017-02-10[fix] pageno param of search reqs in formNoémi Ványi
2017-02-08fix #850Jannik Winkel
2017-02-05Merge pull request #848 from maxigas/masterAdam Tauber
add library genesis engine
2017-02-05add library genesis enginemaxigas
2017-02-02Merge pull request #849 from kvch/ddg-paging-fixAdam Tauber
fix paging of duckduckgo
2017-02-01[fix] fix paging of duckduckgoNoémi Ványi
2017-01-27Merge pull request #804 from dalf/flask_perimeterAdam Tauber
[mod] searx uses flask framework only in webapp.py
2017-01-27Merge branch 'master' into flask_perimeterAlexandre Flament
2017-01-27[mod] darker green url in logicodevAdam Tauber
2017-01-27[fix] add padding to pointhi theme's navbar - closes #841Adam Tauber
2017-01-27Merge pull request #840 from kvch/darker-green-urlAdam Tauber
darker green for result url
2017-01-27[fix] darker green for result urlsNoémi Ványi
2017-01-27[fix] do not show glyph icons if noscript is enabled - #838Adam Tauber
2017-01-27[enh] add result number parsing to google engineAdam Tauber
2017-01-27Merge pull request #837 from kvch/smaller-navbarAdam Tauber
[enh] make navbar smaller
2017-01-26[enh] make navbar smallerNoémi Ványi
2017-01-26Merge pull request #836 from kvch/smaller-number-of-resultsAdam Tauber
[enh] make number of results less prominent
2017-01-26[enh] make number of results less prominentNoémi Ványi
2017-01-26Merge pull request #835 from kvch/green-result-urlAdam Tauber
more compact results in Logicodev style
2017-01-26[enh] make result url greenNoémi Ványi
2017-01-26[fix] do not do unnecessary package upgradesAdam Tauber
2017-01-26[fix] whitespaceAdam Tauber
2017-01-26[enh] search input design mods according to #226Adam Tauber
2017-01-21[fix] correct search parameter checkAdam Tauber
2017-01-21[fix] search time range value checkAdam Tauber
2017-01-21[fix] handle missing mapsettingsAdam Tauber
2017-01-20Merge pull request #832 from dalf/input_checkAdam Tauber
Input check
2017-01-20[enh] validate input and raise an exception inside search.py. The exception ↵Alexandre Flament
message is output in json and rss format.
2017-01-20[mod] add a __common__ template that can't be selected but that provides a ↵Alexandre Flament
common place for shared templates. What has been moved into this template : * opensearch*.xml is always the same whatever the themes. * the text inside */about.html
2017-01-18Merge pull request #830 from davidar/seAdam Tauber
Semantic Scholar
2017-01-18Merge pull request #827 from davidar/spellAdam Tauber
[enh] show spelling corrections
2017-01-17Semantic ScholarDavid A Roberts
2017-01-17[fix] allow empty contentDavid A Roberts