aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Session/SessionManager.cs
AgeCommit message (Expand)Author
2021-12-24Update StyleCopBond_009
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-10-03Fix warnings in SessionManagerPatrick Barron
2021-09-06merge branch 'master' into syncplay-sessions-fixdkanada
2021-09-03Fix some warningsBond_009
2021-06-27Merge remote-tracking branch 'origin/authenticationdb-efcore' into authentica...Patrick Barron
2021-06-27GetDeviceOptions always returns an instance of DeviceOptionsPatrick Barron
2021-06-25Update Emby.Server.Implementations/Session/SessionManager.csPatrick Barron
2021-06-23Fix issues with QuickConnect and AuthenticationDbcrobibero
2021-06-23Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-06-18Correctly handle devices without custom namesPatrick Barron
2021-05-24Merge pull request #6038 from crobibero/delete-existing-sessionsClaus Vium
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-05-12Don't logout if deviceId is null.crobibero
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-04-22Mark PasswordSha1 as obsoletecrobibero
2021-04-13Don't use database for QuickConnectPatrick Barron
2021-04-10Convert UpdateUser to solely asyncPatrick Barron
2021-04-10Make device/session code asyncPatrick Barron
2021-04-10Rewrite device manager using EF CorePatrick Barron
2021-04-01Remove unused SessionManager methodsPatrick Barron
2021-03-28Fix storing outdated sessions in SyncPlayIonut Andrei Oanca
2021-02-08Merge pull request #4935 from ConfusedPolarBear/quickconnect-cleanupdkanada
2021-01-05Fix capitalization of Playstate messageBill Thornton
2021-01-02Remove quick connect tokens after usageMatt Montgomery
2020-12-07Add SessionControllerConnected eventIonut Andrei Oanca
2020-11-27Merge branch 'master' into syncplay-enhancedJoshua M. Boniface
2020-11-19Clean up DeviceManager and don't store capabilities on diskPatrick Barron
2020-10-16Add playlist-sync and group-wait to SyncPlayIonut Andrei Oanca
2020-10-06Fix playbackstart not triggering in the new eventmanagercvium
2020-10-05Merge pull request #4210 from nielsvanvelzen/typed-websocket-messageBond-009
2020-10-04Use nicer count comparitorJoshua M. Boniface
2020-10-04Revert "Implement better count method"Joshua M. Boniface
2020-10-04Implement better count methodJoshua M. Boniface
2020-10-04Make the count an int for cleanlinessJoshua M. Boniface
2020-10-04Increase count check to 1Joshua M. Boniface
2020-10-04Make log entry informationalJoshua M. Boniface
2020-10-04Remove variables from SecurityExceptionJoshua M. Boniface
2020-10-04Fix syntax errorJoshua M. Boniface
2020-10-04Add active session trackingJoshua M. Boniface
2020-09-27Use SessionMessageType for WebSocket messagesNiels van Velzen
2020-09-21Use GeneralCommandType enum in GeneralCommand nameNiels van Velzen
2020-08-26Merge remote-tracking branch 'upstream/master' into quickconnectMatt Montgomery
2020-08-17Apply suggestions from code reviewMatt Montgomery
2020-08-15Use IEventManager in SessionManagerPatrick Barron
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron