Rami Taibah
ddf575a86e
Change Readd in tooltip to Re-add. Former is confusing and not an English word
2014-12-17 13:00:54 +03:00
Ruud Burger
6b9383ce92
Merge pull request #4342 from mano3m/develop_fixsize
...
Fix TorrentShack size
2014-12-16 07:52:08 +01:00
mano3m
cb8d24ef1f
Fix TorrentShack size
2014-12-15 22:26:29 +01:00
Ruud
814ddfb79f
Don't return password fields
...
fix #4300
2014-12-14 12:33:28 +01:00
Ruud
766f819c0b
Userscript for RT not parsing URL correctly
2014-12-14 12:06:03 +01:00
Ruud
ff43df9ef1
Comments comments comments
2014-12-02 15:38:55 +01:00
Ruud
2e907e93e7
Whiteline
2014-12-02 12:02:49 +01:00
Ruud
4d329d6a36
Revert "Remove torrentleech"
...
This reverts commit dacc3d8f47 .
2014-12-02 11:45:17 +01:00
Ruud
752191bc23
Comments
2014-12-02 11:43:10 +01:00
Ruud
1d73fd9d7e
Import optimize
2014-12-02 11:15:29 +01:00
Ruud
79688c412a
Merge branch 'develop' of git://github.com/hadouken/CouchPotatoServer into hadouken-develop
2014-12-02 11:07:54 +01:00
Ruud
fc1c95fefb
Description
2014-12-01 23:00:59 +01:00
Ruud
6a174716af
underscored variables
2014-12-01 22:52:10 +01:00
Ruud
defe256f1b
Correct url
2014-12-01 16:52:43 +01:00
Ruud
8a5f154d9e
Merge branch 'develop' of github.com:RuudBurger/CouchPotatoServer into develop
2014-12-01 16:52:04 +01:00
Ruud
fe56a69e8f
Put.IO cleanup
2014-12-01 16:49:27 +01:00
Ruud
c6d326f973
Move put.io API
2014-12-01 15:50:03 +01:00
Ruud
9e5f670feb
Merge branch 'putio' of git://github.com/dumaresq/CouchPotatoServer into develop
2014-12-01 15:42:43 +01:00
Ruud Burger
9ebacf8816
Merge pull request #4258 from glibix/develop
...
Transmission status 16 is for "Stopped". So we need to detect a download...
2014-12-01 15:41:41 +01:00
Ruud
df2d7ec9c2
Remove debug code
2014-12-01 15:39:33 +01:00
Ruud
ddab74582b
Merge branch 'develop' of git://github.com/psaab/CouchPotatoServer into psaab-develop
2014-12-01 15:28:11 +01:00
Ruud
2801079bc8
Merge branch 'develop_3845' of git://github.com/voidstarstar/CouchPotatoServer into voidstarstar-develop_3845
2014-12-01 15:14:26 +01:00
Ruud Burger
1deb49b524
Merge pull request #4261 from voidstarstar/develop_4211
...
Added renamer.progress API function. Fixes #4211 .
2014-12-01 15:12:21 +01:00
Ruud Burger
49d550f652
Merge pull request #4270 from sammy2142/patch-1
...
Update Kickass url to https://kickass.so
2014-11-30 22:05:36 +01:00
sammy2142
1a43ce6ecc
Update Kickass url to https://kickass.so
...
Kickass has recently changed its web address from https://kickass.to
to https://kickass.so
2014-11-30 20:48:31 +00:00
voidstarstar
15a0131587
Added renamer.progress API function. Fixes #4211 .
...
This function reports the status of the renamer.
Progress value True means the renamer is currently running.
Progress value False means the renamer is not currently running.
2014-11-27 21:51:30 -05:00
voidstarstar
0dca34958c
Added a parameter to the renamer API. Fixes #3845 .
...
The renamer now has a new 'to_folder' parameter.
This parameter specifies where movies are moved to.
2014-11-27 21:43:19 -05:00
Mathew Paret
4b231e36ea
Merge branch 'feature/3967_add_imdb_link_to_tweet' into develop
2014-11-27 18:16:41 +05:30
Mathew Paret
52478a00db
Revert "Feature #3967 - Added IMDB link to download complete tweet"
...
This reverts commit 87338760ad .
2014-11-27 18:13:41 +05:30
Mathew Paret
e177766270
Merge branch 'feature/3967_add_imdb_link_to_tweet' into develop
2014-11-27 18:06:38 +05:30
Ruud Burger
ff8da7c8f8
Merge pull request #4068 from ofir123/subscenter_support
...
Added support for subscenter.
2014-11-26 21:51:14 +01:00
Ruud Burger
89c8c5a0c7
Merge pull request #4203 from rkokkelk/develop
...
Fix startup script Debian/Ubuntu
2014-11-26 21:48:40 +01:00
Ruud
38c6266f9c
Use single quotes
2014-11-26 21:47:39 +01:00
Ruud Burger
16f8e7e123
Merge pull request #4205 from kamillus/develop
...
adding a fix to handle missing directories in the file browser in webkit browsers
2014-11-26 21:46:10 +01:00
Ruud Burger
7110c7a11f
Merge pull request #4249 from clinton-hall/patch-1
...
NZBGet 13 includes more status information
2014-11-25 07:55:39 +01:00
Clinton Hall
6d79f316a6
NZBGet 13 includes more status information
...
nzb['Status'] returns total (SUCESS/ALL) status and also failed status in V13+
This is particularly important when using fake detector scripts or stopping download due to health checks etc.
http://nzbget.net/RPC_API_reference#Method_.22history.22
https://couchpota.to/forum/viewtopic.php?f=5&t=4644
2014-11-25 11:02:47 +10:30
Paul Saab
c1b6811b8a
Tornado requires two sockets to support IPv6
...
Tornado sets setsockopt(socket.IPPROTO_IPV6, socket.IPV6_V6ONLY, 1)
to force IPv6 sockets to only be used for IPv6 connections. create a
separate socket to allow for CouchPotato to be used over IPv6.
2014-11-17 22:54:56 -08:00
Kamil
7d7b76b2e9
adding a fix to handle missing directories in the file browser in webkit browsers
2014-11-10 20:18:38 -05:00
Roy Kokkelkoren
657aa52fa7
Merge branch 'develop' of https://github.com/rkokkelk/CouchPotatoServer into develop
2014-11-10 15:40:41 +01:00
Roy Kokkelkoren
8e9ef8db39
Merge remote-tracking branch 'upstream/develop' into develop
2014-11-10 15:39:45 +01:00
test
92a0096b54
Merge remote-tracking branch 'upstream/develop' into develop
2014-11-10 08:29:27 -06:00
Mathew Paret
87338760ad
Feature #3967 - Added IMDB link to download complete tweet
2014-11-10 18:47:37 +05:30
Mathew Paret
28019b0a09
Transmission status 16 is for "Stopped". So we need to detect a download as completed even if it is stopped but percent done is 100
2014-11-10 18:39:58 +05:30
Ruud Burger
248b007f4a
Merge pull request #4094 from georgewhewell/hdbits-add-internal-only
...
add option for internal-only for hdbits provider
2014-11-09 14:39:50 +01:00
Ruud Burger
9e31c59de8
Merge pull request #4188 from DjSlash/patch-2
...
Update SSL protocol for Deluge connections
2014-11-09 14:37:23 +01:00
Ruud
269e785888
Yify, don't include quality in search
...
fix #4190
2014-11-09 14:30:22 +01:00
Ruud
3669aef42d
is_movie param
2014-11-09 14:14:06 +01:00
Ruud
1087eb3a06
Add adding parameter to is_movie
2014-11-09 14:10:23 +01:00
Rutger van Sleen
43af80a137
Update SSL protocol for Deluge connections
...
Since Deluge 1.3.10 the SSL protocol is updated to TLSv1 instead of SSLv3. This resulted in CP not being able to add new torrents. Link to change in Deluge: http://git.deluge-torrent.org/deluge/commit/?h=1.3-stable&id=26f5be17609a8312c4ba06aa120ed208cd7876f2
2014-11-06 14:33:38 +01:00
Roy Kokkelkoren
0766a27a71
Fixed bug in init.d script which prevented the writing of the PID file.
...
Altered default value of DATA_DIR to /var/opt/couchpotato in order to comply to linux file structure
2014-11-06 04:40:39 -06:00