Commit Graph

1860 Commits

Author SHA1 Message Date
Ruud dfd2c33657 Extend files, not append 2013-05-05 10:15:19 +02:00
Ruud 7aad27c3d2 Last message check 0 after first message 2013-05-03 23:05:17 +02:00
Ruud 7a5588d5de Merge branch 'refs/heads/develop' 2013-05-03 22:51:35 +02:00
Ruud 56b6fbbe7f Backtotop button over log pagination 2013-05-03 22:51:06 +02:00
Ruud 46c408befb SImplify thumbslist 2013-05-03 22:29:33 +02:00
Ruud 6f808fc25a Only fire hide-scrollbar function on smaller resolutions 2013-05-03 22:27:25 +02:00
Ruud 4cba44fbb1 API notifications 2013-05-03 14:07:23 +02:00
Ruud 91c45bad71 Move source url to api 2013-05-02 15:13:57 +02:00
Ruud a30caefc04 Cleanup wizard 2013-05-02 12:38:28 +02:00
Ruud eb20fda878 Position checkbox 2013-05-02 12:37:54 +02:00
Ruud 4a5aa02e6c Remove userscript detection 2013-05-02 11:47:32 +02:00
Ruud 25b37ad915 Criticker userscript support 2013-05-02 11:32:26 +02:00
Ruud bbcceb982a Reverse before merging dicts 2013-05-01 23:46:35 +02:00
Ruud c41f5eb84d Give userscript window a proper height 2013-05-01 23:32:17 +02:00
Ruud 89dc9e90b2 Logo border outside header 2013-05-01 19:02:01 +02:00
Ruud 39b1dedf12 Updater message at the bottom 2013-05-01 18:30:52 +02:00
Ruud be28820fb2 List and dropdown styling issues 2013-05-01 17:48:59 +02:00
Ruud 0654c8cf07 More header margin on mobile 2013-04-30 22:32:13 +02:00
Ruud 2f5cb81029 Optimize initial requests 2013-04-30 22:28:15 +02:00
Ruud 067d6e8514 Put link and symlink in helpers 2013-04-30 19:32:11 +02:00
mano3m 42e19e1e2b Replace linktastic with simple ctypes
Linktastic calls the command line interpreter to do linking. This
solution calls the windows API directly. This is faster and cleaner, but
most important of all: it doesn't cause a command window to popup every
time a link is made. This popup asks window focus and thus interrupts a
movie you are watching!!

Hopefully this also works on non-windows systems. I am unable to test
this so please let me know :)
2013-04-30 19:24:28 +02:00
Ruud 6b846b91b4 Thumblist title and action positioning 2013-04-30 19:18:59 +02:00
Ruud 5838a41813 Newznab, not enough api_keys. fix #1677 2013-04-30 18:20:33 +02:00
Ruud 3cd5513c0c Point source updater to new url 2013-04-30 18:11:44 +02:00
Ruud bfdc8d1053 Don't remove version file 2013-04-30 18:04:58 +02:00
Ruud 30ec8216e1 Minify on backend 2013-04-30 13:17:03 +02:00
Ruud 12c3fc6ce3 Don't reverse result order 2013-04-30 11:13:47 +02:00
Ruud 7b3a1409d5 Force thumbnail view on home 2013-04-30 10:32:22 +02:00
Ruud 924bed06cb Rewrite font css 2013-04-30 00:29:25 +02:00
Ruud 8b0aa7a6b3 Initial mobile styling 2013-04-30 00:24:56 +02:00
Ruud 367c385fff Lowercase variables 2013-04-27 11:12:15 +02:00
Ruud 840efb1571 Merge branch 'develop' of git://github.com/clinton-hall/CouchPotatoServer into clinton-hall-develop 2013-04-27 11:09:30 +02:00
Ruud 9ba19d27a6 Combine status calls 2013-04-27 11:04:19 +02:00
Ruud 1d603e1ec2 Simplify event handling 2013-04-27 10:48:47 +02:00
Ruud 7818b43045 Release files add in bulk 2013-04-27 10:08:03 +02:00
Ruud 3936100000 Cache status calls 2013-04-27 09:42:29 +02:00
Clinton Hall 1a846b04ee Fix minor errors. Fix #1666 2013-04-27 11:26:52 +09:30
Ruud 384a355a53 Check release type by info 2013-04-26 23:48:54 +02:00
Ruud 58ad5c3938 Merge branch 'develop_symlink' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_symlink 2013-04-26 19:59:47 +02:00
mano3m 6ee68d1418 Fix getDownloadInfo 2013-04-26 19:37:47 +02:00
Ruud 6e45c14ac5 Don't download html files as trailers. fixes #1658 2013-04-26 18:49:39 +02:00
Ruud e786c9c79a Use sets for ignored words. fixes #1657 2013-04-26 18:11:18 +02:00
Ruud 518ac16814 Use lowercase variable 2013-04-26 16:44:02 +02:00
Ruud 1d07eafa83 Merge branch 'dev-nzbget' of git://github.com/clinton-hall/CouchPotatoServer into clinton-hall-dev-nzbget 2013-04-26 16:42:24 +02:00
Ruud 1600b6d0ea NZBGet set advanced and description 2013-04-26 16:36:42 +02:00
Ruud 6de3a7246e Merge branch 'develop_nzbgetusername' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_nzbgetusername 2013-04-26 16:29:36 +02:00
Ruud cbd29df52a Update to_go even if movie isn't found in manage. 2013-04-26 16:27:36 +02:00
clinton-hall 92998bafc8 write unique id to nzbget params
My mistake. Fixed now.

Yeah... sorry ;)
This does work for check_snatched... Marks as busy, or failed etc.

keep consistent release table format

fix check_snatched

correctly parse the NZBGet Parameters and Pass status.downloader

remove downloader and fix id

My mistake. Fixed now.

Yeah... sorry ;)
This does work for check_snatched... Marks as busy, or failed etc.

keep consistent release table format

fix check_snatched

correctly parse the NZBGet Parameters and Pass status.downloader

remove downloader and fix id
2013-04-26 16:03:20 +09:30
mano3m 1022753213 Add username to nzbget downloader
For raspberry pi a different username than normal is required. Fixes
#1652
2013-04-24 22:19:34 +02:00
mano3m b85942989d Standardise failed status
apply the failed status in case of a manual re-add and automatic try
next release
2013-04-21 23:46:21 +02:00