jellyfin/Emby.Server.Implementations
Claus Vium 7caf1662ec
Merge pull request #4478 from Bond-009/chararray
Don't allocate single char arrays when possible
2020-11-15 13:48:43 +01:00
..
AppBase Merge pull request #4253 from BaronGreenback/fordiscussion 2020-11-15 13:29:04 +01:00
Archiving Document and clean up ZipClient.cs 2020-04-14 15:16:04 -04:00
Branding Apply code review suggestions 2020-04-19 13:39:12 -04:00
Channels Minor perf improvements 2020-11-06 16:15:30 +01:00
Collections Make some methods async 2020-08-21 22:01:19 +02:00
Configuration Move GenericEventArgs to Jellyfin.Data.Events 2020-08-13 20:52:55 -04:00
Cryptography Merge branch 'master' into nullable3 2020-05-27 20:49:18 +02:00
Data Use string.Split(char) where possible instead of string.Split(char[]) 2020-11-14 20:27:48 +01:00
Devices Move GenericEventArgs to Jellyfin.Data.Events 2020-08-13 20:52:55 -04:00
Dto Use string.Split(char) where possible instead of string.Split(char[]) 2020-11-14 20:27:48 +01:00
EntryPoints Merge pull request #4210 from nielsvanvelzen/typed-websocket-message 2020-10-05 10:40:52 +02:00
HttpServer Use string.Trim(char) instead of string.Trim(char[]) where possible 2020-11-14 20:27:59 +01:00
IO Fix some warnings 2020-08-31 22:20:19 +02:00
Images Merge pull request #4341 from Bond-009/minor6 2020-11-02 11:10:39 -05:00
Library Missed some stuff 2020-11-14 20:28:15 +01:00
LiveTv Access last element by index where possible 2020-11-14 20:28:14 +01:00
Localization Translated using Weblate (Romanian) 2020-11-15 05:36:15 -05:00
MediaEncoder Use typed logger where possible 2020-06-05 18:15:56 -06:00
Net Fix warnings 2020-07-24 16:37:54 +02:00
Networking Fix inverted logic for LAN IP detection 2020-07-30 17:18:44 -04:00
Playlists Fix build 2020-08-21 22:19:16 +02:00
Plugins Rename PlugInManifest.cs to PluginManifest.cs 2020-09-16 14:14:10 +01:00
Properties Adjusted AssemblyCopyright attribute values. 2019-03-14 22:17:56 +01:00
QuickConnect Apply suggestions from code review 2020-08-26 15:24:24 -05:00
ScheduledTasks Replace Task.WaitAll with Task.Wait 2020-11-14 20:30:08 +01:00
Security Fix SA 1116 warnings 2020-10-12 20:05:11 +02:00
Serialization Fix 2020-08-09 14:08:56 +02:00
Session Fix playbackstart not triggering in the new eventmanager 2020-10-06 08:14:56 +02:00
Sorting Fix warnings 2020-07-24 16:37:54 +02:00
SyncPlay Fix build 2020-10-04 16:45:00 +02:00
TV Use nameof where possible 2020-10-17 16:19:57 +02:00
Udp Remove excess code. 2020-09-07 12:28:48 +01:00
Updates Merge pull request #4247 from crobibero/update-plugin 2020-11-08 18:00:49 +01:00
ApplicationHost.cs Merge pull request #4478 from Bond-009/chararray 2020-11-15 13:48:43 +01:00
ConfigurationOptions.cs Change default value for allow duplicates in playlist option to False 2020-09-10 10:03:08 -07:00
Emby.Server.Implementations.csproj Update to dotnet 3.1.9 2020-10-13 18:50:04 -06:00
IStartupOptions.cs Removed browser auto-load functionality from the server. 2020-09-16 13:22:04 -04:00
ResourceFileManager.cs Use typed logger where possible 2020-06-05 18:15:56 -06:00
ServerApplicationPaths.cs Minor improvements 2020-10-17 16:01:36 +02:00