Cody Robibero
a527034ebe
Validate requested user id ( #8812 )
2 years ago
cvium
209edd38a4
refactor: simplify authz
2 years ago
Shadowghost
f5f890e685
Migrate to file-scoped namespaces
2 years ago
Bond_009
6481376b81
Use DistinctBy introduced in .NET 6
2 years ago
Shadowghost
072651c4be
Add xmldocs for TMDb provider, correct provider spelling
2 years ago
cvium
5dc30c6a6d
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
2 years ago
Cody Robibero
d2e18547b1
Require properly typed ActionResult<T> ( #8382 )
2 years ago
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
cvium
b880dc8a4a
Use our own Contains extension
3 years ago
Cody Robibero
32629cd7da
Use BaseItemKind where possible
3 years ago
Fernando Fernández
3d0b1ccae6
Remove all unused usings
3 years ago
Cody Robibero
e3f55a0c54
Reduce warnings in MediaBrowser.Controller ( #6006 )
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
Bond_009
f46195899e
Improve perf of db save and query
4 years ago
crobibero
c083b29e29
Use Guid as API parameter type where possible
4 years ago
Bond_009
f5973d57e8
Remove UTF8 bom from some files
4 years ago
crobibero
0dd2b169a3
Add ModelBinder to ItemFilter
4 years ago
crobibero
f8e6edbfeb
Merge remote-tracking branch 'upstream/master' into query-fields
4 years ago
crobibero
11d69fd3b1
Make MrLinter happy
4 years ago
crobibero
372f0eb38a
Remove AddItemFields
4 years ago
Bond_009
49569ca0a0
Use nameof where possible
4 years ago
crobibero
69360b749a
Convert field string to enum.
4 years ago
Patrick Barron
414bedbde4
Move library entities to folder.
4 years ago
crobibero
dbeeb7cf4a
fix merge conflicts
4 years ago
crobibero
5c66f9e471
changes from merge
4 years ago
crobibero
5d34b07d1f
Make query parameters nullable or set default value
4 years ago
Cody Robibero
8459d486de
Update Jellyfin.Api/Controllers/MoviesController.cs
...
Co-authored-by: David <davidullmer@outlook.de>
4 years ago
crobibero
7c79ee0cd5
Move MoviesService.cs to Jellyfin.Api
4 years ago