[PR #1686] [MERGED] Invert Tag Selection #3599

Closed
opened 2026-04-25 00:16:18 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1686
Author: @divyang-joshi
Created: 4/17/2023
Status: Merged
Merged: 4/28/2023
Merged by: @advplyr

Base: masterHead: feat-user-access-by-tag-enhancement


📝 Commits (3)

  • 0387436 feat: add support for inverting the selection on libraries and tags
  • 56e213d Update itemTagsSelected migration
  • e9f5bd9 Merge branch 'master' into feat-user-access-by-tag-enhancement

📊 Changes

13 files changed (+71 additions, -23 deletions)

View changed files

📝 client/components/modals/AccountModal.vue (+24 -9)
📝 client/strings/de.json (+2 -0)
📝 client/strings/en-us.json (+2 -0)
📝 client/strings/es.json (+2 -0)
📝 client/strings/fr.json (+2 -0)
📝 client/strings/gu.json (+2 -0)
📝 client/strings/hi.json (+2 -0)
📝 client/strings/hr.json (+2 -0)
📝 client/strings/it.json (+2 -0)
📝 client/strings/pl.json (+2 -0)
📝 client/strings/ru.json (+2 -0)
📝 client/strings/zh-cn.json (+2 -0)
📝 server/objects/user/User.js (+25 -14)

📄 Description

Fixes #1545
Feel free to suggested UI changes as well

Changes

Updates:

  • Removed Libraries to keep this simple for now

Support for:

  • Tags NOT Accessible to User
  • Renamed itemTagsAccessible to itemTagsSelected.

UI & UX Changes:

  • Allow the modal to scroll
  • New Invert options to chose if the list is for access or prevent access.
Screenshot 2023-04-27 at 4 39 59 PM

Issues:


🔄 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/advplyr/audiobookshelf/pull/1686 **Author:** [@divyang-joshi](https://github.com/divyang-joshi) **Created:** 4/17/2023 **Status:** ✅ Merged **Merged:** 4/28/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `feat-user-access-by-tag-enhancement` --- ### 📝 Commits (3) - [`0387436`](https://github.com/advplyr/audiobookshelf/commit/0387436111680f8eef2c7e4b51811bbf3462126c) feat: add support for inverting the selection on libraries and tags - [`56e213d`](https://github.com/advplyr/audiobookshelf/commit/56e213d654eeece365aa82c92b321ac6fe189842) Update itemTagsSelected migration - [`e9f5bd9`](https://github.com/advplyr/audiobookshelf/commit/e9f5bd9bfe491d0e79bc34a5d1d5577b40f53ee4) Merge branch 'master' into feat-user-access-by-tag-enhancement ### 📊 Changes **13 files changed** (+71 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/AccountModal.vue` (+24 -9) 📝 `client/strings/de.json` (+2 -0) 📝 `client/strings/en-us.json` (+2 -0) 📝 `client/strings/es.json` (+2 -0) 📝 `client/strings/fr.json` (+2 -0) 📝 `client/strings/gu.json` (+2 -0) 📝 `client/strings/hi.json` (+2 -0) 📝 `client/strings/hr.json` (+2 -0) 📝 `client/strings/it.json` (+2 -0) 📝 `client/strings/pl.json` (+2 -0) 📝 `client/strings/ru.json` (+2 -0) 📝 `client/strings/zh-cn.json` (+2 -0) 📝 `server/objects/user/User.js` (+25 -14) </details> ### 📄 Description Fixes #1545 Feel free to suggested UI changes as well ## Changes Updates: - Removed Libraries to keep this simple for now Support for: * Tags NOT Accessible to User * Renamed `itemTagsAccessible` to `itemTagsSelected`. UI & UX Changes: * Allow the modal to scroll * New Invert options to chose if the list is for access or prevent access. <img width="755" alt="Screenshot 2023-04-27 at 4 39 59 PM" src="https://user-images.githubusercontent.com/4261609/234985552-2c270997-c251-4570-aab6-01c572210575.png"> Issues: - #1545 - Partially #402 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:16:18 +02:00
adam closed this issue 2026-04-25 00:16:18 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3599