Skip to content

Releases: unioslo/pg-iam

Revert 2.4

30 Jun 07:47
Compare
Choose a tag to compare
v2.5

do not check person_uniqueness before update - messes with the triggers

person-identifier-uniqueness

29 Apr 11:16
Compare
Choose a tag to compare

Ensure person identifiers remain unique - enforce constraint before insert and update.

Send grant info with notifications

29 Mar 06:58
Compare
Choose a tag to compare
v2.3

fix indentation, add grant name to notification

Project and timestamp changes

28 Jun 10:17
Compare
Choose a tag to compare
  • allow project names to be non-unique, and mutable
  • fix timestamp issues in trigger functions

Channel notifications

15 Mar 08:43
Compare
Choose a tag to compare

Adds channel notifications on all tables (except audit tables) based on pg_notify.

Institutional objects

15 Feb 09:57
Compare
Choose a tag to compare
  • add support for projects and institutions, updated tests and docs
  • refactor: own audit file, better install script
  • grant audit moved to audit_log_objects
  • removed UID and GID range restrictions, only > 1000 enforced
  • allow group self moderation
  • ensure correct person group expiry
  • audit tables use current_timestamp for event time, instead of now() - to be independent of transaction start

More robust grant rank generation

07 Feb 12:48
Compare
Choose a tag to compare

Fixes a bug, with details in: #8

Support hostnames in capabilities_http

07 Feb 08:17
Compare
Choose a tag to compare

Allow many hostnames per grant

30 Jan 10:11
Compare
Choose a tag to compare

Grant refactor and improvement

27 Jan 12:00
Compare
Choose a tag to compare

This release improves the handling of capabilities and their grants. For full details see: #5