aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
AgeCommit message (Expand)Author
2025-04-30Cleanup Tasks and ValidatorsShadowghost
2025-01-25chore: fix spellingJosh Soref
2024-12-12move to new System.Threading.Lock type for better performanceDaniyar Alpyspayev
2024-12-01Implement TaskTriggerInfoType enum (#12783)Ethan Pippin
2024-09-04Cleanup tasksShadowghost
2024-04-30More efficient array creation (#11468)Bond-009
2024-02-06Remove SimpleProgressPatrick Barron
2023-03-01Reduce log spamBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2022-02-15Fix some warningsBond_009
2021-12-27More cleanupBond_009
2021-11-09Fix some warningsBond_009
2021-10-02Fix warnings in ScheduledTasksPatrick Barron
2021-08-28Remove more and more warningsCody Robibero
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-28Fix some warningsBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-05-05Code Clean up: Use Pattern Matching (#5838)BaronGreenback
2021-04-17Remove unused using directivesBaronGreenback
2021-04-10Use sync Serialize when writing scheduled tasks to diskcvium
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-02-05Merge pull request #5005 from jellyfin/bytesdkanada
2021-01-12Open FileStream with FileMode.Create instead of FileMode.OpenOrCreateBond_009
2021-01-12JsonSerializer deserialize from bytes where possibleBond_009
2020-12-29Use UTF8 encoding and async correctlyDavid
2020-12-27Code revieDavid
2020-12-24Put json serializer options in private fieldDavid
2020-12-24Use sync string instead of fileDavid
2020-12-23Use streams instead of stringsDavid
2020-12-23Remove xml docsDavid
2020-12-23Remove custom Json serializer from Emby.Server.ImplementationsDavid
2020-11-14Replace Task.WaitAll with Task.WaitBond_009
2020-10-17Use nameof where possibleBond_009
2020-08-24Merge branch 'master' into event-rewrite-1Patrick Barron
2020-08-20Make MediaBrowser.MediaEncoding warnings freeBond_009
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-03Merge pull request #3203 from Bond-009/warn18Vasily
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2019-11-22Fix some warningsBond-009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-01-30Merge branch 'master' into startuptasksBond-009
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan