Leonardo Galli
43a71da0a7
Merge remote-tracking branch 'origin/develop' into develop
8 years ago
Leonardo Galli
499e46e10a
Fixed error when downloading a movie.
8 years ago
Marcelo Castagna
3f013271c9
Fixed: DownloadStation api client for DSM 5.x. ( #1259 )
8 years ago
Leonardo Galli
529591bc18
Should fix covers not being local
8 years ago
Leonardo Galli
79307d3c25
Fixed only one movie appearing when list does not give us a tmdbid
8 years ago
Leonardo Galli
8f79563cf0
This should fix all imdbid problems with indexers.
8 years ago
Devin Buhl
0dc67419be
Revert "Move up IMDB logic in ParsingService, should help with the mismatched movies"
...
This reverts commit 066c746e5f
.
8 years ago
Devin Buhl
066c746e5f
Move up IMDB logic in ParsingService, should help with the mismatched movies
8 years ago
Zach
31fcac5bd9
Clean up jsHint warnings ( #1225 )
8 years ago
thejacer87
1b29b89bf1
New movie search ( #1212 )
...
* add movie search empty template (#1149 )
* hooked up new route in controller (#1149 )
8 years ago
Devin Buhl
c593f4250d
Fix pending release service, HDBits, also the release deduper. Clean up housekeeping ( #1211 )
...
* Fix HDbits
* Fix pending release service, also fix the deduper
* Clean up the cleanup'er (housekeeping)
* Revert "Clean up the cleanup'er (housekeeping)"
This reverts commit c03c13d9241a0f59f118cd9ffccba5646a3f52ca.
* Housekeeping updates, without breaking tests
* Fix last test
8 years ago
Devin Buhl
59c07cc5f3
Patch/onedr0p 3 16 17 ( #1200 )
...
* clear localStorage on radarr update.. ya mon
* Fix when movie folder is deleted from disk and keeps showing up as downloaded in radarr
* Clear all UI localStorage items on update, set pageSize to what it needs to be.
8 years ago
Devin Buhl
2b1023e768
Revert "Small changes to list sync ( #1179 )"
...
This reverts commit f10af08f95
.
8 years ago
Devin Buhl
f10af08f95
Small changes to list sync ( #1179 )
8 years ago
Devin Buhl
18fcda5fd6
Patch/onedr0p 3 14 17 ( #1171 )
...
* Upstream patch for rtorrent
* Whoops goes PTP
8 years ago
Leonardo Galli
1ccfde334f
Maybe fix PTP? Don't have an account, so cannot test.
...
We should realy add some ptp tests.
8 years ago
Leonardo Galli
421a191650
Fix for editing quality of movie files.
...
Fixes #1165
8 years ago
Devin Buhl
35e046bb87
Patch/onedr0p 3 13 17 ( #1166 )
...
* Update message when the person has no movies with helpful links
* Added ImdbId to the release info from AwesomeHD
* Add ImdbId to release info for PTP and HDBits
* ImdbId is required for HDBits
* Added some error handling in SkyHook for TMDb
* Remove un-needed imports
* DIsable movie search after list sync (causing issues)
* small change
* Fix HDBits tests
8 years ago
Devin Buhl
8ece7e8b4d
Update ISSUE_TEMPLATE.md
8 years ago
Devin Buhl
fadc5f0099
Update ISSUE_TEMPLATE.md
8 years ago
Devin Buhl
680430737d
Update ISSUE_TEMPLATE.md
8 years ago
Leonardo Galli
5d3750a295
Fix issue where 1080p Telesyncs get tagged as 1080p Blurays.
8 years ago
James White
e525f23281
Grammar check HelpText for CouchPotato lists ( #1142 )
8 years ago
Leonardo Galli
2e41763b92
Preliminary Fix for downloaded error in Wanted section.
...
Ignores filters when sorting by downloaded.
8 years ago
Leonardo Galli
5b70ecaee0
Fixes banners when searching for new movies.
...
Fixes #120
8 years ago
Leonardo Galli
06ad30397b
Fix issue where searching for new movies is not possible.
8 years ago
Mathew Giljum
f2218006a1
Add helptext for Jackett API key ( #1121 )
8 years ago
geogolem
e26fd22540
Merge pull request #1107 from geogolem/movieEditorRootFolderChangeDisplayFix
...
keep the current page the same after clicking Save
8 years ago
geogolem
05a83e4e95
better method to obtain the folderName
8 years ago
Mitchell Cash
3b3fe197ca
Fixed: Parsing headers that have a trailing semi-colon ( #1117 )
8 years ago
Leonardo Galli
149c5292f1
PreDB Integration. Update Library is advisable
8 years ago
Devin Buhl
3cf5301e46
QOL changes to PTP logic ( #1114 )
8 years ago
Leonardo Galli
4b1f7da317
Fix for VS for Mac.
...
Let's hope this does not break anything.
8 years ago
Leonardo Galli
a25c056def
Ammend to previous commit.
8 years ago
Leonardo Galli
0db27d9029
Hopefully fix all issues with unlinked movie files.
8 years ago
geogolem
e6dfd89300
keep the current page the same after clicking Save
...
the path needs to be updated on models that are changes
8 years ago
geogolem
db6e91cd95
Merge pull request #1106 from geogolem/filtersHotFix
...
this needs to match with the property forclient mode
8 years ago
geogolem
1bae7bb623
this needs to match with the property forclient mode
8 years ago
Devin Buhl
7cf2a8cb62
CP list hotfix
8 years ago
Devin Buhl
1a4fb6e7bb
Update blacklist to work with movies ( #1089 )
...
* Update BlacklistService
* Update HistoryService, HistoryRepo and History
* Update UI in Blacklists to movies
* set the movie model so the movie title prints in blacklist
* Would be working if I implemented the Event Handler for MovieFileDeleted
8 years ago
geogolem
ae0fc019e5
Merge pull request #1097 from geogolem/fixIMDBNormalization
...
incorrect check for imdbId prefix
8 years ago
geogolem
3f438563b8
incorrect check for imdbId prefix
8 years ago
SWu
51e0cdf982
Fix regression for missing libgdiplus ( #1073 )
...
* Fix regression for missing libgdiplus
Add back error handling for systems where libgdiplus is not available. Should fix #1065
* Create GdiPlusInterop.cs
* Update DiskProviderBase.cs
* Update ImageResizer.cs
* Delete GdiPlusInterop.cs
* Update NzbDrone.Core.csproj
* Update NzbDrone.Common.csproj
* Update DiskProviderBase.cs
* Update IDiskProvider.cs
* Update ImageResizer.cs
* Update DiskProviderBase.cs
* Update IDiskProvider.cs
* Update ImageResizer.cs
This is really ugly... :(
* Update ImageResizer.cs
Never written C# before
* Update ImageResizerFixture.cs
* Fix test
8 years ago
geogolem
3d9fd3ff25
Merge pull request #1096 from geogolem/refactorFilteringExpression
...
refactor so that filteringExpressions are constructed in one place
8 years ago
geogolem
866cec096d
refactor so that filteringExpressions are constructed in one place
...
less code duplication, easier to manage moving forward
8 years ago
geogolem
71eaa98518
Merge pull request #1095 from geogolem/filterFixCutoffUnmet
...
new filters were added, but they werent being handled via the API
8 years ago
geogolem
2899bbf330
new filters were added, but they werent being handled via the API
8 years ago
geogolem
72f40470a7
Merge pull request #1093 from geogolem/permitLargerTraktLists
...
allow larger trakt lists than 500
8 years ago
geogolem
7c5c4e7594
allow larger trakt lists than 500
8 years ago
Matthew Treadwell
77f369caab
restructeured readme and added a new logo asset ( #1088 )
8 years ago