Skip to content

👪 Create groups with other users on a Nextcloud instance and share with them

License

Notifications You must be signed in to change notification settings

tortuetorche/circles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

👪 Create groups with other users on a Nextcloud instance and share with them

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.9%
  • PHP 33.6%
  • Other 0.5%