jellyfin-server/Emby.Server.Implementations
Bond_009 2dcb2f8a9f Ban the usage of Task.Result
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
2022-01-22 16:48:31 +01:00
..
AppBase More cleanup 2021-12-27 14:20:05 +00:00
Archiving Use System.IO.Compression instead of SharpCompress for zips 2021-12-18 17:52:38 +01:00
Branding Apply code review suggestions 2020-04-19 13:39:12 -04:00
Channels Ban the usage of Task.Result 2022-01-22 16:48:31 +01:00
Collections Remove more warnings 2021-12-27 07:38:06 -07:00
Configuration Enable nullable reference types for Emby.Server.Implementations 2021-05-20 22:48:53 +02:00
Cryptography Replace PBKDF2-SHA1 with PBKDF2-SHA512 2021-11-10 22:34:54 +01:00
Data Properly populate QueryResult 2022-01-20 08:53:06 -07:00
Devices More cleanup 2021-12-27 14:20:05 +00:00
Dto Remove unnecessary array allocation 2022-01-15 15:54:14 +03:00
EntryPoints Remove more warnings 2021-12-27 07:38:06 -07:00
HttpServer Use IAuthorizationContext for websocket 2022-01-01 12:34:22 -07:00
Images Generate cover image for music video type libraries. 2022-01-18 19:46:03 -06:00
IO Remove more warnings 2021-12-27 07:38:06 -07:00
Library Properly populate QueryResult 2022-01-20 08:53:06 -07:00
LiveTv Ban the usage of Task.Result 2022-01-22 16:48:31 +01:00
Localization Translated using Weblate (Czech) 2022-01-20 03:13:14 -05:00
MediaEncoder Use our own Contains extension 2021-12-20 13:31:07 +01:00
Net More cleanup 2021-12-27 14:20:05 +00:00
Playlists Remove more warnings 2021-12-27 07:38:06 -07:00
Plugins More cleanup 2021-12-27 14:20:05 +00:00
Properties Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzing 2021-09-02 21:28:00 +02:00
QuickConnect Update StyleCop 2021-12-24 18:28:27 +01:00
ScheduledTasks More cleanup 2021-12-27 14:20:05 +00:00
Serialization Use static lambdas 2021-12-19 10:27:57 +01:00
Session Use IAuthorizationContext for websocket 2022-01-01 12:34:22 -07:00
Sorting More cleanup 2021-12-27 14:20:05 +00:00
SyncPlay More cleanup 2021-12-27 14:20:05 +00:00
TV Properly populate QueryResult 2022-01-20 08:53:06 -07:00
Udp Remove task cancellation hacks 2022-01-07 11:24:36 +01:00
Updates Remove more warnings 2021-12-27 07:38:06 -07:00
ApplicationHost.cs Merge pull request #6600 from cvium/keyframe_extraction_v1 2022-01-20 08:54:40 -07:00
ConfigurationOptions.cs Remove unused using directives 2021-04-17 11:37:55 +01:00
Emby.Server.Implementations.csproj Ban the usage of Task.Result 2022-01-22 16:48:31 +01: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