Releases: sara-nl/nextcloud-contacts
v8.3.2.2
v8.3.2.1
EOSC Invitation Workflow test v0.0.4
Not for production!
Fix: Retain personal message line breaks for html.
For testing purposes only.
Installation:
Unpack the .tar.gz and copy contacts folder to apps folder.
Excecute the following occ commands:
-
app:enable contacts -
contacts:enable-ocm-invites -
contacts:set-mesh-providers-service https://[host]/[path]
There are now 3 possible ways to accept an invite:
- via invite link / wayf page
- by pasting the invite string into the Accept invite dialog
- by pasting
<token>@<provider>into the Accept invite dialog
Full Changelog: v0.0.3_EOSC_test...v0.0.4_EOSC_test
EOSC Invitation Workflow test v0.0.3
Fix: Email html/plain text formats
Not for production!
For testing purposes only.
Installation:
Unpack the .tar.gz and copy contacts folder to apps folder.
Excecute the following occ commands:
-
app:enable contacts -
contacts:enable-ocm-invites -
contacts:set-mesh-providers-service https://[host]/[path]
There are now 3 possible ways to accept an invite:
- via invite link / wayf page
- by pasting the invite string into the Accept invite dialog
- by pasting
<token>@<provider>into the Accept invite dialog
Full Changelog: https://github.com/sara-nl/nextcloud-contacts/commits/v0.0.3_EOSC_test
EOSC Invitation Workflow test v0.0.2
Not for production!
For testing purposes only.
Installation:
Unpack the .tar.gz and copy contacts folder to apps folder.
Excecute the following occ commands:
-
app:enable contacts -
contacts:enable-ocm-invites -
contacts:set-mesh-providers-service https://[host]/[path]
There are now 3 possible ways to accept an invite:
- via invite link / wayf page
- by pasting the invite string into the Accept invite dialog
- by pasting
<token>@<provider>into the Accept invite dialog
What's Changed
- fix(OCM-nvites): use correct payload by @mickenordin in #12
Full Changelog: v.0.0.1_EOSC_test...v.0.0.2.1_EOSC_test
EOSC Invitation Workflow test v0.0.1
Not for production!
For testing purposes only.
Installation:
Unpack the .tar.gz and copy contacts folder to apps folder.
Excecute the following occ commands:
-
app:enable contacts -
contacts:enable-ocm-invites -
contacts:set-mesh-providers-service https://[host]/[path]
Full Changelog: https://github.com/sara-nl/nextcloud-contacts/commits/v.0.0.1_EOSC_test
v0.0.2_dev
Test release v0.0.2
Full Changelog: https://github.com/sara-nl/nextcloud-contacts/commits/v0.0.2_dev
To install:
- extract and drop the resulting contacts folder into the apps folder
- as admin user navigate to settings->Apps, click 'Updates' in the left menu and press 'Enable' button all the way on the right. Do not press the 'Update' button as this does not seem to work for the current app version.
- to activate the app needs the following db modification:
+----------+---------------------+-------------+------+------+
| appid | configkey | configvalue | type | lazy |
+----------+---------------------+-------------+------+------+
| contacts | ocm_invites_enabled | yes | 2 | 0 |
+----------+---------------------+-------------+------+------+
- the Contacts app should now appear in the top left menu bar
- click it and an 'All invites' contact group should be there
Invites are persisted in the federated_invites table like so (mike has sent invites to pete and johnny, pete has accepted):
+----+---------+--------------------+-------------------+----------------+-------------------------+--------------------------------------+----------+------------+---------------+-------------+
| id | user_id | recipient_provider | recipient_user_id | recipient_name | recipient_email | token | accepted | created_at | expired_at | accepted_at |
+----+---------+--------------------+-------------------+----------------+-------------------------+--------------------------------------+----------+------------+---------------+-------------+
| 1 | mike | redblom.com | pete | Pete Peterson | pete.peterson@nc-ocm.nl | 15e84975-709d-4c9a-b5c5-ff622fcd4fa5 | 1 | 1748858137 | 1750689844255 | 1751645005 |
| 2 | mike | | | | johnny@example.com | 72e475f3-dbd3-4815-973b-9f8534303d0b | 0 | 1748858137 | 1750689844255 | 0 |
+----+---------+--------------------+-------------------+----------------+-------------------------+--------------------------------------+----------+------------+---------------+-------------+
wip-v0.0.3_dev_test_01
Not for production!
- required config:
+----------+------------------------+-------------------------+------+------+
| appid | configkey | configvalue | type | lazy |
+----------+------------------------+-------------------------+------+------+
| contacts | mesh_providers_service | https://[host]/[path] | 2 | 0 |
| contacts | ocm_invites_enabled | yes | 2 | 0 |
+----------+------------------------+-------------------------+------+------+
v0.0.1_dev
Test release v0.0.1
Full Changelog: https://github.com/sara-nl/nextcloud-contacts/commits/v0.0.1_dev
To install:
- extract and drop the resulting
contactsfolder into theappsfolder - as
adminuser navigate to settings->Apps, click 'Updates' in the left menu and press 'Enable' button all the way on the right. Do not press the 'Update' button as this does not seem to work for the current app version. - to activate the app needs the following db modification:
+----------+---------------------+-------------+------+------+
| appid | configkey | configvalue | type | lazy |
+----------+---------------------+-------------+------+------+
| contacts | ocm_invites_enabled | yes | 2 | 0 |
+----------+---------------------+-------------+------+------+
- the Contacts app should now appear in the top left menu bar
- Click it and an 'All invites' contact group should be there
Invites are persisted in the federated_invites table
+----+---------+--------------------+-------------------+----------------+-------------------------+--------------------------------------+----------+------------+---------------+-------------+
| id | user_id | recipient_provider | recipient_user_id | recipient_name | recipient_email | token | accepted | created_at | expired_at | accepted_at |
+----+---------+--------------------+-------------------+----------------+-------------------------+--------------------------------------+----------+------------+---------------+-------------+
| 1 | mike | redblom.com | pete | Pete Peterson | pete.peterson@nc-ocm.nl | 15e84975-709d-4c9a-b5c5-ff622fcd4fa5 | 1 | 1748858137 | 1750689844255 | 1751645005 |
| 2 | mike | | | | johnny@example.com | 72e475f3-dbd3-4815-973b-9f8534303d0b | 0 | 1748858137 | 1750689844255 | 0 |
+----+---------+--------------------+-------------------+----------------+-------------------------+--------------------------------------+----------+------------+---------------+-------------+