aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Users
AgeCommit message (Collapse)Author
9 daysMerge pull request #14950 from nielsvanvelzen/security-remove-has-passwordNiels van Velzen
Deprecate HasPassword property on UserDto
2025-11-02Backport pull request #15254 from jellyfin/release-10.11.zthornbill
Update password reset to always return the same response structure Original-merge: 4ad31418753840ca76c52fc2aa56fa1a4235ca87 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2025-10-05Truncate password reset file on open for writing (#14948)Bond-009
2025-10-05Deprecate HasPassword property on UserDtoNiels van Velzen
2025-09-20Attach before updating/deleting to avoid DbUpdateConcurrencyException (#14746)evan314159
2025-09-05Refactor Display preference manager (#14056)JPVenson
2025-08-06Revert "Merge pull request #13604 from Jxiced/master"Bond_009
This reverts commit ce78af2ed4f203690a0f9ef87b08b27a6bd43f63, reversing changes made to db7465e83d9cc07134a0bffad7ed17b1c7b873da.
2025-08-03Merge branch 'master' into masterJoshua M. Boniface
2025-03-30Rework parental ratings (#12615)Tim Eisele
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
2025-03-01Merge remote-tracking branch 'jellyfinorigin/master' into ↵JPVenson
feature/DatabaseRefactor
2025-02-23Move throw into interface to use in wizard, check for null and invalid username.Jxiced
2025-02-21Prevent whitespaces in username during wizard setup.Jxiced
2025-02-14Update Jellyfin.Server.Implementations/Users/UserManager.csJxiced
Co-authored-by: gnattu <gnattu@users.noreply.github.com>
2025-02-14Update regex and revert previous changes to ThrowIfInvalidUsername.Jxiced
2025-02-14Update ThrowIfInvalidUsername to include whitespaces.Jxiced
2025-01-29Changed UserName to non-deterministic fieldJPVenson
2025-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
2024-11-03Added + in username regex validator, Test + in username, issue #10414 (#12819)SethPattee
2024-10-20Add catch to remove cached user if creation fails (#12574)JPVenson
2024-09-06Merge pull request #12552 from Bond-009/passwordhashingNiels van Velzen
Increase password hash iterations
2024-09-06Merge pull request #12545 from Bond-009/sha1Niels van Velzen
Remove passwordSha1 param from AuthenticateUser function
2024-08-30Increase password hash iterationsBond_009
It has been a while since this was last updated: https://github.com/jellyfin/jellyfin/pull/6818 Recommendations have changed since: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-08-30Remove passwordSha1 param from AuthenticateUser functionBond_009
2024-08-05Backport pull request #11901 from jellyfin/release-10.9.zgnattu
Implement Device Cache to replace EFCoreSecondLevelCacheInterceptor Original-merge: b7bc0e1c96553675a490c0bd92a58ad9c5f0d0e1 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com>
2024-05-17Backport pull request #11670 from jellyfin/release-10.9.zgnattu
Restore caching for UserManager Original-merge: f8b67ec44cc6432d89d918f54caffa45eef037d0 Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-02-26Store lyrics in the database as media streams (#9951)Cody Robibero
2024-02-07Use IHostedService for device access managementPatrick Barron
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2024-01-06Remove UserManager Cache (#10781)Patrick Barron
* Remove redundant user cache * Use DI for IPasswordResetProvider and IAuthenticationProvider
2023-11-14Revert "Use System.Net.IPNetwork"Bond_009
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
2023-11-14Fix warningsBond_009
2023-10-27Merge pull request #10410 from Ch1nkara/add-users-permission-to-edit-subtitlesClaus Vium
add EnableSubtitleManagement permission
2023-10-22add IAsyncDisposable to DisplayPreferencesManagercvium
Properly dispose dbcontext Add IDisposableAnalyzer to Jellyfin.Server.Implementations
2023-10-18add EnableSubtitleManagement permissionchinkara
2023-10-17Merge pull request #10366 from goremykin/fix-resharper-warningsBond-009
2023-10-14Shorten lines from reviewCody Robibero
2023-10-10Merge branch 'master' into chromecast-configCody Robibero
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs
2023-10-08Reduce string literal length by using verbatim stringStepan Goremykin
2023-10-03Remove unused fields and parametersPatrick Barron
2023-09-23Validate cast receiver id on get/setCody Robibero
2023-09-23Migrate to customizable cast receiver configCody Robibero
2023-08-21Reduce log spam on failed loginsBond_009
Failed logins already get logged higher up the call chain
2023-06-28Use RegexGenerator where possibleBond_009
2023-05-29Merge pull request #9821 from cvium/admin_must_have_pwCody Robibero
2023-05-26refactor: admin users must have a non-empty passwordcvium
2023-05-26chore: deprecate EasyPassword as it isn't very securecvium
2023-02-17Reduce string allocations by regexBond_009