You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(sharereview): expose tables(table/view/context) shares to share-review apps via OCP\Share\ShareReview
Implement IShareReviewSource listing all tables(table/view/context) shares
with their capabilities mapped to ShareReviewPermission entries, streaming
share rows from the database via a generator to keep the memory footprint
low on large instances, gate deletions behind the
ShareReviewAccessCheckEvent authorization check with share-delete activity
entries for auditability, and register the source via
RegisterShareReviewSourceEvent.
Assisted-by: Claude Code:claude-fable-5
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
0 commit comments