mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3371] [CLOSED] Add Dto Extensions #9486
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3371
Author: @crobibero
Created: 6/18/2020
Status: ❌ Closed
Base:
api-migration← Head:api-dto📝 Commits (3)
90c4964Add Dto Extensions8a33924Remove nullable4203ee3Merge remote-tracking branch 'upstream/api-migration' into api-dto📊 Changes
33 files changed (+1107 additions, -171 deletions)
View changed files
📝
Emby.Server.Implementations/HttpServer/Security/AuthService.cs(+25 -20)📝
Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs(+78 -37)➕
Jellyfin.Api/Auth/BaseAuthorizationHandler.cs(+102 -0)📝
Jellyfin.Api/Auth/CustomAuthenticationHandler.cs(+14 -11)➕
Jellyfin.Api/Auth/DefaultAuthorizationPolicy/DefaultAuthorizationHandler.cs(+42 -0)➕
Jellyfin.Api/Auth/DefaultAuthorizationPolicy/DefaultAuthorizationRequirement.cs(+11 -0)📝
Jellyfin.Api/Auth/FirstTimeSetupOrElevatedPolicy/FirstTimeSetupOrElevatedHandler.cs(+18 -4)➕
Jellyfin.Api/Auth/IgnoreSchedulePolicy/IgnoreScheduleHandler.cs(+42 -0)➕
Jellyfin.Api/Auth/IgnoreSchedulePolicy/IgnoreScheduleRequirement.cs(+11 -0)➕
Jellyfin.Api/Auth/LocalAccessPolicy/LocalAccessHandler.cs(+44 -0)➕
Jellyfin.Api/Auth/LocalAccessPolicy/LocalAccessRequirement.cs(+11 -0)📝
Jellyfin.Api/Auth/RequiresElevationPolicy/RequiresElevationHandler.cs(+24 -2)➕
Jellyfin.Api/Constants/InternalClaimTypes.cs(+38 -0)📝
Jellyfin.Api/Constants/Policies.cs(+15 -0)📝
Jellyfin.Api/Controllers/ConfigurationController.cs(+1 -1)📝
Jellyfin.Api/Controllers/DevicesController.cs(+1 -1)📝
Jellyfin.Api/Controllers/PackageController.cs(+1 -1)📝
Jellyfin.Api/Controllers/SearchController.cs(+2 -1)📝
Jellyfin.Api/Controllers/SubtitleController.cs(+4 -4)📝
Jellyfin.Api/Controllers/VideoAttachmentsController.cs(+2 -1)...and 13 more files
📄 Description
Migrated from
522e44de59/MediaBrowser.Api/BaseApiService.cs (L121)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.