1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-10 04:52:42 +01:00
Commit Graph

1967 Commits

Author SHA1 Message Date
Mark McDowall
a7eb331d4e Merge branch 'ui-notifications' into develop
Conflicts:
	NzbDrone.Common/NzbDrone.Common.csproj
	UI/Series/Details/SeasonLayout.js
2013-09-03 07:18:04 -07:00
kay.one
5557ac8454 emergency hack to fix breaking trakt api. 2013-09-02 23:18:54 -07:00
Keivan Beigi
7417f76086 updated logging/loggly 2013-09-02 22:15:10 -07:00
Keivan Beigi
bceaee27a3 moved logging config to in-process 2013-09-02 22:15:08 -07:00
Mark McDowall
c928ccb201 Added progress messaging, using info logging
Also extension methods for complete and failed (for coloured UI messaging)
2013-09-01 21:12:57 -07:00
Mark McDowall
1e7db2287e ScheduledTasks properly set last run time now 2013-09-01 21:12:45 -07:00
Mark McDowall
c96ba5efd3 Commands return immediately and signalr is used to control the UI 2013-09-01 21:12:41 -07:00
Mark McDowall
56cd80d24a TrackedCommands are cleaned up automatically
TrackedCommandCleanupCommand is not tracked
2013-09-01 21:12:35 -07:00
Mark McDowall
780e374122 Added ProgressMessaging through nlog 2013-09-01 21:12:30 -07:00
Mark McDowall
c917cdc0cc Commands are stored in memory and prevents duplicate jobs 2013-09-01 21:12:24 -07:00
Mark McDowall
a3961ffb69 Added CommandId to commands 2013-09-01 21:12:18 -07:00
Mark McDowall
e4d7ea9fd8 Episodes will actually be renamed now 2013-09-01 21:03:49 -07:00
Mark McDowall
0974d275ef nzb titles in manual search will wrap 2013-09-01 11:31:16 -07:00
kay.one
3b240e0dd7 getting freespace returns null instead of blowing up. 2013-08-31 21:38:21 -07:00
Mark McDowall
561e78df8b Treating FR as french, better parsing for weird DVD releases 2013-08-31 20:01:46 -07:00
Mark McDowall
d1de6c1b2c Refactored quality parsing, should make things easier to work with 2013-08-31 19:45:12 -07:00
kay.one
4465d50a31 added path validation to add series/ recent folders. 2013-08-31 13:32:55 -07:00
kay.one
dd835d5503 clear existing scene name since it wasn't storing the correct string 2013-08-29 23:50:43 -07:00
kay.one
c25b92955f moveepisode is less side-effecty! 2013-08-29 23:41:49 -07:00
kay.one
954a79639f moveepisode is less side-effecty! 2013-08-29 23:39:41 -07:00
kay.one
e256271c5c store scene name in history 2013-08-29 23:38:55 -07:00
kay.one
b8bd2bffbf db stores logs for 7 days instead of 15. 2013-08-29 22:20:41 -07:00
kay.one
87ac2b3b76 fixed Dtd issues on Linux. 2013-08-29 19:27:23 -07:00
kay.one
25e6473537 fixed broken build. 2013-08-29 19:05:33 -07:00
kay.one
84857f286a handle exceptions when getting header for covers fail. 2013-08-29 19:00:40 -07:00
kay.one
47e29abc27 don't log indexer errors as exceptions. 2013-08-29 18:38:43 -07:00
kay.one
a22cbfee2f handle empty rss response from indexers. 2013-08-29 18:32:25 -07:00
Mark McDowall
9e5353aacc Cleanup orphaned seasons when deleting episodes 2013-08-28 22:56:46 -07:00
Mark McDowall
0d6b9969d2 FilterExistingFiles no longer converts paths to all lower case 2013-08-27 12:13:11 -07:00
Mark McDowall
3c732f5a5e 1080p releases without x264 or hdtv markers will be treated as HDTV instead of unknown 2013-08-27 07:08:00 -07:00
Mark McDowall
dcb1b76917 Added spaces so the split works 2013-08-26 22:20:08 -07:00
Mark McDowall
6bea671a1a Episode and Season monitored toggling works again 2013-08-26 20:20:39 -07:00
Mark McDowall
429460dd5e Merge branch 'services-update' into develop 2013-08-26 14:42:17 -07:00
Mark McDowall
b821f44cfa Merge branch 'xem-caching' into develop 2013-08-26 14:42:02 -07:00
Mark McDowall
2a11d6bf31 Cache list of Xem Mapped series at start and recache every 12 hours 2013-08-26 14:40:59 -07:00
kay.one
9370edb48c RootFolderService adds FreeSpace, UnmappedFolders to Get(int id) 2013-08-26 00:27:31 -07:00
Mark McDowall
0fa4934358 Using warning instead of danger for form elements 2013-08-25 22:34:01 -07:00
Mark McDowall
1c4a687854 Added history details modal 2013-08-25 22:34:00 -07:00
kay.one
438e3199de fixed input validation for indexers 2013-08-25 21:01:03 -07:00
Mark McDowall
6367d3d204 RestExtensions log validation at trace so they don't show up in UI 2013-08-25 17:35:11 -07:00
Mark McDowall
a54689fbc4 Appending .nzb to name when sent to nzbget 2013-08-25 12:41:40 -07:00
Mark McDowall
b71518a803 Old config file values are removed on app start 2013-08-24 23:05:49 -07:00
Mark McDowall
c179e715a6 Parsing tvrage id from newznab with TryParse now 2013-08-24 21:28:07 -07:00
Mark McDowall
60dadf96a3 Better episode count query 2013-08-24 20:38:08 -07:00
Mark McDowall
ff2b62887c Episodes without dates but file will be included in count
Unmonitored episodes with files will be included in the episode count
2013-08-24 19:02:33 -07:00
Mark McDowall
eefe44caa5 added version to query string 2013-08-23 21:45:02 -07:00
Mark McDowall
11c49c9260 Using services to get updates now 2013-08-23 21:45:01 -07:00
Mark McDowall
ae590828da Removed validation from OmgwtfnzbSettings 2013-08-23 21:40:02 -07:00
Mark McDowall
3965518023 Fixed an issue with propers being skipped for old and lower quality episodes 2013-08-23 21:05:37 -07:00
Keivan Beigi
b53476520f Merge branch 'develop' of github.com:NzbDrone/NzbDrone into develop 2013-08-23 12:14:17 -07:00