jellyfin/Emby.Server.Implementations
Bond_009 0f52896691 Fix UnauthorizedAccessException in GetDrives
```
[15:01:24] [ERR] [55] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL GET /Environment/Drives.
System.UnauthorizedAccessException: Access to the path is denied.
 ---> System.IO.IOException: Operation not permitted
   --- End of inner exception stack trace ---
   at System.IO.DriveInfo.CheckStatfsResultAndThrowIfNecessary(Int32 result)
   at System.IO.DriveInfo.get_TotalSize()
   at Emby.Server.Implementations.IO.ManagedFileSystem.<>c.<GetDrives>b__32_0(DriveInfo d) in /home/bond/dev/jellyfin/Emby.Server.Implementations/IO/ManagedFileSystem.cs:line 583
   at System.Linq.Enumerable.WhereSelectArrayIterator`2.ToList()
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetDrives() in /home/bond/dev/jellyfin/Emby.Server.Implementations/IO/ManagedFileSystem.cs:line 583
   at Jellyfin.Api.Controllers.EnvironmentController.GetDrives() in /home/bond/dev/jellyfin/Jellyfin.Api/Controllers/EnvironmentController.cs:line 153
   at lambda_method559(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
```
2021-11-07 15:33:39 +01:00
..
AppBase Remove workaround for dotnet/runtime#42790 2021-10-03 19:52:38 +02:00
Archiving Create output directory when extracting archive files 2021-09-26 16:23:43 -06:00
Branding Apply code review suggestions 2020-04-19 13:39:12 -04:00
Channels Enable nullable for more files 2021-10-26 13:56:30 +02:00
Collections Fix some warnings 2021-09-03 19:32:11 +02:00
Configuration Enable nullable reference types for Emby.Server.Implementations 2021-05-20 22:48:53 +02:00
Cryptography Use static crypto rng 2021-10-08 15:02:58 +02:00
Data Fix the last few warnings 2021-10-06 11:30:45 +02:00
Devices Fix warnings in DeviceId 2021-10-03 21:41:22 -04:00
Dto Use new Random.Shared instead of creating new instances 2021-10-08 15:40:13 +02:00
EntryPoints Fix warnings in LibraryChangedNotifier 2021-10-03 21:41:22 -04:00
HttpServer Fix warnings in WebSocketConnection 2021-10-03 21:41:22 -04:00
Images Fix the last few warnings 2021-10-06 11:30:45 +02:00
IO Fix UnauthorizedAccessException in GetDrives 2021-11-07 15:33:39 +01:00
Library Merge pull request #6027 from fredriklindberg/improve-series-matching 2021-11-02 20:17:49 +01:00
LiveTv Merge pull request #6551 from MrChip53/xmltv-improve 2021-10-26 00:03:37 +02:00
Localization Merge pull request #6748 from ptalmeida/master 2021-11-03 13:01:53 +01:00
MediaEncoder Remove all instances of en-US culture 2021-09-26 09:11:25 -06:00
Net Fix warnings in UdpSocket 2021-10-03 21:41:22 -04:00
Playlists Fix warnings in Playlists 2021-10-03 21:41:22 -04:00
Plugins Fix some warnings 2021-09-25 20:32:53 +02:00
Properties Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzing 2021-09-02 21:28:00 +02:00
QuickConnect Replace RNGCryptoServiceProvider with RandomNumberGenerator 2021-09-24 20:15:46 +02:00
ScheduledTasks Fix warnings in ScheduledTasks 2021-10-02 12:53:51 -04:00
Serialization Use async FileStreams where it makes sense 2021-09-02 14:02:04 +02:00
Session Fix warnings in SessionManager 2021-10-03 21:41:22 -04:00
Sorting Fix warnings in Sorting 2021-10-03 21:41:22 -04:00
SyncPlay Merge pull request #5648 from OancaAndrei/syncplay-sessions-fix 2021-09-10 17:44:44 +02:00
TV Fix some warnings 2021-09-03 19:32:11 +02:00
Udp Fix warnings in UdpServer 2021-10-03 21:41:22 -04:00
Updates Fix warnings in InstallationManager 2021-10-03 21:41:22 -04:00
ApplicationHost.cs Streamline startup code 2021-11-02 16:02:52 +01:00
ConfigurationOptions.cs Remove unused using directives 2021-04-17 11:37:55 +01:00
Emby.Server.Implementations.csproj Bump prometheus-net.DotNetRuntime from 4.2.1 to 4.2.2 2021-10-18 12:01:09 +00:00
IStartupOptions.cs Document IStartupOptions 2021-10-02 11:54:31 -04:00
ServerApplicationPaths.cs Fix warnings in ServerApplicationPaths 2021-10-03 21:41:22 -04:00