index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Api
/
Controllers
/
LibraryController.cs
Age
Commit message (
Expand
)
Author
2025-02-13
Make the JsonConverters for delimited arrays more generic (#13396)
Bond-009
2024-11-19
Merge remote-tracking branch 'origin/master' into feature/EFUserData
JPVenson
2024-11-17
Fixed segment providers never presented to UI (#13060)
JPVenson
2024-10-10
Removed obsolete Score and Similiarity values for search
JPVenson
2024-10-09
WIP porting new Repository structure
JPVenson
2024-08-05
Add missing lyric fetcher settings from library options
Cody Robibero
2024-07-21
Changed `GetThemeMedia` to support SortBy/Order options (#12167)
ItsAllAboutTheCode
2024-04-30
More efficient array creation (#11468)
Bond-009
2024-04-14
Validate item access (#11171)
Cody Robibero
2024-04-08
Fix disabled libraries being returned in MediaFolders api (#11236)
Bill Thornton
2024-02-23
Add item id to download activity
Cody Robibero
2024-02-06
Remove SimpleProgress
Patrick Barron
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2023-12-08
Convert CollectionType to use lowercase enum names
Cody Robibero
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-11-09
Convert CollectionType, SpecialFolderType to enum (#9764)
Cody Robibero
2023-10-08
Remove conditional access when it is known to be not null
Stepan Goremykin
2023-06-21
Reduce bottlenecks scan code (#9863)
Bond-009
2023-03-27
Fix #7610
Bond_009
2023-02-17
Validate requested user id (#8812)
Cody Robibero
2023-02-12
Merge branch 'master' into simplify_authz
cvium
2023-02-09
refactor: simplify authz
cvium
2023-02-04
Add more tests
Bond_009
2023-02-04
Return NotFound when itemId isn't found
Bond_009
2023-02-02
Cleanup imports
Shadowghost
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-19
Use DistinctBy introduced in .NET 6
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-12-03
Allow non-ASCII in downloaded filenames (#8825)
Justin
2022-11-10
Use elevated access control for media folders endpoint
Bill Thornton
2022-11-09
Fix media folders endpoint access control
Bill Thornton
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-02-21
Optimize Guid comparisons
Bond_009
2022-01-20
Properly populate QueryResult
Cody Robibero
2021-12-24
Merge branch 'master' into comparisons
Cody Robibero
2021-12-24
Merge pull request #7029 from cvium/allocations_maybe
Cody Robibero
2021-12-24
Merge pull request #6867 from yresquirol/related-media
Cody Robibero
2021-12-23
Update Jellyfin.Api/Controllers/LibraryController.cs
Cody Robibero
2021-12-20
Use our own Contains extension
cvium
2021-12-12
Use BaseItemKind where possible
Cody Robibero
2021-11-18
Related media according to genre
Yordany Rodriguez Esquirol
2021-09-03
Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore
Cody Robibero
2021-08-28
Remove more and more warnings
Cody Robibero
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-05-08
Merge branch 'master' into comparisons
BaronGreenback
2021-05-07
Enable nullable reference types for MediaBrowser.Controller
Bond_009
2021-04-17
Cleaned up "value assigned is not used in any execution path"
BaronGreenback
2021-03-25
enable range processing for download endpoints
cvium
2021-03-13
Merge pull request #5515 from jellyfin/fix-refresh-endpoint
Bond-009
[next]