Commit Graph

156 Commits (20c4de8f06cd7f4b04ec37bf8aa28f96be48c093)

Author SHA1 Message Date
Adam Tauber 9f12605f7e [enh] themes static content refactor 10 years ago
Thomas Pointhuber a0293d6196 [enh] move favicons into own directory 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 f141773814 [mod][fix] https rewrite refactor ++ fixes 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 e623ee593a Add icons and badge for the themes
Add kickass in engine list
Add content for the result from kickass
10 years ago
Cqoicebordel e71b665fd5 Load the list of icons only once 10 years ago
Cqoicebordel 0bfc793194 Add a variable with all the icons of the theme
Add for the template a list of available icons in the current theme.
10 years ago
Adam Tauber 41aca9a068 [fix] autocomplete x-suggestion 10 years ago
Cqoicebordel c2e88339f7 Add pubdate
Add pubdate with a good format, against publishedDate.
10 years ago
Adam Tauber d959cb1c05 [enh] gevent/grequests changed to the built-in threading lib 10 years ago
Adam Tauber cfdfca0d41 [fix] whitespace remove 10 years ago
Thomas Pointhuber aba65369d2 [enh] make version of searx readable 10 years ago
Thomas Pointhuber 0e1035eac1 Merge https://github.com/asciimoo/searx into template_oscar
Conflicts:
	searx/translations/de/LC_MESSAGES/messages.po
	searx/translations/en/LC_MESSAGES/messages.po
	searx/translations/es/LC_MESSAGES/messages.po
	searx/translations/fr/LC_MESSAGES/messages.po
	searx/translations/hu/LC_MESSAGES/messages.po
	searx/translations/it/LC_MESSAGES/messages.po
	searx/translations/nl/LC_MESSAGES/messages.po
	searx/webapp.py
10 years ago
Adam Tauber 5740cfbf1c [fix] pep8 part II. 10 years ago
Adam Tauber 20400c40c3 Merge pull request #97 from pointhi/https
Implementing https rewrite support
10 years ago
Thomas Pointhuber bb126da0fb improve https rewrite code 10 years ago
Thomas Pointhuber 0616d26feb improve https rewriting 10 years ago
Thomas Pointhuber 9b9f097adb Implementing https rewrite support #71
* parsing XML-Files which contain target, exclusions and rules
* convert regex if required (is a little hack, probably does not work
for all rules)
* check if target rule apply for http url, and use the rules to rewrite
it
* add pice of code, to check if domain name has not changed during
rewrite (should be rewritten, using publicsuffix instead of little hack)
10 years ago
Adam Tauber 4da795895d [fix] default template handling 10 years ago
Thomas Pointhuber 517e57b996 oscar template: improve result icons 10 years ago
Thomas Pointhuber c21a907cac initial commit of the new template 'oscar'
* base.html mostly implemented
* stats.html implemented
* about.html implemented
* most of preferences.html implemented
* using bootstrap.js
10 years ago
dalf 829c758970 Merge remote-tracking branch 'upstream/master' 10 years ago
Thomas Pointhuber 510aba5e66 implement query parser and use it inside autocompletion 10 years ago
Dalf 6bfd566353 [enh] add infoboxes and answers 10 years ago
Adam Tauber c23db1b2bf [enh] more flexible category selection 10 years ago
Adam Tauber ed925cf561 [fix] query escaped in all htmls, invalid todo removed 10 years ago
Adam Tauber 22a3cf7ac7 [enh] HTTP GET theme select 10 years ago
Adam Tauber 11f5684b9f [fix] unused globals removed II. 10 years ago
Adam Tauber b0ba367a1a [enh][mod] search refactor 10 years ago
Adam Tauber cebf5868b3 [fix] pep8 10 years ago
Adam Tauber 8a7daed507 Merge pull request #74 from posativ/patch/application-alias
add application as alias
10 years ago
Martin Zimmermann cbdc1e1e76 fix gevent's monkey patch position 10 years ago
Martin Zimmermann 7d5c131349 add application as alias 10 years ago
Adam Tauber 96c8b20a04 [enh] https rewrite basics 10 years ago
Matej Cotman 08eaffe245 add multi theming support 10 years ago
Adam Tauber a41c1392f0 [fix] using different opensearch url to fix chrome POST request bug 10 years ago
Adam Tauber 44d3af9fb2 Merge pull request #61 from matejc/optional_search_get
Optional search get
10 years ago
Adam Tauber 8e2d996e27 [fix] autocomplete encoding 10 years ago
Matej Cotman 32e98967b7 add optional request with GET method for search and results pages 10 years ago
Adam Tauber 879bac8adb [fix] opensearch autocomplete 10 years ago
Adam Tauber 41dd4d9ba3 [enh] autocompleter server side part 10 years ago
Thomas Pointhuber a76525d1f3 add client var to all render pages 10 years ago
Thomas Pointhuber 71c6124f7b fix little bug to allow webapp.py without client var 10 years ago
Thomas Pointhuber c8cf95aa56 deactivate autocompleter by default 10 years ago
Thomas Pointhuber cc7f3cb617 initial implemention of autocompletion in opensearch.xml 10 years ago
Thomas Pointhuber 8abf4ab993 adding initial code for backend-part of autocompleter
including test-code
10 years ago
Adam Tauber f104553af4 [mod][fix] cookie expiration ++ pep8 compatibility 10 years ago
Adam Tauber 018a14431b Merge pull request #57 from pointhi/results
improving publishDate extraction and output of it
10 years ago
Thomas Pointhuber fd86bf8189 fix bug, to display publishDate with timezone without error 10 years ago