Skip to content

Commit

Permalink
chore(release): 13.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Aug 16, 2023
1 parent 65e025b commit 4814768
Show file tree
Hide file tree
Showing 36 changed files with 148 additions and 34 deletions.
10 changes: 10 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Upgrade notes

## [13.3.0](https://github.com/CESNET/perun-web-apps/compare/v13.2.0...v13.3.0) (2023-08-16)


### New features and notable changes

* **admin:** added tree view also to member-groups page ([193a508](https://github.com/CESNET/perun-web-apps/commit/193a50893a90bf0fe93ce88c79c1ec5dedc170f6))
* **admin:** replaced old table export ([70ca49d](https://github.com/CESNET/perun-web-apps/commit/70ca49d4a7773f7ca4b0ce7fa7e9c01fc58d6187))
* **lib:** password reset on profile opens modal window ([1deaa02](https://github.com/CESNET/perun-web-apps/commit/1deaa0265626366fa15d8f83647fe77711a70fba))
* remove access for service-accounts ([d29bb93](https://github.com/CESNET/perun-web-apps/commit/d29bb9386b04678031a9dc4679d37e200bae4685))

## [13.2.0](https://github.com/CESNET/perun-web-apps/compare/v13.1.0...v13.2.0) (2023-08-10)


Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/apps/admin-gui/assets/config/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"13.2.0"}
{"version":"13.3.0"}
27 changes: 25 additions & 2 deletions dist/apps/admin-gui/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,9 @@
"TITLE": "Member groups",
"ADD": "Add",
"REMOVE": "Remove",
"REMOVE_PERMISSION_HINT": "You don't have permission to remove some of the selected groups."
"REMOVE_PERMISSION_HINT": "You don't have permission to remove some of the selected groups.",
"LIST_VIEW": "List view",
"TREE_VIEW": "Tree view"
},
"APPLICATIONS": {
"TITLE": "Application",
Expand Down Expand Up @@ -3104,10 +3106,22 @@
"USER_DONT_EXIST": {
"TITLE": "The requested user (by Id or external identity) doesn't exist."
},
"USER_NOT_ALLOWED": {
"TITLE": "Access not allowed",
"MESSAGE": "Service accounts are not allowed to access this application.",
"REDIRECT": "Redirect to login page"
},
"TABLE_OPTIONS": {
"EXPORT_TO_FILE": "Export to file",
"ALL_DATA": "All data",
"EXPORT_TITLE": "Export table",
"BUTTON_EXPORT": "Export",
"BUTTON_CLOSE": "Close",
"SELECT_FORMAT": "Select format",
"EXPORT_OPTIONS": "Export options",
"DISPLAYED_DATA": "Displayed data",
"ALL_DATA": "All data",
"ERROR_FORMAT":"Export format is not selected",
"ERROR_OPTION": "Export option is not selected",
"EXPORT_LOADING": "Exporting data...",
"MORE": "More"
},
Expand Down Expand Up @@ -3161,6 +3175,15 @@
"FIELD_EMPTY": "This field cannot be empty",
"SUCCESS": "Password has been changed successfully,"
},
"RESET_PASSWORD_DIALOG": {
"LOGIN": "Login",
"NAMESPACE": "Namespace",
"TITLE": "Reset password",
"CANCEL": "Cancel",
"CHANGE": "Confirm",
"FIELD_EMPTY": "This field cannot be empty",
"SUCCESS": "Password has been reset successfully,"
},
"PASSWORD_FORM_FIELD": {
"PASSWORD": "Password",
"PASSWORD_AGAIN": "Confirm password",
Expand Down
2 changes: 1 addition & 1 deletion dist/apps/admin-gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
<div id="loader"></div>
</div>
</app-root>
<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>
<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>
</html>
1 change: 0 additions & 1 deletion dist/apps/admin-gui/main.000858289916d5d1.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/main.bc3008a7c6fbc5b3.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions dist/apps/consolidator/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
"REMOVE": "Remove",
"SUCCESS": "User account successfully removed"
}
},
"USER_NOT_ALLOWED": {
"TITLE": "Access not allowed",
"MESSAGE": "Service accounts are not allowed to access this application.",
"REDIRECT": "Redirect to login page"
}
},
"CONSOLIDATOR": {
Expand Down
2 changes: 1 addition & 1 deletion dist/apps/consolidator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
<div id="loader"></div>
</div>
</perun-web-apps-root>
<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>
<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>
</html>
1 change: 0 additions & 1 deletion dist/apps/consolidator/main.07230b7f25cba293.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/consolidator/main.fc0eb6844f020ad0.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions dist/apps/linker/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
"FOCUS_ON_MFA_DIALOG": {
"MODAL": "Modal window is opened.",
"MODAL_WARNING": "Please check your browser settings if no modal window is open."
},
"USER_NOT_ALLOWED": {
"TITLE": "Access not allowed",
"MESSAGE": "Service accounts are not allowed to access this application.",
"REDIRECT": "Redirect to login page"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion dist/apps/linker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
<div id="loader"></div>
</div>
</perun-web-apps-root>
<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>
<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>
</html>
1 change: 0 additions & 1 deletion dist/apps/linker/main.a08256358dbbb799.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/linker/main.b5ff8ec6678e4ef1.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions dist/apps/password-reset/assets/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"USER_DONT_EXIST": {
"TITLE": "Požadovaný uživatel (dle ID nebo externí identity) neexistuje."
},
"USER_NOT_ALLOWED": {
"TITLE": "Přístup není povolen",
"MESSAGE": "Servisní účty (Service account) nemají povolen přístup k této aplikaci.",
"REDIRECT": "Přesměrovaní na přihlášení"
},
"SESSION_EXPIRATION": {
"TITLE": "Platnost přihlášení vypršela",
"DESCRIPTION": "Byli jste automaticky odhlášeni. Pro pokračování se znovu přihlaste.",
Expand Down
5 changes: 5 additions & 0 deletions dist/apps/password-reset/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"USER_DONT_EXIST": {
"TITLE": "Requested user (by ID or external identity) doesn't exist."
},
"USER_NOT_ALLOWED": {
"TITLE": "Access not allowed",
"MESSAGE": "Service accounts are not allowed to access this application.",
"REDIRECT": "Redirect to login page"
},
"SESSION_EXPIRATION": {
"TITLE": "Session expiration",
"DESCRIPTION": "Your session has expired. Please sign in to continue.",
Expand Down
2 changes: 1 addition & 1 deletion dist/apps/password-reset/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<link rel="stylesheet" href="styles.c342dbcb418b0c23.css"></head>
<body>
<perun-web-apps-root></perun-web-apps-root>
<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>
<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>
</html>
1 change: 0 additions & 1 deletion dist/apps/password-reset/main.5af0facc505b0246.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/password-reset/main.9f2d5629379ca14f.js

Large diffs are not rendered by default.

17 changes: 15 additions & 2 deletions dist/apps/publications/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,24 @@
"USER_DONT_EXIST": {
"TITLE": "Requested user (by ID or external identity) doesn't exist."
},
"USER_NOT_ALLOWED": {
"TITLE": "Access not allowed",
"MESSAGE": "Service accounts are not allowed to access this application.",
"REDIRECT": "Redirect to login page"
},
"TABLE_OPTIONS": {
"EXPORT_TO_FILE": "Export to file",
"ALL_DATA": "All data",
"EXPORT_TITLE": "Export table",
"BUTTON_EXPORT": "Export",
"BUTTON_CLOSE": "Close",
"SELECT_FORMAT": "Select format",
"EXPORT_OPTIONS": "Export options",
"DISPLAYED_DATA": "Displayed data",
"EXPORT_LOADING": "Exporting data..."
"ALL_DATA": "All data",
"ERROR_FORMAT":"Export format is not selected",
"ERROR_OPTION": "Export option is not selected",
"EXPORT_LOADING": "Exporting data...",
"MORE": "More"
},
"NOTIFICATOR": {
"NOTIFICATION": {
Expand Down
2 changes: 1 addition & 1 deletion dist/apps/publications/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
</div>
</div>
</perun-web-apps-root>
<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>
<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>
</html>
1 change: 0 additions & 1 deletion dist/apps/publications/main.7bf204aefade13b7.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/publications/main.d47c480ee066cf61.js

Large diffs are not rendered by default.

40 changes: 33 additions & 7 deletions dist/apps/user-profile/assets/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@
"PRIVACY": "Soukromí",
"CONSENTS": "Souhlasy",
"CONSENT_REQUEST": "Žádost o souhlas",
"AUTHENTICATION": "Autentizace",
"SETTINGS": "Nastavení"
},
"SETTINGS": {
"ALTERNATIVE_PASSWORDS": "Alternativní hesla",
"DATA_QUOTAS": "Kvóty dat",
"MAILING_LISTS": "Vyřazení ze seznamu adresátů",
"PREFERRED_SHELLS": "Preferované shelly",
"PREFERRED_UNIX_GROUP_NAMES": "Preferovaná jména Unixových skupin",
"SAMBA_PASSWORD": "Heslo pro službu SAMBA",
"SSH_KEYS": "SSH klíče",
"PASSWORD_RESET": "Změna hesla",
"AUTHENTICATION": "Autentizace",
"LOCAL_ACCOUNT": "Lokální účet"
},
Expand Down Expand Up @@ -154,7 +151,14 @@
"SAVE_IMG_SUCCESS": "Bezpečnostní obrázek byl změněn.",
"REMOVE_IMG_SUCCESS": "Bezpečnostní obrázek byl odebrán.",
"SAVE_TEXT_SUCCESS": "Bezpečnostní text byl změněn.",
"REMOVE_TEXT_SUCCESS": "Bezpečnostní text byl odebrán."
"REMOVE_TEXT_SUCCESS": "Bezpečnostní text byl odebrán.",
"SAMBA_PASSWORD": "Heslo pro službu SAMBA",
"LOCAL_ACCOUNT": "Lokální účet",
"ANTI_PHISHING": "Anti-phishingová ochrana",
"ACCOUNT_ACTIVATION": "Aktivace účtu",
"SSH_KEYS": "SSH klíče",
"PASSWORD_RESET": "Změna hesla",
"ALTERNATIVE_PASSWORDS": "Alternativní hesla"
},
"LOCAL_ACCOUNT": {
"TITLE": "Lokální účet",
Expand Down Expand Up @@ -309,11 +313,24 @@
"USER_DONT_EXIST": {
"TITLE": "Požadovaný uživatel (dle ID nebo externí identity) neexistuje."
},
"USER_NOT_ALLOWED": {
"TITLE": "Přístup není povolen",
"MESSAGE": "Servisní účty (Service account) nemají povolen přístup k této aplikaci.",
"REDIRECT": "Přesměrovaní na přihlášení"
},
"TABLE_OPTIONS": {
"EXPORT_TO_FILE": "Exportovat do souboru",
"ALL_DATA": "Všechna data",
"EXPORT_TITLE": "Exportovat tabulku",
"BUTTON_EXPORT": "Export",
"BUTTON_CLOSE": "Zrušit",
"SELECT_FORMAT": "Zvolte formát výstupu",
"EXPORT_OPTIONS": "Možnosti exportu",
"DISPLAYED_DATA": "Zobrazená data",
"EXPORT_LOADING": "Probíhá exportování dat..."
"ALL_DATA": "Všechna data",
"ERROR_FORMAT":"Formát exportu není zvolen",
"ERROR_OPTION": "Není vybrána možnost exportu",
"EXPORT_LOADING": "Probíhá exportování dat...",
"MORE": "Více"
},
"NOTIFICATOR": {
"NOTIFICATION": {
Expand Down Expand Up @@ -412,6 +429,15 @@
"FIELD_EMPTY": "Tohle políčko musí být vyplněné.",
"SUCCESS": "Heslo bylo úspěšně změněno"
},
"RESET_PASSWORD_DIALOG": {
"LOGIN": "Jméno",
"NAMESPACE": "Namespace",
"TITLE": "Resetovat heslo",
"CANCEL": "Zrušit",
"CHANGE": "Potvrdit",
"FIELD_EMPTY": "Tohle políčko musí být vyplněné.",
"SUCCESS": "Heslo bylo úspěšně resetováno"
},
"PASSWORD_FORM_FIELD": {
"PASSWORD": "Nové heslo",
"PASSWORD_AGAIN": "Znovu zadejte nové heslo",
Expand Down
Loading

0 comments on commit 4814768

Please sign in to comment.