Releases: sara-nl/oc-invitation
v0.1.0
Full Changelog: v0.0.23_TEST-release-01...v0.1.0
v0.0.23_TEST-release-01
New name: Collaboration app
What's Changed
- Ignore dev packages in release by @redblom in #33
- Improve manual, readme readability and fix some errors. by @redblom in #34
Full Changelog: v0.0.22_release...v0.0.23_TEST-release-01
v0.0.22_release
Requires the following modifications 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 ...',
Full Changelog: v0.0.15_release...v0.0.22_release
v0.0.20_release
Requires the following modifications 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 ...',
Full Changelog: v0.0.15_release...v0.0.20_release
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
v0.0.14_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 ...',
Remove filesystem as type (now we can activate the app for specific groups)
Improve and internationalize the wayf page
Do not code check templates/mail folder
Email text completed
Align codesniffer git runner with MakeFile codesniffer targets
Full Changelog: v0.0.13_pre-release...v0.0.14_release
v0.0.13_pre-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
- opencloudmesh app integration by @redblom in #18
- Code fix by @redblom in #20
- Adapt flow and display info for end user by @redblom in #21
- Fix charset/collation and views upgrade issues by @redblom in #22
- Check for table existence. by @redblom in #23
- Various enhancements by @redblom in #24
Full Changelog: v0.0.11-test-opencloudmesh-integration...v0.0.13_pre-release
v0.0.11-test-opencloudmesh-integration
See #15
This is to test whether the invitation and owncloudmesh app can co-exist.
It requires the following changes in the php configuration:
'sharing.remoteShareesSearch' => '\\OCA\\Invitation\\Service\\RemoteUserService',
'invitation.opencloudmeshRemoteShareesSearch' => '\\OCA\\OpenCloudMesh\\ShareeSearchPlugin',
*make sure that keys only exists once !
Deploy v0.0.10-test
Created from branch main
Required php config settings:
'sharing.remoteShareesSearch' => '\\OCA\\Invitation\\Service\\RemoteUserService',
Optional php config settings:
'invitation_mail_from_address' => '... eg. invitation-no-reply@domain.nl ...',
What's Changed
Full Changelog: v0.0.9-test...v.0.0.10-test
Deploy v0.0.9-test
Created from branch main
Required php config settings:
'sharing.remoteShareesSearch' => '\\OCA\\Invitation\\Service\\RemoteUserService',
Optional php config settings:
'invitation_mail_from_address' => '... eg. invitation-no-reply@domain.nl ...',
What's Changed
Full Changelog: v0.0.8-test...v0.0.9-test