aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session/ISessionManager.cs
AgeCommit message (Collapse)Author
2020-06-16Add full stop at end of comments (SA1629)telans
2020-05-26Make SonarCloud less angryPatrick Barron
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs
2020-05-12Initial migration codePatrick Barron
2020-05-09Rename Syncplay to SyncPlaygion
2020-04-27Check that client is playing the right itemgion
Send date when playback command is emitted Rename some classes
2020-04-27Implement syncplay backendgion
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-07remove trailing whitespacehawken
2019-01-03Post GPL cleanupBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-08-26remove async when there's nothing to awaitLuke Pulverenti
2017-06-09normalize session objectLuke Pulverenti
2017-04-17update automated checkinsLuke Pulverenti
2016-08-20update admin session filterLuke Pulverenti
2016-08-20Auto-Organize: Async operation and instant feedback UI (reworked)softworkz
This commit includes changes to enable and stabilize asyncronous operation in the auto-organize area. Here are the key points: - The auto-organize correction dialog is now closed (almost) instantly. This means that the user does not have to wait until the file copy/move operation is completed in order to continue. (even with local HDs the copy/move process can take several minutes or even much longer with network destination). - This commit also implements locking of files to be organized in order to prevent parallel processing of the same item. In effect, there can be 2 or more manual organization operations active even while the normal auto-organization task is running without causing any problems - The items that are currently being processed are indicated as such in the log with an orange color and a spinner graphic - The client display is refreshed through websocket messages - A side effect of this is that other clients showing the auto-organize log at the same time are always up-to-date as well
2016-06-05revoke access tokens on password changeLuke Pulverenti
2016-02-21update local pin featureLuke Pulverenti
2015-05-29consolidate slideout panelsLuke Pulverenti
2015-03-14save appVersion with device recordLuke Pulverenti
2015-03-12adjust audio direct play checksLuke Pulverenti
2015-03-09fix session not found errorsLuke Pulverenti
2015-03-08connect to socket with access tokenLuke Pulverenti
2015-01-27add SyncJobCreated eventLuke Pulverenti
2015-01-12make channel access opt-in rather than opt outLuke Pulverenti
2014-11-14revise endpoint attributesLuke Pulverenti
2014-11-08fixes #941 - Rework password recovery and remove IsLocal checksLuke Pulverenti
2014-10-11add device upload optionsLuke Pulverenti
2014-08-10add activity log featureLuke Pulverenti
2014-07-133.0.5306.42925Luke Pulverenti
2014-07-11Add api key functionsLuke Pulverenti
2014-07-11update translationsLuke Pulverenti
2014-07-07completed auth databaseLuke Pulverenti
2014-07-03fixes #762 - Marking unwatched doesn't update displayLuke Pulverenti
2014-07-02update to jquery mobile 1.4.3Luke Pulverenti
2014-06-25add short overviewLuke Pulverenti
2014-06-05display additional transcoding info in dashboardLuke Pulverenti
2014-05-28added periodic ping to http session controllerLuke Pulverenti
2014-05-13add library to front pageLuke Pulverenti
2014-04-303.0.5233.40306Luke Pulverenti
2014-04-15add new playback checkin endpointsLuke Pulverenti
2014-04-06chromecast updatesLuke Pulverenti
2014-03-31added more remote control commandsLuke Pulverenti
2014-03-20fixes #712 - multi-version groupingLuke Pulverenti
2014-03-16fixed dlna user reportingLuke Pulverenti
2014-03-09added session disposalLuke Pulverenti
2014-01-11added sorting for series recordingsLuke Pulverenti