Prevent editing not public tasks in lists shared with me #862
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fixes #467 and implements #819 and #821.
Editing tasks in a calendar shared with me which have an access class other than
PUBLIC
is not possible anymore. Also changing the access class for tasks in a calendar shared with me will be prevented.However, this only fixes the problem on the client side. Editing such tasks still needs to be prevented on the server side as well, see nextcloud/server#5551.
As a side effect, since we have to load the current user principal for this, we now show user avatars for the owner of a calendar shared with me in the app-navigation list and allow to unshare a calendar.
@rkaraba you might want to have a look as well.