| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2024-12-12 | move to new System.Threading.Lock type for better performance | Daniyar Alpyspayev | |
| 2024-02-07 | Convert LibraryChangedNotifier to IHostedService | Patrick Barron | |
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2023-11-15 | Enable nullable in LibraryChangedNotifier | Patrick Barron | |
| 2023-11-15 | Document LibraryChangedNotifier | Patrick Barron | |
| 2023-11-15 | Use file-scoped namespace | Patrick Barron | |
| 2023-11-15 | Make ILibraryChangedNotifier sealed | Patrick Barron | |
| 2023-11-15 | Combine library item event handlers | Patrick Barron | |
| 2023-11-15 | Break up long lines | Patrick Barron | |
| 2023-11-15 | Use target-typed new for fields | Patrick Barron | |
| 2023-11-15 | Use pattern matching for EnableRefreshMessage | Patrick Barron | |
| 2023-06-19 | Move hardcoded LibraryUpdateDuration to ServerConfiguration. Fixes #9893. | Frank Riley | |
| Signed-off-by: Frank Riley <fhriley@gmail.com> | |||
| 2023-03-14 | Reduce usage of GetAwaiter().GetResult() | Bond_009 | |
| 2022-12-19 | Use DistinctBy introduced in .NET 6 | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 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-12-27 | More cleanup | Bond_009 | |
| 2021-10-03 | Fix warnings in LibraryChangedNotifier | Patrick Barron | |
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2020-11-08 | Merge remote-tracking branch 'upstream/master' into library_scan_speed | Gary Wilber | |
| 2020-10-01 | Fix lastProgressMessageTimes dictionary errors | Gary Wilber | |
| 2020-09-27 | Use SessionMessageType for WebSocket messages | Niels van Velzen | |
| 2020-08-13 | Move GenericEventArgs to Jellyfin.Data.Events | Patrick Barron | |
| 2020-08-09 | Make event methods private. | Patrick Barron | |
| 2020-08-08 | Clean up LibraryChangedNotifier. | Patrick Barron | |
| 2020-06-15 | fix SA1508 | telans | |
| 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-06-04 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs | |||
| 2020-05-25 | Fix some 'bugs' flagged by sonarcloud | Bond_009 | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 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 | |
| 2019-12-11 | More warnings (removed) | Bond_009 | |
| 2019-11-27 | Fix more warnings | Bond_009 | |
| 2019-11-22 | Fix some warnings | Bond-009 | |
| 2019-11-21 | revert settings to their old names | dkanada | |
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-03-25 | Simplify/remove/clean code | Bond-009 | |
| * Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;) | |||
| 2019-02-05 | Remove custom Threading | Claus Vium | |
| 2019-02-03 | Merge pull request #736 from Bond-009/startasync | Joshua M. Boniface | |
| Start startup tasks async | |||
| 2019-02-02 | Remove MoreLINQ | Bond_009 | |
