Uh oh!
There was an error while loading. Please reload this page.
Init user's file system if not existing on ownership transfer - #30953
Merged
Conversation
CarlSchwanforce-pushed
the
feat/init-storage-when-transferring-ownership
branch
2 times, most recently
from
February 1, 2022 09:58
154067e to
352c4beComparePVince81
commented
Feb 1, 2022
Member
with "still doesn't support storage" do you mean encrypted storage ? |
CarlSchwan
commented
Feb 1, 2022
MemberAuthor
yes |
This makes it a bit easier to transfer ownership when the new user hasn't already logged in. This still doesn't support encrypted storages because the keys are not generated yet. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
CarlSchwanforce-pushed
the
feat/init-storage-when-transferring-ownership
branch
from
February 1, 2022 12:26
352c4be to
02da4ceComparecome-nc
approved these changes
Feb 10, 2022
PVince81
commented
Feb 10, 2022
Member
/backport to stable23 |
PVince81
commented
Feb 10, 2022
Member
/backport to stable22 |
PVince81
commented
Feb 10, 2022
Member
/backport to stable21 |
PVince81
commented
Mar 4, 2022
Member
/backport to stable23 |
PVince81
commented
Mar 4, 2022
Member
/backport to stable22 |
This was referenced Mar 4, 2022
camilasan pushed a commit
to nextcloud/documentation
that referenced
this pull request
Feb 8, 2023
See PR nextcloud/server/pull/30953. Signed-off-by: Camila <hello@camila.codes>
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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 makes it a bit easier to transfer ownership when the new user
hasn't already logged in. This still doesn't support encrypted storage because the keys are not generated yet (this is already checked at the beginning of the method).