aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IUserManager.cs
AgeCommit message (Collapse)Author
2025-08-03Merge branch 'master' into masterJoshua M. Boniface
2025-03-25Fixed namespacesJPVenson
2025-02-23Move throw into interface to use in wizard, check for null and invalid username.Jxiced
2024-08-30Remove passwordSha1 param from AuthenticateUser functionBond_009
2023-05-26chore: deprecate EasyPassword as it isn't very securecvium
2023-02-04Return NotFound when itemId isn't foundBond_009
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs
2021-07-24Fix warnings in MediaBrowser.Controller/LibraryRich Lander
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Devices/DeviceManager.cs # Emby.Server.Implementations/HttpServer/Security/SessionContext.cs # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Net/ISessionContext.cs
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-10Convert UpdateUser to solely asyncPatrick Barron
2020-12-11Convert DeleteUser to asyncPatrick Barron
2020-10-29Convert some code in UserManager to asyncPatrick Barron
2020-08-24Merge branch 'master' into event-rewrite-1Patrick Barron
# Conflicts: # Emby.Dlna/Emby.Dlna.csproj # Emby.Dlna/Eventing/DlnaEventManager.cs # Emby.Dlna/Service/BaseService.cs # Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs # MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-08-15Use IEventManager in UserManagerPatrick Barron
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-07-23Merge pull request #3664 from Bond-009/createuserasyncJoshua M. Boniface
Make CreateUser async
2020-07-22Make CreateUser asyncBond_009
2020-07-13Remove UserManager.AddPartsPatrick Barron
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