| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-08 | Fix collections folder duplication (#14925) | theguymadmax | |
| 2025-05-04 | Recognize file changes and remove data on change (#13839) | Tim Eisele | |
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2025-02-28 | Better exception message when folders or folder items are missing (#13632) | Marc Brooks | |
| Emit the not-found Id in the exception for easier diagnosis | |||
| 2024-03-31 | Lowercase CollectionTypeOptions to match legacy experience (#11272) | Cody Robibero | |
| 2023-06-28 | Merge pull request #9231 from JPVenson/bugfix/1907_CleanupCollections | Joshua M. Boniface | |
| 2023-03-01 | Allocate less Lists | Bond_009 | |
| 2023-02-01 | Added CleanupCollection task | Jean-Pierre Bachmann | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-25 | Clean up some ToList usage | jgriff6 | |
| 2022-10-25 | address PR comments | ignacio laborde | |
| 2022-10-25 | Remove unnecessary ToList usage | ignacio laborde | |
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-09-03 | Fix some warnings | Bond_009 | |
| 2021-08-28 | Enable nullable for more files | Bond_009 | |
| 2021-08-15 | Minor improvements | Bond_009 | |
| 2021-07-26 | EnsureLibraryFolder: Minor optimization | Bond_009 | |
| 2021-07-10 | [CA1801] Parameter is never used. Remove the parameter or use it in the ↵ | Cody Robibero | |
| method body. | |||
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-05-11 | Reduce warnings in MediaBrowser.Controller (#6006) | Cody Robibero | |
| Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-04-21 | Merge pull request #5808 from cvium/semi-fix-collection-perf | Bond-009 | |
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-04-13 | fixes | cvium | |
| 2021-04-13 | Optimize the way items are grouped into collections | cvium | |
| 2021-03-13 | Merge branch 'master' of https://github.com/danieladov/jellyfin | Mister Rajoy | |
| 2021-03-13 | Change Guid.Parse to Guid.TryParse | Mister Rajoy | |
| 2021-03-13 | Remove empty line | Daniel | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-03-13 | Remove empty line | Daniel | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-02-28 | Fix duplicated movies when group movies into collections is enabled | Mister Rajoy | |
| 2021-02-24 | Fix build | Bond_009 | |
| 2020-08-21 | Make some methods async | Bond_009 | |
| 2020-06-27 | use constructor to set optimal config values | dkanada | |
| 2020-06-13 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-22 | Merge branch 'master' into warnings-cleanup1 | Patrick Barron | |
| 2020-04-15 | Clean up and document ChannelManager.cs and implement suggestions | Patrick Barron | |
| 2020-04-14 | Added the last missing documentation | Patrick Barron | |
| 2020-04-14 | Clean up and document CollectionManager.cs | Patrick Barron | |
| 2020-04-14 | Clean up and document CollectionImageProvider.cs | Patrick Barron | |
| 2020-04-11 | Fix some warnings | Bond_009 | |
| 2020-03-11 | Merge branch 'master' into warn17 | Bond-009 | |
| 2020-03-03 | Replace ILogger with ILogger<T> wherever possible | Mark Monteiro | |
| Log entries will contain additional class context when using this interface | |||
| 2020-02-23 | Fix some warnings | Bond_009 | |
| * Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591 | |||
| 2020-01-31 | Fix warnings | Bond_009 | |
| 2020-01-10 | Merge branch 'master' into warn12 | Bond_009 | |
| 2019-12-30 | Fix a couple of TODOs | Bond-009 | |
