[PR #5764] [MERGED] Do not check permissions for Folders collectiontype #10645

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5764
Author: @cvium
Created: 4/11/2021
Status: Merged
Merged: 4/11/2021
Merged by: @joshuaboniface

Base: masterHead: fix-folders-perms


📝 Commits (1)

  • f2e7491 Do not check permissions for Folders collectiontype

📊 Changes

1 file changed (+10 additions, -4 deletions)

View changed files

📝 Jellyfin.Api/Controllers/ItemsController.cs (+10 -4)

📄 Description

Changes
CollectionType.Folders seems to be a special type that is only (?) used by the "Folder view" option. Permissions are checked for the individual libraries, so no need to check for "Folders" itself.

Issues
Fixes https://github.com/jellyfin/jellyfin/issues/2754


🔄 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/5764 **Author:** [@cvium](https://github.com/cvium) **Created:** 4/11/2021 **Status:** ✅ Merged **Merged:** 4/11/2021 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `fix-folders-perms` --- ### 📝 Commits (1) - [`f2e7491`](https://github.com/jellyfin/jellyfin/commit/f2e74917550e8c5d532d180d01eeaa01d92a6cf2) Do not check permissions for Folders collectiontype ### 📊 Changes **1 file changed** (+10 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/ItemsController.cs` (+10 -4) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** CollectionType.Folders seems to be a special type that is only (?) used by the "Folder view" option. Permissions are checked for the individual libraries, so no need to check for "Folders" itself. **Issues** Fixes https://github.com/jellyfin/jellyfin/issues/2754 --- <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:24:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10645