Skip to content

Releases: CESNET/perun-web-apps

v13.3.0

16 Aug 11:06
Compare
Choose a tag to compare

13.3.0 (2023-08-16)

New features and notable changes

  • admin: added tree view also to member-groups page (193a508)
  • admin: replaced old table export (70ca49d)
  • lib: password reset on profile opens modal window (1deaa02)
  • remove access for service-accounts (d29bb93)

v13.2.0

10 Aug 08:16
Compare
Choose a tag to compare

13.2.0 (2023-08-10)

⚠ BREAKING CHANGES

  • profile: In defaultConfig.json for user-profile, 'authentication', 'mfa', 'anti_phishing', and 'accountActivation' values were added into displayed_tabs.

  • profile: authentication management (572a7ed)

New features and notable changes

  • admin: attribute operation can be globally critical (deb1778)
  • admin: displaying children of items on entity detail (a015743)
  • admin: last successful propagation (32d167a)
  • rounded design for components (58998a1)

v13.1.0

20 Jul 09:53
Compare
Choose a tag to compare

13.1.0 (2023-07-20)

New features and notable changes

  • admin: remove step-up window sign-in page (0815544)
  • admin: sponsor this member (8e3e4f4)

v13.0.0

04 Jul 14:33
Compare
Choose a tag to compare

13.0.0 (2023-07-04)

⚠ BREAKING CHANGES

  • new string property oauth_acr_value in defaultConfig.json

Features

  • admin: 1000 items in table (b1df28d)
  • admin: add feedback on hover to member status (6027e67)
  • replace directive mat-flat-button by mat-stroked-button if button does not have background (8daf271)
  • user-profile: removed setMfaEnforced call (8ee9446)

Bug Fixes

  • add background to active tab (00b9eef)
  • add new defaul acr value (30744e0)
  • admin: adjusted spacing between toggles (1e16bb5)
  • admin: allow to change approval style for embedded group applications (05b4a03)
  • admin: Group based role has same margin as User based (faf7936)
  • admin: logout button with icon (58f011d)
  • admin: move the status tooltip above the icon in the member candidates list (d45811a)
  • admin: notification display time (8eda3fb)
  • admin: remove icons on roles overview page (494fcce)
  • admin: transparent scrollbar (cb701b7)
  • admin: unify color of mat-slide-toggles (4b5c2c9)
  • Highlight table column headers (9ea030c)
  • lib: handle MfaRoleTimeoutException (19174b5)
  • lib: mfaTimeoutException check (5d73dff)
  • profile: Remove ellipses from save mfa button (018d781)
  • Unify member status and expiration change (6eb79d8)

v12.0.0

21 Jun 14:21
Compare
Choose a tag to compare

12.0.0 (2023-06-21)

⚠ BREAKING CHANGES

  • new mandarory property proxy_logout: boolean (added to admin-gui, user-profile,
    publications and consolidator), by default is true

Features

  • admin: allow managing embedded groups also in a group form settings (8ce7851)
  • handle proxy/local logout and related post logout redirect (b01e56e)
  • use cookies in requests (fc47102)

Bug Fixes

  • admin: add host dialog fixed (6300a3a)
  • admin: application form items i18n correctly displayed (dc44e37)
  • admin: disable auto select of vo (566989b)
  • admin: disable buttons until the sponsors are not loaded (168fa5b)
  • admin: disable deselect button (690626a)
  • admin: disable remove button (65477a0)
  • admin: fix disappearing icons (8f5a771)
  • admin: fix login screen service access component (358c22e)
  • admin: removed immediate filter (4e16389)
  • correctly handle MFA timeout (dcd6971)
  • do not show sesssion expiration dialog during mfa (a0ebd8b)
  • lib: do not display bottom pagination in tables (7571bae)
  • lib: fix group list icons alignment and margin (54347b1)
  • lib: fix unresponsive layout of perun header (0d2504d)
  • lib: move mfa logic from sessionStorage to localStorage (b7358c7)
  • lib: remove white spaces from the full name pipe (080766f)
  • profile: loading edge cases of Organizations and Groups pages (88a0b99)

v11.2.0

17 May 10:01
Compare
Choose a tag to compare

11.2.0 (2023-05-17)

Features

  • admin: check for console error in cypress tests (b27f79c)
  • admin: e2e login command (5f5562d)
  • allow inputting multi-line string values to string attributes (1d892d8)

Bug Fixes

  • admin: fix misaligned ellipsis in sponsored member creation dropdown menu (ea44dce)
  • admin: immediate replaced with debounce filter (a24c5b6)

v11.1.0

25 Apr 13:07
Compare
Choose a tag to compare

11.1.0 (2023-04-25)

Features

  • admin: added button to load ext sources from config (36fed64)
  • make table headers sticky and tables scrollable (d72473c)

Bug Fixes

  • 🐛 Fix loading of add/edit notification dialog (3060ffa)
  • admin: align icons of Manageable entities on home page with text (15727f2)
  • admin: authorization for delete facility (d14adb9)
  • admin: minor fixes to facility hosts page (624f65a)
  • admin: services status bulk operations (eb7fcd3)

v11.0.1

20 Apr 09:19
Compare
Choose a tag to compare

11.0.1 (2023-04-20)

Bug Fixes

  • 🐛 Fix loading of add/edit notification dialog (b293c25)

v10.7.2

20 Apr 13:48
Compare
Choose a tag to compare

10.7.2 (2023-04-20)

Bug Fixes

  • 🐛 Fix loading of add/edit notification dialog (b68c38b)

v11.0.0

18 Apr 09:32
Compare
Choose a tag to compare

11.0.0 (2023-04-18)

⚠ BREAKING CHANGES

  • admin: new configuration property 'user_deletion_forced'

Features

  • admin: added dialog to copy sponsored members from one sponsor of vo to another (ef9bdc5)
  • admin: allow deletion of users according to config property (f78896e)
  • admin: blocked logins page (f9528ea)
  • admin: service accounts password reset (92b458c)
  • profile: get MFA categories from entityless attribute instead of calling MFA API (9531ddb)
  • profile: visual rework of the MFA settings (1bb3e24)

Bug Fixes

  • admin: buttons authorization (b1c6b4b)
  • admin: correctly parse fedInfo in applications, show display names (6026840)
  • admin: fixed bug in expiration-select (d358470)
  • temporarily disable html escaping (b398b15)