mano3m
824ac86d18
Fix fnmatch
fnmatch does not accept regular expressions as presumed in
0c4851e436
See
http://docs.python.org/2/library/fnmatch.html
This patch actually completely broke tagging. All we need to do is make
sure any [ or ] used is conbverted into [[] or []].
Fixes #2557 and #2362
12 years ago
Ruud
966f8c36b1
Make sure to use a valid cookie_secret. fix #2553
12 years ago
Ruud
50c5044fe8
Add path separator for check
12 years ago
Ruud
46b2d6ba6e
movie_id > media_id
12 years ago
Ruud
8aec5cf605
Better (custom) formhints
12 years ago
Ruud
54af80d5ad
Don't wait for shutdown of scheduler
12 years ago
Ruud
8b2cd62211
Don't save stash on pull
12 years ago
Ruud
2fc4809821
Variable renaming movie to media
12 years ago
Ruud
bde6de1789
Move movie listing to media
12 years ago
Ruud
c72cca4ea2
Merge branch 'develop' of github.com:RuudBurger/CouchPotatoServer into develop
12 years ago
Ruud
0f071be762
Use Object.each for object looping
12 years ago
Joel Kåberg
cddf47f113
move long subtitle text into formhint
12 years ago
Joel Kåberg
76f3f5253a
move long automation text into formhint
12 years ago
Joel Kåberg
d833a04293
move long texts into formhint
12 years ago
Joel Kåberg
2e96860380
directory properly removed
12 years ago
Ruud Burger
3e2e6385cf
Properly split seed ratios and seed times
12 years ago
Joel Kåberg
ccc2028690
remove directory option in utorrent
doesn't behave as expected on windows
12 years ago
Joel Kåberg
81dbc1ca79
Merge pull request #2527 from RuudBurger/couchtart
TorrentPotato ready for prime time
12 years ago
Ruud
e9a3059be2
Allow longer description in formhint
12 years ago
Ruud
3d5b33856f
Add some quality tests
12 years ago
Ruud
8d2e3a1919
Add ratio and seed time styling
12 years ago
Joel Kåberg
f3380c4fed
seed_time and seed_ratio
12 years ago
Joel Kåberg
8a58d7f973
use hostname instead of TorrentPotato (dashboard)
12 years ago
Ruud
37b98cb835
TorrentPotato styling of inputs
12 years ago
Ruud
50262112b8
Use release_name
12 years ago
Ruud
4b9f9862fc
Change name and response
12 years ago
Ruud
df60d70592
Move it
12 years ago
Ruud
379f62a339
CouchTater fixes
12 years ago
Ruud
eaf2974f8d
Better frontend notification and GUI updating
12 years ago
Ruud
99e641a30d
Update dashboard when the search ends of added new movie
12 years ago
Ruud
88d6148500
Update libs
12 years ago
Ruud
f53364eb6c
Update Tornado
12 years ago
Ruud
b8f78e311d
Update scheduler module
12 years ago
Ruud
bb6e1e2909
Don't propagate core messages to other notification providers.
12 years ago
Ruud
c62c6664ce
Merge branch 'refs/heads/fuzeman-feature/notifications/pushbullet' into develop
12 years ago
Ruud
8ae4e3be18
Merge branch 'feature/notifications/pushbullet' of git://github.com/fuzeman/CouchPotatoServer into fuzeman-feature/notifications/pushbullet
12 years ago
Ruud
0065ff5086
Indentation cleanup
12 years ago
Ruud
28d073f934
Merge branch 'refs/heads/Damiya-fix2474' into develop
12 years ago
Ruud
df1cb0ae08
Merge branch 'fix2474' of git://github.com/Damiya/CouchPotatoServer into Damiya-fix2474
12 years ago
jchristi
31a1af43d5
Update fedora init file
This took me awhile to figure out when trying to install for the first time. Luckily, I had the sickbeard init file to reference.
12 years ago
Joel Kåberg
8951e9fc90
typo
12 years ago
Joel Kåberg
357166414c
use .get() and added more options
12 years ago
Joel Kåberg
e1a311de40
initial couchtarter provider (torrent newznab)
initial ground work based on newznab provider
needs UI changes: http://i.imgur.com/4MiJUH5.png (need to add ratio and
seed hours also)
untested code
12 years ago
Kate von Roeder
ab923cc592
Sort directories so that we scan them in alphabetical order as well (keeps things nice and well ordered!)
12 years ago
Kate von Roeder
99947fb135
CSS fix for #1578 part 2 - Change text direction from RTL to LTR, fixing issue where root drives would show up as '\C:'. Weird!
12 years ago
Kate von Roeder
185cb0196a
Fix for #1578 - Depends on stableSort, so added to PR#2500.
Object.each is not necessarily alphabetic when iterating an object's properties, so we pull the folders out of the object, add them to an array, and sort that.
12 years ago
Kate von Roeder
309ec50691
Array.sortBy should also use the new stablesort.
12 years ago
Kate von Roeder
f865484182
Add Array.stableSort from mootools forge.
Change calls to Array.sort to use new Array.stableSort. Fixes sorting problems on Chrome
12 years ago
Dean Gardiner
ed19fd0254
Added Pushbullet notifications
12 years ago
Ruud
cec88319fe
Merge branch 'develop' of github.com:RuudBurger/CouchPotatoServer into develop
12 years ago