summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-03Merge pull request #1068 from Apply55gx/geniusAdam Tauber
Continuation of PR #1004 (seems abandoned)
2017-11-03Merge pull request #1078 from kvch/result-engines-setAdam Tauber
results: make engines of results set
2017-11-03results: make engines of results setNoémi Ványi
Previously, if a same result was returned from the same engine, the name of the engine would be added more than once. To eliminate engine name duplication engine list was changed to set.
2017-11-02[mod] add more error handling to json engine II.Adam Tauber
2017-11-02[mod] add more error handling to json engineAdam Tauber
2017-11-02Merge pull request #1076 from jibe-b/patch-10Adam Tauber
[add] OpenAIRE publication engine
2017-11-02[fix] update openairepublicationsjibe-b
2017-11-01[add] OpenAIRE publication enginejibe-b
and modifies OpenAIRE datasets engine
2017-11-01Merge pull request #1075 from kvch/finish-jibe-b-enginesAdam Tauber
Finish PRs of @jibe-b: pubmed, oa_doi_rewrite, openaire, arxiv
2017-11-01minor fix of BASE engineNoémi Ványi
2017-11-01minor fixes of pubmed engineNoémi Ványi
Closes #1045
2017-11-01[add] pubmed enginejibe-b
2017-11-01minor fixes of doi resolverNoémi Ványi
Closes #1047
2017-11-01[enh] oa_doi_rewrite plugin broadens doai_rewritejibe-b
2017-11-01add OpenAIRE engine as a json engineNoémi Ványi
This is the continuation of #1048 created by @jibe-b. Closes #1048
2017-11-01minor fixes of arxivNoémi Ványi
Closes #1050
2017-11-01[fix] remove .encode for python3 compatibilityjibe-b
2017-11-01[enh] use format to concatenate stringsjibe-b
2017-11-01[add] arxiv enginejibe-b
2017-11-01[enh] update translationsAdam Tauber
2017-10-26[fix] pep8Adam Tauber
2017-10-26[mod] compress saved preferences in urlAdam Tauber
2017-10-25Merge pull request #1 from asciimoo/masterApply55gx
-
2017-10-25removed unused indicies arrayApply55gx
2017-10-19Merge pull request #1066 from MrPetovan/issue/fix-favicon-pathsAdam Tauber
[fix] Missing favicon images in oscar and simple themes
2017-10-18Remove / in url_for parameter for simple themeHypolite Petovan
Same change as with the oscar theme.
2017-10-18Remove extra / in url_for parameter for oscar themeHypolite Petovan
The `filename` parameter of the `url_for` function doesn't need a leading `/`, or else the resulting URL features a double-slash `//` that throws off searx 0.12.0 with Apache 2.4.25 on Debian, resulting in missing favicons.
2017-10-13Merge pull request #1061 from a01200356/bingAdam Tauber
[fix] Language support for Bing Images and Videos
2017-10-10fix less to stable versionmarc
3.0 is still alpha and currently breaks when building styles
2017-10-10test fetch langauges function on bing imagesmarc
2017-10-10update engines_languages.json and languages.pymarc
Also, fix fetch_languages.py so it can run on python3.
2017-10-10[fix] language support for bing images and videosmarc
2017-10-07Merge pull request #1059 from kvch/preferences-support-intuitiveAdam Tauber
preferences: make supported/not supported labels
2017-10-06preferences: make supported/not supported labelsNoémi Ványi
Also, Time range support display was missing from RTL locales. Now it is fixed. Closes #558
2017-10-06adjust whitespace in shell scriptsThirnearez
2017-10-06handle input carefully in shell scriptsThirnearez
- prevent whitespace-splitting of variable expansions - prevent interpretation of values as flags/options (mostly)
2017-10-06fix a shell typo that generated a bogus fileThirnearez
2017-10-06[mod] disable yahoo by defaultAdam Tauber
closes #869 closes #1055
2017-09-28Merge pull request #1037 from dalf/codecovAdam Tauber
Switch to code-cov
2017-09-28codecov : update the commit statusAlexandre Flament
2017-09-28codecov: disable comments in the PRAlexandre Flament
2017-09-27[fix] remove duplicated german translation - closes #937Adam Tauber
2017-09-26Merge pull request #1046 from jibe-b/again-unittest-baseAdam Tauber
[add] unit_test for base engine
2017-09-26Merge pull request #1035 from misnyo/voatAdam Tauber
[fix] voat.co search xpath and url fixed
2017-09-22[add] unit_test for base enginejibe-b
2017-09-17Switch to code-covAlexandre Flament
2017-09-08Merge pull request #971 from kvch/image-proxy-compatibilityAdam Tauber
fix hmac python3 compatibility
2017-09-08fix hmac python3 compatibilityNoémi Ványi
2017-09-08Merge pull request #1031 from misnyo/static_pathAdam Tauber
[fix] static path fixed in templates and webapp, line endings fixed
2017-09-08[fix] static path fixed in templates and webapp, line endings fixedmisnyo