| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-28 | Remove Emby.Notifications (#9147) | Patrick Barron | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 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-20 | Use our own Contains extension | cvium | |
| 2021-07-11 | Remove old "has update available" code | Bond_009 | |
| This is the job of a package manager (or maybe the tray app for windows) | |||
| 2020-11-13 | Fix nullability errors in Emby.Notifications | crobibero | |
| 2020-11-06 | Minor perf improvements | Bond_009 | |
| 2020-08-13 | Move GenericEventArgs to Jellyfin.Data.Events | Patrick Barron | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-04-09 | Use jellyfin.org everywhere | Joshua M. Boniface | |
| 2020-02-08 | Fix build | Bond_009 | |
| 2019-12-20 | Enable nullable reference types for Emby.Photos and Emby.Notifications | Bond_009 | |
| * Enable TreatWarningsAsErrors for Emby.Notifications * Add analyzers to Emby.Notifications | |||
