Adam Tauber
b8e9f5105c
Merge pull request #274 from ldidry/fix-271
Fixes #271
vor 10 Jahren
Adam Tauber
a57a011e94
[fix] remove ip plugin pre_search override - closes #275
vor 10 Jahren
Luc Didry
7004de6aa7
Fixes #271
The opensearch method is now the method set in the preferences.
As before, POST by default and GET for Chrome/Chromium which doesn't
handle POST
vor 10 Jahren
Adam Tauber
22c4195c89
[fix] request args
vor 10 Jahren
Adam Tauber
bd92b43449
Merge branch 'plugins'
vor 10 Jahren
Adam Tauber
f57149f912
[enh] plugin tests
vor 10 Jahren
Adam Tauber
bf5d6f56c6
[enh] plugin attribute type check
vor 10 Jahren
Adam Tauber
f7c18a04ac
[mod] disable gigablast by default
vor 10 Jahren
Adam Tauber
13ea0a20ae
[enh] gettext in self ip plugin
vor 10 Jahren
Adam Tauber
80ba6f22fa
[fix] webapp tests
vor 10 Jahren
Adam Tauber
37c58fd9ca
[enh] plugin preferences - server-side ++ oscar theme
vor 10 Jahren
Adam Tauber
9eeb36c787
[enh] selfip plugin description
vor 10 Jahren
Adam Tauber
9cb66be29c
[enh] plugin id
vor 10 Jahren
Adam Tauber
359dfc5ebb
[mod] checkbox macro
vor 10 Jahren
Adam Tauber
88aee611f7
[mod] merge GET, POST vars
vor 10 Jahren
Adam Tauber
cae22bfc76
[enh] per user plugin switch
vor 10 Jahren
Adam Tauber
00cc4dcbf4
[enh] plugin support basics ++ self ip plugin
vor 10 Jahren
Adam Tauber
8d1d4819ae
[fix] whitespace remove and proper no-result warning display
vor 10 Jahren
Adam Tauber
d1b12f9016
[mod] search return value
vor 10 Jahren
Adam Tauber
4cc79533e7
[fix] deezer test with https
vor 10 Jahren
Adam Tauber
6379595e1f
[mod] https in deezer engine - closes #262
vor 10 Jahren
Adam Tauber
c71ef5d230
Merge pull request #252 from dalf/master
[fix] btdigg: disable ssl check
vor 10 Jahren
Adam Tauber
9981725b55
Merge pull request #257 from pointhi/version_fix
[fix] #253
vor 10 Jahren
Thomas Pointhuber
51b9f4b158
[fix] #253
vor 10 Jahren
Adam Tauber
98aa70cd41
Merge pull request #251 from Cqoicebordel/moar-engines
Moar engines
vor 10 Jahren
Adam Tauber
03579c225f
[enh] support of multiple outgoing IPs
vor 10 Jahren
dalf
7cc5146c14
[fix] btdigg: disable ssl check,
vor 10 Jahren
Cqoicebordel
56ad00bc32
Correct a few UT
vor 10 Jahren
Cqoicebordel
aea0f866f6
Remove dead engines from config.
I didn't remove the engines files because it always could be helpful if they come back.
vor 10 Jahren
Cqoicebordel
a2a8fbf623
Add Spotify engine
vor 10 Jahren
Adam Tauber
7f7f10bb6f
Merge pull request #249 from dalf/master
[fix] update yahoo engine according to the web site changes
vor 10 Jahren
dalf
57996b12fc
[fix] update yahoo engine according to the web site changes
vor 10 Jahren
Adam Tauber
dc036ece85
[fix] russian translation syntax
vor 10 Jahren
Adam Tauber
028a73f178
[enh] russian translation update
vor 10 Jahren
Adam Tauber
bf31a270e5
Merge pull request #234 from dimqua/master
small update of russian translation
vor 10 Jahren
Adam Tauber
73e9a35851
Merge pull request #241 from Cqoicebordel/Remove-whitespace
Remove whitespace and allow autocompleter to work in sub folders
vor 10 Jahren
Adam Tauber
2c4631292f
Merge pull request #239 from Cqoicebordel/master
Translations update
vor 10 Jahren
Cqoicebordel
f7b052c354
Allow autocompleter to work in a sub folder of the domain name.
vor 10 Jahren
Cqoicebordel
bbb5e23551
Remove whitespace caused by Jinja commands
vor 10 Jahren
Cqoicebordel
a20d09f76b
Translations update
vor 10 Jahren
Adam Tauber
bf09daa31d
[enh] log redirects
vor 10 Jahren
Adam Tauber
3ff269c84c
Merge pull request #237 from dalf/master
[fix] close #197 for all engines
vor 10 Jahren
dalf
5029cb4787
[fix] close #197 for all engines
vor 10 Jahren
Adam Tauber
a8e870fbb6
Merge pull request #235 from Cqoicebordel/rtl-fixes
Some RTL fixes
vor 10 Jahren
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.
vor 10 Jahren
dimqua
f1a6522686
[enh] update russian translation
vor 10 Jahren
Adam Tauber
ec2516b93d
Merge pull request #233 from dalf/master
[fix] kickass engine
vor 10 Jahren
dalf
9d537c0bad
[fix] kickass tests
vor 10 Jahren
dalf
c4dd7c3a54
Merge branch 'master' of https://github.com/dalf/searx
vor 10 Jahren
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 :
https://github.com/kennethreitz/requests/blob/53d02381e22436b6d0757eb305eb1a960f82d361/requests/sessions.py#L579
and line 591
vor 10 Jahren