| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-17 | Reduce string allocations by regex | Bond_009 | |
| 2023-02-13 | Add permission for collection management | Shadowghost | |
| 2023-01-20 | Add "Allowed Tags" to Parental Controls | Jpuc1143 | |
| 2023-01-16 | Rename JellyfinDb to JellyfinDbContext | Patrick Barron | |
| 2023-01-16 | Specify AsSplitQuery in initial users query | Patrick Barron | |
| 2023-01-16 | Optimize EF Core queries and remove unnecessary AsQueryable calls | Patrick Barron | |
| 2023-01-11 | Fix all warnings in Jellyfin.Server.Implementations | Bond_009 | |
| 2023-01-07 | Use EventManager for AuthenticationSuccess, AuthenticationFailure (#8960) | Cody Robibero | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-21 | remove JellyfinDbProvider and add second level caching | cvium | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-09-09 | Merge pull request #8377 from Bond-009/resetcase | Claus Vium | |
| Make Password Reset case sensitive | |||
| 2022-09-09 | Make Password Reset case sensitive | Bond_009 | |
| 2022-09-09 | Merge pull request #8250 from Bond-009/minor18 | Claus Vium | |
| Minor cleanup | |||
| 2022-08-27 | Use Guid type for UserConfiguration fields | Niels van Velzen | |
| 2022-08-18 | Minor cleanup | Bond_009 | |
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-11-10 | Replace PBKDF2-SHA1 with PBKDF2-SHA512 | Bond_009 | |
| This also migrates already created passwords on login Source for the number of iterations: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2 | |||
| 2021-10-26 | Enable nullable for more files | Bond_009 | |
| 2021-10-09 | Merge pull request #6676 from Bond-009/rng | Claus Vium | |
| Use static crypto rng | |||
| 2021-10-08 | Merge pull request #6663 from crobibero/dotnet-6-rc1 | Claus Vium | |
| Reference dotnet6-rc1 packages | |||
| 2021-10-08 | Use static crypto rng | Bond_009 | |
| 2021-10-07 | Return the path to the pinfile in forgot password | cvium | |
| 2021-10-04 | Reference dotnet6-rc1 packages | Cody Robibero | |
| 2021-09-06 | Merge pull request #6177 from Bond-009/async | Claus Vium | |
| Use async FileStreams where it makes sense | |||
| 2021-09-02 | Use async FileStreams where it makes sense | Bond_009 | |
| 2021-05-20 | Migrate authentication db to EF Core | Patrick Barron | |
| 2021-05-18 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs | |||
| 2021-05-04 | Merge pull request #5623 from barronpm/ef-cleanup2 | Bill Thornton | |
| EF Core Cleanup 2 | |||
| 2021-04-10 | Fix builds | Patrick Barron | |
| 2021-04-10 | Convert UpdateUser to solely async | Patrick Barron | |
| 2021-04-07 | make custompref value nullable | cvium | |
| 2021-04-03 | Merge pull request #5174 from barronpm/authenticateuser-cleanup | Bond-009 | |
| 2021-03-25 | Clean up user deletion | Patrick Barron | |
| 2021-03-25 | Clean up user renaming | Patrick Barron | |
| 2021-03-17 | Fix duplicate permissions | Patrick Barron | |
| 2021-03-14 | Merge branch 'master' into ef-cleanup | Patrick Barron | |
| # Conflicts: # Jellyfin.Data/Entities/Libraries/MediaFileStream.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-03-06 | Enable nullable for Jellyfin.Data and remove unnecessary attributes | Patrick Barron | |
| 2021-02-25 | Make styling more consistent | Patrick Barron | |
| 2021-02-17 | Validate the new username when renaming | cvium | |
| 2021-02-16 | Don't allow new users to be created with the same name as an existing user. | Patrick Barron | |
| 2021-02-16 | Fix user renaming logic | Patrick Barron | |
| 2021-02-06 | Clean up UserManager.AuthenticateUser | Patrick Barron | |
| 2020-12-16 | Merge pull request #4771 from crobibero/typed-get-preference | Claus Vium | |
| Use typed UserManager GetPreference | |||
| 2020-12-13 | Use a more descriptive function name | crobibero | |
| 2020-12-12 | Enable nullable for Jellyfin.Server.Implementations | Patrick Barron | |
| 2020-12-11 | Use typed UserManager GetPreference | crobibero | |
