Commit Graph

1217 Commits (357fc47811a1de5a273622881574dbde23c7cb59)

Author SHA1 Message Date
Niklas Haas 7144c94e26
[fix] reduce server traffic by optimizing images
Simply running ‘optipng’ on every PNG image reduces the overall size of
them by 10% on average.
9 years ago
Adam Tauber 0420ab3c80 [fix] shortcut added to ixquick 9 years ago
Adam Tauber 6424a7702d Merge branch 'remove_trackers_plugin' of https://github.com/Cqoicebordel/searx into Cqoicebordel-remove_trackers_plugin
Conflicts:
	searx/plugins/__init__.py
9 years ago
Adam Tauber ff322d3373 [fix] debug message parameter 9 years ago
Cqoicebordel 8911233e3e Use parsed_url 9 years ago
Adam Tauber 2eb756c7aa [enh] add search tests 9 years ago
Adam Tauber 6ef7c3276c [fix] reverse proxy non-root url fix 9 years ago
Adam Tauber b73ac15e49 [mod] disable qwant & swisscows by default to improve result quality 9 years ago
Cqoicebordel e93f5314d7 A bit of cleanup of the code
- regexes in a array
- regexes applied only on the last part of the url
9 years ago
Adam Tauber a9d92c3874 Merge pull request #371 from framasoft/add-useragent-plugin
Add a self user agent plugin
9 years ago
Luc Didry 0fe362bacf Change self plugin to self_info + change self_info description 9 years ago
Luc Didry 41fd748cdf Merge self_ip and self_useragent into one plugin 9 years ago
Luc Didry 538029dc14 Add a self user agent plugin
Just like with the "ip" query, duckduckgo gives the server's
information with the "user agent" query.
This corrects this behavior by adding a plugin based on self_ip.py plugin.
9 years ago
Cqoicebordel 0a1a3e7371 Add a bit of testing to improve coverage 9 years ago
Cqoicebordel ab273e2faa Fix Vimeo engine.
Solve #368
9 years ago
Cqoicebordel 617495cca8 Add a plugin to remove trackers from results URLs 9 years ago
Adam Tauber f2cbefeb54 Merge pull request #357 from asciimoo/google_engine
[enh] google engine : parse map links and more
9 years ago
Adam Tauber fc1a8b25b8 Merge pull request #362 from Cqoicebordel/currency_chars
Allow use of chars as € in currency converter
9 years ago
Cqoicebordel 94567d99b3 Allow use of chars as € in currency converter 9 years ago
Dalf ded3f98218 www1x engine: remove comment about unavailable https (https is working now) 9 years ago
Dalf 9e147d91f0 bing_images & www1x engines use https connections 9 years ago
Dalf fc0ae0f907 google engine: code cleanup 9 years ago
Dalf 72c8de35a2 google engine :remove OSM map 9 years ago
Alexandre Flament b8fc531b60 [enh] google engine : parse map links and more 9 years ago
Thomas Pointhuber a8b75ca47b [enh] oscar template: using table instead of container-fluid to show cookies 9 years ago
Thomas Pointhuber 0978f10887 [fix] do not hide categorie inside preferences if there is no engine activated 9 years ago
Dalf dafedbfc55 youtube_noapi uses searx.utils.list_get 9 years ago
Dalf 62cc2a5658 [fix] bing_news based on RSS output format 9 years ago
Adam Tauber cdf931f949 Merge pull request #353 from Cqoicebordel/languages
New feature : language per search engine !
9 years ago
Cqoicebordel 00668dd0a1 New feature : language per search engine ! 9 years ago
Dalf 4e0f079a8c [fix] youtube_noapi : don't crash when there is no content 9 years ago
Adam Tauber 8ce6043859 Merge pull request #346 from Cqoicebordel/youtube
Adds engines : Youtube with or without API and multiple Qwant
9 years ago
Cqoicebordel e0774c849c Removed the keywords from the settings in qwant engine 9 years ago
Cqoicebordel f05087b93a Refactor
Use only one engine for the four search from Qwant
9 years ago
Dalf 9d10277c22 remove 'print' 9 years ago
Alexandre Flament fb4df9d6c3 Merge pull request #349 from Cqoicebordel/startpage_autocomplete
Add startpage as an autocompleter engine
9 years ago
Cqoicebordel 633c7b6a5f Add startpage as an autocompleter engine 9 years ago
Adam Tauber 80fd392d69 Merge pull request #344 from asciimoo/google_engine
google engine
9 years ago
Thomas Pointhuber 2d81079384 [enh] implement image support for swisscows engine 9 years ago
Thomas Pointhuber d923b2a420 [enh] implement swisscows engine, FIX #347
TODO: implement image engine
9 years ago
Cqoicebordel 884eeb8541 New Qwant engines
- Web
- Images
- News
- Social media
9 years ago
Cqoicebordel f965c97822 Adds two engines : Youtube with or without API
The API needs an API_KEY
The NOAPI doesn't have the published dates.
9 years ago
Alexandre Flament 39ff21237c [enh] google engine : avoid some "sorry google" by adding another cookie : 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.
9 years ago
Alexandre Flament 484d0974f7 startpage and ixquick enignes : disabled by default, and timeout set to 6 seconds. 9 years ago
Alexandre Flament 6765823c56 [fix] set engine.safesearch to False if not defined 9 years ago
Alexandre Flament d4d2dd9cb3 [enh] oscar theme: display engine response times in the preferences 9 years ago
Adam Tauber e19eeeefa0 [fix] do not submit form if there is no search query - fixes #341 9 years ago
Adam Tauber f79f6713b0 [fix] do not use category select js if there is no search query field on the page 9 years ago
Adam Tauber 021c8b2544 Merge pull request #335 from dalf/flickr
[fix] flickr engine
9 years ago
Alexandre Flament 7afd02c94e [fix] flickr engine 9 years ago
Alexandre Flament 36a08f2a6a [fix] piratebay engine (and disable it by default) 9 years ago
Alexandre Flament 3d70921175 [fix] bing_news 9 years ago
Adam Tauber 3035e14007 Merge pull request #320 from dalf/currency
[enh] currency_convert engine : "1 dollars in euros"
9 years ago
Adam Tauber 0cfe4fb09a [enh] romanian translation ++ translation updates 9 years ago
Adam Tauber 01bebc0c30 [enh] prettier search url display 9 years ago
Adam Tauber b09aaf126e [mod] allow whitespaces in category/engine list 9 years ago
Alexandre Flament 5525625dae [enh] currency_convert engine: user can write "1 dollars in euros" instead 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.
9 years ago
Adam Tauber b6de23f540 [enh] cleaner category/engine selection from GET/POST param - closes #289 9 years ago
Adam Tauber e34166168c Merge pull request #310 from dalf/yahoo_news
[fix] yahoo_news engine
9 years ago
Alexandre Flament 44ed4424f6 [fix] yahoo_news engine 9 years ago
Adam Tauber 3683b35877 [fix] plugin description 9 years ago
Adam Tauber f1fc315318 [fix] robot test - kill the only subprocess 9 years ago
Adam Tauber 93fd1e4c76 Merge pull request #308 from dalf/versions_upgrade
update versions.cfg to use the current up-to-date packages
9 years ago
Adam Tauber 81850dd603 Merge pull request #309 from dalf/twitter
[fix] twitter engine
9 years ago
Adam Tauber b3513aa3a6 Merge pull request #307 from dalf/master
[fix] Flickr engine
9 years ago
Adam Tauber 59a65d0bdc Merge pull request #305 from dalf/https_again
[enh] reduce the number of http outgoing connections.
9 years ago
Alexandre Flament 48cffb141b [fix] twitter engine 9 years ago
Alexandre Flament 4689fe341c update versions.cfg to use the current up-to-date packages 9 years ago
Alexandre Flament 59ee040424 [fix] remove a useless print 9 years ago
Alexandre Flament 65e6737413 [fix] google engine tests 9 years ago
Alexandre Flament 732ed952dc [fix] 1x.com tests 9 years ago
Alexandre Flament e7fd546aae [fix] revert of 1x.com (no valid https certificate) 9 years ago
Alexandre Flament 6cd9a045f8 [fix] flickr engine 10 years ago
Alexandre Flament f5d3b21566 [fix] user agent : the "rv:{version}" was missing (can be a issue with some engine, like flickr) 10 years ago
Alexandre Flament 78edc16e66 [enh] reduce the number of http outgoing connections.
engines that still use http : gigablast, bing image for thumbnails, 1x and dbpedia autocompleter
10 years ago
Alexandre Flament 8a69ade875 Revert of #195 when the search language is not english
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).
10 years ago
Adam Tauber bbd83f5a51 Merge branch 'Cqoicebordel-oscar-cookies' 10 years ago
Adam Tauber 41e00e65a5 Merge branch 'oscar-cookies' of https://github.com/Cqoicebordel/searx into Cqoicebordel-oscar-cookies
Conflicts:
	searx/templates/oscar/preferences.html
10 years ago
Adam Tauber 5c5ff19ec1 [fix] indentation 10 years ago
Adam Tauber ad8611c755 Merge pull request #301 from dalf/https
engines: use https when possible
10 years ago
Alexandre Flament 043b269c6e [fix] tests 10 years ago
Alexandre Flament 8806002886 Merge remote-tracking branch 'origin/ssl' into https 10 years ago
Adam Tauber 18e7d60702 Merge pull request #298 from dalf/ssl
[fix] SSL : SNI support
10 years ago
Alexandre Flament 187617498a Log an error if the ndg-httpsclient, pyopenssl and pyasn1 packages are not installed.
See #298
10 years ago
Adam Tauber ff68546c69 [mod] enable category select plugin by default 10 years ago
Adam Tauber 39f0cd94ee [fix] remove swapfile 10 years ago
Adam Tauber 5589f1a2bf Merge pull request #300 from dalf/patch-1
settings.yml clean up : remove locale
10 years ago
Adam Tauber 81479a9b60 Merge pull request #299 from dalf/noreferrer
Noreferrer
10 years ago
Adam Tauber 1f0e6ce65b Merge pull request #297 from dalf/proxies
[enh] Implement http proxies for outgoing requests. (see #236)
10 years ago
Alexandre Flament 99efd790c8 engines: use https when possible 10 years ago
Alexandre Flament 47b011829d settings.yml clean up : remove locale
locale was declared for bing* engines and vimeo.

  * bing* engines use the language settings.
  * vimeo uses neither locale nor language settings.

This avoid confusion
10 years ago
Alexandre Flament ada5993f61 [fix] #264 : implementation using Referrer Policy (Editor’s Draft, 3 March 2015)
see http://w3c.github.io/webappsec/specs/referrer-policy/
10 years ago
Alexandre Flament 77b2fbb61e [enh] implements #264 : add rel="noreferrer" to external links 10 years ago
Alexandre Flament 2be52b74ad [fix] tests 10 years ago
Alexandre Flament 201928d2b0 [fix] SSL : SNI support 10 years ago
Adam Tauber 952473d297 Merge pull request #246 from Cqoicebordel/pix-arts
New theme !
10 years ago
Alexandre Flament 83e48fa89b flake8 fix 10 years ago
Alexandre Flament cde37be4f5 [enh] basic support for http proxy (see #236) 10 years ago
Adam Tauber 33516256fd [fix] load https rules 10 years ago
Adam Tauber d2a636f75d [mod] https rewrite pluginification 10 years ago