-
Notifications
You must be signed in to change notification settings - Fork 293
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
Enable invitation plugin #787
Conversation
Hi, thanks for your PR! It would be great if this could be enabled/disabled from the admin interface. Adding notifications might break something unexpectedly, so this should be disabled when upgrading existing installations and enabled when doing a fresh install. I have not yet tried that but I think when upgrading Baikal instead of reinstalling, the definition is not added to the config file in the specific folder. |
Thank you for your feedback @ByteHamster :)
I agree, not sure though I will have time to dig into this right now :|
This should be the case now as per my last commit.
This is what should happen now :) |
I think it might be enough to add the following to
|
You're right, pushed, thank you 👍 |
Just triggered a rebuild, it has passed now. I will try your PR in the next few days. Thanks for adding the setting! |
I tried this PR and confirmed that it works fine. Before merging, we need sabre/dav to be updated. |
Good news sabre-io/dav#1150 has been merged 👍 |
We still need to wait for a sabre/dav release so we can include the change in the Baikal dependencies |
Any eta? |
No, I don't know anything about the sabre/dav release schedule. As soon as we have the release, we can create a Baikal release, too. |
Dav 4.0 is out now |
Excited for this! |
Hi,
This PR closes #746, closes #655, enabling invitation by mail.
Admin can configure From mail address used thanks to the
BAIKAL_INVITE_FROM
option.Thank you 👍