circle -> team authored by Roland Alton's avatar Roland Alton
...@@ -15,7 +15,7 @@ faircloud is based on nextcloud and offers file management and syncing plus seve ...@@ -15,7 +15,7 @@ faircloud is based on nextcloud and offers file management and syncing plus seve
* deck (kanban board) * deck (kanban board)
* notes * notes
* file locking (useful in shared folders) * file locking (useful in shared folders)
* circles to manage groups (manage in contacts menu) * teams (manage in contacts menu)
* [webmail client](https://github.com/nextcloud/mail/blob/main/doc/user.md) (basic & pro) * [webmail client](https://github.com/nextcloud/mail/blob/main/doc/user.md) (basic & pro)
* mind maps (pro) * mind maps (pro)
* whiteboard - collaborative drawing (basic & pro) * whiteboard - collaborative drawing (basic & pro)
...@@ -154,13 +154,13 @@ You can share a folder from another nextcloud instance to faircloud and vice ver ...@@ -154,13 +154,13 @@ You can share a folder from another nextcloud instance to faircloud and vice ver
## Teams ## Teams
Create your own groups and manage their members as Teams in the `Contacts` app. See the extra [Circle for Groups WIKI page](Circles-for-Groups) how to create, manage or invite to a team (formerly called circle). Create your own groups and manage their members as Teams in the `Contacts` app. See the extra [Circle for Groups WIKI page](Circles-for-Groups) how to create, manage or invite to a team (formerly teams were called circles).
## Using faircloud in a team ## Using faircloud in a team
For organisations, you should set up a special organisation-admin account, who is the owner of a main organisation folder. This user shares the main folder with the team members. An independent main folder owner is to prevent troubles, if a founding user would leave the organisation. In special cases, a fairkom system administrator could transfer the ownership of a folder to another user, though, with the commands: `sudo -u www-data php occ files:transfer-ownership --path=“name of folder” usernamefrom usernameto`. For organisations, you should set up a special organisation-admin account, who is the owner of a main organisation folder. This user shares the main folder with the team members. An independent main folder owner is to prevent troubles, if a founding user would leave the organisation. In special cases, a fairkom system administrator could transfer the ownership of a folder to another user, though, with the commands: `sudo -u www-data php occ files:transfer-ownership --path=“name of folder” usernamefrom usernameto`.
If you have your own faircloud, you also can manage a team as a group - on our main faircloud.eu instance this can be done with [circles](Kreise-f%C3%BCr-Gruppen) If you have your own faircloud, you also can manage a team as a group - on our main faircloud.eu instance this can be done with [teams](Kreise-f%C3%BCr-Gruppen)
Alternatively, the [groupfolder app](https://nextcloud.com/blog/new-version-of-groupfolders-app-is-coming/) may be an option which could be installed on dedicated faircloud instances. Alternatively, the [groupfolder app](https://nextcloud.com/blog/new-version-of-groupfolders-app-is-coming/) may be an option which could be installed on dedicated faircloud instances.
... ...
......