mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3420] [MERGED] Add missing authorization policies (new Web Api) #9512
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/3420
Author: @daullmer
Created: 6/22/2020
Status: ✅ Merged
Merged: 6/23/2020
Merged by: @barronpm
Base:
api-migration← Head:api-missing-policy📝 Commits (1)
5c6e9f4Add missing authorization policies📊 Changes
11 files changed (+25 additions, -18 deletions)
View changed files
📝
Jellyfin.Api/Controllers/DisplayPreferencesController.cs(+2 -1)📝
Jellyfin.Api/Controllers/FilterController.cs(+2 -1)📝
Jellyfin.Api/Controllers/ImageByNameController.cs(+4 -3)📝
Jellyfin.Api/Controllers/ItemLookupController.cs(+1 -1)📝
Jellyfin.Api/Controllers/ItemRefreshController.cs(+2 -1)📝
Jellyfin.Api/Controllers/PlaylistsController.cs(+2 -1)📝
Jellyfin.Api/Controllers/PluginsController.cs(+1 -1)📝
Jellyfin.Api/Controllers/RemoteImageController.cs(+2 -1)📝
Jellyfin.Api/Controllers/SessionController.cs(+2 -1)📝
Jellyfin.Api/Controllers/UserController.cs(+6 -6)📝
Jellyfin.Api/Controllers/VideosController.cs(+1 -1)📄 Description
Some Controllers were missing the default authorization policy implemented in #3357.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.