-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Move invite-accepted capability and implementation to contacts app. #57853
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
base: master
Are you sure you want to change the base?
Move invite-accepted capability and implementation to contacts app. #57853
Conversation
|
@redblom why is this moved out of server and could it break OCM when the contacts app is not installed? the app is not shipped. it is optional. |
7cb53f3 to
2d2e4a1
Compare
This is done on my request:
|
|
let's ping @mickenordin on this one ! |
2d2e4a1 to
aea3c70
Compare
I haven't reviewed the change, but in principal I see no problem with it. |
…cts app. Signed-off-by: antoonp <antoon@redblom.com>
aea3c70 to
254681c
Compare
|
Rebased, squashed, removed |
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.
This has to stay and instead we need a new migration file to drop the table
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.
I see that the migration needs to stay, but an additional one that drops it? A server upgrade would delete existing data. Could you please explain.
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.
existing migration files are not rechecked. Removing this file does not remove the database table.
This migration should stay and instead you create a new migration with occ migration:generate cloud_federation_api that drops the table.
This way all Nextclouds independent from the version they got installed with will not have the database table anymore going forward.
| * | ||
| * @return IOCMProvider | ||
| * | ||
| * @since 33.0.0 |
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.
| * @since 33.0.0 | |
| * @since 34.0.0 |
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.
Even when the plan is to backport to 33?
Signed-off-by: antoonp <antoon@redblom.com>
Summary
Code moved to contacts app, see nextcloud/contacts#4417
TODO
Checklist
3. to review, feature component)stable32)