Mark McDowall
|
9533e9e403
|
Better help text for download client priority
|
2014-03-05 21:58:32 -08:00 |
|
Mark McDowall
|
36e7dc75e5
|
nlsub is treated as dutch
|
2014-03-05 17:29:05 -08:00 |
|
Mark McDowall
|
96a4cd33cb
|
Added help text to Nzbget and Sab priority settings
|
2014-03-05 13:23:11 -08:00 |
|
Mark McDowall
|
6109704fb0
|
Only catch SQLite exceptions
|
2014-03-04 23:11:38 -08:00 |
|
Mark McDowall
|
d8f55c0358
|
Catch errors when failing to write logs to database
|
2014-03-04 17:02:36 -08:00 |
|
Mark McDowall
|
e0d8d18838
|
Better logging when adding a new indexer and it fails
|
2014-03-01 20:05:35 -08:00 |
|
Mark McDowall
|
366034c969
|
Return MoveFile
|
2014-02-27 16:42:04 -08:00 |
|
Mark McDowall
|
7758db5324
|
EpisodeFileMover updates episode file path after move
|
2014-02-27 16:32:08 -08:00 |
|
Mark McDowall
|
33ebf1bf78
|
New: Rename all selected series from the series editor
|
2014-02-27 08:51:31 -08:00 |
|
Mark McDowall
|
98858bd237
|
Better error messaging when connecting to nzbget fails
|
2014-02-27 07:07:02 -08:00 |
|
Mark McDowall
|
669f351d08
|
Properly handling multi episode in one scene numbered release
Fixed: Multiple episodes under one scene episode for some shows
|
2014-02-26 22:51:41 -08:00 |
|
Mark McDowall
|
434ad5f340
|
csproj
|
2014-02-26 22:07:45 -08:00 |
|
Mark McDowall
|
7084b0244e
|
Better error message when error is received from SABnzbd
|
2014-02-26 22:06:24 -08:00 |
|
Mark McDowall
|
e309f89ea1
|
New: Option to use SSL to connect to nzbget
|
2014-02-26 19:21:15 -08:00 |
|
Mark McDowall
|
274e2eac86
|
DiskSpaceService will not blow up if total or free space is null
|
2014-02-26 08:08:04 -08:00 |
|
Mark McDowall
|
99336595b0
|
Removed SetFolderWriteTime in favour of FolderSetLastWriteTimeUtc
|
2014-02-26 07:55:13 -08:00 |
|
Mark McDowall
|
c8ae9f40fb
|
New: App health displayed in UI
|
2014-02-25 21:40:47 -08:00 |
|
Taloth Saldono
|
4786bc0c34
|
Failed Download detection now ignores history without unique download client id.
|
2014-02-24 21:50:00 +01:00 |
|
Mark McDowall
|
9c7eaf0043
|
Fixed: removed validation for Nzbget username and password when either is blank
|
2014-02-24 08:09:16 -08:00 |
|
Mark McDowall
|
5672c42f24
|
Merge branch 'sqlite' into develop
|
2014-02-23 15:02:54 -08:00 |
|
Mark McDowall
|
860db98294
|
Merge branch 'wanted' into develop
|
2014-02-23 15:01:28 -08:00 |
|
Mark McDowall
|
828e8eb147
|
Fixed: Orphaned episode file was preventing rename preview from functioning
|
2014-02-23 13:37:21 -08:00 |
|
Taloth Saldono
|
eddfe67eb1
|
Added test to verify 'like' clause and fixed issue.
|
2014-02-23 16:02:28 +01:00 |
|
Mark McDowall
|
20dec3c205
|
Wanted is much much faster now.
|
2014-02-22 19:19:05 -08:00 |
|
Mark McDowall
|
ab3dbfc240
|
Blacklist uses seriesId for index
|
2014-02-22 16:25:32 -08:00 |
|
Mark McDowall
|
3e5117cce2
|
Renumbered migration after rebase
|
2014-02-22 16:22:59 -08:00 |
|
kayone
|
0b54210ab1
|
added index to History on date.
|
2014-02-22 16:22:58 -08:00 |
|
kayone
|
c973ab844a
|
Added some missing indexes database.
|
2014-02-22 16:22:58 -08:00 |
|
kayone
|
5117eaaf5c
|
removed migrationcache
|
2014-02-22 16:22:09 -08:00 |
|
kayone
|
68129e3518
|
database is now singleton
|
2014-02-22 16:22:08 -08:00 |
|
kayone
|
7f8fa7ec4b
|
Updated project config
|
2014-02-22 16:22:07 -08:00 |
|
kayone
|
3f899f2130
|
fixed broken tests
|
2014-02-22 16:22:06 -08:00 |
|
kayone
|
a0b0f586c8
|
New: Log database is compressed when logs are trimmed/purged
|
2014-02-22 16:22:06 -08:00 |
|
kayone
|
9370de0cc0
|
New: Main DB is compressed on app start
|
2014-02-22 16:22:05 -08:00 |
|
kayone
|
e1376397a7
|
cleaned up Datastore folder
|
2014-02-22 16:22:04 -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 |
|
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
|
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 |
|