Adam Tauber
d1b12f9016
[mod] search return value
2015-03-08 23:30:31 +01:00
Adam Tauber
4cc79533e7
[fix] deezer test with https
2015-03-03 11:44:12 +01:00
Adam Tauber
6379595e1f
[mod] https in deezer engine - closes #262
2015-03-03 11:32:21 +01:00
Adam Tauber
c71ef5d230
Merge pull request #252 from dalf/master
...
[fix] btdigg: disable ssl check
2015-03-03 09:59:33 +01:00
Adam Tauber
9981725b55
Merge pull request #257 from pointhi/version_fix
...
[fix] #253
2015-02-27 09:33:14 +01:00
Thomas Pointhuber
51b9f4b158
[fix] #253
2015-02-25 18:47:08 +01:00
Adam Tauber
98aa70cd41
Merge pull request #251 from Cqoicebordel/moar-engines
...
Moar engines
2015-02-22 23:29:13 +01:00
Adam Tauber
03579c225f
[enh] support of multiple outgoing IPs
2015-02-22 23:24:49 +01:00
dalf
7cc5146c14
[fix] btdigg: disable ssl check,
...
avoid this error : SSLError: hostname 'btdigg.org' doesn't match either of 'ssl2000.cloudflare.com', 'cloudflare.com', '*.cloudflare.com'
2015-02-20 22:56:04 +01:00
Cqoicebordel
56ad00bc32
Correct a few UT
2015-02-20 19:03:09 +01:00
Cqoicebordel
aea0f866f6
Remove dead engines from config.
...
I didn't remove the engines files because it always could be helpful if they come back.
2015-02-20 18:50:30 +01:00
Cqoicebordel
a2a8fbf623
Add Spotify engine
2015-02-20 18:47:56 +01:00
Adam Tauber
7f7f10bb6f
Merge pull request #249 from dalf/master
...
[fix] update yahoo engine according to the web site changes
2015-02-20 14:22:25 +01:00
dalf
57996b12fc
[fix] update yahoo engine according to the web site changes
2015-02-20 12:34:13 +01:00
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.
2015-02-18 18:31:01 +01:00
Cqoicebordel
5c63f2a80a
A bit of cleanup
2015-02-17 19:01:18 +01:00
Cqoicebordel
af100afb98
Change font
2015-02-17 18:50:57 +01:00
Cqoicebordel
e181041f11
Ajax loading + Tweaks of CSS
2015-02-17 01:07:14 +01:00
Adam Tauber
dc036ece85
[fix] russian translation syntax
2015-02-16 16:21:14 +01:00
Adam Tauber
028a73f178
[enh] russian translation update
2015-02-16 16:08:31 +01:00
Adam Tauber
bf31a270e5
Merge pull request #234 from dimqua/master
...
small update of russian translation
2015-02-16 16:07:55 +01:00
Adam Tauber
73e9a35851
Merge pull request #241 from Cqoicebordel/Remove-whitespace
...
Remove whitespace and allow autocompleter to work in sub folders
2015-02-16 15:58:34 +01:00
Adam Tauber
2c4631292f
Merge pull request #239 from Cqoicebordel/master
...
Translations update
2015-02-16 15:57:07 +01:00
Cqoicebordel
f7b052c354
Allow autocompleter to work in a sub folder of the domain name.
2015-02-16 14:45:42 +01:00
Cqoicebordel
d740e7384a
New Theme, Pix-art.
...
First commit
2015-02-15 19:09:17 +01:00
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.
2015-02-14 01:42:06 +01:00
Cqoicebordel
a20d09f76b
Translations update
2015-02-13 18:28:35 +01:00
Adam Tauber
bf09daa31d
[enh] log redirects
2015-02-13 13:02:37 +01:00
Adam Tauber
3ff269c84c
Merge pull request #237 from dalf/master
...
[fix] close #197 for all engines
2015-02-13 12:21:38 +01:00
dalf
5029cb4787
[fix] close #197 for all engines
2015-02-13 11:17:00 +01:00
Adam Tauber
a8e870fbb6
Merge pull request #235 from Cqoicebordel/rtl-fixes
...
Some RTL fixes
2015-02-13 11:02:45 +01:00
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.
2015-02-13 01:03:18 +01:00
dimqua
f1a6522686
[enh] update russian translation
2015-02-12 23:34:03 +03:00
Adam Tauber
ec2516b93d
Merge pull request #233 from dalf/master
...
[fix] kickass engine
2015-02-12 15:20:17 +01:00
dalf
9d537c0bad
[fix] kickass tests
2015-02-12 14:50:41 +01:00
dalf
c4dd7c3a54
Merge branch 'master' of https://github.com/dalf/searx
2015-02-12 14:33:28 +01:00
dalf
9db0bbc304
[fix] kickass engine : change the hostname to kickass.to (since kickass.so doesn't respond).
...
Close #197 perhaps not in clean way. Explanation :
In fact 301 responses are followed, except the hook is called for each HTTP response,
the first time for the HTTP 301 response then for HTTP 200 response.
Since the kickass engine excepts a real result, the engine crashes, AND the requests lib stops here.
Add a simple test at the beginning of the result function allows pass the first response and handle correctly the second response (the real one)
May be a proper way is to add this test in search.py ?
Code inside requests :
53d02381e2/requests/sessions.py (L579)
and line 591
2015-02-12 14:30:03 +01:00
dalf
1cf870c024
[fix] kickass engine : change the hostname to kickass.to (since kickass.so doesn't respond).
...
Close #197 perhaps not in clean way. Explaination :
In fact 301 responses are followed, except the hook is called for each HTTP response,
the first time for the HTTP 301 response then for HTTP 200 response.
Since the kickass engine excepts a real result, the engine crashes, AND the requests lib stops here.
Add a simple test at the begining of the result function allows pass the first response and handle correctly the second response (the real one)
May be a proper way is to add this test in search.py ?
Code inside requests :
53d02381e2/requests/sessions.py (L579)
and line 591
2015-02-12 12:30:03 +01:00
Adam Tauber
f6db77d81e
Merge pull request #210 from Cqoicebordel/unit-tests
...
unit tests
2015-02-12 10:52:55 +01:00
Adam Tauber
516105c570
Merge pull request #227 from Cqoicebordel/rtl-fix
...
RTL-fixes
2015-02-12 08:25:18 +01:00
Cqoicebordel
b5cbbcede4
LTR the about page correctly
2015-02-12 02:02:30 +01:00
Cqoicebordel
d4ba97d00d
Engine table in preference page in Courgette text-aligned to the right in RTL
2015-02-11 22:00:13 +01:00
Cqoicebordel
f4bdcc067f
Real fix for preferences in RTL *and* in LTR
2015-02-11 20:53:06 +01:00
Cqoicebordel
3d5a4b091d
Translate the 'cached' in results
2015-02-11 20:32:28 +01:00
Cqoicebordel
cec3ea77d5
Maps data must be LTR in RTL
2015-02-11 20:18:01 +01:00
Cqoicebordel
a4ae775e0f
Preferences in the right order in RTL
2015-02-11 20:08:04 +01:00
Cqoicebordel
f96154b7c4
Google's unit test
2015-02-11 17:16:52 +01:00
Adam Tauber
9520542fa5
Merge pull request #225 from Cqoicebordel/rtl-fix
...
Import result_footer_rtl in video so it doesn't crash...
2015-02-11 16:12:54 +01:00
Cqoicebordel
3f4d0053ee
Import result_footer_rtl in video so it doesn't crash...
2015-02-11 15:58:59 +01:00
Adam Tauber
c242a01d7b
Merge pull request #223 from pointhi/translations
...
[enh] update translations
2015-02-11 15:38:16 +01:00