aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
AgeCommit message (Collapse)Author
2023-10-22add IAsyncDisposable to DisplayPreferencesManagercvium
Properly dispose dbcontext Add IDisposableAnalyzer to Jellyfin.Server.Implementations
2023-10-18Merge branch 'master' into trickplayNick
2023-10-17Merge pull request #10366 from goremykin/fix-resharper-warningsBond-009
2023-10-14Shorten lines from reviewCody Robibero
2023-10-12Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs
2023-10-10Merge branch 'master' into chromecast-configCody Robibero
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs
2023-10-08Remove redundant using directivesStepan Goremykin
2023-10-08Reduce string literal length by using verbatim stringStepan Goremykin
2023-10-05Update Jellyfin.Server.Implementations/Security/AuthorizationContext.csBond-009
Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-10-04Simplify some stuff in AuthorizationContextBond_009
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-09-04Minor code review changes (cvium)Nick
2023-09-04Make TrickplayManifest dictionary key a string rather than GuidNick
2023-08-21Reduce log spam on failed loginsBond_009
Failed logins already get logged higher up the call chain
2023-07-29Apply review suggestionsShadowghost
2023-07-07Apply suggestions from code reviewShadowghost
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-07-07Add item id to playback start/stop eventsShadowghost
2023-07-07Add wrapper object for authentication event informationShadowghost
2023-07-01Add CreateTiles to ITrickplayManagerNick
2023-06-28Use RegexGenerator where possibleBond_009
2023-06-26Migrate to trickplay table to EF. Rename vars/methods/members to have ↵Nick
consistent use of tile and thumbnail
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: add db migrationscvium
2023-05-26chore: deprecate EasyPassword as it isn't very securecvium
2023-04-06Remove unused using directivesStepan Goremykin
2023-02-17Reduce string allocations by regexBond_009
2023-02-13Add permission for collection managementShadowghost
2023-02-12Merge pull request #9253 from Bond-009/nullrefBond-009
2023-02-11Merge pull request #9139 from Jpuc1143/tag-whitelistBond-009
2023-02-04Return NotFound when itemId isn't foundBond_009
2023-02-04Use Directory.Packages.props (#9135)Zoltan Csizmadia
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
2023-02-03chore(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-20Add "Allowed Tags" to Parental ControlsJpuc1143
2023-01-18chore(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-16Use default ASP.NET Core logger factory for DbContext factoryPatrick Barron
2023-01-16Rename JellyfinDb to JellyfinDbContextPatrick Barron
2023-01-16Document JellyfinDbPatrick Barron
2023-01-16Specify AsSplitQuery in initial users queryPatrick Barron
2023-01-16Optimize EF Core queries and remove unnecessary AsQueryable callsPatrick Barron
2023-01-16Enable nullable for Jellyfin DbContextPatrick Barron
2023-01-16Use file-scoped namespace in db contextPatrick Barron
2023-01-16Remove unused schemaPatrick Barron
2023-01-11Fix all warnings in Jellyfin.Server.ImplementationsBond_009
2023-01-10chore(deps): update dotnet monorepo to v7.0.2renovate[bot]
2023-01-10chore(deps): update dependency efcoresecondlevelcacheinterceptor to v3.8.2renovate[bot]
2023-01-07Use EventManager for AuthenticationSuccess, AuthenticationFailure (#8960)Cody Robibero
2022-12-15chore(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>