summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2015-01-01[fix] favicon pathsAdam Tauber
2015-01-01[fix] static content pathsAdam Tauber
2015-01-01[enh] better result template handlingAdam Tauber
2015-01-01[fix] filename stripAdam Tauber
2015-01-01[fix] static file pathsAdam Tauber
2015-01-01[enh] themes static content refactorAdam Tauber
2015-01-01Merge pull request #143 from Cqoicebordel/Wiki-dateAdam Tauber
Use human readable date for infobox
2015-01-01[mod] purge local html_to_textAdam Tauber
2015-01-01[fix] ignore scripts/styles in html_to_textAdam Tauber
2015-01-01Merge pull request #165 from Cqoicebordel/Moar-enginesAdam Tauber
Moar engines
2015-01-01Merge pull request #164 from pointhi/faviconsAdam Tauber
improve Favicons
2014-12-29Flake8 and Twitter correctionsCqoicebordel
Lots of Flake8 corrections Maybe we should change the rule to allow lines of 120 chars. It seems more usable. Big twitter correction : now it outputs the words in right order...
2014-12-28Google Play StoreCqoicebordel
Add Google play store apps, movies and music (sound -> gps)
2014-12-28Digg + Twitter correctionsCqoicebordel
Digg engines, with thumbnails Add pubdate for twitter
2014-12-28[fix] fix testThomas Pointhuber
2014-12-28[enh] add new favicons to oscar templateThomas Pointhuber
2014-12-28[enh] add new marker-icons for mapThomas Pointhuber
fetched from https://github.com/pointhi/leaflet-color-markers
2014-12-28[enh] move favicons into own directoryThomas Pointhuber
2014-12-28[enh] add turkish translationThomas Pointhuber
2014-12-27[enh] update translationsThomas Pointhuber
2014-12-25[enh] v0.6.0Adam Tauber
2014-12-25[enh] nl, de, fr, hu translation updatesAdam Tauber
2014-12-24[fix] view testsAdam Tauber
2014-12-24[enh] subtitleseeker: better language handlingAdam Tauber
2014-12-24Merge branch 'Detect-favicons' of https://github.com/Cqoicebordel/searx into ↵Adam Tauber
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
2014-12-24Merge pull request #161 from Cqoicebordel/SubtitleSeeker-engineAdam Tauber
SubtitleSeeker Engine
2014-12-23Add language supportCqoicebordel
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
2014-12-23Add language supportCqoicebordel
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian... (reverted from commit 829948b85df0510e331372bcd60cb31db9c96a5c)
2014-12-23Add language supportCqoicebordel
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
2014-12-22[fix] flickr engine code cleanup ++ handle missing ownerAdam Tauber
2014-12-22Merge pull request #149 from Cqoicebordel/Flickr-engineAdam Tauber
Rework Flickr Engine
2014-12-22SubtitleSeeker EngineCqoicebordel
Add the subtitleseeker engine.
2014-12-20[enh] engine shortcut validationAdam Tauber
2014-12-20Merge pull request #159 from pointhi/photon_fixAdam Tauber
[fix] fix language support in photon engine
2014-12-20[fix] fix language support in photon engineThomas Pointhuber
2014-12-20Add 500px and Searchcode enginesCqoicebordel
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.
2014-12-19Merge pull request #156 from Cqoicebordel/Fix-map-oscarAdam Tauber
[fix][enh] Multiple JS changes in Oscar
2014-12-19[mod][fix] https rewrite refactor ++ fixesAdam Tauber
2014-12-19Merge pull request #152 from pointhi/search_enginesAdam Tauber
[enh] add photon engine, and fix pep8 errors
2014-12-19[mod] better search request exception handlingAdam Tauber
2014-12-19[fix] handle empty search requestsAdam Tauber
2014-12-19[mod] display timeoutted engine nameAdam Tauber
2014-12-19Add double clic on categoriesCqoicebordel
Allow to double clic on any category to activate or deactivate all categories.
2014-12-19Some more path issuesCqoicebordel
2014-12-18Final commit on faviconsCqoicebordel
Definitely remove engine array Change every themes to accomodate that change Tweak of video template of oscar to add link on video thumbnail
2014-12-18[fix] Show map on result in OscarCqoicebordel
Allow to find the leafleet js when searx is not installed at the root of the web server.
2014-12-18[fix] timeout and response parsing orderAdam Tauber
2014-12-18[mod] strict timeout handlingAdam Tauber
2014-12-16Add an No Api Flickr EngineCqoicebordel
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
2014-12-16[fix] pep8Thomas Pointhuber