| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-07-13 | bump Jellyfin to 10.9 | Cody Robibero | |
| 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> | |||
| 2022-03-29 | Merge pull request #7506 from crobibero/set-permissions | Claus Vium | |
| Safely get/set User permission/preference (cherry picked from commit d2ce315c1dd229c0a0d6c996ee5399e12cec7457) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-03-21 | Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406 | dependabot[bot] | |
| Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406. - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases) - [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406) --- updated-dependencies: - dependency-name: StyleCop.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-01-22 | Ban the usage of Task.Result | Bond_009 | |
| If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future | |||
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-11-15 | Bump Microsoft.SourceLink.GitHub from 1.1.0 to 1.1.1 | dependabot[bot] | |
| Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-11-09 | Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.0 | dependabot[bot] | |
| Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-11-08 | Update to full dotnet 6 | Cody Robibero | |
| 2021-10-12 | Update to dotnet6.rc2 | Cody Robibero | |
| 2021-10-04 | Reference dotnet6-rc1 packages | Cody Robibero | |
| 2021-09-24 | Target net6.0 | Bond_009 | |
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore | Cody Robibero | |
| 2021-09-02 | Remove IAuditableEntity | Patrick Barron | |
| 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-08-13 | Add IAuditableEntity | Patrick Barron | |
| 2021-08-04 | Merge remote-tracking branch 'upstream/master' into baseitemkind-fixes | Cody Robibero | |
| 2021-07-30 | Invert code and style analysis configuration (#6334) | Rich Lander | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-07-13 | Add dto for device options | Patrick Barron | |
| 2021-06-20 | Add missing BaseItemKind | crobibero | |
| 2021-06-18 | Re-add support for API keys | Patrick Barron | |
| 2021-06-18 | Recreate devices migration with missing fields | Patrick Barron | |
| 2021-05-20 | Generate Access token in constructor | Patrick Barron | |
| 2021-05-20 | Add device query class | Patrick Barron | |
| 2021-05-20 | Add PaginatedQuery abstract class, change startIndex to skip | Patrick Barron | |
| 2021-05-18 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs | |||
| 2021-05-05 | Merge pull request #5944 from shortspider/ContinueReading | Bill Thornton | |
| Add ResumeBook Section | |||
| 2021-05-04 | Merge pull request #5623 from barronpm/ef-cleanup2 | Bill Thornton | |
| EF Core Cleanup 2 | |||
| 2021-04-29 | Add ResumeBook section | Nathan Mascitelli | |
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-04-13 | Add AccessToken to device | Patrick Barron | |
| 2021-04-10 | Fix builds | Patrick Barron | |
| 2021-04-10 | Add navigation property to device entity | Patrick Barron | |
| 2021-04-10 | Add device options entity | Patrick Barron | |
| 2021-04-09 | Add device entity. | Patrick Barron | |
| 2021-04-07 | make custompref value nullable | cvium | |
| 2021-04-01 | Add ApiKey entity and associated relationships | Patrick Barron | |
| 2021-03-25 | Add migration | Patrick Barron | |
| 2021-03-25 | Add id properties for preferences and permissions | Patrick Barron | |
| 2021-03-25 | Use correct setter access modifiers | 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 | Fix GetDaysOfWeek behavior | Bond_009 | |
| 2021-03-13 | Sunday isn't a weekend | Bond_009 | |
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
