aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IUserManager.cs
AgeCommit message (Collapse)Author
2020-06-24Fix typoPatrick Barron
2020-06-24Fix user deletion.Patrick Barron
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-11Properly remove profile imagesPatrick Barron
2020-06-09Fix startup wizard.Patrick 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-26Revert "Fix emby/user/public API leaking sensitive data"Joshua M. Boniface
2020-05-132nd half of changesPatrick Barron
2020-05-12Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Data/SqliteUserDataRepository.cs # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Entities/User.cs # Jellyfin.Data/ISavingChanges.cs # Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj # Jellyfin.Server.Implementations/JellyfinDb.cs # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Model/Notifications/NotificationOptions.cs # MediaBrowser.sln
2020-05-12Initial migration codePatrick Barron
2020-03-01Fix emby/user/public API leaking private dataDavide Polonio
This commit fixes the emby/user/public API that was returning more data than necessary. Now only the following information are returned: - the account name - the primary image tag - the field hasPassword - the field hasConfiguredPassword, useful for the first wizard only (see https://github.com/jellyfin/jellyfin/issues/880#issuecomment-465370051) - the primary image aspect ratio A new DTO class, PrivateUserDTO has been created, and the route has been modified in order to return that data object.
2019-12-29Delete user config dir on user deletionBond_009
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-10-29Update MediaBrowser.Controller/Library/IUserManager.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-20Add clearer exceptions, warnings and docsBond_009
2019-08-16Improvements to UserManagerBond_009
2019-03-22made password resets an interface and per userPhallacy
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
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-213.2.40.1Luke Pulverenti
2017-09-17fixes #1074Luke Pulverenti
2017-08-26remove async when there's nothing to awaitLuke Pulverenti
2017-04-06update home sectionsLuke Pulverenti
2015-03-02update image magick sharpLuke Pulverenti
2015-02-14sync updatesLuke Pulverenti
2015-01-30sync updatesLuke Pulverenti
2015-01-29support in-home easy passwordLuke Pulverenti
2014-12-22begin work on daily episodesLuke Pulverenti
2014-12-20start using user policyLuke Pulverenti
2014-12-16sync updatesLuke Pulverenti
2014-11-30add new image paramsLuke Pulverenti
2014-11-08fixes #941 - Rework password recovery and remove IsLocal checksLuke Pulverenti
2014-11-05rework build scriptsLuke Pulverenti
2014-10-17update connect methodsLuke Pulverenti
2014-10-14update connectLuke Pulverenti
2014-09-14add connect linkingLuke Pulverenti
2014-08-153.0.5340.20849Luke Pulverenti
2014-08-10add activity log featureLuke Pulverenti
2014-07-02update to jquery mobile 1.4.3Luke Pulverenti
2014-06-22dlna fixesLuke Pulverenti
2014-05-08Removed guids from the model projectLuke Pulverenti
2014-03-07fixes #715 - Support creating/editing collections (boxsets) in web client #715Luke Pulverenti
2013-07-06Added a welcome notificationLuke Pulverenti
2013-05-11reduce sizes of cast imagesLuke Pulverenti
2013-05-09added ability to track web sockets per sessionLuke Pulverenti
2013-04-13removed excess hashing in providers and made user data key-basedLuke Pulverenti