Ruud Burger
a9e0dcb49c
Merge pull request #5966 from maxkoryukov/fix/opt-hidden-conflict
Restoring of the lost code
9 years ago
maxkoryukov
0166ff1aa4
Fixed bug with lost code
During previous conflict-resolving the code, with test of writing `non-writable` options to config was lost.
Here that code with appropriate tests.
9 years ago
maxkoryukov
0cbdcc5d4b
Merge pull request #21 from RuudBurger/develop
Sync with upstream/develop
9 years ago
Joel Kåberg
19867badbb
Merge remote-tracking branch 'origin/develop' into deleted_from_downloader
9 years ago
Joel Kåberg
8f990d16d2
better desc for missing releases, also move the log message to not spam the log everytime we run an rename iteration
9 years ago
Ruud Burger
59e1d11bc6
Merge pull request #5939 from maxkoryukov/feature/hidden-update
Feature "Hide update item in menu"
9 years ago
Ruud Burger
c337cfb42c
Merge pull request #5935 from moptel/develop
Fixed rating.join is not a function issue
9 years ago
Ruud
f3a13e6283
Merge branch 'maxkoryukov-fix/opt-directories' into develop
9 years ago
Ruud
d54e0545d3
Merge branch 'fix/opt-directories' of https://github.com/maxkoryukov/CouchPotatoServer into maxkoryukov-fix/opt-directories
9 years ago
Ruud Burger
78f88d9ca2
Merge pull request #5930 from maxkoryukov/fix/six-1.10.0
Upgrade local python lib: six -> 1.10.0
9 years ago
Ruud Burger
1f428991eb
Merge pull request #5954 from fuzeman/issue/4854
[rtorrent] Support for digest authentication and extra SSL options
9 years ago
Ruud Burger
b7d29816b3
Merge pull request #5959 from thebluepotato/fix_hevc_renaming
Add HEVC profiles to Enzyme to fix MPEGH/ISO/HEVC renaming bug
9 years ago
thebluepotato
e67fe068f1
Adding forgotten comma...
*sigh*
9 years ago
thebluepotato
fd0918ffc9
Add HEVC profiles to Enzyme to fix MPEGH/ISO/HEVC renaming bug
Adding that one line in mkv.py fixes the issue where the renamer
replaces the <codec> template with MPGEH/ISO/HEVC resulting in x265
movies being nested inside folders. The rest is just making CP more
generally aware of HEVC.
9 years ago
Ruud Burger
9ebf46435e
Merge pull request #5911 from pkoutsias/MTV_fix
Fix for MTV
9 years ago
Dean Gardiner
1e2b26d3bd
[rtorrent] Fixed connection verification test
9 years ago
Dean Gardiner
6060d04f46
[rtorrent] Updated `connect()` method to support new configuration options
#4854
9 years ago
Dean Gardiner
26372ae8fa
[rtorrent] Added "authentication", "ssl_verify" and "ssl_ca_bundle" options
#4854
9 years ago
Dean Gardiner
5a9e67c93e
Updated rtorrent-python library
- Implemented "requests" transport
- Support for digest authentication (via the "requests" transport)
#4854
9 years ago
maxkoryukov
087b764129
patches for manage.py and settings.py
settings - extended logging
manage - correct default value for directories
9 years ago
maxkoryukov
8ede05bc3e
Feature "Hide update item in menu"
The section **webui_feature** added to `settings.conf`. In general, it looks like:
```ini
[webui_feature]
hide_about_dirs = 0
hide_menuitem_update = 0
```
The values of settings above - are default for CP.
----
fix maxkoryukov/CouchPotatoServer#9
9 years ago
moptel
fd88d7e4f2
Fixed rating.join is not a function issue
Fixed rating.join is not a function issue/IMDB top 10 box office chart not showing
9 years ago
maxkoryukov
93c6a02249
Style fix
9 years ago
maxkoryukov
d24b01c17f
SoftChroot: Huge pack of improvement and bugfixes
* Improved SoftChroot (now it is a module, like a settings.py, included in Env)
* skipping _test modules during plugins loading
* hidden-opt meta could be loaded from config in python modules ( see _core.py->config )
+ mock testing
+ a few tests for Env
+ list of python dev-requirements in a file
fix maxkoryukov/CouchPotatoServer#8
9 years ago
maxkoryukov
2b2b5f6ea2
Merge pull request #15 from maxkoryukov/fix/six-1.10.0
Upgrade local python lib: six -> 1.10.0
9 years ago
maxkoryukov
41bf5d6fec
Upgrade local python lib: six -> 1.10.0
9 years ago
maxkoryukov
1b86822dee
Rename test files
9 years ago
maxkoryukov
42338c3277
Merge pull request #14 from maxkoryukov/develop
Develop
9 years ago
maxkoryukov
51ba6d5405
Merge pull request #13 from RuudBurger/develop
Develop
9 years ago
maxkoryukov
f763bcc161
small fixes. squash me
9 years ago
Ruud
f5b522bd42
Merge branch 'maxkoryukov-feature/ci-success' into develop
# Conflicts:
# .gitignore
9 years ago
Ruud
3a02ae6876
Use correct repo
9 years ago
Ruud Burger
768c52315d
Merge pull request #5925 from razorloves/develop
Make the Charts and Watchlists links open in new window
9 years ago
Ruud Burger
a62c3413e1
Merge pull request #5915 from maxkoryukov/fix/sass-cache-ignore
Ignore sass.cache in .gitignore
9 years ago
razorloves
da30b136ea
Make chart and watchlist links open in new window
9 years ago
maxkoryukov
d069c1b8af
* Fixed issue with non-working 'directories'-options under soft-chroot ( fix maxkoryukov/CouchPotatoServer#8 )
* 'writable' was replaced with 'readonly' for UI options. This way is more native to CP configs
* JS settins don't work with **delimiter** for "directories". It is done on the server now
9 years ago
maxkoryukov
c788fc3556
coverall badge in readme
9 years ago
maxkoryukov
d0ab97aa4e
Integration with Travis CI and Coverall
9 years ago
maxkoryukov
912b30ea70
Ignore sass-cache
9 years ago
Panagiotis Koutsias
1dd460f911
Fix for MTV
9 years ago
maxkoryukov
d792fa7d92
Merge pull request #6 from RuudBurger/develop
Develop
9 years ago
Ruud
5ece8e3af0
Merge branch 'develop' of github.com:RuudBurger/CouchPotatoServer into develop
9 years ago
Ruud
4e78f1c92f
Reformat read only variables
9 years ago
Ruud
b67ef18780
Upgrade packages
9 years ago
Ruud Burger
0eb4c3ae06
Merge pull request #5890 from maxkoryukov/feature/soft-chroot-die
Do not start, if the SOFT-CHROOT dir does not exists
9 years ago
Ruud
17dacc3f10
Remove comment
9 years ago
Ruud
b95633e35d
Merge branch 'maxkoryukov-feature/soft-chroot' into develop
9 years ago
Ruud
0a755df99c
soft-chroot cleanup
9 years ago
Ruud
1828eb8a2c
Merge branch 'feature/soft-chroot' of https://github.com/maxkoryukov/CouchPotatoServer into maxkoryukov-feature/soft-chroot
# Conflicts:
# couchpotato/core/settings.py
9 years ago
Ruud
5dbfe43e6e
Compiled js
9 years ago