Commit Graph
2030 Commits
Author SHA1 Message Date
Janez Troha d4db8f903e Add gitignore for compiled files 2012-07-01 01:51:09 +02:00
Ruud 4a3d481e16 Encode logs. fix #496 2012-07-01 01:25:11 +02:00
Ruud d4c7a22be9 Log didn't fit on one line 2012-07-01 01:16:29 +02:00
Ruud 1cbcad7a12 Notifications stick to bottom 2012-07-01 00:56:37 +02:00
Ruud 6162ea9f42 Give feedback if no update 2012-07-01 00:49:07 +02:00
Ruud f15351aa73 Not restarting after update 2012-07-01 00:48:44 +02:00
Ruud c274867571 Use settings datadir again. fix #518 2012-07-01 00:43:34 +02:00
Ruud 6c8b6a749f Message didn't animate in Firefox 2012-06-30 22:32:19 +02:00
Ruud c87a84e668 Styling cleanup 2012-06-30 22:06:53 +02:00
Ruud cf3041c848 Simple growl-like notifications 2012-06-30 21:25:36 +02:00
Ruud 3b441d2942 Encode html entities in log 2012-06-30 19:58:53 +02:00
Ruud 0fc5c42aba Give error when datadir in appdir 2012-06-30 19:03:53 +02:00
Ruud 89d3b9b72a Log plex error. closes #512 2012-06-30 15:42:58 +02:00
Ruud cdb6dfe70c Always do votecount as int. fix #513 2012-06-30 15:30:58 +02:00
Ruud 8354f9c144 Only notify once on update. fix #515 2012-06-30 15:09:27 +02:00
Ruud 9200912767 Jsonencode namespace options. fix #514 2012-06-30 13:31:21 +02:00
Ruud 75bf561f5f Header background color was transparent while scrolling in iOS 2012-06-29 14:37:02 +02:00
Ruud 45d6aa1a0a Add delay for Safari before starting notification listener 2012-06-29 14:36:32 +02:00
Ruud 97940b3f67 Don't break but try next release 2012-06-29 14:35:59 +02:00
Ruud 891dbe8ab4 Header to-top link fix 2012-06-28 23:51:17 +02:00
Ruud ce920f4bd4 nzb -> usenet 2012-06-28 23:24:55 +02:00
Ruud a37467e3b5 Fedora startup script. close #506 2012-06-28 23:23:25 +02:00
Ruud af6f9473c4 Simplified preferred method 2012-06-28 23:14:27 +02:00
Ruud fa37a116b0 Merge branch 'bwq-torrent_nzb_preference' into develop 2012-06-28 22:57:28 +02:00
Ruud 6c0ae664d8 Merge branch 'torrent_nzb_preference' of https://github.com/bwq/CouchPotatoServer into bwq-torrent_nzb_preference 2012-06-28 22:57:09 +02:00
Ruud 82acebb3c4 3d transform bugs out safari. fix #452 2012-06-27 23:26:04 +02:00
Ruud 2618956dc0 Properly ignore releases 2012-06-27 23:02:52 +02:00
Ruud 56566d70bc Add new check to see if it's a .rar file. fix #474 2012-06-27 22:26:54 +02:00
bwq 14bc341f57 Here we go :) 2012-06-27 22:25:41 +02:00
Ruud 020e507f46 Trying to get profile id from wrong object. fix #420 2012-06-27 16:56:29 +02:00
Ruud aae64d8123 Don't try and edit non-existing movies 2012-06-27 16:44:14 +02:00
Ruud 41a3a9011f Delete 4 week old notifications on start 2012-06-27 16:34:51 +02:00
Ruud 4206c2b0dd Just mark all notifications read. closes #466 2012-06-27 16:22:51 +02:00
Ruud d98ffbf7da Renaming option bugs out when empty 2012-06-27 16:02:08 +02:00
Ruud 63a7ba85f3 Notify on update. closes #486 2012-06-26 23:06:22 +02:00
Ruud ea1b0c2816 Remove history table 2012-06-26 23:01:21 +02:00
Ruud b854d5f47a Merge branch 'develop' of https://github.com/Diaoul/CouchPotatoServer into Diaoul-develop 2012-06-26 22:26:05 +02:00
Ruud f288cbed7a Stop renamer on 'exists' 2012-06-26 22:21:02 +02:00
Ruud f45a6f928c Rename dir on fail 2012-06-25 22:45:09 +02:00
Ruud bd8a5f5b93 Added longer timeout for slower hardware 2012-06-25 22:24:02 +02:00
Ruud f1942377b5 Added longer timeout for slower hardware 2012-06-25 22:23:08 +02:00
Antoine Bertin 88b71c8116 Update libs 2012-06-24 23:28:38 +02:00
Ruud 2d05aafc04 Merge branch 'bwq-datadir_option' into develop 2012-06-23 22:32:36 +02:00
Ruud 072219d195 Merge branch 'datadir_option' of https://github.com/bwq/CouchPotatoServer into bwq-datadir_option 2012-06-23 22:32:05 +02:00
bwq a7bcc9bdfa Updated the 3 new providers to use imdb_results for is_correct_movie validation and left out the extra_score
since a proper imdb match shouldn't be part of the extra_score.
2012-06-23 22:01:13 +02:00
bwq 001dfb9245 Added data_dir option to use a custom data_dir 2012-06-23 20:28:04 +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
bwq 1edf7a1a4f - added global login func for all torrent providers (all private trackers need cookies)
- added global download func (same, downloading also requires cookies)

These 2 functions were necessary to allow the user to download other found releases at a later time.
In the current version this doesn't work because it goes to the url directly, without any cookies
which causes it to download the login page instead of a torrent.

All 3 providers now properly use the cache and have much better error handling.
2012-06-23 00:55:09 +02:00
Ruud 081a4b4643 Redirect fix 2012-06-22 22:30:07 +02:00