aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/MediaSourceManager.cs
AgeCommit message (Expand)Author
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-01-12Use JsonSerializer.SerializeToUtf8Bytes when doing a round tripBond_009
2020-12-24Put json serializer options in private fieldDavid
2020-12-23Use streams instead of stringsDavid
2020-12-23Remove custom Json serializer from Emby.Server.ImplementationsDavid
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-09-23Don't take a lock if there's no intention to manipulate the list of open stre...Ryan Petris
2020-07-24Fix warningsBond_009
2020-07-20Fix warningsBond_009
2020-06-16fix SA1513/SA1516telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-15fix SA1510telans
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-27Merge branch 'master' into nullable3Bond_009
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-04-04Register and construct IMediaSourceManager correctlyMark Monteiro
2020-02-23Fix some warningsBond_009
2020-01-13Merge pull request #2096 from Bond-009/embytvdkanada
2020-01-10Merge branch 'master' into warn12Bond_009
2020-01-10Merge branch 'master' into embytvBond_009
2020-01-08Fix build and address commentsBond_009
2020-01-08merge branch master into media-attachmentsdkanada
2019-12-11More warnings (removed)Bond_009
2019-12-04Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.csBond_009
2019-11-27Fix more warningsBond_009
2019-11-07Update Emby.Server.Implementations/Library/MediaSourceManager.cs Andrew Mahone
2019-11-07Update Emby.Server.Implementations/Library/MediaSourceManager.cs Andrew Mahone
2019-11-07Update Emby.Server.Implementations/Library/MediaSourceManager.cs Andrew Mahone
2019-11-04Return list result directly for MediaAttachments.Andrew Mahone
2019-11-04Merge remote-tracking branch 'origin/master' into media-attachments-cleanAndrew Mahone
2019-10-29Fix more warningsBond_009
2019-10-22Support MediaAttachment retrieval in MediaSourceManager.Andrew Mahone
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-02-05Remove custom ThreadingClaus Vium
2019-01-31Merge branch 'master' into localeBond-009
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-27Reworked LocalizationManager to load data asyncBond_009
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
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part I-LibErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan