Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Sep 26, 2024
1 parent 600027b commit f8b054c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions changelog/unreleased/lwshares-fix.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Bugfix: fix shares for external accounts
Bugfix: Drop assumptions about user types when dealing with shares

We may have external accounts with regular usernames (and with null uid):
This patch decorates such usernames when storing them as Grantee in a share,
such that when a share is retrieved, permissions are checked correctly.
We may have external accounts with regular usernames (and with null uid),
therefore the current logic to heuristically infer the user type from
a grantee's username is broken. This PR removes those heuristics and
requires the upper level to resolve the user type.

https://github.com/cs3org/reva/pull/4849

0 comments on commit f8b054c

Please sign in to comment.