| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-07 | Pass cancellation token | Stepan Goremykin | |
| 2023-09-18 | Update ↵ | Tim Eisele | |
| Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-09-17 | Update ↵ | Tim Eisele | |
| Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-09-17 | Update ↵ | Tim Eisele | |
| Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-09-17 | Update ↵ | Tim Eisele | |
| Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-09-16 | Apply review suggestions | Shadowghost | |
| 2023-09-16 | Extend collections cleanup task to include playlists too | Shadowghost | |
| 2023-06-28 | Merge pull request #9231 from JPVenson/bugfix/1907_CleanupCollections | Joshua M. Boniface | |
| 2023-06-27 | suggestions from review | Cody Robibero | |
| 2023-06-27 | Update ↵ | JPVenson | |
| Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-05-02 | Update ↵ | JPVenson | |
| Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-03-18 | Merge pull request #9103 from ↵ | Bond-009 | |
| DarrenRuane/darrenruane_fix_chapter_images_deletion | |||
| 2023-03-01 | Reduce log spam | Bond_009 | |
| Fixes #7801 | |||
| 2023-02-15 | Enable nullable for more files | Bond_009 | |
| 2023-02-05 | Changed LogTrace to LogDebug | Jean-Pierre Bachmann | |
| 2023-02-05 | Updated logging level and formatting | Jean-Pierre Bachmann | |
| 2023-02-01 | Fixed whitespace | Jean-Pierre Bachmann | |
| 2023-02-01 | Update CleanupCollectionPathsTask.cs | JPVenson | |
| Removed code smell and switched to non creation for non existing collection folder | |||
| 2023-02-01 | Added CleanupCollection task | Jean-Pierre Bachmann | |
| 2023-01-16 | Rename JellyfinDb to JellyfinDbContext | Patrick Barron | |
| 2023-01-15 | Fix pre-existing chapter images not being deleted after the chapter image ↵ | DarrenRuane | |
| generation setting is disabled | |||
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-27 | Use typed logger | Bond_009 | |
| 2022-11-27 | Investigate some TODO comments | Bond_009 | |
| 2022-10-21 | remove JellyfinDbProvider and add second level caching | cvium | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-03-29 | Merge pull request #7512 from crobibero/update-plugin | Cody Robibero | |
| (cherry picked from commit ca67a4814036312326d3f36d894bc47d254d3f91) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-02-15 | Fix some warnings | Bond_009 | |
| 2022-01-10 | Suggestions from review | Cody Robibero | |
| 2022-01-04 | Clean up | Cody Robibero | |
| 2022-01-04 | Generate Splashscreen during RefreshMediaLibrary scheduled task | David Ullmer | |
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-10-02 | Fix warnings in ScheduledTasks | Patrick Barron | |
| 2021-09-03 | Fix some warnings | Bond_009 | |
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into warn-259810 | Cody Robibero | |
| 2021-09-01 | Allow zero activity log retention days | qsniyg | |
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-08-13 | Merge branch 'master' into minor15 | Bond-009 | |
| 2021-07-11 | Fix some warnings | Bond_009 | |
| 2021-07-06 | Minor fixes | Bond_009 | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-05-28 | Fix some warnings | Bond_009 | |
| 2021-05-24 | Create scheduled task for database optimization | Fernando Fernández | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-05-05 | Code Clean up: Convert to null-coalescing operator ?? (#5845) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-05-05 | Code Clean up: Use Pattern Matching (#5838) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
