aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ScheduledTasks/Triggers
AgeCommit message (Collapse)Author
2025-04-30Cleanup Tasks and ValidatorsShadowghost
2024-09-04Cleanup tasksShadowghost
2024-07-15Run DeleteTranscodeFileTask on startup (#12239)Bond-009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-02-15Fix some warningsBond_009
2021-12-27More cleanupBond_009
2021-05-28Fix some warningsBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-01-03Fix string culture specificityobradovichv
Fix bug in SsaParser.cs primary color {\1c} formatting that would leave behind the {\1c} closing token and instead append </font> token unconditionally to the dialogue text. Add tests. Change AlphanumComparatorTests.cs complementary test data generation from an array shuffle to an array reversal. Although it was previously using a seeded Random, the shuffle itself could result in no rearrangement of elements if the seed or test data changed over time. The reversal guarantees reordering of elements and has the added benefit of simplifying the test code since no special handling is needed for arrays of 2 elements. Change DailyTrigger.cs logging of TriggerDate format to "yyyy-MM-dd HH:mm:ss.fff zzz" for consistency with configured log timestamp format and change DueTime format to culture-invariant "c" format.
2020-08-31Fix some warningsBond_009
2020-06-16Add full stop at end of comments (SA1629)telans
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2019-11-22Fix some warningsBond-009
2019-02-26Log time in a standardized wayBond-009
2019-02-25Use stopwatch for more accurate measurements and reduce log spamBond_009
DateTime.Now is suitible for small timespans Replaced the needlessly complex and verbose logging for the httpserver
2019-02-03move all scheduled tasks and triggers into foldersdkanada