Skip to content

Commit

Permalink
Merge branch 'master' into avoid-unsafe-optional-chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Jan 22, 2024
2 parents 6e72ed8 + 811f7a4 commit 77159cb
Show file tree
Hide file tree
Showing 19 changed files with 46 additions and 20 deletions.
28 changes: 27 additions & 1 deletion test/bigtest/network/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,33 @@ export default function configure() {
configs: []
});

this.get('/bl-users/_self', {});
this.get('/bl-users/_self', {
'user': {
'username': 'diku_admin',
'id': '882c886a-2d9a-5ffa-afc5-13912c257b99',
'active': true,
'patronGroup': '3684a786-6671-4268-8ed0-9db82ebca60b',
'proxyFor': [
],
'personal': {
'lastName': 'ADMINISTRATOR',
'firstName': 'DIKU',
'email': '[email protected]',
'addresses': [
]
},
'createdDate': '2024-01-22T01:55:50.661+00:00',
'updatedDate': '2024-01-22T01:55:50.661+00:00',
'metadata': {
'createdDate': '2024-01-22T01:52:08.076+00:00',
'updatedDate': '2024-01-22T01:55:50.656+00:00',
'updatedByUserId': '882c886a-2d9a-5ffa-afc5-13912c257b99'
},
'departments': [
]
}
});

this.post('/bl-users/password-reset/validate', () => {
return new Response(204, {}, '');
});
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/ber.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/cs_CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "Heslo nesmí obsahovat pořadí klávesnice.",
"errors.password.repeatingSymbols.invalid": "Heslo nesmí obsahovat stejný znak za sebou.",
"errors.password.whiteSpace.invalid": "Heslo nesmí obsahovat mezery.",
"mainnav.myProfileAriaLabel": "Můj profil",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profil",
"mainnav.skipMainNavigation": "Přeskočit hlavní navigaci",
"errors.user.timeout": "Vaše relace vypršela. Pro obnovení relace se prosím znovu přihlaste.",
"errors.password.consecutiveWhitespaces.invalid": "Heslo nesmí obsahovat po sobě jdoucí prázdné znaky.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/en_SE.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/hi_IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/nn.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
4 changes: 2 additions & 2 deletions translations/stripes-core/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "A senha não deve conter uma sequência de teclado.",
"errors.password.repeatingSymbols.invalid": "A senha não deve conter o mesmo caractere em uma linha.",
"errors.password.whiteSpace.invalid": "A senha não deve conter espaços em branco.",
"mainnav.myProfileAriaLabel": "Meu perfil",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} perfil",
"mainnav.skipMainNavigation": "Pular navegação principal",
"errors.user.timeout": "Sua sessão expirou. Faça login novamente para retomar sua sessão.",
"errors.password.consecutiveWhitespaces.invalid": "A senha não deve conter caracteres de espaço em branco consecutivos.",
Expand All @@ -145,5 +145,5 @@
"stale.reload": "Clique aqui para recarregar.",
"placeholder.forgotPassword": "Digite e-mail ou telefone",
"placeholder.forgotUsername": "Digite e-mail ou telefone",
"title.cookieEnabled": "Cookies are required to login. Please enable cookies and try again."
"title.cookieEnabled": "Os cookies são necessários para fazer login. Por favor ative os cookies e tente novamente."
}
2 changes: 1 addition & 1 deletion translations/stripes-core/pt_PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down
2 changes: 1 addition & 1 deletion translations/stripes-core/ur.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"errors.password.keyboardSequence.invalid": "The password must not contain a keyboard sequence.",
"errors.password.repeatingSymbols.invalid": "The password must not contain the same character in a row.",
"errors.password.whiteSpace.invalid": "The password must not contain whitespaces.",
"mainnav.myProfileAriaLabel": "My profile",
"mainnav.myProfileAriaLabel": "{tenantName} {servicePointName} profile",
"mainnav.skipMainNavigation": "Skip Main Navigation",
"errors.user.timeout": "Your session has expired. Please log in again to resume your session.",
"errors.password.consecutiveWhitespaces.invalid": "The password must not contain consecutive white space characters.",
Expand Down

0 comments on commit 77159cb

Please sign in to comment.