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 Removing left over edits left from the acceptance of previous PR's. 2020-11-16 19:45:21 +00: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 Use UTF8 encoding and async correctly 2020-12-29 00:35:59 +01:00
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 Merge pull request #4341 from Bond-009/minor6 2020-11-02 11:10:39 -05:00
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 Merge pull request #4853 from Ullmie02/servicestack-json 2020-12-30 10:33:32 +01:00
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 Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage. 2020-11-16 20:29:46 -07:00
Plugins Added referenced assembly failure detection, and DI failure protection. 2020-12-31 11:39:34 +00:00
Properties Add tests for HdHomerunHost.GetModelInfo 2020-12-08 18:53:38 +01:00
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 Merge pull request #4716 from OancaAndrei/syncplay-new-auth-policies 2020-12-13 16:58:28 -05:00
TV Use a more descriptive function name 2020-12-13 08:15:26 -07:00
Udp Updatig netcollection & re-inserting BOM 2020-10-04 09:56:33 +01:00
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 Removed browser auto-load functionality from the server. 2020-09-16 13:22:04 -04:00
ServerApplicationPaths.cs Minor improvements 2020-10-17 16:01:36 +02:00