| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2021-03-11 | Fix third part integration | crobibero | |
| 2021-03-04 | Specify defaults or set query parameter to nullable | crobibero | |
| 2021-02-10 | Create BaseItemKind enum | crobibero | |
| 2020-12-20 | Fix similar endpoint for TV | David | |
| 2020-12-20 | Re-add IsMovie | David | |
| 2020-12-20 | Fix similar items endpoint for movies and TV | David | |
| 2020-12-17 | Set filename when downloading file | crobibero | |
| 2020-12-01 | Use Guid as API parameter type where possible | crobibero | |
| 2020-11-16 | Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage. | crobibero | |
| 2020-11-15 | Merge remote-tracking branch 'upstream/master' into dotnet-5 | crobibero | |
| 2020-11-13 | Fix nullability errors in Jellyfin.Api (part 1) | crobibero | |
