summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2015-01-10[fix] little autocompleter fixThomas Pointhuber
2015-01-10[enh] display filesize greater 1TBThomas Pointhuber
2015-01-10[enh] make some torrent strings translatableThomas Pointhuber
2015-01-10[enh] improve torrent resultsThomas Pointhuber
2015-01-10[enh] add autocompletion for searx-specific stringsThomas Pointhuber
2015-01-10[enh] add rss-link which can be detected by browsersThomas Pointhuber
2015-01-10[fix] endless logging recursionAdam Tauber
2015-01-09[mod] ignore startpage unicode errorsAdam Tauber
2015-01-09[enh] engine exception tracebackAdam Tauber
2015-01-09Merge branch 'master' of github.com:asciimoo/searxAdam Tauber
2015-01-09[enh] using the loggerAdam Tauber
2015-01-09[fix] template syntaxAdam Tauber
2015-01-09[enh] logging addedAdam Tauber
2015-01-07Merge branch 'integrated-videos' of https://github.com/Cqoicebordel/searx ↵Adam Tauber
into Cqoicebordel-integrated-videos Conflicts: searx/engines/vimeo.py
2015-01-05Updated translations without fuzzy translationsCqoicebordel
2015-01-05Updated translationsCqoicebordel
2015-01-05Put media above result contentCqoicebordel
Mimick more closely usual video viewer (video above, details below)
2015-01-05Remove printCqoicebordel
2015-01-05Whitespace correctionCqoicebordel
2015-01-05Integrated media in results + Deezer EngineCqoicebordel
New "embedded" item for the results, allow to give an iframe to display the media directly in the results. Note that the attributes src of the iframes are not set, but instead data-src is set, allowing to only load the iframe when clicked. Deezer engine based on public API (no key).
2015-01-03Few fixes on VimeoCqoicebordel
Change URL from https to http Change way of handling text xpath
2015-01-03Digg correctionCqoicebordel
Return no result instead of crashing if no result
2015-01-02[fix] pep8Adam Tauber
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...