jellyfin/Emby.Server.Implementations
obradovichv 0282a1ed09 Fix string culture specificity
Fix bug in SsaParser.cs primary color {\1c} formatting that would leave
behind the {\1c} closing token and instead append </font> token
unconditionally to the dialogue text. Add tests.

Change AlphanumComparatorTests.cs complementary test data generation
from an array shuffle to an array reversal. Although it was previously
using a seeded Random, the shuffle itself could result in no
rearrangement of elements if the seed or test data changed over time.
The reversal guarantees reordering of elements and has the added benefit
of simplifying the test code since no special handling is needed for
arrays of 2 elements.

Change DailyTrigger.cs logging of TriggerDate format to
"yyyy-MM-dd HH:mm:ss.fff zzz" for consistency with configured log
timestamp format and change DueTime format to culture-invariant "c"
format.
2021-01-03 20:17:27 +02: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 Add only correct person blurhash 2021-01-01 12:35:03 -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 Remove IIsoMounter and IsoMounter 2020-12-03 07:34:15 -07:00
Library Merge pull request #4890 from nielsvanvelzen/4888-fix-search-hints 2020-12-30 19:55:57 -05:00
LiveTv Merge pull request #4853 from Ullmie02/servicestack-json 2020-12-30 10:33:32 +01:00
Localization Translated using Weblate (Swedish) 2021-01-02 21:11:01 -05: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 Fix string culture specificity 2021-01-03 20:17:27 +02: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 Add SessionControllerConnected event 2020-12-07 01:04:48 +01: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