v0.0.15_release
Requires the following changes in the php configuration:
'sharing.remoteShareesSearch' => '\\OCA\\Invitation\\Service\\RemoteUserService',
'invitation.opencloudmeshRemoteShareesSearch' => '\\OCA\\OpenCloudMesh\\ShareeSearchPlugin',
Optional php config settings:
'invitation_mail_from_address' => '... eg. invitation-no-reply@domain.nl ...',
What's Changed
- No need to add db table appconfig
endpoint
key/value anymore - Remove identifying elements from invite link
- Add unprotected route /invite/{token}
- Refactor create invitation form and flow
- Refactor js
- Add more translations
- Settings page refactored
- Recipient name added to invitation form and email
Full Changelog: v0.0.14_release...v0.0.15_release