Skip to content

Releases: SUSE/aimaas

v0.4.1

03 Sep 08:43
e84a0df
Compare
Choose a tag to compare
  • fix: cascade delete permissions (closes #200)
  • Upgraded NPM packages

v0.4.0

10 Jun 09:16
70560e8
Compare
Choose a tag to compare
  • Load schema on demand (fixes #203)
  • Entity Bulk Add (copy Attributes) (#196)

v0.3.4

22 Apr 15:40
54e14da
Compare
Choose a tag to compare
  • AIMAAS #197: refactor users/groups state management (#198)
  • Fix DateTime attribute field value does not get rendered on Entity edit (#202)
  • Bugfix for refreshing the entity list after delete/restore (#205)

v0.3.3

05 Feb 12:02
914bc16
Compare
Choose a tag to compare
  • Drop entity detail cache (fixes #192)
  • Change activated to mounted where needed (fixes #194)

v0.3.2

22 Jan 08:27
dee66fe
Compare
Choose a tag to compare
  • Allow sorting of entities by attribute of type reference (fixes #180)
  • Update UI on clearing reference (fixes #183)
  • Refresh entity detail and schema detail on update (fixes #178)
  • Remove redundant todo placeholder (fixes #171)

v0.3.1

15 Jan 16:43
5f8202e
Compare
Choose a tag to compare
  • Use a <textarea> for string attributes
  • Avoid random test failures due to order of items in lists
  • Support LDAP authentication via SSL
  • Fixed missing input field for filters

v0.3.0

23 Oct 07:47
ccce046
Compare
Choose a tag to compare
  • Updated NPN package dependencies
  • Bugfix for authorized_user
  • Support recovery of deleted entities
  • Fixed issue with incorrect 404 message when following foreign key link
  • Fixed bug in creation of new entity with list attribute
  • Avoid JS exceptions, if an unauthorized user enters the "User Mgmt." in the UI
  • Fixed superuser group inheritance
  • Show attribute description tooltips

v0.2.1

06 Jun 08:50
3f0f9fc
Compare
Choose a tag to compare
  • Added configurable timeout to API calls
  • Fixed incorrect error 500 response in /api/changes/entity/<schema_slug>/<unknown_entity_slug>
  • Updated dependencies

v0.2.0

24 Apr 07:39
f7bf8ce
Compare
Choose a tag to compare
  • Encode credentials correctly in login request (fixes #134)
  • New view for bulk editing of entities (closes #90)
  • Fixed stale references on array with selected entities

v0.1.4

11 Apr 08:46
01825ad
Compare
Choose a tag to compare
  • Dynamically adjust window titles (fixes #75)
  • Prevent alerts from blocking the entire nav bar (#98)