| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-09 | [fix] whitespace remove and proper no-result warning display | Adam Tauber | |
| 2015-02-18 | New Tab in preferences in Oscar to view Cookies | Cqoicebordel | |
| This tab only purpose is to allow to see what searx is storing on the user's computer. At a later time, we could implement a way to delete those cookies. | |||
| 2015-02-17 | A bit of cleanup | Cqoicebordel | |
| 2015-02-17 | Ajax loading + Tweaks of CSS | Cqoicebordel | |
| 2015-02-15 | New Theme, Pix-art. | Cqoicebordel | |
| First commit | |||
| 2015-02-14 | Remove whitespace caused by Jinja commands | Cqoicebordel | |
| Adding this conf change will remove every newline created by a Jinja command (`{% %}`). It can save a bit of bandwidth. | |||
| 2015-02-13 | Some RTL fixes | Cqoicebordel | |
| - Pull the suggestions to the right in oscar - Add `‎` to a few places to print good url - Always LTR code display - Order pref label and info in pref for mobile view And add `sort` for ui languages and languages to find them more easily. | |||
| 2015-02-12 | LTR the about page correctly | Cqoicebordel | |
| 2015-02-11 | Engine table in preference page in Courgette text-aligned to the right in RTL | Cqoicebordel | |
| 2015-02-11 | Real fix for preferences in RTL *and* in LTR | Cqoicebordel | |
| 2015-02-11 | Translate the 'cached' in results | Cqoicebordel | |
| 2015-02-11 | Maps data must be LTR in RTL | Cqoicebordel | |
| 2015-02-11 | Preferences in the right order in RTL | Cqoicebordel | |
| 2015-02-11 | Import result_footer_rtl in video so it doesn't crash... | Cqoicebordel | |
| 2015-02-10 | Merge branch 'rtl' of github.com:Cqoicebordel/searx | Adam Tauber | |
| 2015-02-08 | [enh] add safesearch functionality | Thomas Pointhuber | |
| 2 = strict 1 = moderate 0 = none | |||
| 2015-02-03 | [enh] category specific engine deactivation - closes #205 | Adam Tauber | |
| 2015-01-21 | Revert some wrong merge to allow torrents links to be visible | Cqoicebordel | |
| 2015-01-19 | Modify theme Courgette to add colors | Cqoicebordel | |
| Two colors are needed so I use a space in the cookie and a split in jinja to "encode" and "decode" them. We should enforce that each theme if they must use a cookie, prefix its name with the name of the theme. The color proposed here are based on bootstrap. We could use others. | |||
| 2015-01-18 | Revert: [enh] add new bootstrap-themes to oscar-template | Thomas Pointhuber | |
| 2015-01-18 | [enh] show js warning only if menu can't be used or inside preferences | Thomas Pointhuber | |
| 2015-01-18 | [enh] add new bootstrap-themes to oscar-template | Thomas Pointhuber | |
| 2015-01-18 | Proxify most of images references | dalf | |
| Create hash only when necessary | |||
| 2015-01-17 | Proxify images inside infoboxes | dalf | |
| 2015-01-17 | Test its existence before using thumbnail_src | Cqoicebordel | |
| Thanks @pointhi ! | |||
| 2015-01-17 | Tiny forgots | 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-16 | [enh] add image proxy toggle to preferences templates | Adam Tauber | |
| 2015-01-16 | [enh] add image proxy to image results | Adam Tauber | |
| 2015-01-16 | Lots of courgette modification | Cqoicebordel | |
| 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-15 | Merge pull request #174 from pointhi/nojs_fix | Adam Tauber | |
| add no javascript support to oscar-template | |||
| 2015-01-15 | [enh] show text "Start search" instead of icon, if javascript is disabled | Thomas Pointhuber | |
| 2015-01-15 | [enh] disable js-based links if no js is available | Thomas Pointhuber | |
| 2015-01-15 | [enh] add nojs support into oscar-template | Thomas Pointhuber | |
| 2015-01-15 | Few fixes | Cqoicebordel | |
| - Whitespaces - Change a few <p> in <span> - Add RSS to allow browser detection - A few UIUX changes - Add a few more allowed translations | |||
| 2015-01-12 | Scientific accuracy | Cqoicebordel | |
| 2015-01-12 | Few more translations | Cqoicebordel | |
| 2015-01-11 | W3C fix | Cqoicebordel | |
| 2015-01-11 | Fix RSS link | Cqoicebordel | |
| Fix page number, urlencoded request and encoded & | |||
| 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-10 | [enh] using less html code to disable autoescaping for embeded results | Thomas Pointhuber | |
| 2015-01-10 | [enh] display filesize greater 1TB | Thomas Pointhuber | |
| 2015-01-10 | [enh] make some torrent strings translatable | Thomas Pointhuber | |
| 2015-01-10 | [enh] improve torrent results | Thomas Pointhuber | |
| 2015-01-10 | [enh] add rss-link which can be detected by browsers | 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 | Merge branch 'master' of github.com:asciimoo/searx | Adam Tauber | |
| 2015-01-09 | [fix] template syntax | Adam Tauber | |
| 2015-01-05 | Put media above result content | Cqoicebordel | |
| Mimick more closely usual video viewer (video above, details below) | |||