Commit Graph

89 Commits

Author SHA1 Message Date
Ruud 9d495a10ec Unicode static folder 2013-06-22 01:38:07 +02:00
Ruud f91707bfbe Uncomment debug code 2013-06-14 21:51:41 +02:00
Ruud c78957f55c Don't try to run event without beforeCall 2013-06-14 17:24:34 +02:00
Ruud 9ce0c47cd4 More login fixes 2013-06-14 16:03:02 +02:00
Ruud c9a4af218e Send port with referer. fix #1827 2013-06-14 13:54:01 +02:00
Ruud 6e0857c6c1 Remove Flask dependencies 2013-06-12 23:37:08 +02:00
Ruud 95d146fea2 Send referer with scheme 2013-06-02 14:22:59 +02:00
Ruud 2934347865 Send user-agent on login 2013-05-26 14:20:05 +02:00
Ruud 1e1abf407c Dashboard 2013-03-04 23:11:13 +01:00
Ruud 856b495995 Minifier 2013-02-04 21:48:02 +01:00
Ruud 5f428649c3 Writing larger files fails on Windows. fix #1281 2013-01-22 23:20:55 +01:00
Ruud 2f65545086 Extend opener with multipart 2013-01-02 13:29:28 +01:00
Ruud 0cbee01024 Don't use unicode when not needed in urlopen 2012-12-31 13:10:11 +01:00
Ruud 4bffb299af Catch urlerrors. closes #1154 2012-12-19 08:01:35 +01:00
Ruud 9f0746a668 Encoding issues. fix #974 2012-12-17 20:50:58 +01:00
Ruud 65570ba479 Improve name searching. closes #1137 2012-12-17 18:22:12 +01:00
Ruud da3055be30 Return nothing on disabled calls. 2012-12-03 14:29:59 +01:00
Ruud 1c4c69211b Change shutdown event name 2012-12-02 00:18:11 +01:00
Ruud 09f723bda5 Use jsonrpc for xbmc request. fix #927 #945 2012-10-21 13:37:45 +02:00
Ruud 4dfd8b4cd5 Don't show trailer 404 errors 2012-10-14 17:32:45 +02:00
Ruud ce0bf7b51a Standardized checking snatched 2012-09-28 13:10:58 +02:00
Ruud 36f653f65b Include module for desktop build 2012-09-09 17:29:09 +02:00
Ruud b07a937fa7 gzip requests 2012-07-16 00:44:39 +02:00
Ruud 7f983c9530 Prevent parameter reference.. 2012-07-14 00:15:31 +02:00
Ruud 566c4830de Torrent provider cleanup 2012-07-05 22:13:29 +02:00
Ruud ab2436081b Merge branch 'master' of https://github.com/bwq/CouchPotatoServer into bwq-master 2012-07-03 20:41:12 +02:00
Ruud f1942377b5 Added longer timeout for slower hardware 2012-06-25 22:23:08 +02:00
bwq 27d9225c3f - fixed UnboundLocalError (forgot to init opener) 2012-06-23 16:49:07 +02:00
bwq 3bf3e4bb7f - Added a new arg for getCache: 'opener', which is a urllib2 opener with a cookiejar installed
- The torrent providers now use getCache with the 'opener' argument which they
get after a succesful login, this way they can always access the site with proper authentication.
2012-06-23 04:24:13 +02:00
Ruud 67926f92a1 Don't cache empty results 2012-06-12 20:11:40 +02:00
Ruud ad2126467a Encode path for makedir and createfile. 2012-06-11 22:52:56 +02:00
Ruud e0440d4b11 Try and encode logging messages. fix #403 2012-06-11 12:38:22 +02:00
Ruud 747594d626 Simplify cache_key 2012-05-20 21:34:42 +02:00
Ruud 7f5bf57055 Pass kwargs to getCache 2012-05-03 00:18:52 +02:00
Ruud 7d4c2e7d04 Play nice with NZBMatrix 2012-05-02 23:23:55 +02:00
Ruud cea8395e16 Changed url to api. fixes #173 2012-04-29 17:06:05 +02:00
Ruud c161bdd762 IMDBapi shorter timeout 2012-04-28 23:43:49 +02:00
Ruud fd462514c3 Use custom urlencode function. fixes #121 2012-04-21 20:55:21 +02:00
Ruud c6e5dafdfc Reset failed request counter on success 2012-04-19 00:05:04 +02:00
Ruud a29f936fce Disable requests to hosts after 5 fails 2012-04-10 23:08:10 +02:00
Ruud 4692326ad6 Use useragent 2012-02-28 00:31:12 +01:00
Ruud 4e2b511c06 Optimized runner script 2012-02-12 17:59:44 +01:00
Ruud cfadd851bf Event fixes 2012-02-11 02:49:35 +01:00
Ruud 8ac8a1a49c Fixes 2012-02-03 17:25:56 +01:00
Ruud 55cb53b34d Do proper shutdown 2012-01-31 01:00:54 +01:00
Ruud ce8c2ada50 CHMOD files 2012-01-24 20:30:03 +01:00
Ruud 0c920a2f05 import send_from_directory inside the function itself 2012-01-22 14:08:20 +01:00
Ruud 6ec420db86 Create binary files for images 2012-01-14 22:05:34 +01:00
Ruud bc4a965528 Only load css and js in header 2012-01-14 15:02:00 +01:00
Ruud 33602f227d Hope this fixes the crappy merge...
Conflicts:

	couchpotato/core/_base/_core/main.py
	couchpotato/core/_base/desktop/main.py
2012-01-14 12:12:54 +01:00