| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-25 | WIP fixed namespaces | JPVenson | |
| 2025-03-15 | Add start index to /Programs/Recommended endpoint (#13696) | Bond-009 | |
| 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 | |||
| 2024-11-29 | Fix typo in guide info endpoint comment (#13117) | 1hitsong | |
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 2024-07-29 | Fix build | Bond_009 | |
| 2024-07-25 | suggestions from review | Cody Robibero | |
| 2024-07-23 | Fix up getting livetv programs api docs | Cody Robibero | |
| 2024-04-14 | Validate item access (#11171) | Cody Robibero | |
| 2024-02-22 | Merge pull request #11028 from nielsvanvelzen/api-userid-optional2 | Bond-009 | |
| Make userId optional in GetProgramsDto | |||
| 2024-02-21 | Add IRecordingsManager service | Patrick Barron | |
| 2024-02-18 | Make userId optional in GetProgramsDto | Niels van Velzen | |
| 2024-02-08 | Add IListingsManager service | Patrick Barron | |
| 2024-01-17 | Merge branch 'master' into livetv-guidemanager | Patrick Barron | |
| # Conflicts: # src/Jellyfin.LiveTv/LiveTvManager.cs | |||
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2024-01-17 | Add IGuideManager service | Patrick Barron | |
| 2024-01-15 | Remove unnecessary allocations in TunerHostManager | Patrick Barron | |
| 2024-01-12 | Add ITunerHostManager service | Patrick Barron | |
| 2023-12-21 | Move ProgressiveFileStream to Controller | Patrick Barron | |
| 2023-12-21 | Add ITranscodeManager service | Patrick Barron | |
| 2023-11-12 | Move API policies to MediaBrowser.Common | Patrick Barron | |
| 2023-11-09 | Convert ItemSortBy to enum (#9765) | Cody Robibero | |
| * Convert ItemSortBy to enum * Rename Unknown to Default | |||
| 2023-10-03 | Remove unused fields and parameters | Patrick Barron | |
| 2023-03-14 | Reduce usage of GetAwaiter().GetResult() | Bond_009 | |
| 2023-02-17 | Validate requested user id (#8812) | Cody Robibero | |
| 2023-02-14 | Add permissions for LiveTV access and management | Shadowghost | |
| 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 | Return NotFound when itemId isn't found | Bond_009 | |
| 2023-02-02 | Migrate to file-scoped namespaces | Shadowghost | |
| 2023-01-04 | Fix all warnings in Jellyfin.Api (#9003) | Bond-009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 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-22 | Ban the usage of Task.Result | Bond_009 | |
| If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future | |||
| 2022-01-20 | Properly populate QueryResult | Cody Robibero | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-09-10 | Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueId | cvium | |
| 2021-09-10 | Remove more unused args | cvium | |
| 2021-09-10 | Kill ProgressiveFileCopier and seek to end for ongoing livetv | cvium | |
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore | Cody Robibero | |
| 2021-08-17 | Use ProgressiveFileStream for LiveRecordings endpoint | cvium | |
| 2021-04-10 | Make device/session code async | Patrick Barron | |
| 2021-01-23 | Use ArrayModelBinder for sortBy and sortOrder | crobibero | |
| 2020-12-13 | Use request body for mapping xml channels | crobibero | |
| 2020-11-26 | Schedules Direct requires the hex to be lowercase | Bond_009 | |
| 2020-11-25 | Remove Hex class as the BCL has one now | Bond_009 | |
| 2020-11-20 | Merge pull request #4499 from crobibero/more-param | Joshua M. Boniface | |
| Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids | |||
| 2020-11-18 | Update Jellyfin.Api/Controllers/LiveTvController.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
