| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-22 | [fix] google engine: depending on the IP of the searx instance, each searx ↵ | dalf | |
| request where making two HTTP requests (see https://support.google.com/websearch/answer/873?hl=en ) | |||
| 2015-01-22 | Merge pull request #194 from Cqoicebordel/moar-engines | Adam Tauber | |
| Moar engines | |||
| 2015-01-21 | BTDigg and Mixcloud engines | Cqoicebordel | |
| 2015-01-21 | [enh] use one single http connection pool : improve response time. close #100 | dalf | |
| 2015-01-17 | Tiny forgots | Cqoicebordel | |
| 2015-01-17 | Flake8 | Cqoicebordel | |
| 2015-01-17 | Add thumbnails in images results | Cqoicebordel | |
| - Modify engines to create/fetch an URL for the thumbnails - Modify themes to show thumbnails instead of full images. In Courgette, the result is not very beautiful. Should we change it ? | |||
| 2015-01-15 | Flake8 | Cqoicebordel | |
| 2015-01-15 | Fix startpage | Cqoicebordel | |
| Fix issue with unicode caracters in startpage : we shouldn't urlencode them if we are using POST. Should fix #169. @dimqua can you confirm ? | |||
| 2015-01-15 | [enh] add cpp language rewrite rule | Adam Tauber | |
| 2015-01-15 | Merge branch 'code_results' of https://github.com/pointhi/searx into ↵ | Adam Tauber | |
| pointhi-code_results Conflicts: searx/static/themes/default/css/style.css searx/static/themes/oscar/css/oscar.min.css searx/templates/oscar/result_templates/torrent.html | |||
| 2015-01-11 | Fix torrent W3C+UX | Cqoicebordel | |
| Puts links to torrents and magnets in tool bar Fixes a lot of W3C errors | |||
| 2015-01-11 | [fix] dates before 1900 | Adam Tauber | |
| 2015-01-11 | [fix] hadle missing title | Adam Tauber | |
| 2015-01-10 | [fix] pep8 | Thomas Pointhuber | |
| 2015-01-10 | [enh] improve torrent results | Thomas Pointhuber | |
| 2015-01-09 | Merge branch 'master' of https://github.com/asciimoo/searx into code_results | Thomas Pointhuber | |
| Conflicts: searx/engines/searchcode_code.py searx/engines/searchcode_doc.py searx/static/oscar/js/searx.min.js searx/templates/oscar/result_templates/default.html searx/templates/oscar/result_templates/images.html searx/templates/oscar/result_templates/map.html searx/templates/oscar/result_templates/torrent.html searx/templates/oscar/result_templates/videos.html | |||
| 2015-01-09 | [mod] ignore startpage unicode errors | Adam Tauber | |
| 2015-01-09 | Merge branch 'master' of github.com:asciimoo/searx | Adam Tauber | |
| 2015-01-09 | [enh] using the logger | Adam Tauber | |
| 2015-01-07 | Merge branch 'integrated-videos' of https://github.com/Cqoicebordel/searx ↵ | Adam Tauber | |
| into Cqoicebordel-integrated-videos Conflicts: searx/engines/vimeo.py | |||
| 2015-01-05 | Remove print | Cqoicebordel | |
| 2015-01-05 | Integrated media in results + Deezer Engine | Cqoicebordel | |
| 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-03 | Few fixes on Vimeo | Cqoicebordel | |
| Change URL from https to http Change way of handling text xpath | |||
| 2015-01-03 | Digg correction | Cqoicebordel | |
| Return no result instead of crashing if no result | |||
| 2015-01-02 | [fix] pep8 | Adam Tauber | |
| 2015-01-01 | Merge pull request #143 from Cqoicebordel/Wiki-date | Adam Tauber | |
| Use human readable date for infobox | |||
| 2015-01-01 | [mod] purge local html_to_text | Adam Tauber | |
| 2014-12-29 | Flake8 and Twitter corrections | Cqoicebordel | |
| 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-28 | Digg + Twitter corrections | Cqoicebordel | |
| Digg engines, with thumbnails Add pubdate for twitter | |||
| 2014-12-24 | [enh] subtitleseeker: better language handling | Adam Tauber | |
| 2014-12-24 | Merge pull request #161 from Cqoicebordel/SubtitleSeeker-engine | Adam Tauber | |
| SubtitleSeeker Engine | |||
| 2014-12-23 | Add language support | Cqoicebordel | |
| Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian... | |||
| 2014-12-23 | Add language support | Cqoicebordel | |
| 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-23 | Add language support | Cqoicebordel | |
| Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian... | |||
| 2014-12-22 | [enh] fix pep8, improve syntax highlighting | Thomas Pointhuber | |
| 2014-12-22 | [fix] flickr engine code cleanup ++ handle missing owner | Adam Tauber | |
| 2014-12-22 | Merge pull request #149 from Cqoicebordel/Flickr-engine | Adam Tauber | |
| Rework Flickr Engine | |||
| 2014-12-22 | SubtitleSeeker Engine | Cqoicebordel | |
| Add the subtitleseeker engine. | |||
| 2014-12-20 | [enh] add result_templates/code.html | Thomas Pointhuber | |
| 2014-12-20 | [enh] engine shortcut validation | Adam Tauber | |
| 2014-12-20 | Merge pull request #159 from pointhi/photon_fix | Adam Tauber | |
| [fix] fix language support in photon engine | |||
| 2014-12-20 | [fix] fix language support in photon engine | Thomas Pointhuber | |
| 2014-12-20 | Add 500px and Searchcode engines | Cqoicebordel | |
| 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-16 | Add an No Api Flickr Engine | Cqoicebordel | |
| 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] pep8 | Thomas Pointhuber | |
| 2014-12-16 | [fix] pep8 | Thomas Pointhuber | |
| 2014-12-16 | [fix] pep8 | Thomas Pointhuber | |
| 2014-12-16 | [fix] remove useless print statement | Thomas Pointhuber | |
| 2014-12-16 | [enh] add photon engine | Thomas Pointhuber | |