-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Adapt user_migration APIs to have information about failures #31945
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
Conversation
blizzz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
syntax errors…
|
I've fixed the syntax error and the psalm warning about void not being bool |
PVince81
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 if CI passes now
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Fixed syntax errors. Removed if condition for copyToFolder since it's void now. Change signature of setMigratorVersions to also be void. Signed-off-by: Vincent Petry <[email protected]>
e84a759 to
78c8e57
Compare
|
I fixed the cases in the app also nextcloud/user_migration#103 and discovered further fixes needed here in server, see last commit |
Signed-off-by: Côme Chilliet [email protected]