Skip to content

Releases: sara-nl/nextcloud-contacts

v8.3.2.2

26 Feb 19:08

Choose a tag to compare

v8.3.2.1

12 Feb 21:24

Choose a tag to compare

Nextcloud Contacts App v8.3.2

  • Applied patch (new-contact-display-cloud-id.patch) that makes federated cloud ID visible by default

EOSC Invitation Workflow test v0.0.4

17 Oct 17:52

Choose a tag to compare

Pre-release

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:

  1. app:enable contacts

  2. contacts:enable-ocm-invites

  3. 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

14 Oct 13:19

Choose a tag to compare

Pre-release

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:

  1. app:enable contacts

  2. contacts:enable-ocm-invites

  3. 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

03 Oct 13:52

Choose a tag to compare

Pre-release

Not for production!
For testing purposes only.

Installation:

Unpack the .tar.gz and copy contacts folder to apps folder.
Excecute the following occ commands:

  1. app:enable contacts

  2. contacts:enable-ocm-invites

  3. 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

Full Changelog: v.0.0.1_EOSC_test...v.0.0.2.1_EOSC_test

EOSC Invitation Workflow test v0.0.1

23 Sep 13:36
55647b8

Choose a tag to compare

Pre-release

Not for production!
For testing purposes only.

Installation:

Unpack the .tar.gz and copy contacts folder to apps folder.
Excecute the following occ commands:

  1. app:enable contacts

  2. contacts:enable-ocm-invites

  3. 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

21 Jul 01:58

Choose a tag to compare

v0.0.2_dev Pre-release
Pre-release

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

10 Sep 11:22

Choose a tag to compare

Pre-release

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

04 Jul 16:15

Choose a tag to compare

v0.0.1_dev Pre-release
Pre-release

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 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

+----+---------+--------------------+-------------------+----------------+-------------------------+--------------------------------------+----------+------------+---------------+-------------+
| 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 |
+----+---------+--------------------+-------------------+----------------+-------------------------+--------------------------------------+----------+------------+---------------+-------------+