Commit Graph

153 Commits (3bf0e6c819b336ab0410c7a186c32f09ffb3cc3a)

Author SHA1 Message Date
Cody Robibero c7a94d48ae
Convert ItemSortBy to enum (#9765)
11 months ago
Bond_009 d8ec3a5470 Reduce usage of GetAwaiter().GetResult()
2 years ago
Bond_009 6481376b81 Use DistinctBy introduced in .NET 6
2 years ago
Bond_009 52194f56b5 Replace != null with is not null
2 years ago
Bond_009 c7d50d640e Replace == null with is null
2 years ago
Bond_009 f50a250cd9 Optimize Guid comparisons
3 years ago
Bond_009 adad13b865 Remove some dead code
3 years ago
Bond_009 1c14c86b20 Fix some warnings
3 years ago
Bond_009 2dcb2f8a9f Ban the usage of Task.Result
3 years ago
Cody Robibero a60cb280a3 Properly populate QueryResult
3 years ago
Cody Robibero 7bfc6b5679 Remove more warnings
3 years ago
cvium b880dc8a4a Use our own Contains extension
3 years ago
Cody Robibero 32629cd7da Use BaseItemKind where possible
3 years ago
Bond_009 5726535a26 Fix some warnings
3 years ago
Bond_009 637e86478f Fix some warnings
3 years ago
Cody Robibero cba07b1ca6 Remove more and more warnings
3 years ago
Bond_009 0bc0601442 Fix some warnings
3 years ago
Bond_009 7e8428e588 Enable nullable reference types for Emby.Server.Implementations
3 years ago
BaronGreenback 2e98de9062
Code Clean up: Convert to null-coalescing operator ?? (#5845)
3 years ago
Bond_009 a9b497720d Use JsonSerializer.SerializeToUtf8Bytes when doing a round trip
4 years ago
crobibero 8517b28eba Make BaseItemDto Guids nullable
4 years ago
Bond_009 bc7359f87d
Use string.Split(char) where possible instead of string.Split(char[])
4 years ago
crobibero 73f9a6d7d0 Convert array property to IReadOnlyList
4 years ago
Bond_009 49569ca0a0 Use nameof where possible
4 years ago
Matt Montgomery 53d5f64e03 Fix SA1513, SA1514, SA1507, and SA1508
4 years ago
Patrick Barron 9fa4fff15d Merge branch 'master' into event-rewrite-1
4 years ago
Bond_009 119f64f5e7 Make some methods async
4 years ago
Bond_009 2b400c99ef Fix warnings
4 years ago
Patrick Barron ca1f15af19 Move GenericEventArgs to Jellyfin.Data.Events
4 years ago
Patrick Barron 7adac7561a Use System.Text.Json in LiveTvManager
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
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
Vasily 40502a33e0
Merge pull request #3203 from Bond-009/warn18
4 years ago
Vasily 668e10ceb7
Merge pull request #2767 from Bond-009/nullable3
4 years ago
Bond_009 4748105dce Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
4 years ago
Bond_009 7439e095e2 Merge branch 'master' into nullable3
4 years ago
Patrick Barron eef7cfd912 Make SonarCloud less angry
4 years ago
Bond_009 10e381f66f Fix some 'bugs' flagged by sonarcloud
4 years ago
Patrick Barron c464f700db Remove redundant qualifiers
4 years ago
Patrick Barron 9ad839c776 Initial migration code
4 years ago
Mark Monteiro f815059698 Merge remote-tracking branch 'upstream/master' into register-services-correctly
4 years ago
Bond_009 49fe5e0a21 Fix some warnings
5 years ago
Bond_009 30ce346f34 Enable nullabe reference types for MediaBrowser.Model
5 years ago
Mark Monteiro cb2d99e831 Construct LiveTvDtoService and LiveTvManager correctly
5 years ago
Mark Monteiro 3d5b4f869c Register ILiveTvManager and IPlaylistManager correctly
5 years ago
Bond_009 3ab50f5a3f Address comments
5 years ago