mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
feat(plex): selective user import (#2188)
* feat(api): allow importing of only selected Plex users * feat(frontend): modal for importing Plex users * feat: add alert if 'Enable New Plex Sign-In' setting is enabled * refactor: fetch all existing Plex users in a single DB query Co-authored-by: Ryan Cohen <ryan@sct.dev>
This commit is contained in:
@@ -31,6 +31,8 @@ const globalMessages = defineMessages({
|
||||
testing: 'Testing…',
|
||||
save: 'Save Changes',
|
||||
saving: 'Saving…',
|
||||
import: 'Import',
|
||||
importing: 'Importing…',
|
||||
close: 'Close',
|
||||
edit: 'Edit',
|
||||
areyousure: 'Are you sure?',
|
||||
|
||||
@@ -835,12 +835,13 @@
|
||||
"components.UserList.displayName": "Display Name",
|
||||
"components.UserList.edituser": "Edit User Permissions",
|
||||
"components.UserList.email": "Email Address",
|
||||
"components.UserList.importedfromplex": "{userCount, plural, one {# new user} other {# new users}} imported from Plex successfully!",
|
||||
"components.UserList.importfromplex": "Import Users from Plex",
|
||||
"components.UserList.importfromplexerror": "Something went wrong while importing users from Plex.",
|
||||
"components.UserList.importedfromplex": "<strong>{userCount}</strong> {userCount, plural, one {user} other {users}} Plex users imported successfully!",
|
||||
"components.UserList.importfromplex": "Import Plex Users",
|
||||
"components.UserList.importfromplexerror": "Something went wrong while importing Plex users.",
|
||||
"components.UserList.localLoginDisabled": "The <strong>Enable Local Sign-In</strong> setting is currently disabled.",
|
||||
"components.UserList.localuser": "Local User",
|
||||
"components.UserList.nouserstoimport": "No new users to import from Plex.",
|
||||
"components.UserList.newplexsigninenabled": "The <strong>Enable New Plex Sign-In</strong> setting is currently enabled. Plex users with library access do not need to be imported in order to sign in.",
|
||||
"components.UserList.nouserstoimport": "There are no Plex users to import.",
|
||||
"components.UserList.owner": "Owner",
|
||||
"components.UserList.password": "Password",
|
||||
"components.UserList.passwordinfodescription": "Configure an application URL and enable email notifications to allow automatic password generation.",
|
||||
@@ -974,6 +975,8 @@
|
||||
"i18n.edit": "Edit",
|
||||
"i18n.experimental": "Experimental",
|
||||
"i18n.failed": "Failed",
|
||||
"i18n.import": "Import",
|
||||
"i18n.importing": "Importing…",
|
||||
"i18n.loading": "Loading…",
|
||||
"i18n.movie": "Movie",
|
||||
"i18n.movies": "Movies",
|
||||
|
||||
Reference in New Issue
Block a user