Commit Graph

69 Commits (6f8ccab788e85e025eaa44b67a1487bf419afb53)

Author SHA1 Message Date
Bond_009 6f8ccab788 Move non-jellyfin extensions to separate project
3 years ago
cvium 42a2cc1747 Remove some unnecessary allocations
3 years ago
Bond_009 7e8428e588 Enable nullable reference types for Emby.Server.Implementations
3 years ago
cvium 608cba817c Reduce some allocations with the magic of spans etc.
3 years ago
cvium 8933389753 Respect user settings for transcode and remux
3 years ago
Bond_009 a8ed753f6c FxCop -> Net Analyzers (part 2)
3 years ago
Bond_009 a9b497720d Use JsonSerializer.SerializeToUtf8Bytes when doing a round trip
3 years ago
David 043d045448 Put json serializer options in private field
3 years ago
David 2a574914ea Use streams instead of strings
3 years ago
David 196388d607 Remove custom Json serializer from Emby.Server.Implementations
3 years ago
Bond_009 bc7359f87d
Use string.Split(char) where possible instead of string.Split(char[])
4 years ago
Ryan Petris 4db5700e18
Don't take a lock if there's no intention to manipulate the list of open streams. Instead, use a ConcurrentDictionary so that, in those situations, thread-safe access to the dictionary is ensured.
4 years ago
Bond_009 01e781035f Fix warnings
4 years ago
Bond_009 7324b44c43 Fix warnings
4 years ago
telans 247f9c61e6
fix SA1513/SA1516
4 years ago
telans 3d9049ef08
fix SA1508
4 years ago
telans acd4389653
fix SA1005
4 years ago
telans 726e116d5b
fix SA1510
4 years ago
Patrick Barron 42b4f0aa2e Merge branch 'master' into userdb-efcore
4 years ago
crobibero 44957c5a9a Use typed logger where possible
4 years ago
Patrick Barron 06f9cde22f Merge branch 'master' into userdb-efcore
4 years ago
Bond_009 7439e095e2 Merge branch 'master' into nullable3
4 years ago
Patrick Barron c464f700db Remove redundant qualifiers
4 years ago
Patrick Barron 9ad839c776 Initial migration code
4 years ago
Bond_009 30ce346f34 Enable nullabe reference types for MediaBrowser.Model
4 years ago
Mark Monteiro 573da63d41 Register and construct IMediaSourceManager correctly
4 years ago
Bond_009 07cc4be6a7 Fix some warnings
4 years ago
dkanada d217f1614e
Merge pull request #2096 from Bond-009/embytv
4 years ago
Bond_009 bb236b9591 Merge branch 'master' into warn12
4 years ago
Bond_009 e714b9930e Merge branch 'master' into embytv
4 years ago
Bond_009 a253fa616d Fix build and address comments
4 years ago
dkanada aca31457c0 merge branch master into media-attachments
4 years ago
Bond_009 2ef4ffd698 More warnings (removed)
5 years ago
Bond_009 5cab79c839 Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
5 years ago
Bond_009 42ffddc269 Fix more warnings
5 years ago
Andrew Mahone d73f46dcda
Update Emby.Server.Implementations/Library/MediaSourceManager.cs
5 years ago
Andrew Mahone 8b2d7062c4
Update Emby.Server.Implementations/Library/MediaSourceManager.cs
5 years ago
Andrew Mahone 193a1fa474
Update Emby.Server.Implementations/Library/MediaSourceManager.cs
5 years ago
Andrew Mahone 7110069b39 Return list result directly for MediaAttachments.
5 years ago
Andrew Mahone 1600d5b53f Merge remote-tracking branch 'origin/master' into media-attachments-clean
5 years ago
Bond_009 d9a03c9bb1 Fix more warnings
5 years ago
Andrew Mahone 1513c76a3e Support MediaAttachment retrieval in MediaSourceManager.
5 years ago
Bond-009 6032f31aa6 Use CultureInvariant string conversion for Guids
5 years ago
Claus Vium 0ef2b46106 Remove custom Threading
5 years ago
Bond-009 2a1f6361a5
Merge branch 'master' into locale
5 years ago
Erwin de Haan d7c6d16250 Unwrapped CreateDirectory and DeleteDirectory
5 years ago
Erwin de Haan 3a831994f6 Unwrapped GetDirectoryName and DirectorySeperatorChar
5 years ago
Bond_009 51edd5d067 Reworked LocalizationManager to load data async
5 years ago
Bond_009 722120af74 Remove conditions that are always true/false
5 years ago
William Taylor 65cd3ed597 Replaced injections of ILogger with ILoggerFactory
5 years ago