aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Channels/ChannelManager.cs
AgeCommit message (Expand)Author
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-01-12JsonSerializer deserialize from bytes where possibleBond_009
2020-12-29Use UTF8 encoding and async correctlyDavid
2020-12-24Put json serializer options in private fieldDavid
2020-12-24Use sync string instead of fileDavid
2020-12-23Add missing FileStreamsDavid
2020-12-23Use streams instead of stringsDavid
2020-12-23Remove xml docsDavid
2020-12-23Remove custom Json serializer from Emby.Server.ImplementationsDavid
2020-12-01fix spacingcrobibero
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-06Minor perf improvementsBond_009
2020-10-17Use nameof where possibleBond_009
2020-08-31Fix some warningsBond_009
2020-08-21Make some methods asyncBond_009
2020-08-07Fix MemoryCache Usage.Patrick Barron
2020-08-01Merge pull request #3578 from barronpm/displaypreferences-efcoreBond-009
2020-07-29Use MemoryCache in ChannelManagerPatrick Barron
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-06-15fix SA1005telans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
2020-06-05Use typed logger where possiblecrobibero
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-04-22Merge branch 'master' into warnings-cleanup1Patrick Barron
2020-04-19Apply code review suggestionsPatrick Barron
2020-04-15Clean up and document ChannelManager.cs and implement suggestionsPatrick Barron
2020-04-11Fix some warningsBond_009
2020-02-23Fix some warningsBond_009
2019-12-11More warnings (removed)Bond_009
2019-12-11Merge pull request #2041 from Bond-009/warn11dkanada
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-11-27Fix more warningsBond_009
2019-11-22Fix some warningsBond-009
2019-10-29Fix more warningsBond_009
2019-10-20Don't shuffle some types by defaultBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-03-25Seperate changes from #1023Bond-009
2019-03-01Don't mix LINQ and roreach loops for readabilityBond-009
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-22Remove conditions that are always true/falseBond_009
2019-01-20Replaced injections of ILogger with ILoggerFactoryWilliam Taylor
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan