Shadowghost
4ed97a4593
Properly check for item visibility in UserLibraryController
2 years ago
cvium
52e2776d8e
Merge branch 'master' into simplify_authz
...
# Conflicts:
# Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs
2 years ago
cvium
209edd38a4
refactor: simplify authz
2 years ago
Bond_009
52230d1c30
Return NotFound when itemId isn't found
2 years ago
Shadowghost
dfea1229e1
Cleanup imports
2 years ago
Shadowghost
f5f890e685
Migrate to file-scoped namespaces
2 years ago
Bond-009
69a51c425a
Fix all warnings in Jellyfin.Api ( #9003 )
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
Claus Vium
05c20001c8
Merge pull request #8381 from 1hitsong/lyric-lrc-file-support
2 years ago
cvium
5dc30c6a6d
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
2 years ago
1hitsong
a50bdb4770
Use async functions
2 years ago
1hitsong
8912f618f5
Change API GetLyrics return type
2 years ago
1hitsong
f740d1b9f0
Remove use of AddParts. Cleanup use of Lyric vs Lyrics.
2 years ago
1hitsong
f4fd908f8d
Create ILyricManager
2 years ago
1hitsong
d9be3874ba
Auto stash before merge of "lyric-lrc-file-support" and "origin/lyric-lrc-file-support"
2 years ago
Jamie Introcaso
c0dae0fef5
Adds lyric providers to DI pipeline
...
This is adding those lyric providers to the DI pipeline along with a super simple implementation of how to use them in the controller method. Probably should be refactored into a lyric service of some sort that would have the providers injected into it.
2 years ago
Zach Phelan
c71d6f2358
Sort special features same as other spots, removing unnecssary function
...
Added to contributors
2 years ago
Cody Robibero
d2e18547b1
Require properly typed ActionResult<T> ( #8382 )
2 years ago
1hitsong
23ec35d396
Merge remote-tracking branch 'origin/lyric-lrc-file-support' into lyric-lrc-file-support
2 years ago
1hitsong
2e260e5319
Updates based on review
2 years ago
1hitsong
0aa2780ea7
Update Jellyfin.Api/Controllers/UserLibraryController.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2 years ago
1hitsong
92715a7426
Update Jellyfin.Api/Controllers/UserLibraryController.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2 years ago
1hitsong
8b78802c0b
Update Jellyfin.Api/Controllers/UserLibraryController.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2 years ago
1hitsong
5f5347aee3
Add Lyrics API Endpoint
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
Cody Robibero
a60cb280a3
Properly populate QueryResult
3 years ago
Dmitry Lyzo
60fe77c089
Remove unnecessary array allocation
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Dmitry Lyzo
5aa748058e
Fix duplication of local trailers
3 years ago
Bond_009
cbfa355e31
Update StyleCop
3 years ago
cvium
b880dc8a4a
Use our own Contains extension
3 years ago
Claus Vium
9a0618552b
Merge branch 'master' into what_could_go_wrong
3 years ago
Cody Robibero
32629cd7da
Use BaseItemKind where possible
3 years ago
cvium
fde84a1e00
Refactor extras parsing
3 years ago
Bond_009
6f8ccab788
Move non-jellyfin extensions to separate project
3 years ago
crobibero
223b42aed3
Create BaseItemKind enum
4 years ago
Joshua M. Boniface
7457c4a95d
Merge pull request #4499 from crobibero/more-param
...
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
4 years ago
Greenback
e51ddd326c
Fixes spelling.
4 years ago
crobibero
3cc0dd7e12
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
4 years ago
crobibero
7fe8ca2b77
Merge remote-tracking branch 'upstream/master' into query-fields
4 years ago
crobibero
0dd2b169a3
Add ModelBinder to ItemFilter
4 years ago
crobibero
b22831f7e5
Add ModelBinder to ImageType
4 years ago
crobibero
11d69fd3b1
Make MrLinter happy
4 years ago
crobibero
372f0eb38a
Remove AddItemFields
4 years ago
crobibero
b9406e5444
Merge remote-tracking branch 'upstream/master' into query-fields
4 years ago
crobibero
27e753ddb4
Convert image type string to enum.
4 years ago
crobibero
69360b749a
Convert field string to enum.
4 years ago
crobibero
29fc882037
merge all attributes
4 years ago
crobibero
b64108923a
Add missing references
4 years ago
crobibero
59d47ec3f5
Make all FromRoute required
4 years ago