aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Users
AgeCommit message (Expand)Author
2024-05-17Backport pull request #11670 from jellyfin/release-10.9.zgnattu
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
2023-11-14Revert "Use System.Net.IPNetwork"Bond_009
2023-11-14Fix warningsBond_009
2023-10-27Merge pull request #10410 from Ch1nkara/add-users-permission-to-edit-subtitlesClaus Vium
2023-10-22add IAsyncDisposable to DisplayPreferencesManagercvium
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
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
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
2023-02-13Add permission for collection managementShadowghost
2023-01-20Add "Allowed Tags" to Parental ControlsJpuc1143
2023-01-16Rename JellyfinDb to JellyfinDbContextPatrick Barron
2023-01-16Specify AsSplitQuery in initial users queryPatrick Barron
2023-01-16Optimize EF Core queries and remove unnecessary AsQueryable callsPatrick Barron
2023-01-11Fix all warnings in Jellyfin.Server.ImplementationsBond_009
2023-01-07Use EventManager for AuthenticationSuccess, AuthenticationFailure (#8960)Cody Robibero
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-21remove JellyfinDbProvider and add second level cachingcvium
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2022-09-09Merge pull request #8377 from Bond-009/resetcaseClaus Vium
2022-09-09Make Password Reset case sensitiveBond_009
2022-09-09Merge pull request #8250 from Bond-009/minor18Claus Vium
2022-08-27Use Guid type for UserConfiguration fieldsNiels van Velzen
2022-08-18Minor cleanupBond_009
2022-02-21Optimize Guid comparisonsBond_009
2021-12-27Remove more warningsCody Robibero
2021-11-10Replace PBKDF2-SHA1 with PBKDF2-SHA512Bond_009
2021-10-26Enable nullable for more filesBond_009
2021-10-09Merge pull request #6676 from Bond-009/rngClaus Vium
2021-10-08Merge pull request #6663 from crobibero/dotnet-6-rc1Claus Vium
2021-10-08Use static crypto rngBond_009
2021-10-07Return the path to the pinfile in forgot passwordcvium
2021-10-04Reference dotnet6-rc1 packagesCody Robibero
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
2021-09-02Use async FileStreams where it makes senseBond_009