Skip to content

Releases: sara-nl/oc-invitation

v0.1.0

13 Sep 09:13
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

v0.0.23_TEST-release-01

25 Jul 10:16
Compare
Choose a tag to compare
Pre-release

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

17 May 12:57
Compare
Choose a tag to compare

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

17 May 08:52
Compare
Choose a tag to compare

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

09 Apr 12:47
340fd19
Compare
Choose a tag to compare

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

13 Mar 09:00
Compare
Choose a tag to compare

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

05 Mar 09:18
9766c0b
Compare
Choose a tag to compare
v0.0.13_pre-release Pre-release
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

Full Changelog: v0.0.11-test-opencloudmesh-integration...v0.0.13_pre-release

v0.0.11-test-opencloudmesh-integration

09 Feb 10:56
Compare
Choose a tag to compare
Pre-release

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

25 Jan 14:59
45d292e
Compare
Choose a tag to compare
Deploy v0.0.10-test Pre-release
Pre-release

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

  • Fix display of invited remote users in share dialog. by @redblom in #14

Full Changelog: v0.0.9-test...v.0.0.10-test

Deploy v0.0.9-test

23 Jan 11:31
1183378
Compare
Choose a tag to compare
Deploy v0.0.9-test Pre-release
Pre-release

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

  • Add withdraw invitation functionality. by @redblom in #13

Full Changelog: v0.0.8-test...v0.0.9-test