| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-30 | Rework parental ratings (#12615) | Tim Eisele | |
| 2025-03-25 | WIP fixed namespaces | JPVenson | |
| 2025-02-19 | Merge remote-tracking branch 'jellyfinorigin/master' into ↵ | JPVenson | |
| feature/DatabaseRefactor | |||
| 2025-02-13 | Make the JsonConverters for delimited arrays more generic (#13396) | Bond-009 | |
| * Make the JsonConverters for delimited arrays more generic Also adds some tests for serialization (with different types) as we didn't have any before. * Ignore warnings | |||
| 2025-01-26 | Prepared Seperation of Database components for future multi provider support | JPVenson | |
| 2024-11-11 | Fixed TopParent not beeing migrated | JPVenson | |
| 2024-08-05 | Change arguments AssertCanUpdateUser to take a user | Bond_009 | |
| 2024-06-07 | Support filter by index number in ItemsController | Niels van Velzen | |
| 2024-05-01 | Always attempt to get User if a user id is provided (#11471) | Cody Robibero | |
| 2024-04-30 | Fix incomplete tag query for whitelist tags (#11416) | gnattu | |
| 2024-04-14 | Validate item access (#11171) | Cody Robibero | |
| 2024-03-03 | Move userId in API from route to optional query parameter (#11074) | Cody Robibero | |
| * Move userId in API from route to optional query parameter * Standardize UserViewsController * Move userId to query in ImageController * Move userId to query in ItemsController * Move userId to query in PlaystateController * Move userId to query in SuggestionsController * Move userId from route to query in UserLibraryController * Clean up routes * Move userId to query in UserController * fix bad merge --------- Co-authored-by: Niels van Velzen <git@ndat.nl> | |||
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2023-12-18 | Merge pull request #10702 from crobibero/collection-type-lowercase | Bond-009 | |
| Convert CollectionType to use lowercase enum names | |||
| 2023-12-08 | Convert CollectionType to use lowercase enum names | Cody Robibero | |
| 2023-11-15 | Updated the summary and the Dto name. | ArabCoders | |
| 2023-11-13 | Added access validation to view item user data. | ArabCoders | |
| 2023-11-13 | Refactored api call logic handling. | ArabCoders | |
| 2023-11-12 | Typo fixes. | ArabCoders | |
| 2023-11-12 | Added new API endpoint to update User item data | ArabCoders | |
| 2023-11-09 | Merge branch 'master' into media-type | Cody Robibero | |
| 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-11-09 | Convert ItemSortBy to enum (#9765) | Cody Robibero | |
| * Convert ItemSortBy to enum * Rename Unknown to Default | |||
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-06-20 | Don't ignore parentId for playlists | Bond_009 | |
| 2023-05-26 | Fix TotalRecordCount calculation | Shadowghost | |
| 2023-05-15 | Fix playlists library and migration (#9770) | Shadowghost | |
| 2023-02-20 | Properly build where clause for rating checks | Shadowghost | |
| 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-05 | Replace != null with is not null | Bond_009 | |
| 2022-11-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-11-09 | Fix items endpoint not honoring library access control | Bill Thornton | |
| 2022-10-06 | fix Release build | cvium | |
| 2022-10-06 | fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext | cvium | |
| 2022-08-21 | Merge pull request #7965 from jasongdove/api-key-items-without-user-id | Claus Vium | |
| 2022-08-14 | Use Guid for adjacentTo API parameter | Niels van Velzen | |
| 2022-07-30 | add comments | Jason Dove | |
| 2022-06-23 | tweak guid check | Jason Dove | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2022-06-18 | use null-forgiving operator to suppress warnings | Jason Dove | |
| 2022-06-18 | update comments | Jason Dove | |
| 2022-06-18 | don't require a user id for items api call using api key | Jason Dove | |
| 2022-05-22 | Merge pull request #7780 from 1337joe/fix-tv-guide-search-2 | Cody Robibero | |
| (cherry picked from commit 492c6bbd7ecb452dcfef77027545e455a20b8baf) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 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 | |
