Bond_009
f50a250cd9
Optimize Guid comparisons
...
* 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
3 years ago
Cody Robibero
a60cb280a3
Properly populate QueryResult
3 years ago
Patrick Barron
45f478f63e
Merge branch 'master' into authenticationdb-efcore
...
# Conflicts:
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
# MediaBrowser.Controller/Library/IUserManager.cs
# MediaBrowser.Controller/Security/IAuthenticationRepository.cs
# MediaBrowser.Controller/Session/ISessionManager.cs
3 years ago
Bond_009
501de7b6dc
Enable nullable in more files
3 years ago
Patrick Barron
ab63a7745c
Add PaginatedQuery abstract class, change startIndex to skip
4 years ago
Patrick Barron
d9263dacd5
Enable nullable for Jellyfin.Server.Implementations
4 years ago
crobibero
15a7f88e08
Automatically clean activity log database
4 years ago
Patrick Barron
d4a492ef93
Fix activity log query.
4 years ago
Patrick Barron
4d7e7d6331
Rewrite activity log backend to use a query class.
4 years ago
Joshua M. Boniface
cf6ef9958d
Merge pull request #3910 from barronpm/event-rewrite-1
...
Event Rewrite (Part 1)
4 years ago
Patrick Barron
fa8892fde4
Make LibraryController.GetDownload async
4 years ago
Patrick Barron
ca1f15af19
Move GenericEventArgs to Jellyfin.Data.Events
4 years ago
Patrick Barron
6f306f0a17
Minor fixes to ActivityManager
4 years ago
Patrick Barron
a5dee36808
Apply more review suggestions
5 years ago
Patrick Barron
b94afc597c
Address review comments
5 years ago
Patrick Barron
511d20a100
Apply review suggestions
5 years ago
Patrick Barron
032de931b1
Migrate activity db to EF Core
5 years ago