Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share events for audit logging #2627

Merged
merged 9 commits into from
Mar 14, 2022

Conversation

kobergj
Copy link
Contributor

@kobergj kobergj commented Mar 9, 2022

Contains lifecyle events for shares and links for now.

List of sharing events:

		events.ShareCreated{},
		events.ShareUpdated{},
		events.ShareRemoved{},
		events.ReceivedShareUpdated{},
		events.LinkCreated{},
		events.LinkUpdated{},
		events.LinkRemoved{},
		events.LinkAccessed{},
		events.LinkAccessFailed{},

see details in pkg/events/types.go

Does not include federated shares in this PR

Signed-off-by: jkoberg <jkoberg@owncloud.com>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
@update-docs
Copy link

update-docs bot commented Mar 9, 2022

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

Signed-off-by: jkoberg <jkoberg@owncloud.com>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
@kobergj kobergj marked this pull request as ready for review March 10, 2022 15:46
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants