jellyfin/Emby.Server.Implementations
Bond_009 1752423e52 Open FileStream with FileMode.Create instead of FileMode.OpenOrCreate
> The OpenWrite method opens a file if one already exists for the file path,
    or creates a new file if one does not exist. For an existing file,
    it does not append the new text to the existing text. Instead,
    it overwrites the existing characters with the new characters.
    If you overwrite a longer string
    (such as "This is a test of the OpenWrite method") with a shorter string
    (such as "Second run"), the file will contain a mix of the strings
    ("Second runtest of the OpenWrite method").

Ref: https://docs.microsoft.com/en-us/dotnet/api/system.io.file.openwrite?view=net-5.0#remarks
2021-01-12 15:51:32 +01:00
..
AppBase Merge remote-tracking branch 'upstream/master' into dotnet-5 2020-11-15 11:56:35 -07:00
Archiving
Branding
Channels
Collections Make some methods async 2020-08-21 22:01:19 +02:00
Configuration fix ssl certificate cannot be saved 2020-12-11 23:52:09 +08:00
Cryptography Updated based on review feedback 2020-11-13 18:04:06 -07:00
Data Suggestions from code review 2020-12-04 08:00:55 -07:00
Devices Clean up DeviceManager and don't store capabilities on disk 2020-11-19 09:38:54 -05:00
Dto Fix potential null reference 2021-01-05 07:00:48 -07:00
EntryPoints Merge pull request #4242 from Spacetech/library_scan_speed 2020-12-04 13:17:26 +01:00
HttpServer This is only used in one place and therefore will always be HttpRequest. 2020-12-15 22:17:04 -07:00
Images
IO Ignore inaccessible files during library scans 2020-12-31 18:40:24 -08:00
Library Merge pull request #4906 from Spacetech/library_scan_ignore_inaccessible 2021-01-08 21:01:32 +01:00
LiveTv
Localization Merge pull request #4980 from Ullmie02/chinese 2021-01-09 18:55:57 +01:00
MediaEncoder Remove PlayableStreamFileNames as unused 2020-10-01 22:20:34 +02:00
Net Fix warnings 2020-07-24 16:37:54 +02:00
Playlists
Plugins Added referenced assembly failure detection, and DI failure protection. 2020-12-31 11:39:34 +00:00
Properties
QuickConnect Remove Hex class as the BCL has one now 2020-11-25 23:40:31 +01:00
ScheduledTasks Open FileStream with FileMode.Create instead of FileMode.OpenOrCreate 2021-01-12 15:51:32 +01:00
Security Fix SA 1116 warnings 2020-10-12 20:05:11 +02:00
Serialization Remove custom Json serializer 2020-12-23 13:24:34 +01:00
Session Fix capitalization of Playstate message 2021-01-05 10:06:55 -05:00
Sorting Fix warnings 2020-07-24 16:37:54 +02:00
SyncPlay
TV
Udp
Updates Update Emby.Server.Implementations/Updates/InstallationManager.cs 2020-12-23 10:27:27 +00:00
ApplicationHost.cs Added referenced assembly failure detection, and DI failure protection. 2020-12-31 11:39:34 +00: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 Merge pull request #4709 from BaronGreenback/PluginDowngrade 2020-12-31 18:47:05 -05:00
IStartupOptions.cs
ServerApplicationPaths.cs Minor improvements 2020-10-17 16:01:36 +02:00