| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-03 | Merge branch 'master' into master | Joshua M. Boniface | |
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2025-02-23 | Move throw into interface to use in wizard, check for null and invalid username. | Jxiced | |
| 2024-08-30 | Remove passwordSha1 param from AuthenticateUser function | Bond_009 | |
| 2023-05-26 | chore: deprecate EasyPassword as it isn't very secure | cvium | |
| 2023-02-04 | Return NotFound when itemId isn't found | Bond_009 | |
| 2021-08-13 | Merge branch 'master' into authenticationdb-efcore | Patrick 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-24 | Fix warnings in MediaBrowser.Controller/Library | Rich Lander | |
| 2021-06-18 | Merge branch 'master' into authenticationdb-efcore | Patrick 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-06 | Remove warninigs from MediaBrowser.Controller (Part 3) (#6078) | Cody Robibero | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-05-18 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs | |||
| 2021-05-07 | Enable nullable reference types for MediaBrowser.Controller | Bond_009 | |
| 2021-04-10 | Convert UpdateUser to solely async | Patrick Barron | |
| 2020-12-11 | Convert DeleteUser to async | Patrick Barron | |
| 2020-10-29 | Convert some code in UserManager to async | Patrick Barron | |
| 2020-08-24 | Merge branch 'master' into event-rewrite-1 | Patrick 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-22 | Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release | Bond_009 | |
| 2020-08-15 | Use IEventManager in UserManager | Patrick Barron | |
| 2020-08-13 | Move GenericEventArgs to Jellyfin.Data.Events | Patrick Barron | |
| 2020-07-23 | Merge pull request #3664 from Bond-009/createuserasync | Joshua M. Boniface | |
| Make CreateUser async | |||
| 2020-07-22 | Make CreateUser async | Bond_009 | |
| 2020-07-13 | Remove UserManager.AddParts | Patrick Barron | |
| 2020-06-24 | Fix typo | Patrick Barron | |
| 2020-06-24 | Fix user deletion. | Patrick Barron | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-11 | Properly remove profile images | Patrick Barron | |
| 2020-06-09 | Fix startup wizard. | Patrick Barron | |
| 2020-05-26 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs | |||
| 2020-05-26 | Revert "Fix emby/user/public API leaking sensitive data" | Joshua M. Boniface | |
| 2020-05-13 | 2nd half of changes | Patrick Barron | |
| 2020-05-12 | Merge branch 'master' into userdb-efcore | Patrick 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-12 | Initial migration code | Patrick Barron | |
| 2020-03-01 | Fix emby/user/public API leaking private data | Davide 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-29 | Delete user config dir on user deletion | Bond_009 | |
| 2019-11-25 | * Add support for multi segment base urls | Bond_009 | |
| * Make baseurl case-insensitive | |||
| 2019-10-29 | Update MediaBrowser.Controller/Library/IUserManager.cs | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2019-10-20 | Add clearer exceptions, warnings and docs | Bond_009 | |
| 2019-08-16 | Improvements to UserManager | Bond_009 | |
| 2019-03-22 | made password resets an interface and per user | Phallacy | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: MediaBrowser.Controller | Erwin de Haan | |
| 2019-01-07 | remove trailing whitespace | hawken | |
| 2018-12-27 | Add GPL modules | Andrew Rabert | |
| 2018-09-12 | Update to 3.5.2 and .net core 2.1 | stefan | |
| 2017-11-21 | 3.2.40.1 | Luke Pulverenti | |
| 2017-09-17 | fixes #1074 | Luke Pulverenti | |
| 2017-08-26 | remove async when there's nothing to await | Luke Pulverenti | |
| 2017-04-06 | update home sections | Luke Pulverenti | |
| 2015-03-02 | update image magick sharp | Luke Pulverenti | |
