Commit Graph

316 Commits (3a9c3fbd68486ad8c5d98038f16f29f8f233f7a3)

Author SHA1 Message Date
Harry Wood cd072676e9 moving a comma 8 years ago
Adam Tauber a7260ac497 [fix] do not replace image href urls - closes #594
These lines were added to fix a js image load issue (#535) what i cannot reproduce.
Hopefully we don't see it again
8 years ago
Adam Tauber 8ee32d5372 [fix] hide number of results if 0 8 years ago
Adam Tauber 2f7752b410 [enh] display number of results 8 years ago
Adam Tauber 36c8977390 [fix] rtl result template 8 years ago
Adam Tauber 0c9c063141 [fix] result url block selection 8 years ago
Adam Tauber 7013c3dc0d [fix] logo responsivity ++ preferences button hover 8 years ago
Adam Tauber f496dc353d [enh] oscar theme redesign added
The original code made by @logico-dev (#559)
8 years ago
Thomas Pointhuber 1833a8b1b8 [fix] use old system if there is no img_src 9 years ago
Thomas Pointhuber 63d68c8e0f [enh] add img_src to default result template 9 years ago
a01200356 6dca14e95d [enh] multilingual duckduckgo_definitions 9 years ago
a01200356 8d335dbdae [enh] wikipedia infobox
creates simple multilingual infobox using wikipedia's api
9 years ago
Adam Tauber 11c2262055 Merge pull request #536 from kvch/general-minor-refactors
General minor refactors
9 years ago
Adam Tauber d27f7a1b07 [fix] clear image link if javascript enabled - closes #535 9 years ago
Noemi Vanyi 7daf98933d follow up blocked_engines renaming in templates 9 years ago
Adam Tauber e893d94185 [fix] docs url mod to prevent http redirect 9 years ago
Adam Tauber 6130f9a59f Merge pull request #473 from GreenLunar/patch-2
Update link to documentation page
9 years ago
Thomas Pointhuber 9a94b36593 [fix] translate plugin name and description in template 9 years ago
Adam Tauber bc81eda64b [fix] opensearch image issue - closes #507 9 years ago
a01200356 4267b11a45 [fix] apply changes in infobox's styles
changes were made for wolframalpha infobox:

    - wrap text inside infobox.
      for example, there's a hill in New Zealand called
      Taumatawhakatangihangakoauauotamateapokaiwhenuakitanatahu
      (don't blame me, blame the Kiwis)
      and now it doesn't break the infobox.

    - add an optional image field for infobox's attributes.
      (doesn't affect ddg infobox at all)

    - table is now always split in half.
      needed so that images stay inside infobox.
      (max-width doesn't work for inline elements, it's the table
      that has to set the width.

if you don't like how the table width looks now in ddg/wiki's infobox,
i can change that code so that the style only applies when using
wolframalpha.
9 years ago
Adam Tauber 0fbd705259 [enh] settings option to change instance name - closes #450 9 years ago
GreenLunar e01ef3bee1 Update link to documentation page 9 years ago
GreenLunar 9a5aba393d Update description 9 years ago
GreenLunar 3d129823df Update description 9 years ago
GreenLunar f8aba1cad8 Update description 9 years ago
Adam Tauber 5eabba2da1 [mod] list all engines of a result 9 years ago
Cqoicebordel a75d10206e Correct the loop through search engines
Fix #432
9 years ago
Luc Didry 57e618edf7 Add Image on opensearch 9 years ago
Thomas Pointhuber a8b75ca47b [enh] oscar template: using table instead of container-fluid to show cookies 9 years ago
Thomas Pointhuber 0978f10887 [fix] do not hide categorie inside preferences if there is no engine activated 9 years ago
Alexandre Flament d4d2dd9cb3 [enh] oscar theme: display engine response times in the preferences 9 years ago
Adam Tauber 01bebc0c30 [enh] prettier search url display 9 years ago
Adam Tauber 41e00e65a5 Merge branch 'oscar-cookies' of https://github.com/Cqoicebordel/searx into Cqoicebordel-oscar-cookies
Conflicts:
	searx/templates/oscar/preferences.html
10 years ago
Adam Tauber 5c5ff19ec1 [fix] indentation 10 years ago
Adam Tauber 39f0cd94ee [fix] remove swapfile 10 years ago
Alexandre Flament ada5993f61 [fix] #264 : implementation using Referrer Policy (Editor’s Draft, 3 March 2015)
see http://w3c.github.io/webappsec/specs/referrer-policy/
10 years ago
Alexandre Flament 77b2fbb61e [enh] implements #264 : add rel="noreferrer" to external links 10 years ago
Adam Tauber 952473d297 Merge pull request #246 from Cqoicebordel/pix-arts
New theme !
10 years ago
Adam Tauber dd84814b68 [enh] plugins: client side dependency support 10 years ago
Adam Tauber 6f73f4e7a4 [fix] ordered categories in preferences - closes #258 10 years ago
Adam Tauber 1184f45ca5 [enh] reset default preferences 10 years ago
Adam Tauber 37c58fd9ca [enh] plugin preferences - server-side ++ oscar theme 10 years ago
Adam Tauber 359dfc5ebb [mod] checkbox macro 10 years ago
Adam Tauber 8d1d4819ae [fix] whitespace remove and proper no-result warning display 10 years ago
Cqoicebordel 6ee35145ca New Tab in preferences in Oscar to view Cookies
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.
10 years ago
Cqoicebordel 5c63f2a80a A bit of cleanup 10 years ago
Cqoicebordel e181041f11 Ajax loading + Tweaks of CSS 10 years ago
Cqoicebordel d740e7384a New Theme, Pix-art.
First commit
10 years ago
Cqoicebordel bbb5e23551 Remove whitespace caused by Jinja commands
Adding this conf change will remove every newline created by a Jinja command (`{% %}`). It can save a bit of bandwidth.
10 years ago
Cqoicebordel 77ba28cf50 Some RTL fixes
- 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.
10 years ago