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

4432 Commits

Author SHA1 Message Date
Mark McDowall
46bd5d1767 Fixed: Skip last write time check on linux for _UNPACK_ folders 2013-10-22 17:42:43 -07:00
Mark McDowall
743754a041 Catch any errors setting last write time so we don't blow up the whole process
Fixed: Prevent error when importing files that causes the process to fail
2013-10-20 11:17:56 -07:00
Mark McDowall
f14fff676e Fixed some UI issues
Fixed: Add folder won't show loading when there aren't any folders
2013-10-20 11:01:30 -07:00
Mark McDowall
aa26d68f18 Updating manually now uses a command so it shows progress 2013-10-18 17:48:14 -07:00
Mark McDowall
e7780af212 Better name from LocalEpisode in EpisodeImportedEvent 2013-10-17 18:28:30 -07:00
Mark McDowall
3586d59d6c Fixed: Now able to parse series names that use underscores instead of spaces 2013-10-17 11:25:08 -07:00
Mark McDowall
c708b5ce1a Only run InheritFolderPermissions on Windows 2013-10-16 17:20:28 -07:00
Mark McDowall
2ecacecbfd Merge branch 'develop'
Conflicts:
	src/UI/app.js
2013-10-16 08:40:45 -07:00
Mark McDowall
acd2069d5a Fixed issues adding root folders
Fixed: Error after adding new path when adding a new series
Fixed: Can now add multiple paths without refreshing the page
2013-10-16 08:33:05 -07:00
Mark McDowall
af74ea967b GetPathRoot for DownloadedEpisodesFolder 2013-10-15 22:31:25 -07:00
Mark McDowall
d4fd731b34 Free space will show shared drives and show drive label 2013-10-15 21:11:45 -07:00
Mark McDowall
741279b596 Import episodes will import largest files first (to reject samples) 2013-10-14 09:22:16 -07:00
Mark McDowall
03149b1396 Newznab indexers are tested before creating 2013-10-13 23:28:20 -07:00
Mark McDowall
1689aa4f64 Merge branch 'diskspace' into develop 2013-10-13 08:58:39 -07:00
Mark McDowall
ddf83230f3 Fixed omgwtfnzbs issues with null settings
Fixed: omgwtfnzbs settings issue
2013-10-12 21:24:56 -07:00
Mark McDowall
25c5401a9d More Connects cleanup/fixing 2013-10-12 19:46:36 -07:00
Mark McDowall
27da44ba45 Converted notifications to thingi provider
Fixed: Issues creating and saving Connects
2013-10-12 12:05:37 -07:00
Mark McDowall
43a70f4479 Moved disk space and about to new info tab
New: Disk space visible in the UI under System Info
2013-10-11 16:18:04 -07:00
fzr600dave
6c414929c3 Updated as per markus request for viewing disk space
Added two methods to Diskprovider:-
getFixedDrives, getTotalSize
and letting UI decide on how to display space.
and changed from vent to listenTo
(cherry picked from commit 5aa00cfb6498d4731d5d880c346afe747a61024e)
2013-10-11 15:56:18 -07:00
fzr600dave
041e767f3d Added Disk space information to system.
(cherry picked from commit 91625019378247b1c6ab85afaee23f2855e3298b)
2013-10-11 15:56:06 -07:00
Mark McDowall
4510ca8fa1 Added git attributes file to force LF endings 2013-10-11 15:53:27 -07:00
Mark McDowall
ff7ce397ab Removed random s from jquery.ajax 2013-10-10 21:22:39 -07:00
Mark McDowall
8cfc9ef0a3 Run cleanup when drone starts
New: Cleanup jobs will run when drone starts as well as every 24 hours
2013-10-10 20:37:37 -07:00
Mark McDowall
7ac77ecfcc Send auth header with ajax requests 2013-10-10 20:37:35 -07:00
kayone
48c9e29eab Fixed: Back to top button is back
Fixed: Delete series in Firefox
2013-10-10 18:29:49 -07:00
Mark McDowall
c926775719 Cleanup orphaned episode files if the series was deleted
Fixed: Cleanup orphaned episode files after a series is deleted
2013-10-09 23:58:56 -07:00
Mark McDowall
036c1f888f Show latest release as maintenance release when there are no changes 2013-10-09 18:50:56 -07:00
Mark McDowall
9f403b46ff Dropped TVDbEpisodeId since its not used and was causing contraint issues
Fixed: Issues refreshing some series due to episodes being reordered on TheTVDB
2013-10-09 17:23:13 -07:00
Mark McDowall
af278685ad SeasonPass buttons are labeled better 2013-10-09 00:29:14 -07:00
Mark McDowall
e730f02696 Merge pull request #33 from NzbDrone/not-in-queue
Not in queue check improved
2013-10-09 00:22:05 -07:00
Mark McDowall
d8189260bb Fixed broken test 2013-10-09 00:12:13 -07:00
Mark McDowall
6d46819972 Download client will return queue with remoteEpsiode
Fixed: In Queue check is more accurate
2013-10-08 23:58:29 -07:00
kayone
8169a6bd41 Fixed: error when showing episode list 2013-10-08 23:28:37 -07:00
Mark McDowall
883d0c815e Better NotInQueue checking 2013-10-08 23:16:36 -07:00
kayone
9ed7546279 minor cleanup 2013-10-08 22:48:40 -07:00
kayone
4948d0608b UI dependency graph cleanup 2013-10-08 18:43:41 -07:00
Mark McDowall
ed1be19563 Merge branch 'develop' 2013-10-08 16:39:14 -07:00
Mark McDowall
86ea33b638 Episode details uses listenTo instead of promises 2013-10-07 23:03:00 -07:00
Mark McDowall
78a5dbe097 Root folders use listenTo now 2013-10-07 22:47:04 -07:00
Mark McDowall
224100b46e Series title will be shown as alt text when series doesn't have poster (poster view)
Fixed: Series without posters will use text instead of image on poster view
2013-10-07 22:22:19 -07:00
Mark McDowall
0d7097a682 Deleting logs will refresh on completion 2013-10-07 20:35:27 -07:00
Mark McDowall
4dfe201019 naming samples no longer use promises to load 2013-10-07 20:07:16 -07:00
Mark McDowall
ee2973efe7 No more caching of log files, also better handling of logs on page load 2013-10-07 19:37:02 -07:00
Mark McDowall
7d9eaf8cfc Converted selectall.css to less for better import 2013-10-06 17:07:30 -07:00
Mark McDowall
ffc40d9456 Report errors on linux 2013-10-06 15:36:55 -07:00
Mark McDowall
be6d5aa4c2 Show no activity when no activity for episode 2013-10-06 15:27:00 -07:00
Mark McDowall
308f76d0fe Updates cleanup 2013-10-06 15:22:43 -07:00
Mark McDowall
27511769ae Episode activity goes through History now
Do not report exceptions on linux (culture is null and fails)
2013-10-06 11:06:39 -07:00
Mark McDowall
7d2c6339bc EpisodeActivity cleanup 2013-10-05 16:55:43 -07:00
Mark McDowall
6cff6122a1 Tests for command comparer when lists are different 2013-10-05 16:55:43 -07:00