family Create groups with other users on a Nextcloud instance and share with them
Go to file
Maxence Lange bcf1992a1c fixing stuff
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-01-15 11:08:39 -01:00
.tx Fix tx config 2018-02-12 22:56:17 +01:00
appinfo sync existing shares on new info on contacts 2020-01-07 09:46:51 -01:00
css fixing overflow 2018-11-03 10:43:57 +01:00
files moving files/methods around 2017-10-20 15:34:36 -01:00
img Improve stroke and circles width of icons 2019-08-06 11:05:22 +02:00
js Add option to allow moderator to add member to closed circle without invitation step 2019-07-16 21:33:14 +02:00
l10n [tx-robot] updated from transifex 2019-11-28 02:23:27 +00:00
lib fixing stuff 2020-01-15 11:08:39 -01:00
screenshots fixing stuff 2020-01-15 11:08:39 -01:00
templates Add option to allow moderator to add member to closed circle without invitation step 2019-07-16 21:33:14 +02:00
tests fixing stuff 2018-08-01 10:36:05 -01:00
.drone.yml Fix drone config 2018-04-12 16:36:24 +02:00
.gitignore composer 2019-08-20 11:58:03 -01:00
.scrutinizer.yml cleaner 2017-03-08 19:00:10 -01:00
CHANGELOG.md 0.17.10 2019-11-17 12:23:21 -01:00
composer.json composer 2019-08-20 11:58:03 -01:00
composer.lock fixing stuff 2020-01-15 11:08:39 -01:00
LICENSE switching to circles 2017-02-16 00:04:00 -01:00
Makefile 0.17.10 2019-11-17 12:23:21 -01:00
README.md Update README.md 2019-07-28 13:32:06 +02:00

Nextcloud Circles

Scrutinizer Code Quality codecov Build Status

Bring cloud-users closer together.

Circles allows your users to create their own groups of users/colleagues/friends. Those groups of users (or circles) can then be used by any other app for sharing purpose (files, social feed, status update, messaging, ...) through the Circles API

Different types of circles can be created:

  • A Personal Circle is a list of users known only to the owner.
    This is the right option if you want to do recurrent sharing with the same list of local users.

  • A Public Circle is an open group visible to anyone willing to join.
    Anyone can see the circle, can join the circle and access the items shared to the circle.

  • Joining a Closed Circle requires an invitation or a confirmation by a moderator.
    Anyone can find the circle and request an invitation; but only members will see who's in it and get access to shared items.

  • A Secret Circle is an hidden group that can only be seen by its members or by people knowing the exact name of the circle.
    Non-members won't be able to find your secret circle using the search bar.


API (PHP & Javascript)

Please visit our wiki to read more about the API.

Configuration

Allow usage of Circles in non-SSL environments

In non-SSL environments (like on development setups) it is necessary to set two config flags for Circles:

./occ config:app:set circles --value 1 allow_non_ssl_links

./occ config:app:set circles --value 1 local_is_non_ssl

Credits

App Icon by Madebyoliver under Creative Commons BY 3.0