| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| * Changed `GetThemeMedia` to support SortBy/Order options The `GetThemeMedia, `GetThemeVideos` and `GetThemeSongs` functions can optionally sort the results based based on passing an ItemSortBy type and a SortOrder. This is intended to be used by jellyfin-web in order to allow users to control the order of theme playback. See PR: https://github.com/jellyfin/jellyfin-web/pull/5714 * Update MediaBrowser.Controller/Entities/BaseItem.cs Fix the `GetThemeVideos` two argument overload having both parameters defaulted. For the two argument overload, both parameters are required. | |||
| 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 | |
| * Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com> | |||
| 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 | |
| # Conflicts: # Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs | |||
| 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 | |
| Fixes https://github.com/jellyfin/jellyfin/issues/8657 | |||
| 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 | |
| * 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-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 | |
| fix refresh endpoint | |||
| 2021-03-13 | fix refresh endpoint | Claus Vium | |
| It was originally a POST https://github.com/jellyfin/jellyfin/blob/9af6eda0b495649e3a77694b2bb30abad1a26484/MediaBrowser.Api/Library/LibraryService.cs#L155 | |||
