Commit Graph

947 Commits (fcc394540bded9ef6863d2c3432044db3ee0b102)
 

Author SHA1 Message Date
Adam Tauber fcc394540b [enh] v0.6.0 10 years ago
Adam Tauber 62a7dc1aaa [doc] changelog added 10 years ago
Adam Tauber 5cfb42350b [enh] nl, de, fr, hu translation updates 10 years ago
Adam Tauber 61ab5f2693 [fix] view tests 10 years ago
Adam Tauber 3b3921fc59 [enh] subtitleseeker: better language handling 10 years ago
Adam Tauber b4f39237a3 Merge branch 'Cqoicebordel-Detect-favicons' 10 years ago
Adam Tauber ada01cb367 Merge branch 'Detect-favicons' of https://github.com/Cqoicebordel/searx into Cqoicebordel-Detect-favicons
Conflicts:
	searx/templates/courgette/result_templates/default.html
	searx/templates/courgette/result_templates/map.html
	searx/templates/courgette/result_templates/videos.html
	searx/templates/default/result_templates/default.html
	searx/templates/default/result_templates/map.html
	searx/templates/default/result_templates/videos.html
	searx/webapp.py
10 years ago
Adam Tauber 5857141e49 Merge pull request #161 from Cqoicebordel/SubtitleSeeker-engine
SubtitleSeeker Engine
10 years ago
Cqoicebordel 10e4f6f316 Add language support
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
10 years ago
Cqoicebordel 2ea55b1c64 Add language support
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian... (reverted from commit 829948b85d)
10 years ago
Cqoicebordel 829948b85d Add language support
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
10 years ago
Adam Tauber b975418e4c [fix] flickr engine code cleanup ++ handle missing owner 10 years ago
Adam Tauber af41607410 Merge pull request #149 from Cqoicebordel/Flickr-engine
Rework Flickr Engine
10 years ago
Cqoicebordel 550232fc21 SubtitleSeeker Engine
Add the subtitleseeker engine.
10 years ago
Adam Tauber 2e41bfcbdb [enh] engine shortcut validation 10 years ago
Adam Tauber 7eb27848c2 Merge pull request #159 from pointhi/photon_fix
[fix] fix language support in photon engine
10 years ago
Adam Tauber 0b3d632cd0 Merge pull request #158 from Cqoicebordel/Moar-Engines
Add 500px and Searchcode engines
10 years ago
Thomas Pointhuber 533e6287ae [fix] fix language support in photon engine 10 years ago
Cqoicebordel 56399cf1ea Add 500px and Searchcode engines
Allow to search for images on 500px. It doesn't use the official API, but the page result. Less stable, but less API key to possess...

Two engines were necessary for Searchcode because there are to search mode : search for documentation or search for code example. Both use open APIs.
10 years ago
Adam Tauber 667f4d5cfc Merge pull request #156 from Cqoicebordel/Fix-map-oscar
[fix][enh] Multiple JS changes in Oscar
10 years ago
Adam Tauber f141773814 [mod][fix] https rewrite refactor ++ fixes 10 years ago
Adam Tauber 813247b37a Merge pull request #152 from pointhi/search_engines
[enh] add photon engine, and fix pep8 errors
10 years ago
Adam Tauber 1c969186bf [mod] better search request exception handling 10 years ago
Adam Tauber 8c05c00762 [fix] handle empty search requests 10 years ago
Adam Tauber 2b7f3e28e7 [mod] display timeoutted engine name 10 years ago
Cqoicebordel 2fe3323449 Add double clic on categories
Allow to double clic on any category to activate or deactivate all categories.
10 years ago
Cqoicebordel 2ab621c0e3 Some more path issues 10 years ago
Cqoicebordel 83d6f36659 Final commit on favicons
Definitely remove engine array
Change every themes to accomodate that change
Tweak of video template of oscar to add link on video thumbnail
10 years ago
Cqoicebordel 06b59c7210 [fix] Show map on result in Oscar
Allow to find the leafleet js when searx is not installed at the root of the web server.
10 years ago
Adam Tauber 789e46f1c8 [fix] timeout and response parsing order 10 years ago
Adam Tauber 77c3a27f56 [mod] strict timeout handling 10 years ago
Cqoicebordel 17fd4ea4e7 Merge remote-tracking branch 'origin/Flickr-engine' into Flickr-engine
Conflicts:
	searx/engines/flickr.py
	searx/settings.yml
10 years ago
Cqoicebordel 930f724ec6 Add an No Api Flickr Engine
It uses the webpage json infos to build the results
Let the user choose the engine in setting.yml. Noapi active by default
+ little corrections on Flickr engine
10 years ago
Thomas Pointhuber a508d540ac [fix] pep8 10 years ago
Thomas Pointhuber 91f9973227 [fix] pep8 10 years ago
Thomas Pointhuber 672f1c674c [fix] pep8 10 years ago
Thomas Pointhuber 48058075c0 [fix] remove useless print statement 10 years ago
Thomas Pointhuber 5ae38bafdf [enh] add photon engine 10 years ago
Adam Tauber 19b1cedc23 Merge pull request #151 from pointhi/kickass_fix
[fix] fix kickass engine
10 years ago
Thomas Pointhuber 70fc1002db [fix] fix kickass engine
thanks @Cqoicebordel in #144:
https://github.com/asciimoo/searx/pull/144#issuecomment-67036903
10 years ago
Adam Tauber 81ae69201d Merge pull request #150 from pointhi/oscar_image_fix
[enh][oscar_template] replace kickass icon
10 years ago
Thomas Pointhuber 7895e4f7a7 [enh][oscar_template] replace kickass icon 10 years ago
Cqoicebordel 0059d08f13 Rework Flickr Engine
Everything was redone to use the API. It needs an API key, but it's worth it.
Everything works. Title, Image, Content, URL
The API allow lots of things. Thumbnails and date will be easy to add when it will be implemented in Searx.

Fix asciimoo/searx#126
10 years ago
Cqoicebordel cfdcbdd9b5 Rework Flickr Engine
Everything was redone to use the API. It needs an API key, but it's worth it.
Everything works. Title, Image, Content, URL
The API allow lots of things. Thumbnails and date will be easy to add when it will be implemented in Searx.

Fix asciimoo/searx#126
10 years ago
Adam Tauber e047d22046 Merge pull request #144 from Cqoicebordel/KickassTorrent-Search-Engine
Kickass torrent search engine
10 years ago
Cqoicebordel e623ee593a Add icons and badge for the themes
Add kickass in engine list
Add content for the result from kickass
10 years ago
Adam Tauber ba51d784d1 [fix] mysterious string remove 10 years ago
Adam Tauber d93d703703 [fix] use queues to answers/suggestions/infoboxes 10 years ago
Adam Tauber a5324d9d82 [fix] proper search timeout handling 10 years ago
Adam Tauber f5aec98cbd Merge pull request #145 from Cqoicebordel/HTML+Bugs-Templates
Html+Bugs in templates
10 years ago