summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-11Merge pull request #1112 from dalf/manange_shAdam Tauber
[mod] simplify manage.sh
2017-12-11[fix] do not save engine/plugin cookies as unknown settings options - fixes ↵Adam Tauber
#1110
2017-12-10[mod] simplify manage.shAlexandre Flament
- npm install less@2.7 less-plugin-clean-css grunt-cli is moved inside manage.sh - if it is possible to source manage.sh to update the PATH (to start grunt) - tidy the help documentation - update the geckodriver version to 0.19.1
2017-12-09[fix] gigablast url parameter change - fixes #1107Adam Tauber
2017-12-08[fix] use proper encoding with both py2/3 - closes #1094Adam Tauber
2017-12-06Merge pull request #973 from MarcAbonce/languagesAdam Tauber
Remove 'all' option from search languages
2017-12-06Merge pull request #1109 from dalf/simple_magnet_svgAdam Tauber
simple theme : magnet.svg is replaced by a home made version
2017-12-06remove 'all' option from search languagesmarc
2017-12-05[enh] make custom oscar option configurable from urlAdam Tauber
2017-12-05[enh] add dark version of oscar/logicodevAdam Tauber
2017-12-05simple theme : replace magnet.svg with a home made versionAlexandre Flament
2017-12-05[fix] handle /sorry redirectsAdam Tauber
2017-12-05[enh] display engine error messagesAdam Tauber
2017-12-01[fix] pdbe testAdam Tauber
2017-12-01[fix] do not crash if publication date is missing in pubmed engineAdam Tauber
2017-12-01[fix] multiple fixes in pdbe engineAdam Tauber
2017-12-01[fix] convert json engine result attributes to string - closes #1006Adam Tauber
2017-12-01[fix] skip non-string result url/title/contentAdam Tauber
2017-11-30Merge pull request #1105 from kvch/fix-time-range-selection-in-chromeAdam Tauber
Fix time range selection during search
2017-11-30use `change` function just like in case of language selectionNoémi Ványi
The previous version did not work in Chrome browser. Closes #1102
2017-11-26Merge pull request #1098 from dalf/license_simple_themeAdam Tauber
[mod] simple theme: add the license to different files.
2017-11-26[mod] simple theme: add the license to different files.Dalf
2017-11-24Merge pull request #1093 from Zeph33/fix/#1088Adam Tauber
[fix] autocompleter py3 compatibility - fixes #1088
2017-11-23[fix] autocompleter py3 compatibility - fixes #1088Zeph
2017-11-23[enh] version 0.13.1Adam Tauber
2017-11-23[fix] autocompleter py3 compatibility - fixes #1088Adam Tauber
2017-11-23[fix] replace obsolete string.join functionAdam Tauber
2017-11-23[fix] measure request duration only if total_time attribute is set - fixes ↵Adam Tauber
autocompleter
2017-11-22[fix] change domain name in google engine testAdam Tauber
2017-11-22[fix] use english in google engine if no language was set - this prevents ↵Adam Tauber
guessing the language by the IP of the instance
2017-11-22[fix] revert language changes to prevent CAPTCHAsAdam Tauber
2017-11-22[enh] timeout and total HTTP time are managed by searx.poolrequestsAlexandre Flament
2017-11-22Merge pull request #1090 from asciimoo/requirement_upgradeAdam Tauber
Dependencies upgrade
2017-11-22Dependencies upgradeAlexandre Flament
https://pypi.python.org/pypi/pyOpenSSL : fix memory leak http://lxml.de/4.1/changes-4.1.1.html : speed improvement
2017-11-21[enh] version 0.13.0Adam Tauber
2017-11-21[doc] add @vachi, @lcpz, @nikaiw, Thirnearez, @MrPetovan, @woorst, ↵Adam Tauber
@Apply55gx, @pyrrh0n1c, @cclauss, @moon2l to authors
2017-11-21[enh] update translationsAdam Tauber
2017-11-21[fix] remove trailing 0x00 from csv outputAdam Tauber
2017-11-21[fix] resurrect csv output in py2Adam Tauber
2017-11-21[fix] fix language support of googleAdam Tauber
2017-11-21[fix] allow none as category in preferences - #1086Adam Tauber
2017-11-15Merge pull request #1084 from moon2l/masterAdam Tauber
fix bug: TypeError: set(['bing', 'google']) is not JSON serializable,…
2017-11-15fix bug: TypeError: set(['bing', 'google']) is not JSON serializable, when ↵yujunqiang
curl 'http://127.0.0.1:8888/?q=xxxxxxxx&categories=general&format=json'
2017-11-14Merge pull request #1083 from cclauss/patch-2Adam Tauber
print() is a function in Python 3
2017-11-14print() is a function in Python 3cclauss
2017-11-13[enh] update translationsAdam Tauber
2017-11-07Merge pull request #1079 from pyrrh0n1c/masterAdam Tauber
Fixed the currency_convert engine.
2017-11-07Fixed unittests.pyrrh0n1c
2017-11-07Fixed typos.pyrrh0n1c
2017-11-07Fixed the currency_convert engine.pyrrh0n1c