strapi-plugin-oidc 1.6.6 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,6 +42,7 @@ const en = {
42
42
  "page.save.error": "Update failed.",
43
43
  "page.add": "Add",
44
44
  "page.cancel": "Cancel",
45
+ "common.remove": "Remove {label}",
45
46
  "page.ok": "OK",
46
47
  "roles.title": "Default Role(s)",
47
48
  "roles.placeholder": "Select default role(s)",
@@ -73,7 +74,7 @@ const en = {
73
74
  "enforce.config.info": "Enforcement is controlled by the OIDC_ENFORCE config variable and cannot be changed here.",
74
75
  "login.settings.title": "Login Settings",
75
76
  "login.sso": "Login via SSO",
76
- "whitelist.count": "{count, plural, one {# entry} other {# entries}}",
77
+ "pagination.total": "{count, plural, one {# entry} other {# entries}}",
77
78
  "whitelist.import": "Import",
78
79
  "whitelist.export": "Export",
79
80
  "whitelist.delete.all.label": "Delete All",
@@ -101,6 +102,20 @@ const en = {
101
102
  "auditlog.clear.success": "Audit logs cleared",
102
103
  "auditlog.clear.error": "Failed to clear audit logs",
103
104
  "auditlog.export.error": "Failed to export audit logs",
105
+ "auditlog.filters": "Filters",
106
+ "auditlog.filters.action": "Action",
107
+ "auditlog.filters.email": "Email",
108
+ "auditlog.filters.ip": "IP address",
109
+ "auditlog.filters.createdAt": "Date",
110
+ "auditlog.filters.clear": "Clear filters",
111
+ "auditlog.filters.empty": "No entries match the current filters",
112
+ "auditlog.calendar.prevMonth": "Previous month",
113
+ "auditlog.calendar.nextMonth": "Next month",
114
+ "auditlog.calendar.state.today": "today",
115
+ "auditlog.calendar.state.selected": "selected",
116
+ "auditlog.calendar.state.alreadyAdded": "already added",
117
+ "auditlog.calendar.state.future": "unavailable, future date",
118
+ "auditlog.calendar.dayWithState": "{date}, {state}",
104
119
  "auditlog.action.login_success": "User successfully authenticated via OIDC and was granted access.",
105
120
  "auditlog.action.user_created": "A new Strapi admin account was created for this user on their first OIDC login.",
106
121
  "auditlog.action.logout": "User logged out and their OIDC session was ended.",
@@ -111,6 +126,11 @@ const en = {
111
126
  "auditlog.action.nonce_mismatch": "The nonce in the ID token did not match the one generated at login. This may indicate a token replay attack.",
112
127
  "auditlog.action.token_exchange_failed": "The authorisation code could not be exchanged for tokens. The OIDC provider rejected the request.",
113
128
  "auditlog.action.whitelist_rejected": "The user's email address is not on the whitelist. Access was denied.",
129
+ "auth.page.authenticating.title": "Authenticating...",
130
+ "auth.page.authenticating.noscript.heading": "JavaScript Required",
131
+ "auth.page.authenticating.noscript.body": "JavaScript must be enabled for authentication to complete.",
132
+ "auth.page.error.title": "Authentication Failed",
133
+ "auth.page.error.returnToLogin": "Return to Login",
114
134
  "user.missing_code": "Authorisation code was not received from the OIDC provider.",
115
135
  "user.invalid_state": "State parameter mismatch. Please restart the login flow.",
116
136
  "user.signInError": "Authentication failed. Please try again.",
@@ -146,7 +166,7 @@ const index = {
146
166
  defaultMessage: "Configuration"
147
167
  },
148
168
  Component: async () => {
149
- return await Promise.resolve().then(() => require("./index-DUFtPEHD.js"));
169
+ return await Promise.resolve().then(() => require("./index-C2KZ4QxC.js"));
150
170
  },
151
171
  permissions: [{ action: "plugin::strapi-plugin-oidc.read", subject: null }]
152
172
  }
@@ -41,6 +41,7 @@ const en = {
41
41
  "page.save.error": "Update failed.",
42
42
  "page.add": "Add",
43
43
  "page.cancel": "Cancel",
44
+ "common.remove": "Remove {label}",
44
45
  "page.ok": "OK",
45
46
  "roles.title": "Default Role(s)",
46
47
  "roles.placeholder": "Select default role(s)",
@@ -72,7 +73,7 @@ const en = {
72
73
  "enforce.config.info": "Enforcement is controlled by the OIDC_ENFORCE config variable and cannot be changed here.",
73
74
  "login.settings.title": "Login Settings",
74
75
  "login.sso": "Login via SSO",
75
- "whitelist.count": "{count, plural, one {# entry} other {# entries}}",
76
+ "pagination.total": "{count, plural, one {# entry} other {# entries}}",
76
77
  "whitelist.import": "Import",
77
78
  "whitelist.export": "Export",
78
79
  "whitelist.delete.all.label": "Delete All",
@@ -100,6 +101,20 @@ const en = {
100
101
  "auditlog.clear.success": "Audit logs cleared",
101
102
  "auditlog.clear.error": "Failed to clear audit logs",
102
103
  "auditlog.export.error": "Failed to export audit logs",
104
+ "auditlog.filters": "Filters",
105
+ "auditlog.filters.action": "Action",
106
+ "auditlog.filters.email": "Email",
107
+ "auditlog.filters.ip": "IP address",
108
+ "auditlog.filters.createdAt": "Date",
109
+ "auditlog.filters.clear": "Clear filters",
110
+ "auditlog.filters.empty": "No entries match the current filters",
111
+ "auditlog.calendar.prevMonth": "Previous month",
112
+ "auditlog.calendar.nextMonth": "Next month",
113
+ "auditlog.calendar.state.today": "today",
114
+ "auditlog.calendar.state.selected": "selected",
115
+ "auditlog.calendar.state.alreadyAdded": "already added",
116
+ "auditlog.calendar.state.future": "unavailable, future date",
117
+ "auditlog.calendar.dayWithState": "{date}, {state}",
103
118
  "auditlog.action.login_success": "User successfully authenticated via OIDC and was granted access.",
104
119
  "auditlog.action.user_created": "A new Strapi admin account was created for this user on their first OIDC login.",
105
120
  "auditlog.action.logout": "User logged out and their OIDC session was ended.",
@@ -110,6 +125,11 @@ const en = {
110
125
  "auditlog.action.nonce_mismatch": "The nonce in the ID token did not match the one generated at login. This may indicate a token replay attack.",
111
126
  "auditlog.action.token_exchange_failed": "The authorisation code could not be exchanged for tokens. The OIDC provider rejected the request.",
112
127
  "auditlog.action.whitelist_rejected": "The user's email address is not on the whitelist. Access was denied.",
128
+ "auth.page.authenticating.title": "Authenticating...",
129
+ "auth.page.authenticating.noscript.heading": "JavaScript Required",
130
+ "auth.page.authenticating.noscript.body": "JavaScript must be enabled for authentication to complete.",
131
+ "auth.page.error.title": "Authentication Failed",
132
+ "auth.page.error.returnToLogin": "Return to Login",
113
133
  "user.missing_code": "Authorisation code was not received from the OIDC provider.",
114
134
  "user.invalid_state": "State parameter mismatch. Please restart the login flow.",
115
135
  "user.signInError": "Authentication failed. Please try again.",
@@ -145,7 +165,7 @@ const index = {
145
165
  defaultMessage: "Configuration"
146
166
  },
147
167
  Component: async () => {
148
- return await import("./index-CKyNupYU.mjs");
168
+ return await import("./index-UvfJxIgI.mjs");
149
169
  },
150
170
  permissions: [{ action: "plugin::strapi-plugin-oidc.read", subject: null }]
151
171
  }