Adam Tauber
7b1daf254e
[fix] autocomplete unicode issue - closes #808
2017-01-03 13:11:38 +01:00
Adam Tauber
74ed0ad89e
Merge pull request #805 from dalf/requirements_upgrade
...
[mod] upgrade versions in requirements.txt
2017-01-02 20:26:10 +01:00
Adam Tauber
525e5d275c
Merge pull request #801 from dalf/extract_text
...
[fix] extract_text: use html.tostring instead html_to_text.
2017-01-02 12:36:50 +01:00
Adam Tauber
3d8c9bab96
Merge pull request #800 from dalf/searchpy5
...
search.py : Fix and some minor modifications
2016-12-30 19:51:12 +01:00
Adam Tauber
6bf9c398a7
[fix] use english as default language in bing
...
If no language is specified, bing returns results with multiple languages
for one query which isn't really useful. Setting english as default
insted if nothing.
2016-12-30 18:17:14 +01:00
Adam Tauber
79ceb13577
Merge pull request #799 from kvch/modal-arrows
...
[fix] change modal glyphicon arrows to image icons
2016-12-30 15:21:08 +01:00
Adam Tauber
eaa0fb8102
Merge pull request #798 from dalf/searchpy4
...
[mod] add a search_one_request_safe function wrapper
2016-12-30 13:01:04 +01:00
Adam Tauber
bff41987a4
Merge pull request #793 from kvch/pics-modal
...
CSS modal window for image results
2016-12-30 00:33:40 +01:00
Adam Tauber
d08108be62
Merge pull request #794 from a01200356/languages
...
Changes in search language list (continuation of #748 )
2016-12-29 10:41:14 +01:00
Adam Tauber
7388067f15
[fix] load engines with uwsgi too
2016-12-28 21:17:51 +01:00
Adam Tauber
116521192e
[mod] display supported languages in preferences engine view
2016-12-28 21:01:19 +01:00
Adam Tauber
9743bde25e
Merge pull request #748 from a01200356/languages
...
[mod] Allow users to search in most engine supported languages
2016-12-28 20:09:57 +01:00
Adam Tauber
8bff42f049
Merge branch 'master' into languages
2016-12-28 20:00:53 +01:00
Adam Tauber
ea034fafa9
[fix] proper engine init
2016-12-27 17:55:44 +01:00
Adam Tauber
68cbf0448f
[fix] do not reload engines twice if started with debug mode
2016-12-27 17:31:14 +01:00
Adam Tauber
a605377c40
[enh] explicit engine init
2016-12-27 17:31:14 +01:00
Adam Tauber
14f58bdaec
[fix] robot tests ++ set default value for server http protocol version
2016-12-25 23:31:51 +01:00
Adam Tauber
a98bbefbcf
[enh] configurable listening http protocol version
2016-12-25 23:05:01 +01:00
Adam Tauber
383160e99a
Merge pull request #788 from suchkultur/add_ccctv_to_settings
...
Add ccctv engine to settings.yml
2016-12-25 22:40:36 +01:00
Adam Tauber
07448e15e4
[fix] disable etymonline by default - closes #789
2016-12-25 09:34:17 +01:00
Adam Tauber
b6fc154616
[enh] add searx engine
2016-12-24 22:23:36 +01:00
Adam Tauber
0171db5c3f
[fix] handle missing images in google news
2016-12-23 12:59:52 +01:00
Adam Tauber
4b225eb7ef
Merge pull request #661 from davidar/et
...
Online Etymology Dictionary
2016-12-23 12:54:02 +01:00
Adam Tauber
19cd2bf3b5
[fix] re-enable ssl verification for searchcode
...
closes #784
2016-12-16 15:21:27 +01:00
Adam Tauber
cf5c7d050a
[fix] engine setting if no categories specified
2016-12-15 11:59:21 +01:00
Adam Tauber
e58949b76f
Merge pull request #783 from kvch/time-range-search-year
...
add year support to engines which support it
2016-12-12 10:06:43 +01:00
Adam Tauber
6b6007fc78
Merge pull request #782 from cy8aer/yacyhtmltag
...
htmlize yacy contents
2016-12-11 14:27:39 +01:00
Adam Tauber
75c58fd008
Merge pull request #780 from kvch/google-play-movies-fix
...
XPATH engines: Google Play Music, Habrahabr, Yandex
2016-12-11 13:08:18 +01:00
Adam Tauber
e12ea9a510
Merge branch '500px_rewrite' of github.com:asciimoo/searx
2016-12-11 03:31:33 +01:00
Adam Tauber
9b2bd6847f
[fix] 500px unit tests
2016-12-11 03:30:13 +01:00
Adam Tauber
4676e1dcde
[fix] remove result escaping from engine
2016-12-11 03:24:26 +01:00
Adam Tauber
1a82ed6f54
[mod] 500px rewrite
2016-12-11 03:22:42 +01:00
Adam Tauber
f6e9c074bb
[fix] vimeo engine change follow-up
2016-12-11 02:33:04 +01:00
Adam Tauber
a2c94895c1
[fix] google news engine change follow-up
2016-12-11 01:03:52 +01:00
Adam Tauber
a764ebb4b1
[enh] extend json response with suggestions, infoboxes and answers
2016-12-10 21:38:34 +01:00
Adam Tauber
c3dcebb778
[fix] remove html tags from qwant results
2016-12-10 21:31:05 +01:00
Adam Tauber
be6ae81cb2
Merge pull request #776 from asciimoo/voat-engine
...
add voat.co engine
2016-12-10 00:49:16 +01:00
Adam Tauber
e12a137a2f
[fix] unicode response in deezer and spotify
2016-12-10 00:30:34 +01:00
Adam Tauber
75aa46a6b3
[fix] remove unused variable
2016-12-10 00:15:53 +01:00
Adam Tauber
0205838f25
[enh] handle engine response crashes
2016-12-10 00:15:33 +01:00
Adam Tauber
ceb8ae6439
Merge pull request #751 from dalf/searchpy2
...
Simplify search.py
2016-12-10 00:06:39 +01:00
Adam Tauber
d80fb2c8e8
[enh] central handling of empty result titles
2016-12-09 19:57:28 +01:00
Adam Tauber
72a217f983
[mod] return empty string on missing osm title
...
Sometimes openstreetmap returns with None as title. In these cases use an empty
string instead.
2016-12-09 19:53:54 +01:00
Adam Tauber
8116e341cc
[fix] kickass test html escaping
2016-12-09 19:20:55 +01:00
Adam Tauber
fdf63940e8
[fix] tests ++ flickr error
2016-12-09 19:11:22 +01:00
Adam Tauber
ef2ef7974a
[enh] central html escaping of results
2016-12-09 19:10:33 +01:00
Adam Tauber
7e1f27e459
[enh] add author to image result content
2016-12-09 18:59:24 +01:00
Adam Tauber
39f5035e13
[fix] query escaping in rss/opensearch output
2016-12-09 18:59:24 +01:00
Adam Tauber
16bdc0baf4
[mod] do not escape html content in engines
2016-12-09 18:59:19 +01:00
Adam Tauber
28f12ef5a0
[fix] proper escaping of the search query in templates
2016-12-04 23:07:46 +01:00
Adam Tauber
7986d4cf41
[fix] correct path for autoscroll on non-root urls
...
closes #758
2016-12-04 11:17:17 +01:00
Adam Tauber
0724bd8168
[fix] pep8
2016-11-19 21:18:12 +01:00
Adam Tauber
7eed8a5dd9
[enh] add statistics answerer
2016-11-19 21:03:27 +01:00
Adam Tauber
971ed0abd1
[enh] add quick answer functionality with an example answerer
2016-11-19 20:53:51 +01:00
Adam Tauber
55dc538398
[mod] move load_module function to utils
2016-11-19 17:51:19 +01:00
Adam Tauber
827f9e41ca
[fix] gettext requires request.preferences
2016-11-15 09:56:18 +01:00
Adam Tauber
028e5b43d4
Merge pull request #764 from kvch/set-search-language-from-settings-yml
...
set search language from settings.yml
2016-11-14 23:42:39 +01:00
Adam Tauber
044809e298
[fix] search mocking in webapp test
2016-11-14 22:21:19 +01:00
Adam Tauber
a757c2f005
[fix] remove unused imports
2016-11-14 22:15:03 +01:00
Adam Tauber
832cf37a97
[enh] display errors
...
also tried flask's flash feature but flask creates session cookies if it
isn't flushed. Avoiding session cookies to preserve privacy
2016-11-14 22:07:23 +01:00
Adam Tauber
88dfee858e
[fix] rewrite missing variable
2016-11-14 17:25:21 +01:00
Adam Tauber
96f182d75d
[fix] allow empty autocomplete setting
...
closes #756
closes #761
2016-11-14 16:17:11 +01:00
Adam Tauber
43ddbc60da
[fix] pep8
2016-11-14 16:09:16 +01:00
Adam Tauber
16f2e346b3
[fix] bing unicode issue part III.
2016-11-14 15:52:29 +01:00
Adam Tauber
94196c4b6c
[enh] show traceback of search errors
2016-11-14 15:49:06 +01:00
Adam Tauber
1176505fa4
[fix] bing character encoding - closes #760
2016-11-14 15:47:42 +01:00
Adam Tauber
17b08d096c
[fix] unicode search expression for bing
2016-11-07 22:33:17 +01:00
Adam Tauber
16ff8d06c7
[fix] bing paging and language support
...
see https://msdn.microsoft.com/en-us/library/ff795620.aspx for bing
specific search operators
closes #755
2016-11-07 22:30:20 +01:00
Adam Tauber
7d26b3f8f8
[fix] suspend end time check
2016-11-06 02:53:09 +01:00
Adam Tauber
6c7c6ba695
Merge pull request #753 from kvch/lobsters-engine
...
add lobste.rs xpath engine
2016-11-06 01:18:13 +01:00
Adam Tauber
51eafdd471
Merge pull request #733 from dalf/searchpy
...
Search architecture
2016-11-04 19:38:21 +01:00
Adam Tauber
142cd87095
[fix] menu style in pointhi oscar theme
2016-11-02 12:26:54 +01:00
Adam Tauber
9782633054
[fix] menu without js - closes #747
2016-11-01 23:12:46 +01:00
Adam Tauber
e23c8f954b
Merge pull request #746 from kvch/moar-time-range-support
...
Support time range search in more engines
2016-11-01 20:01:51 +01:00
Adam Tauber
6243639f01
[mod] do not proxify images if image proxy is not set
2016-10-30 21:15:46 +01:00
Adam Tauber
b30bc5eeeb
Merge pull request #745 from kvch/version-info-in-config
...
add version info to config endpoint
2016-10-30 21:05:22 +01:00
Adam Tauber
1b9045ed89
[enh] use morty proxy for image proxification too if it is configured
2016-10-29 23:21:07 +02:00
Adam Tauber
a67a4bf2c0
[enh] allow morty proxy without hmac key
2016-10-29 23:21:07 +02:00
Adam Tauber
574d9d40d2
Merge pull request #697 from Eig8phei/http1.1
...
serve pages with HTTP/1.1
2016-10-29 17:46:57 +02:00
Adam Tauber
e249698b26
Merge pull request #737 from dalf/ixquick
...
[fix] ixquick : fetch results from ixquick.eu instead of ixquick.com
2016-10-22 21:33:25 +02:00
Adam Tauber
dcf9380616
Merge pull request #736 from kvch/fix-images-infinite-scroll
...
[fix] images modal with infinite scroll
2016-10-22 21:32:51 +02:00
Adam Tauber
760cb3c5af
Merge pull request #734 from dalf/seeks_url
...
[fix] seeks URLS, close #731
2016-10-22 14:48:39 +02:00
Adam Tauber
85c7237a4f
Merge pull request #728 from kvch/fix-kickass-torrents
...
fix kickass torrents engine
2016-10-22 05:40:28 +02:00
Adam Tauber
218857999e
Merge pull request #726 from mmuman/opensearch_shortname
...
[fix] set the title on the opensearch link tag
2016-10-22 05:10:49 +02:00
Adam Tauber
629fa4355a
[fix] gecko driver cannot detect the page load finish on preferences form submit. It now works with this dirty workaround..
2016-10-22 04:45:29 +02:00
Adam Tauber
684ceab1c3
[enh] add latest firefox addon to travis
2016-10-22 02:32:36 +02:00
Adam Tauber
ecd2e1fac0
[fix] add missing gecko executable to travis
2016-10-22 02:23:03 +02:00
Adam Tauber
38883d6c7d
[enh] update dev requirements
2016-10-22 02:22:20 +02:00
Adam Tauber
d5c0dcd18a
[fix] unicode url proxiing
2016-10-17 01:32:31 +02:00
Adam Tauber
1be6e72d51
[enh] add result proxy support - #707
2016-10-17 00:23:15 +02:00
Adam Tauber
19a6ca0b68
[enh] use HMAC for image proxy url verification
2016-10-16 23:41:33 +02:00
Adam Tauber
e2245611d7
Merge pull request #724 from Athemis/master
...
[engine] PDBe (Protein Data Bank Europe)
2016-10-13 11:19:11 +02:00
Adam Tauber
8b10eb6fe1
[enh] update certifi to the current latest
2016-10-03 14:10:00 +02:00
Adam Tauber
e7d005c621
Merge pull request #677 from pydo/feature/seedpeer-engine-integration
...
Feature/seedpeer engine integration
2016-10-03 13:21:12 +02:00
Adam Tauber
dceb903114
[mod] disallow search results for robots
2016-10-01 20:22:52 +02:00
Adam Tauber
295fc9ce96
[fix] robot test engine names II.
2016-09-28 22:59:13 +02:00
Adam Tauber
812ade82b1
[fix] robot test engine names
2016-09-28 22:49:29 +02:00
Adam Tauber
86daef2063
[fix] do not allow underscore in engine names - closes #708
2016-09-28 22:30:05 +02:00
Adam Tauber
bee7b497a3
[mod] rename "default" theme to "legacy"
2016-09-22 23:51:07 +02:00
Adam Tauber
aaf5d506e5
Merge pull request #702 from a01200356/digbt
...
[fix] results with digbit don't truncate anymore
2016-09-21 10:36:42 +02:00