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

Lines changed: 148 additions & 34 deletions

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.
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",

0 commit comments

Comments
 (0)