| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-03 | [fix] youtube_noapi : don't crash when there is no content | Dalf | |
| 2015-06-02 | Merge pull request #346 from Cqoicebordel/youtube | Adam Tauber | |
| Adds engines : Youtube with or without API and multiple Qwant | |||
| 2015-06-02 | Removed the keywords from the settings in qwant engine | Cqoicebordel | |
| 2015-06-02 | Refactor | Cqoicebordel | |
| Use only one engine for the four search from Qwant | |||
| 2015-06-02 | remove 'print' | Dalf | |
| 2015-06-02 | Merge pull request #349 from Cqoicebordel/startpage_autocomplete | Alexandre Flament | |
| Add startpage as an autocompleter engine | |||
| 2015-06-01 | Add startpage as an autocompleter engine | Cqoicebordel | |
| 2015-06-01 | Merge pull request #344 from asciimoo/google_engine | Adam Tauber | |
| google engine | |||
| 2015-06-01 | [enh] implement image support for swisscows engine | Thomas Pointhuber | |
| 2015-06-01 | [enh] implement swisscows engine, FIX #347 | Thomas Pointhuber | |
| TODO: implement image engine | |||
| 2015-06-01 | New Qwant engines | Cqoicebordel | |
| - Web - Images - News - Social media | |||
| 2015-05-31 | Adds two engines : Youtube with or without API | Cqoicebordel | |
| 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-30 | startpage and ixquick enignes : disabled by default, and timeout set to 6 ↵ | Alexandre Flament | |
| seconds. | |||
| 2015-05-30 | [fix] set engine.safesearch to False if not defined | Alexandre Flament | |
| 2015-05-30 | [enh] oscar theme: display engine response times in the preferences | Alexandre Flament | |
| 2015-05-27 | [fix] do not submit form if there is no search query - fixes #341 | Adam 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-27 | Merge pull request #335 from dalf/flickr | Adam Tauber | |
| [fix] flickr engine | |||
| 2015-05-27 | [fix] flickr engine | Alexandre Flament | |
| 2015-05-27 | [fix] bing_news | Alexandre Flament | |
| 2015-05-24 | Merge pull request #320 from dalf/currency | Adam Tauber | |
| [enh] currency_convert engine : "1 dollars in euros" | |||
| 2015-05-19 | [enh] romanian translation ++ translation updates | Adam Tauber | |
| 2015-05-19 | [enh] prettier search url display | Adam Tauber | |
| 2015-05-19 | [mod] allow whitespaces in category/engine list | Adam 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 #289 | Adam Tauber | |
| 2015-05-03 | Merge pull request #310 from dalf/yahoo_news | Adam Tauber | |
| [fix] yahoo_news engine | |||
| 2015-05-03 | [fix] yahoo_news engine | Alexandre Flament | |
| 2015-05-02 | [fix] plugin description | Adam Tauber | |
| 2015-05-02 | [fix] robot test - kill the only subprocess | Adam Tauber | |
| 2015-05-02 | Merge pull request #308 from dalf/versions_upgrade | Adam Tauber | |
| update versions.cfg to use the current up-to-date packages | |||
| 2015-05-02 | Merge pull request #309 from dalf/twitter | Adam Tauber | |
| [fix] twitter engine | |||
| 2015-05-02 | Merge pull request #307 from dalf/master | Adam Tauber | |
| [fix] Flickr engine | |||
| 2015-05-02 | Merge pull request #305 from dalf/https_again | Adam Tauber | |
| [enh] reduce the number of http outgoing connections. | |||
| 2015-05-02 | [fix] twitter engine | Alexandre Flament | |
| 2015-05-02 | update versions.cfg to use the current up-to-date packages | Alexandre Flament | |
| 2015-05-02 | [fix] remove a useless print | Alexandre Flament | |
| 2015-05-02 | [fix] google engine tests | Alexandre Flament | |
| 2015-05-02 | [fix] 1x.com tests | Alexandre Flament | |
| 2015-05-02 | [fix] revert of 1x.com (no valid https certificate) | Alexandre Flament | |
| 2015-05-02 | [fix] flickr engine | Alexandre Flament | |
| 2015-05-02 | [fix] user agent : the "rv:{version}" was missing (can be a issue with some ↵ | Alexandre Flament | |
| engine, like flickr) | |||
| 2015-05-02 | [enh] reduce the number of http outgoing connections. | Alexandre Flament | |
| engines that still use http : gigablast, bing image for thumbnails, 1x and dbpedia autocompleter | |||
| 2015-05-01 | Revert of #195 when the search language is not english | Alexandre Flament | |
| Sometimes there is two requests to google (depending of the source IP) : one to google.com, the second to google.fr (for instance). Going to https://www.google.com/ncr and saving the PREF cookie for future use prevent this (there is no redirection). But, recently (or not ?), by doing this the search returns English results even if the Accept-Language is specified. There is still a way to prevent this : going to preference, set the search language. I don't know if this can be done by searx. For now, a quick fix is to disable the use of the PREF cookie when the search language is not English (google engine will slower but returns excepted results). | |||
| 2015-04-26 | Merge branch 'Cqoicebordel-oscar-cookies' | Adam Tauber | |
| 2015-04-26 | Merge branch 'oscar-cookies' of https://github.com/Cqoicebordel/searx into ↵ | Adam Tauber | |
| Cqoicebordel-oscar-cookies Conflicts: searx/templates/oscar/preferences.html | |||
| 2015-04-26 | [fix] indentation | Adam Tauber | |
| 2015-04-26 | Merge pull request #301 from dalf/https | Adam Tauber | |
| engines: use https when possible | |||
| 2015-04-26 | [fix] tests | Alexandre Flament | |