| 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-02-12 | Merge pull request #9253 from Bond-009/nullref | Bond-009 | |
| 2023-02-11 | Merge pull request #9139 from Jpuc1143/tag-whitelist | Bond-009 | |
| 2023-02-04 | Return NotFound when itemId isn't found | Bond_009 | |
| 2023-02-04 | Use Directory.Packages.props (#9135) | Zoltan Csizmadia | |
| Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com> | |||
| 2023-02-03 | chore(deps): update dependency efcoresecondlevelcacheinterceptor to v3.8.3 ↵ | renovate[bot] | |
| (#9243) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-01-20 | Add "Allowed Tags" to Parental Controls | Jpuc1143 | |
| 2023-01-18 | chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵ | renovate[bot] | |
| v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-01-16 | Use default ASP.NET Core logger factory for DbContext factory | Patrick Barron | |
| 2023-01-16 | Rename JellyfinDb to JellyfinDbContext | Patrick Barron | |
| 2023-01-16 | Document JellyfinDb | 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-16 | Enable nullable for Jellyfin DbContext | Patrick Barron | |
| 2023-01-16 | Use file-scoped namespace in db context | Patrick Barron | |
| 2023-01-16 | Remove unused schema | Patrick Barron | |
| 2023-01-11 | Fix all warnings in Jellyfin.Server.Implementations | Bond_009 | |
| 2023-01-10 | chore(deps): update dotnet monorepo to v7.0.2 | renovate[bot] | |
| 2023-01-10 | chore(deps): update dependency efcoresecondlevelcacheinterceptor to v3.8.2 | renovate[bot] | |
| 2023-01-07 | Use EventManager for AuthenticationSuccess, AuthenticationFailure (#8960) | Cody Robibero | |
| 2022-12-15 | chore(deps): update dotnet monorepo to v7.0.1 (#8900) | renovate[bot] | |
| * chore(deps): update dotnet monorepo to v7.0.1 * Update docker sdk Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-12-09 | chore(deps): update dependency efcoresecondlevelcacheinterceptor to v3.8.1 ↵ | renovate[bot] | |
| (#8881) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2022-12-07 | Update deps | Bond_009 | |
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-07 | Update projects to .net7 | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-12-05 | Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ↵ | Bond-009 | |
| (#8709) | |||
| 2022-11-27 | chore(deps): update dependency efcoresecondlevelcacheinterceptor to v3.8.0 ↵ | renovate[bot] | |
| (#8805) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2022-11-23 | chore(deps): update dependency efcoresecondlevelcacheinterceptor to v3.7.5 | renovate[bot] | |
| 2022-11-13 | Merge pull request #8601 from cvium/add_secondlevelcaching | Bond-009 | |
| 2022-11-09 | chore(deps): update dotnet monorepo (#8708) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-10-28 | Backport pull request #8608 from jellyfin/release-10.8.z | cvium | |
| Add index for DateCreated on ActivityLogs Original-merge: 39b29eb9f1250a025f6a78b451c1a79df39ed5e9 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-10-21 | remove unnecessary skipcommand since SQLite does not have NEWID | cvium | |
| 2022-10-21 | remove JellyfinDbProvider and add second level caching | cvium | |
| 2022-10-18 | chore(deps): update dotnet monorepo | renovate[bot] | |
| 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-23 | Backport pull request #8433 from jellyfin/release-10.8.z | Cody Robibero | |
| Update to dotnet 6.0.9 Original-merge: 4ec82ec662834867742a08dff680c938c4a5542a Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 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-08-13 | Backport pull request #8234 from jellyfin/release-10.8.z | Cody Robibero | |
| update to dotnet 6.0.8 Original-merge: 31f9938e3a1cdb5bac732b393c252c3ebc4689ec Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-07-20 | Backport pull request #8115 from jellyfin/release-10.8.z | Joshua Boniface | |
| Update to dotnet 6.0.7 Authored-by: Cody Robibero <cody@robibe.ro> Merged-by: Joshua M. Boniface <joshua@boniface.me> Original-merge: d0fd23bb4b746ffc98fe76a790706ecfa3c19342 | |||
| 2022-06-29 | Merge pull request #7984 from crobibero/dotnet-6.0.6 | Joshua M. Boniface | |
| Upgrade to dotnet 6.0.6, update remaining dependencies (cherry picked from commit 56e7b323de3e993ba79ed86ef7e9a10f79693156) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-05-20 | Merge pull request #7774 from crobibero/api-authinfo | Cody Robibero | |
| (cherry picked from commit 825e6460c9df04d8023634d71a0c82c93ca6ee2b) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-05-20 | Merge pull request #7766 from crobibero/dotnet-6.0.5 | Joshua M. Boniface | |
| (cherry picked from commit 71bf56704535d0afa7d4955f03d287d40c9a98a3) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-05-09 | Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726) | dependabot[bot] | |
| Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
