| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-16 | Optimize EF Core queries and remove unnecessary AsQueryable calls | Patrick Barron | |
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | 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-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-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 | |||
| 2022-01-20 | Properly populate QueryResult | Cody Robibero | |
| 2021-12-27 | Fix device ordering | Cody Robibero | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-08-31 | Update Jellyfin.Server.Implementations/Devices/DeviceManager.cs | Patrick Barron | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-07-13 | Add dto for device options | Patrick Barron | |
| 2021-06-27 | Merge remote-tracking branch 'origin/authenticationdb-efcore' into ↵ | Patrick Barron | |
| authenticationdb-efcore | |||
| 2021-06-27 | GetDeviceOptions always returns an instance of DeviceOptions | Patrick Barron | |
| 2021-06-26 | Update Jellyfin.Server.Implementations/Devices/DeviceManager.cs | Patrick Barron | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-06-21 | Convert method group to lambda in DeviceManager | Patrick Barron | |
| 2021-06-19 | Implement DeleteDevice | Patrick Barron | |
| 2021-06-19 | Count records before skipping | Patrick Barron | |
| 2021-06-19 | Fix UpdateDeviceOptions | Patrick Barron | |
| 2021-06-18 | Use ExecuteSqlInterpolated instead of ExecuteSqlRaw | Patrick Barron | |
| oop | |||
| 2021-05-20 | Migrate authentication db to EF Core | Patrick Barron | |
| 2021-05-20 | Remove unnecessary query class | Patrick Barron | |
| 2021-04-10 | Fix builds | Patrick Barron | |
| 2021-04-10 | Make device/session code async | Patrick Barron | |
| 2021-04-10 | Rewrite device manager using EF Core | Patrick Barron | |
