[PR #3420] [MERGED] Add missing authorization policies (new Web Api) #9512

Closed
opened 2026-02-07 06:03:31 +03:00 by OVERLORD · 0 comments
Owner

📋 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-migrationHead: api-missing-policy


📝 Commits (1)

  • 5c6e9f4 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3420 **Author:** [@daullmer](https://github.com/daullmer) **Created:** 6/22/2020 **Status:** ✅ Merged **Merged:** 6/23/2020 **Merged by:** [@barronpm](https://github.com/barronpm) **Base:** `api-migration` ← **Head:** `api-missing-policy` --- ### 📝 Commits (1) - [`5c6e9f4`](https://github.com/jellyfin/jellyfin/commit/5c6e9f4db58883db43055cd37b2cecd9fa2c12b2) Add missing authorization policies ### 📊 Changes **11 files changed** (+25 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Some Controllers were missing the default authorization policy implemented in #3357. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:03:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9512