aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Models
AgeCommit message (Collapse)Author
2024-11-17Fixed segment providers never presented to UI (#13060)JPVenson
2024-09-18Add SessionInfoDto, DeviceInfoDto and implement ↵Shadowghost
JsonDelimitedArrayConverter.Write
2024-09-12Add option to always burn in subtitles if transcoding is triggered (#12430)gnattu
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-08-05Add missing lyric fetcher settings from library optionsCody Robibero
2024-07-25suggestions from reviewCody Robibero
2024-07-23Fix up getting livetv programs api docsCody Robibero
2024-04-17Enable nullable for LibraryManager (#11191)Bond-009
2024-04-10Merge pull request #11220 from Shadowghost/add-playlist-acl-apiJoshua M. Boniface
Add playlist ACL endpoints
2024-04-03Apply review suggestionsShadowghost
2024-04-02Apply review suggestionsShadowghost
2024-04-01Implement update endpointShadowghost
2024-04-01Apply review suggestionsShadowghost
2024-03-27Fix default values missing in ClientCapabilities(Dto) (#11232)Niels van Velzen
2024-03-26Apply review suggestionsShadowghost
2024-03-26Extend playlist creation capabilitiesShadowghost
2024-02-22Merge pull request #11028 from nielsvanvelzen/api-userid-optional2Bond-009
Make userId optional in GetProgramsDto
2024-02-18Make userId optional in GetProgramsDtoNiels van Velzen
2024-02-08Add IListingsManager servicePatrick Barron
2024-02-06Fix some incompatible API deprecationsNiels van Velzen
2024-01-06Remove some unused client capabilities and sync code (#10812)Niels van Velzen
2023-12-21Add ITranscodeManager servicePatrick Barron
2023-12-21Rename and clean up TranscodingJobPatrick Barron
2023-12-21Move TranscodingJobDto and TranscodingThrottler to ControllerPatrick Barron
2023-11-15Remove DLNA API codePatrick Barron
2023-11-14Revert "Use System.Net.IPNetwork"Bond_009
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
2023-11-09Merge branch 'master' into media-typeCody Robibero
2023-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
* Convert ItemSortBy to enum * Rename Unknown to Default
2023-10-18Merge branch 'master' into trickplayNick
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-07-29Add ability to upload (and save) SDH subtitles (#10036)MBR-0001
2023-06-22Hls playlistnicknsy
2023-06-22Update stylecop.analyzers to v1.2.0-beta.507Bond_009
2023-02-04Return NotFound when itemId isn't foundBond_009
2023-02-02Cleanup importsShadowghost
2023-02-02Migrate to file-scoped namespacesShadowghost
2023-01-04Fix all warnings in Jellyfin.Api (#9003)Bond-009
2022-12-27Remove unused notification endpoints (#8952)Niels van Velzen
2022-12-19Remove deprecated Password field from AuthenticateUserByNameNiels van Velzen
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-09-23Backport pull request #8213 from jellyfin/release-10.8.znyanmisaka
Fix high single thread usage in throttler Original-merge: ba026716c1609941ec50a26e50ef5e68cc84d0c0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-08-15Fix various typos luz paz
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-06-29Merge pull request #7994 from nyanmisaka/fix-throttlerJoshua M. Boniface
(cherry picked from commit a7d45b5d3aa5b16b0aeeece690396f91fb7b7e3e) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-02-28Remove obsolete code for premium pluginsBond_009
2022-01-07Merge branch 'master' into keyframe_extraction_v1cvium
# Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
2021-12-24Update StyleCopBond_009
2021-11-27Use the Memory overload for ReadAsync (#6865)Claus Vium
2021-11-20Remove ClientLog endpointsCody Robibero
2021-11-11Fix nullability on DisplayPreferencesDtoCody Robibero
Remove duplicate, fix namespace