aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Models
AgeCommit message (Collapse)Author
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
2021-11-09Fix some warningsBond_009
down to 580
2021-10-30Update Jellyfin.Api/Models/ClientLogDtos/ClientLogDocumentResponseDto.csCody Robibero
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2021-10-29Use response dtoCody Robibero
2021-10-28Update documentation; use information from authorization; return generated ↵Cody Robibero
filename
2021-10-26Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-10-10Throw on FFmpeg non-zero exit codeDmitry Lyzo
2021-10-03Fix warning: The nullable warning suppression expression is redundant (#2149)KonH
2021-09-23Add dto changescvium
2021-09-10Kill ProgressiveFileCopier and seek to end for ongoing livetvcvium
2021-09-06merge branch 'master' into syncplay-clear-queuedkanada
2021-06-23Fix issues with QuickConnect and AuthenticationDbcrobibero
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-04Don't dispose managed CancellationTokenSource (#6139)Cody Robibero
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-11Update Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.csCody Robibero
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2021-04-26Add endpoint to log client eventscrobibero
2021-04-21Mark password property as obsoletecrobibero
2021-03-11Fix third part integrationcrobibero
2021-03-05Fix UpdateMediaPath model binding (#5378)Claus Vium
2021-02-23Improve branch coverageBond_009
2021-02-22Merge pull request #5276 from Bond-009/minor12Joshua M. Boniface
2021-02-22Fix testsBond_009
2021-02-22Add tests for DashboardControllerBond_009
2021-02-21Use GetEncodingOptions where possibleBond_009
2021-02-06Fix forgot password pin requestDavid
2021-02-05Merge pull request #5010 from BaronGreenback/Remove_IPluginConfigurationPagedkanada
Removal of IPluginConfigurationPage
2021-01-23Use ArrayModelBinder for sortBy and sortOrdercrobibero
2021-01-24Clear playlist in SyncPlay groupIonut Andrei Oanca
2021-01-15Remoed configurationPageTypeBaronGreenback
2021-01-12Removal of IPluginConfigurationPageBaronGreenback
2020-12-23Updated to latest unstable.BaronGreenback
2020-12-23Changes as requestedBaronGreenback
2020-12-19Add request parameters to OpenLiveStreamDtocrobibero