aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session/SessionInfo.cs
AgeCommit message (Collapse)Author
2025-01-28Fix spelling (#13444)Josh Soref
* spelling: anamorphic Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: associated Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: channelinfo Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: eagerly Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: enumerable Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: greater than/less than Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: greater Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: lineup Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: logs out Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: names Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: paging Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: playlist Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: sanitized Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: saving Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --------- Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-12-12move to new System.Threading.Lock type for better performanceDaniyar Alpyspayev
2024-09-18Add SessionInfoDto, DeviceInfoDto and implement ↵Shadowghost
JsonDelimitedArrayConverter.Write
2024-04-30More efficient array creation (#11468)Bond-009
2024-03-31Remove SessionInfo.FullNowPlayingItem from API responses (#11268)Niels van Velzen
2024-01-14Fixed disposable not being called (#10613)JPVenson
* Fixed disposable not being called * PulledUp usage of IAsyncDisposable for sessioninfo Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-11-09Merge branch 'master' into media-typeCody Robibero
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-05-01close inactive sessions after 10 minutesherby2212
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-07-24Backport pull request #7732 from jellyfin/release-10.8.zJoshua Boniface
Fix to make web sockets close gracefully on server shutdown Authored-by: luke brown <luke92brown@gmail.com> Merged-by: Cody Robibero <cody@robibe.ro> Original-merge: ee22feb89a34632a4cc3a350733dd57c6be863ec
2022-01-14Fix build and clean upCody Robibero
2022-01-14Add FullNowPlayingQueue propertyFernando Fernández
2021-05-11Reduce warnings in MediaBrowser.Controller (#6006)Cody Robibero
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2020-11-21Convert ClientCapabilities to a Dto with JsonConverterscrobibero
2020-10-01feat: convert supportedCommands strings to enumsgithub@esslinger.dev
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-06-24revert missing session fieldscrobibero
2020-06-16fix SA1513/SA1516telans
2020-05-02Merge branch 'master' into websocketBond_009
2020-02-11Merge pull request #2363 from dkanada/viewAnthony Lavado
Add session view endpoint
2020-02-04add code suggestionsdkanada
2020-02-02add session view endpointdkanada
2020-02-02fix a few warningsdkanada
2020-02-01improve scan progress and fix a few bugsdkanada
2020-01-13Rewrite WebSocket handling codeBond_009
2019-10-15Fix Json serialization errorBond_009
2019-02-05Remove custom ThreadingClaus Vium
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-03Post GPL cleanupBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-053.2.30.8Luke Pulverenti
2017-08-24update active recordingsLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-07-12add session reporting error handlingLuke Pulverenti
2017-06-09normalize session objectLuke Pulverenti
2017-04-17update playback progress reportingLuke Pulverenti
2017-04-17update automated checkinsLuke Pulverenti
2017-04-17support automatic progress reportingLuke Pulverenti
2016-11-11cache now playing itemLuke Pulverenti
2015-08-16update subtitle escapingLuke Pulverenti
2015-02-19Update to use SupportsMediaControlLuke Pulverenti
2015-01-12make channel access opt-in rather than opt outLuke Pulverenti
2014-10-23added new cabac valueLuke Pulverenti