Skip to content

Commit 4814768

Browse files
chore(release): 13.3.0 [skip ci]
## [13.3.0](v13.2.0...v13.3.0) (2023-08-16) ### New features and notable changes * **admin:** added tree view also to member-groups page ([193a508](193a508)) * **admin:** replaced old table export ([70ca49d](70ca49d)) * **lib:** password reset on profile opens modal window ([1deaa02](1deaa02)) * remove access for service-accounts ([d29bb93](d29bb93))
1 parent 65e025b commit 4814768

36 files changed

+148
-34
lines changed

UPGRADE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Upgrade notes
22

3+
## [13.3.0](https://github.com/CESNET/perun-web-apps/compare/v13.2.0...v13.3.0) (2023-08-16)
4+
5+
6+
### New features and notable changes
7+
8+
* **admin:** added tree view also to member-groups page ([193a508](https://github.com/CESNET/perun-web-apps/commit/193a50893a90bf0fe93ce88c79c1ec5dedc170f6))
9+
* **admin:** replaced old table export ([70ca49d](https://github.com/CESNET/perun-web-apps/commit/70ca49d4a7773f7ca4b0ce7fa7e9c01fc58d6187))
10+
* **lib:** password reset on profile opens modal window ([1deaa02](https://github.com/CESNET/perun-web-apps/commit/1deaa0265626366fa15d8f83647fe77711a70fba))
11+
* remove access for service-accounts ([d29bb93](https://github.com/CESNET/perun-web-apps/commit/d29bb9386b04678031a9dc4679d37e200bae4685))
12+
313
## [13.2.0](https://github.com/CESNET/perun-web-apps/compare/v13.1.0...v13.2.0) (2023-08-10)
414

515

dist/apps/admin-gui/185.dc41e4247540ed09.js renamed to dist/apps/admin-gui/185.2fb077055963dffc.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/admin-gui/588.5faf0cc00f853c6a.js renamed to dist/apps/admin-gui/588.348bc4eff4dcb9aa.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/admin-gui/6.3c2363a09d7e75f8.js renamed to dist/apps/admin-gui/6.2d242ee22b7fb753.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/admin-gui/644.21e48a850cfdfe09.js renamed to dist/apps/admin-gui/644.fa808cee706f1b26.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/admin-gui/810.28efe5a97f410679.js renamed to dist/apps/admin-gui/810.16c9c2f06f4a7939.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/admin-gui/879.e21fd73771f030a0.js renamed to dist/apps/admin-gui/879.db5f690665f5f6b4.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/admin-gui/972.adeda61099712e02.js renamed to dist/apps/admin-gui/972.6199339eb14fa706.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"13.2.0"}
1+
{"version":"13.3.0"}

dist/apps/admin-gui/assets/i18n/en.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,9 @@
832832
"TITLE": "Member groups",
833833
"ADD": "Add",
834834
"REMOVE": "Remove",
835-
"REMOVE_PERMISSION_HINT": "You don't have permission to remove some of the selected groups."
835+
"REMOVE_PERMISSION_HINT": "You don't have permission to remove some of the selected groups.",
836+
"LIST_VIEW": "List view",
837+
"TREE_VIEW": "Tree view"
836838
},
837839
"APPLICATIONS": {
838840
"TITLE": "Application",
@@ -3104,10 +3106,22 @@
31043106
"USER_DONT_EXIST": {
31053107
"TITLE": "The requested user (by Id or external identity) doesn't exist."
31063108
},
3109+
"USER_NOT_ALLOWED": {
3110+
"TITLE": "Access not allowed",
3111+
"MESSAGE": "Service accounts are not allowed to access this application.",
3112+
"REDIRECT": "Redirect to login page"
3113+
},
31073114
"TABLE_OPTIONS": {
31083115
"EXPORT_TO_FILE": "Export to file",
3109-
"ALL_DATA": "All data",
3116+
"EXPORT_TITLE": "Export table",
3117+
"BUTTON_EXPORT": "Export",
3118+
"BUTTON_CLOSE": "Close",
3119+
"SELECT_FORMAT": "Select format",
3120+
"EXPORT_OPTIONS": "Export options",
31103121
"DISPLAYED_DATA": "Displayed data",
3122+
"ALL_DATA": "All data",
3123+
"ERROR_FORMAT":"Export format is not selected",
3124+
"ERROR_OPTION": "Export option is not selected",
31113125
"EXPORT_LOADING": "Exporting data...",
31123126
"MORE": "More"
31133127
},
@@ -3161,6 +3175,15 @@
31613175
"FIELD_EMPTY": "This field cannot be empty",
31623176
"SUCCESS": "Password has been changed successfully,"
31633177
},
3178+
"RESET_PASSWORD_DIALOG": {
3179+
"LOGIN": "Login",
3180+
"NAMESPACE": "Namespace",
3181+
"TITLE": "Reset password",
3182+
"CANCEL": "Cancel",
3183+
"CHANGE": "Confirm",
3184+
"FIELD_EMPTY": "This field cannot be empty",
3185+
"SUCCESS": "Password has been reset successfully,"
3186+
},
31643187
"PASSWORD_FORM_FIELD": {
31653188
"PASSWORD": "Password",
31663189
"PASSWORD_AGAIN": "Confirm password",

dist/apps/admin-gui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<div id="loader"></div>
1515
</div>
1616
</app-root>
17-
<script src="runtime.bc27365a2f53d76d.js" type="module"></script><script src="polyfills.9a5c326838323ee3.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.000858289916d5d1.js" type="module"></script></body>
17+
<script src="runtime.5c876b9c25ea20fe.js" type="module"></script><script src="polyfills.9a5c326838323ee3.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.bc3008a7c6fbc5b3.js" type="module"></script></body>
1818
</html>

dist/apps/admin-gui/main.000858289916d5d1.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/admin-gui/main.bc3008a7c6fbc5b3.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/admin-gui/runtime.bc27365a2f53d76d.js renamed to dist/apps/admin-gui/runtime.5c876b9c25ea20fe.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/consolidator/assets/i18n/en.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676
"REMOVE": "Remove",
7777
"SUCCESS": "User account successfully removed"
7878
}
79+
},
80+
"USER_NOT_ALLOWED": {
81+
"TITLE": "Access not allowed",
82+
"MESSAGE": "Service accounts are not allowed to access this application.",
83+
"REDIRECT": "Redirect to login page"
7984
}
8085
},
8186
"CONSOLIDATOR": {

dist/apps/consolidator/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<div id="loader"></div>
1515
</div>
1616
</perun-web-apps-root>
17-
<script src="runtime.15db6a65f7bbd127.js" type="module"></script><script src="polyfills.13933c9b5e67bb36.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.07230b7f25cba293.js" type="module"></script></body>
17+
<script src="runtime.15db6a65f7bbd127.js" type="module"></script><script src="polyfills.13933c9b5e67bb36.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.fc0eb6844f020ad0.js" type="module"></script></body>
1818
</html>

dist/apps/consolidator/main.07230b7f25cba293.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/consolidator/main.fc0eb6844f020ad0.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/linker/assets/i18n/en.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
"FOCUS_ON_MFA_DIALOG": {
3636
"MODAL": "Modal window is opened.",
3737
"MODAL_WARNING": "Please check your browser settings if no modal window is open."
38+
},
39+
"USER_NOT_ALLOWED": {
40+
"TITLE": "Access not allowed",
41+
"MESSAGE": "Service accounts are not allowed to access this application.",
42+
"REDIRECT": "Redirect to login page"
3843
}
3944
}
4045
},

dist/apps/linker/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<div id="loader"></div>
1515
</div>
1616
</perun-web-apps-root>
17-
<script src="runtime.5dac3afc602ec401.js" type="module"></script><script src="polyfills.8ef4b59bacc3a775.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.a08256358dbbb799.js" type="module"></script></body>
17+
<script src="runtime.5dac3afc602ec401.js" type="module"></script><script src="polyfills.8ef4b59bacc3a775.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.b5ff8ec6678e4ef1.js" type="module"></script></body>
1818
</html>

dist/apps/linker/main.a08256358dbbb799.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/linker/main.b5ff8ec6678e4ef1.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/password-reset/assets/i18n/cs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
"USER_DONT_EXIST": {
3939
"TITLE": "Požadovaný uživatel (dle ID nebo externí identity) neexistuje."
4040
},
41+
"USER_NOT_ALLOWED": {
42+
"TITLE": "Přístup není povolen",
43+
"MESSAGE": "Servisní účty (Service account) nemají povolen přístup k této aplikaci.",
44+
"REDIRECT": "Přesměrovaní na přihlášení"
45+
},
4146
"SESSION_EXPIRATION": {
4247
"TITLE": "Platnost přihlášení vypršela",
4348
"DESCRIPTION": "Byli jste automaticky odhlášeni. Pro pokračování se znovu přihlaste.",

dist/apps/password-reset/assets/i18n/en.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
"USER_DONT_EXIST": {
3939
"TITLE": "Requested user (by ID or external identity) doesn't exist."
4040
},
41+
"USER_NOT_ALLOWED": {
42+
"TITLE": "Access not allowed",
43+
"MESSAGE": "Service accounts are not allowed to access this application.",
44+
"REDIRECT": "Redirect to login page"
45+
},
4146
"SESSION_EXPIRATION": {
4247
"TITLE": "Session expiration",
4348
"DESCRIPTION": "Your session has expired. Please sign in to continue.",

dist/apps/password-reset/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
<link rel="stylesheet" href="styles.c342dbcb418b0c23.css"></head>
1010
<body>
1111
<perun-web-apps-root></perun-web-apps-root>
12-
<script src="runtime.415c2a69dfc95c1b.js" type="module"></script><script src="polyfills.a5e00306d0bf96ad.js" type="module"></script><script src="main.5af0facc505b0246.js" type="module"></script></body>
12+
<script src="runtime.415c2a69dfc95c1b.js" type="module"></script><script src="polyfills.a5e00306d0bf96ad.js" type="module"></script><script src="main.9f2d5629379ca14f.js" type="module"></script></body>
1313
</html>

dist/apps/password-reset/main.5af0facc505b0246.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/password-reset/main.9f2d5629379ca14f.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/publications/assets/i18n/en.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,24 @@
356356
"USER_DONT_EXIST": {
357357
"TITLE": "Requested user (by ID or external identity) doesn't exist."
358358
},
359+
"USER_NOT_ALLOWED": {
360+
"TITLE": "Access not allowed",
361+
"MESSAGE": "Service accounts are not allowed to access this application.",
362+
"REDIRECT": "Redirect to login page"
363+
},
359364
"TABLE_OPTIONS": {
360365
"EXPORT_TO_FILE": "Export to file",
361-
"ALL_DATA": "All data",
366+
"EXPORT_TITLE": "Export table",
367+
"BUTTON_EXPORT": "Export",
368+
"BUTTON_CLOSE": "Close",
369+
"SELECT_FORMAT": "Select format",
370+
"EXPORT_OPTIONS": "Export options",
362371
"DISPLAYED_DATA": "Displayed data",
363-
"EXPORT_LOADING": "Exporting data..."
372+
"ALL_DATA": "All data",
373+
"ERROR_FORMAT":"Export format is not selected",
374+
"ERROR_OPTION": "Export option is not selected",
375+
"EXPORT_LOADING": "Exporting data...",
376+
"MORE": "More"
364377
},
365378
"NOTIFICATOR": {
366379
"NOTIFICATION": {

dist/apps/publications/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
</div>
4141
</div>
4242
</perun-web-apps-root>
43-
<script src="runtime.d7b2d29518b8e2ce.js" type="module"></script><script src="polyfills.9d273dfcf520cbc5.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.7bf204aefade13b7.js" type="module"></script></body>
43+
<script src="runtime.d7b2d29518b8e2ce.js" type="module"></script><script src="polyfills.9d273dfcf520cbc5.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.d47c480ee066cf61.js" type="module"></script></body>
4444
</html>

dist/apps/publications/main.7bf204aefade13b7.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/publications/main.d47c480ee066cf61.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/user-profile/assets/i18n/cs.json

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,14 @@
1212
"PRIVACY": "Soukromí",
1313
"CONSENTS": "Souhlasy",
1414
"CONSENT_REQUEST": "Žádost o souhlas",
15+
"AUTHENTICATION": "Autentizace",
1516
"SETTINGS": "Nastavení"
1617
},
1718
"SETTINGS": {
18-
"ALTERNATIVE_PASSWORDS": "Alternativní hesla",
1919
"DATA_QUOTAS": "Kvóty dat",
2020
"MAILING_LISTS": "Vyřazení ze seznamu adresátů",
2121
"PREFERRED_SHELLS": "Preferované shelly",
2222
"PREFERRED_UNIX_GROUP_NAMES": "Preferovaná jména Unixových skupin",
23-
"SAMBA_PASSWORD": "Heslo pro službu SAMBA",
24-
"SSH_KEYS": "SSH klíče",
25-
"PASSWORD_RESET": "Změna hesla",
2623
"AUTHENTICATION": "Autentizace",
2724
"LOCAL_ACCOUNT": "Lokální účet"
2825
},
@@ -154,7 +151,14 @@
154151
"SAVE_IMG_SUCCESS": "Bezpečnostní obrázek byl změněn.",
155152
"REMOVE_IMG_SUCCESS": "Bezpečnostní obrázek byl odebrán.",
156153
"SAVE_TEXT_SUCCESS": "Bezpečnostní text byl změněn.",
157-
"REMOVE_TEXT_SUCCESS": "Bezpečnostní text byl odebrán."
154+
"REMOVE_TEXT_SUCCESS": "Bezpečnostní text byl odebrán.",
155+
"SAMBA_PASSWORD": "Heslo pro službu SAMBA",
156+
"LOCAL_ACCOUNT": "Lokální účet",
157+
"ANTI_PHISHING": "Anti-phishingová ochrana",
158+
"ACCOUNT_ACTIVATION": "Aktivace účtu",
159+
"SSH_KEYS": "SSH klíče",
160+
"PASSWORD_RESET": "Změna hesla",
161+
"ALTERNATIVE_PASSWORDS": "Alternativní hesla"
158162
},
159163
"LOCAL_ACCOUNT": {
160164
"TITLE": "Lokální účet",
@@ -309,11 +313,24 @@
309313
"USER_DONT_EXIST": {
310314
"TITLE": "Požadovaný uživatel (dle ID nebo externí identity) neexistuje."
311315
},
316+
"USER_NOT_ALLOWED": {
317+
"TITLE": "Přístup není povolen",
318+
"MESSAGE": "Servisní účty (Service account) nemají povolen přístup k této aplikaci.",
319+
"REDIRECT": "Přesměrovaní na přihlášení"
320+
},
312321
"TABLE_OPTIONS": {
313322
"EXPORT_TO_FILE": "Exportovat do souboru",
314-
"ALL_DATA": "Všechna data",
323+
"EXPORT_TITLE": "Exportovat tabulku",
324+
"BUTTON_EXPORT": "Export",
325+
"BUTTON_CLOSE": "Zrušit",
326+
"SELECT_FORMAT": "Zvolte formát výstupu",
327+
"EXPORT_OPTIONS": "Možnosti exportu",
315328
"DISPLAYED_DATA": "Zobrazená data",
316-
"EXPORT_LOADING": "Probíhá exportování dat..."
329+
"ALL_DATA": "Všechna data",
330+
"ERROR_FORMAT":"Formát exportu není zvolen",
331+
"ERROR_OPTION": "Není vybrána možnost exportu",
332+
"EXPORT_LOADING": "Probíhá exportování dat...",
333+
"MORE": "Více"
317334
},
318335
"NOTIFICATOR": {
319336
"NOTIFICATION": {
@@ -412,6 +429,15 @@
412429
"FIELD_EMPTY": "Tohle políčko musí být vyplněné.",
413430
"SUCCESS": "Heslo bylo úspěšně změněno"
414431
},
432+
"RESET_PASSWORD_DIALOG": {
433+
"LOGIN": "Jméno",
434+
"NAMESPACE": "Namespace",
435+
"TITLE": "Resetovat heslo",
436+
"CANCEL": "Zrušit",
437+
"CHANGE": "Potvrdit",
438+
"FIELD_EMPTY": "Tohle políčko musí být vyplněné.",
439+
"SUCCESS": "Heslo bylo úspěšně resetováno"
440+
},
415441
"PASSWORD_FORM_FIELD": {
416442
"PASSWORD": "Nové heslo",
417443
"PASSWORD_AGAIN": "Znovu zadejte nové heslo",

0 commit comments

Comments
 (0)