summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-04youtube_noapi uses searx.utils.list_getDalf
2015-06-04[fix] bing_news based on RSS output formatDalf
2015-06-03Merge pull request #353 from Cqoicebordel/languagesAdam Tauber
New feature : language per search engine !
2015-06-03New feature : language per search engine !Cqoicebordel
2015-06-03[fix] youtube_noapi : don't crash when there is no contentDalf
2015-06-02Merge pull request #346 from Cqoicebordel/youtubeAdam Tauber
Adds engines : Youtube with or without API and multiple Qwant
2015-06-02Removed the keywords from the settings in qwant engineCqoicebordel
2015-06-02RefactorCqoicebordel
Use only one engine for the four search from Qwant
2015-06-02remove 'print'Dalf
2015-06-02Merge pull request #349 from Cqoicebordel/startpage_autocompleteAlexandre Flament
Add startpage as an autocompleter engine
2015-06-01Add startpage as an autocompleter engineCqoicebordel
2015-06-01Merge pull request #344 from asciimoo/google_engineAdam Tauber
google engine
2015-06-01Merge pull request #348 from pointhi/swisscowsAdam Tauber
implement swisscows engine
2015-06-01[enh] implement image support for swisscows engineThomas Pointhuber
2015-06-01[enh] implement swisscows engine, FIX #347Thomas Pointhuber
TODO: implement image engine
2015-06-01New Qwant enginesCqoicebordel
- Web - Images - News - Social media
2015-05-31Adds two engines : Youtube with or without APICqoicebordel
The API needs an API_KEY The NOAPI doesn't have the published dates.
2015-05-30[enh] google engine : avoid some "sorry google" by adding another cookie : ↵Alexandre Flament
NID. This cookie is specific by hostname. This allow to send request to google.* (according to the search language). Before this commit, request in other languages than english was sent to www.google.com which was redirected to www.google.* The PREF is still use on the www.google.com domain.
2015-05-30Merge branch 'startpage'Adam Tauber
2015-05-30startpage and ixquick enignes : disabled by default, and timeout set to 6 ↵Alexandre Flament
seconds.
2015-05-30Merge remote-tracking branch 'origin/ui'Adam Tauber
2015-05-30[fix] set engine.safesearch to False if not definedAlexandre Flament
2015-05-30[enh] oscar theme: display engine response times in the preferencesAlexandre Flament
2015-05-27[fix] do not submit form if there is no search query - fixes #341Adam Tauber
2015-05-27[fix] do not use category select js if there is no search query field on the ↵Adam Tauber
page
2015-05-27Merge pull request #335 from dalf/flickrAdam Tauber
[fix] flickr engine
2015-05-27Merge pull request #332 from dalf/bing_newsAdam Tauber
[fix] bing_news - fixes #328
2015-05-27[fix] flickr engineAlexandre Flament
2015-05-27[fix] bing_newsAlexandre Flament
2015-05-24[fix] data directory added to setup.py package_dataAdam Tauber
2015-05-24Merge pull request #320 from dalf/currencyAdam Tauber
[enh] currency_convert engine : "1 dollars in euros"
2015-05-19[mod] transifex client dir added to gitignoreAdam Tauber
2015-05-19[enh] romanian translation ++ translation updatesAdam Tauber
2015-05-19[enh] prettier search url displayAdam Tauber
2015-05-19[mod] allow whitespaces in category/engine listAdam Tauber
2015-05-19[fix] setup.py package data update - fixes #323Adam Tauber
2015-05-12[enh] currency_convert engine: user can write "1 dollars in euros" instead ↵Alexandre Flament
of "1 USD in EUR". The currency names are fetched wikidata and store into a static file : searx/data/currencies.json This file is loaded when the currency_converter is loaded. A database is perhaps more appropiated.
2015-05-12[enh] cleaner category/engine selection from GET/POST param - closes #289Adam Tauber
2015-05-03Merge pull request #310 from dalf/yahoo_newsAdam Tauber
[fix] yahoo_news engine
2015-05-04[doc] @dalf added as maintainerAdam Tauber
2015-05-03[fix] yahoo_news engineAlexandre Flament
2015-05-02[fix] plugin descriptionAdam Tauber
2015-05-02[fix] robot test - kill the only subprocessAdam Tauber
2015-05-02Merge pull request #308 from dalf/versions_upgradeAdam Tauber
update versions.cfg to use the current up-to-date packages
2015-05-02Merge pull request #309 from dalf/twitterAdam Tauber
[fix] twitter engine
2015-05-02Merge pull request #307 from dalf/masterAdam Tauber
[fix] Flickr engine
2015-05-02Merge pull request #305 from dalf/https_againAdam Tauber
[enh] reduce the number of http outgoing connections.
2015-05-02Merge pull request #303 from dalf/patch-1Adam Tauber
Revert of #195 when the search language is not english
2015-05-02[fix] twitter engineAlexandre Flament
2015-05-02update versions.cfg to use the current up-to-date packagesAlexandre Flament