aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data
AgeCommit message (Collapse)Author
2022-12-07Update depsBond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-07Update projects to .net7Bond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-07-13bump Jellyfin to 10.9Cody Robibero
2022-05-09Bump 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-29Merge pull request #7506 from crobibero/set-permissionsClaus Vium
Safely get/set User permission/preference (cherry picked from commit d2ce315c1dd229c0a0d6c996ee5399e12cec7457) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-03-21Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406dependabot[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-22Ban the usage of Task.ResultBond_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-24Update StyleCopBond_009
2021-11-15Bump Microsoft.SourceLink.GitHub from 1.1.0 to 1.1.1dependabot[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-09Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.0dependabot[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-08Update to full dotnet 6Cody Robibero
2021-10-12Update to dotnet6.rc2Cody Robibero
2021-10-04Reference dotnet6-rc1 packagesCody Robibero
2021-09-24Target net6.0Bond_009
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-09-02Remove IAuditableEntityPatrick Barron
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick 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-13Add IAuditableEntityPatrick Barron
2021-08-04Merge remote-tracking branch 'upstream/master' into baseitemkind-fixesCody Robibero
2021-07-30Invert code and style analysis configuration (#6334)Rich Lander
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-07-13Add dto for device optionsPatrick Barron
2021-06-20Add missing BaseItemKindcrobibero
2021-06-18Re-add support for API keysPatrick Barron
2021-06-18Recreate devices migration with missing fieldsPatrick Barron
2021-05-20Generate Access token in constructorPatrick Barron
2021-05-20Add device query classPatrick Barron
2021-05-20Add PaginatedQuery abstract class, change startIndex to skipPatrick Barron
2021-05-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs
2021-05-05Merge pull request #5944 from shortspider/ContinueReadingBill Thornton
Add ResumeBook Section
2021-05-04Merge pull request #5623 from barronpm/ef-cleanup2Bill Thornton
EF Core Cleanup 2
2021-04-29Add ResumeBook sectionNathan Mascitelli
2021-04-17Remove unused using directivesBaronGreenback
2021-04-13Add AccessToken to devicePatrick Barron
2021-04-10Fix buildsPatrick Barron
2021-04-10Add navigation property to device entityPatrick Barron
2021-04-10Add device options entityPatrick Barron
2021-04-09Add device entity.Patrick Barron
2021-04-07make custompref value nullablecvium
2021-04-01Add ApiKey entity and associated relationshipsPatrick Barron
2021-03-25Add migrationPatrick Barron
2021-03-25Add id properties for preferences and permissionsPatrick Barron
2021-03-25Use correct setter access modifiersPatrick Barron
2021-03-17Fix duplicate permissionsPatrick Barron
2021-03-14Merge branch 'master' into ef-cleanupPatrick Barron
# Conflicts: # Jellyfin.Data/Entities/Libraries/MediaFileStream.cs # Jellyfin.Data/Jellyfin.Data.csproj
2021-03-13Fix GetDaysOfWeek behaviorBond_009
2021-03-13Sunday isn't a weekendBond_009
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009