1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00
Commit Graph

5570 Commits

Author SHA1 Message Date
Keivan Beigi
9905ce88e3 replaced clean with rimraf 2014-11-19 16:36:28 -08:00
Keivan Beigi
b4e7a16a2f updated npm packages 2014-11-19 16:36:05 -08:00
Mark McDowall
a8bea777d7 Fixed the migration to release restrictions 2014-11-18 23:58:59 -08:00
Mark McDowall
027ed1335f Workaround to deal with updating scene names 2014-11-18 23:49:00 -08:00
Mark McDowall
438686ca1a Refresh the scene mapping cache if it is empty during a lookup 2014-11-18 23:47:19 -08:00
Mark McDowall
53c2962d2a Release restrictions
New: Required terms assignable to series via tags
New: Ignored terms assignable to series via tagss
2014-11-18 22:07:24 -08:00
Mark McDowall
d6ed475c63 Removed old test 2014-11-18 22:05:34 -08:00
Mark McDowall
ddc4c359cb Fixed: Series title sorting won't remove special/part/episode 2014-11-18 22:01:44 -08:00
Mark McDowall
fd71bd6969 Refactored setting attributes on media/metadata files to its own service 2014-11-18 21:45:44 -08:00
Mark McDowall
f8c002db9f Fixed: Use runtime of series for sample checks instead of constant 2014-11-18 21:45:43 -08:00
Mark McDowall
16156611db Fixed: UrlBase when downloading backup files 2014-11-18 16:58:53 -08:00
Mark McDowall
e75d3fa233 Cleanup 2014-11-17 07:22:35 -08:00
Mark McDowall
5a4b49d46e Fixed: Sort by episode count takes number of episodes into account. 2014-11-16 21:28:41 -08:00
Mark McDowall
0ff5850a61 Added on SeriesResource 2014-11-16 17:21:13 -08:00
Mark McDowall
4c3daf7e39 New: Store date series was added in database 2014-11-16 17:15:43 -08:00
Taloth Saldono
5fed3670c8 Drone factory would throw exception on unknown series instead of proper error. 2014-11-16 19:49:01 +01:00
Taloth Saldono
374fe07aba Remove PostQueue from NzbGetProxy coz it's useless anyway. 2014-11-16 19:49:00 +01:00
Keivan Beigi
c0a46e04b8 Updated notification titles to sonarr 2014-11-15 20:12:03 -08:00
Taloth Saldono
eb5de4a3fa Removed obsolete tests. 2014-11-16 01:46:24 +01:00
Keivan Beigi
610367b2fe Merge pull request #140 from delphiactual/Sonarr
Fixed: NzbDrone to Sonarr on restart and shutdown
2014-11-15 16:29:13 -08:00
delphiactual
55a49c723d Fixed: NzbDrone to Sonarr on restart and shutdown 2014-11-15 17:26:31 -07:00
Taloth Saldono
0b48630c00 New: Improved the DownloadedEpisodesScanCommand endpoint to better support external triggers to CDH. (nzbToMedia) 2014-11-15 01:48:40 +01:00
Mark McDowall
ba38160430 Don't lower-case document title 2014-11-14 14:14:38 -08:00
Mark McDowall
8c88527f15 Merge pull request #138 from delphiactual/typos
Typos
2014-11-14 14:09:34 -08:00
delphiactual
b36b38ad78 Update NzbDroneController.js 2014-11-14 13:35:56 -07:00
delphiactual
4f48e16719 Update SysTrayApp.cs 2014-11-14 13:12:30 -07:00
delphiactual
3b6c5916e4 Update index.html 2014-11-14 13:11:43 -07:00
Mark McDowall
3ee58979ec New: CORS support on the API (for developing against the API) 2014-11-14 11:07:38 -08:00
Mark McDowall
4665682ea6 Fixed: Exception when navigating away from series details view while it is still loading 2014-11-14 07:34:09 -08:00
Mark McDowall
7af9748ff3 Fixed: Do not scan episode files in .AppleDouble folders 2014-11-13 22:15:45 -08:00
Mark McDowall
175ae3e996 Fixed: Series fanart images won't be stored as episode screenshots 2014-11-13 22:10:56 -08:00
Mark McDowall
d765d1eaef Fixed: Replace periods in title with nothing when searching indexers 2014-11-13 22:03:07 -08:00
Mark McDowall
83a64fb8b8 Cleaned up completed download service (more methods) 2014-11-13 16:37:09 -08:00
Mark McDowall
b579a1fcfe Added trackingId to queue 2014-11-13 16:37:08 -08:00
Taloth Saldono
7816499b52 Moved trakt search term tests to non-integration test. Added several more testcases for the camelCase conversion and adjusted the underlying logic accordingly. 2014-11-14 00:49:11 +01:00
Powdor
6dc72713be New: Import Existing series now handles camelCase titles without spaces. 2014-11-13 21:19:48 +01:00
Taloth Saldono
17ac82385a Fixed: Switching tabs in Activity and Wanted no longer add to navigation history, just like Settings, preventing a redirect loop when using the browser back navigation. 2014-11-11 21:40:47 +01:00
Mark McDowall
18f0e3d536 New: .wtv extension as video file 2014-11-08 09:56:01 -08:00
Mark McDowall
b53e633194 fixed profile unit test 2014-11-06 20:08:47 -08:00
Mark McDowall
64e7cc69b9 Fixed: Extras folder detection is case insensitive 2014-11-06 20:02:07 -08:00
Mark McDowall
730aba4408 New: Series search will search starting with the lowest season 2014-11-06 17:13:40 -08:00
Mark McDowall
c58c8ea542 New: Added a default Profile 'Any' (new installations only) 2014-11-06 08:19:46 -08:00
Mark McDowall
21a0df904f Fixed: Ability to monitor no seasons when adding a new series 2014-11-06 08:02:42 -08:00
Mark McDowall
b6fc490b89 Series detials fixes
Fixed: Adding a new series and going to series details will show data after information is fetched
Fixed: Series details won't reload view after update
2014-11-06 07:34:15 -08:00
Mark McDowall
48ec113598 Merge pull request #125 from Sonarr/original-title
New: Ability to use Original Title only in naming settings
2014-11-05 16:43:47 -08:00
Mark McDowall
97c9217c0d Fixed: Improved title sorting for 'A to Z' 2014-11-05 08:46:09 -08:00
Mark McDowall
3411c4e5a7 UI fixes
Fixed: Series search won't break when term contains brackets
Fixed: Attempting to apply the activity spinner incorrectly
2014-11-05 08:46:08 -08:00
Keivan Beigi
4bcab7ae9a reverted email to fix signing 2014-11-04 23:57:24 -08:00
Keivan Beigi
bf656b673b reverted email to fix signing 2014-11-04 23:49:24 -08:00
Keivan Beigi
b1e1b38b74 reverted email to fix signing 2014-11-04 23:41:08 -08:00