Skip to content

Releases: datasette/datasette-acl

0.4a4

10 Sep 16:17
Compare
Choose a tag to compare
0.4a4 Pre-release
Pre-release
  • datasette_acl_actor_ids plugin hook renamed to datasette_acl_valid_actors, and can optionally return a list of {"id": "...", "display": "..."} dictionaries for actors where the ID is not human-readable on its own. #23
  • Styled the audit tables. #25

0.4a3

10 Sep 15:40
bf10b94
Compare
Choose a tag to compare
0.4a3 Pre-release
Pre-release
  • Deleted groups no longer show up on table permissions page. #22
  • Now uses Choices.js with a <select multiple> to edit permissions and group membership. #24

0.4a2

01 Sep 21:50
Compare
Choose a tag to compare
0.4a2 Pre-release
Pre-release
  • Don't crash on encountering an actor with no id key. #21

0.4a1

01 Sep 21:39
Compare
Choose a tag to compare
0.4a1 Pre-release
Pre-release
  • Fixed crashing bug if datasette-acl plugin configuration was not provided. #20

0.4a0

01 Sep 19:47
Compare
Choose a tag to compare
0.4a0 Pre-release
Pre-release
  • Plugin hook datasette_acl_actor_ids(datasette) can now be used to restrict the list of actor IDs that can be added to groups or used to set permissions. #18

0.3a0

01 Sep 04:12
Compare
Choose a tag to compare
0.3a0 Pre-release
Pre-release
  • Interface for managing the membership of groups. #5
  • Dynamic message letting you know if you have unsaved changes on the table permissions page. #13
  • Dynamic groups are now represented in the audit log, showing when group members were dynamically added or removed. #15
  • Groups can be created and deleted. These operations are recorded to the groups audit log. #16

0.2a0

31 Aug 16:42
31e8d98
Compare
Choose a tag to compare
0.2a0 Pre-release
Pre-release
  • Audit log: changes made through the interface are logged in acl_audit and displayed at the bottom of the table permissions management page. #7
  • table-creator-permissions setting for specifying permissions that a user should automatically be granted if they create a new table. #8
  • Individual user permissions can now be managed from the table permissions page.. #9

0.1a0

30 Aug 18:11
Compare
Choose a tag to compare
0.1a0 Pre-release
Pre-release
  • Initial alpha release. #1