Skip to content

v0.0.15_release

Compare
Choose a tag to compare
@redblom redblom released this 09 Apr 12:47
· 23 commits to main since this release
340fd19

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