v0.0.1_dev
Pre-release
Pre-release
·
815 commits
to invite-for-cloudid-exchange
since this 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
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 |
+----+---------+--------------------+-------------------+----------------+-------------------------+--------------------------------------+----------+------------+---------------+-------------+