Mark McDowall
79767aa7bf
Redirect /api/missing to new endpoint
2014-02-22 16:21:42 -08:00
Taloth Saldono
45f748cf03
Added tests to verify Marr.data changes. Fixed nested LazyLoading.
2014-02-22 16:21:41 -08:00
Taloth Saldono
8f87f06ac6
Processed PR Comments.
...
Added tests for EpisodesWithCutoffUnmet.
2014-02-22 16:21:41 -08:00
Taloth Saldono
d416dd4177
Repurposed the Missing page to include filter options and display episodes that haven't reached cutoff.
...
--HG--
rename : src/NzbDrone.Api/Missing/MissingModule.cs => src/NzbDrone.Api/Wanted/MissingModule.cs
rename : src/UI/Missing/ControlsColumnTemplate.html => src/UI/Wanted/ControlsColumnTemplate.html
rename : src/UI/Missing/MissingCollection.js => src/UI/Wanted/Missing/MissingCollection.js
rename : src/UI/Missing/MissingLayout.js => src/UI/Wanted/WantedLayout.js
rename : src/UI/Missing/MissingLayoutTemplate.html => src/UI/Wanted/WantedLayoutTemplate.html
extra : source : 2c76f3e423d39446f3bd7799b7344d7be63c70f5
2014-02-22 16:21:40 -08:00
Taloth Saldono
935c26d03e
Support for loading of LazyLoaded properties via explicit join.
...
--HG--
extra : source : 1b7c96cb2a644ae17603c9d72ec09d94bc877bf1
2014-02-22 16:21:39 -08:00
Mark McDowall
4515c1d155
Blacklist cleanup
...
Fixed: Cleanup blacklist when series is deleted
Fixed: Cleanup blacklist on startup
2014-02-22 16:17:19 -08:00
Mark McDowall
6d1cb90723
Possible special is less aggressive, with tests
2014-02-22 15:33:11 -08:00
Mark McDowall
7279b58a58
Metadata cleanup and fixes
...
Fixed: Episode metadata will be renamed to match episode file names on refresh
Fixed: Episode metadata is renamed when episode file is renamed
2014-02-22 14:03:23 -08:00
Mark McDowall
e6e2f85d71
Reverted some special characters
2014-02-22 11:30:44 -08:00
Mark McDowall
aed76afa52
Changed some special characters to more sane values in file names
2014-02-22 11:25:17 -08:00
Mark McDowall
259c408b67
Added size information when Size spec rejects import
2014-02-22 10:57:48 -08:00
Mark McDowall
acee943d47
strip some additional special characters when searching trakt
2014-02-22 10:44:42 -08:00
Mark McDowall
0d14a2df9e
Changed trakt test to use Castle instead of Dexter
2014-02-22 01:09:44 -08:00
Mark McDowall
515901d1be
Fixed broken decision engine tests
2014-02-22 00:59:05 -08:00
Mark McDowall
78dacf6850
Fixed: Performance issues when processing results from indexers (RSS/Search)
2014-02-22 00:53:29 -08:00
Mark McDowall
0a837be9ff
Many (update/insert/delete) DB operations now use transactions
...
Fixed: Improved series/episode info refresh speed
2014-02-20 23:03:36 -08:00
Mark McDowall
36387dd13f
Fixed: Prevent queue errors from filling up UI with errors
2014-02-20 18:30:30 -08:00
Mark McDowall
6525fe9a67
Fixed: Better support for adding series that contain special characters
2014-02-20 18:16:26 -08:00
Mark McDowall
0b2b8e9bbe
Cleaned up parser tests, 1103/1113 parsing is less greedy
...
Fixed: Importing of hashed releases
2014-02-20 09:18:32 -08:00
Mark McDowall
faa24c5bb6
Merge branch 'special-episode-search' of https://github.com/iaddis/NzbDrone into special-episode-search
...
Conflicts:
src/NzbDrone.Core/Indexers/Omgwtfnzbs/Omgwtfnzbs.cs
2014-02-19 23:23:20 -08:00
Mark McDowall
668c667917
Fixed: command+T will not target search box in UI
2014-02-19 23:17:29 -08:00
Mark McDowall
21afdf80a2
Fixed: series/episode rating is 0-10
2014-02-19 23:06:44 -08:00
Mark McDowall
b05d2c17e5
Labels for add series options
2014-02-19 22:23:47 -08:00
Mark McDowall
d51517d60c
Add existing series shows a loading message
...
Fixed: Message to tell users series are being loaded from trakt
2014-02-19 22:02:11 -08:00
Mark McDowall
d703bc8dc5
Fixed: SABnzbd test with fail if the API Key is wrong
2014-02-19 18:40:19 -08:00
Mark McDowall
46f904d165
Refactored retention spec
2014-02-19 18:23:55 -08:00
Mark McDowall
811122f879
Fixed: Multi episode naming example
2014-02-18 23:28:30 -08:00
Mark McDowall
d86a54d208
Failed download handling won't error when download client hasn't been configured
2014-02-18 23:19:21 -08:00
Mark McDowall
7d4a514a68
Changed how running a process and waiting for exit is handled
2014-02-18 22:37:04 -08:00
Mark McDowall
c5a3b714e6
Fixed XBMC notification logo
2014-02-18 22:25:44 -08:00
Mark McDowall
cbd8e98677
More xbmc metadata improvements
...
New: Create/update episode metadata when series is refreshed
Fixed: Episode Metadata when screenshot is not available
Fixed: Episode metadata being stored in database incorrectly
Fixed: Do not create metadata when series folder does not exist
2014-02-18 20:51:37 -08:00
Mark McDowall
1dec725941
Fixed: Getting root folders with invalid paths
2014-02-17 20:50:13 -08:00
Mark McDowall
55383502ca
Fixed: Do not set display season/episode for XBMC metadata
2014-02-17 20:15:25 -08:00
Mark McDowall
f9312eb3e5
Fixed a copy pasta error for SAB history
2014-02-17 17:57:20 -08:00
Mark McDowall
6b389d2643
Reordered migrations after rebase
2014-02-16 23:06:24 -08:00
Mark McDowall
207ffd1e5a
Fixed root folder integration test
2014-02-16 23:01:37 -08:00
Mark McDowall
77b83b521e
Validation, settings UI cleanup and different settings models, oh my
...
New: Download client UI matches other settings
Fixed: Prevent drone factory folder from being set to invalid paths/root path for series
Fixed: Switching pages in settings will not hide changes
Fixed: Test download clients
Fixed: Settings are validated before saving
2014-02-16 23:01:36 -08:00
Mark McDowall
606d78f5e1
Download clients now use thingy provider
2014-02-16 23:01:36 -08:00
Mark McDowall
ba22600412
Couple XBMC Metadata fixes
...
Fixed: Actor URL for XBMC Metadata
Fixed: Incorrectly storing season images for XBMC metadata
(cherry picked from commit 5b2c3b88c0fdf002bb46a45e85c2f5066cc84877)
2014-02-16 22:47:57 -08:00
Mark McDowall
defa54f15c
cleaned up tests and names
2014-02-16 17:05:11 -08:00
Taloth Saldono
ff9887deaa
Added MinSize check and revised tests.
2014-02-15 11:51:52 +01:00
Mark McDowall
ea6e858dbf
Fixed migration filenames, check if process has exited before waiting for exit
2014-02-13 11:15:15 -08:00
Mark McDowall
c0fb53c7f6
Changed args to find process information by id
2014-02-13 08:12:14 -08:00
Mark McDowall
a13d187473
Cache break old logo
2014-02-12 23:00:19 -08:00
Mark McDowall
b339f8daf6
Metadata settings added to UI
2014-02-12 22:44:07 -08:00
Mark McDowall
c0ae876385
Fixed Indexer delete view
2014-02-12 21:40:56 -08:00
Mark McDowall
66504febe0
Fixed migrations after rebase
2014-02-12 12:26:31 -08:00
Mark McDowall
cc4f2f3a69
Re numbered metadata migrations
2014-02-12 01:05:31 -08:00
Mark McDowall
e9db0fc14a
Fixes after rebase
2014-02-12 01:05:29 -08:00
Mark McDowall
409e1cca94
No more dupes and house cleaner added
2014-02-12 01:04:56 -08:00