| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-30 | Cleanup Tasks and Validators | Shadowghost | |
| 2024-09-04 | Cleanup tasks | Shadowghost | |
| 2024-07-15 | Run DeleteTranscodeFileTask on startup (#12239) | Bond-009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-02-15 | Fix some warnings | Bond_009 | |
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-05-28 | Fix some warnings | Bond_009 | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-01-03 | Fix string culture specificity | obradovichv | |
| 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-31 | Fix some warnings | Bond_009 | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-05-29 | Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | Bond_009 | |
| 2019-11-22 | Fix some warnings | Bond-009 | |
| 2019-02-26 | Log time in a standardized way | Bond-009 | |
| 2019-02-25 | Use stopwatch for more accurate measurements and reduce log spam | Bond_009 | |
| DateTime.Now is suitible for small timespans Replaced the needlessly complex and verbose logging for the httpserver | |||
| 2019-02-03 | move all scheduled tasks and triggers into folders | dkanada | |
