-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple fixes and add Group Backend support #384
Commits on Apr 9, 2020
-
Signed-off-by: Tortue Torche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5806c6 - Browse repository at this point
Copy the full SHA c5806c6View commit details -
Better applicationregistering and events dispatching
Signed-off-by: Tortue Torche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4d4937 - Browse repository at this point
Copy the full SHA f4d4937View commit details -
Fix Parsing error in activities when user request to join a circle
Fix nextcloud#243 Signed-off-by: Tortue Torche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 310d4e5 - Browse repository at this point
Copy the full SHA 310d4e5View commit details -
Fix adding group with member limit
-1
or0
Fix nextcloud#342 Signed-off-by: Tortue Torche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3de12e6 - Browse repository at this point
Copy the full SHA 3de12e6View commit details -
You can now add members in
personal
circles when `skip_invitation_t……o_closed_circles` option is enabled Fix nextcloud#382 and nextcloud#360 Signed-off-by: Tortue Torche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 584a89f - Browse repository at this point
Copy the full SHA 584a89fView commit details -
Better 'creation_activity' option handling
Signed-off-by: Tortue Torche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42df19d - Browse repository at this point
Copy the full SHA 42df19dView commit details -
Enhanced
onSettingsChange
event to get old setting valuesIncluding `name` and `description` attributes Signed-off-by: Tortue Torche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbaac29 - Browse repository at this point
Copy the full SHA dbaac29View commit details -
Add
allow_adding_any_group_members
option to allow or not adding gr……oup members from any users Default to `1`. When value is set to `0` it's only possible to add groups where the current user is a member or for global administrators. Fix nextcloud#128 Signed-off-by: Tortue Torche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfaf31f - Browse repository at this point
Copy the full SHA bfaf31fView commit details -
Add
allow_listed_circles
option, to list or not circles outside the…… Circles app Default value is `1` to show circles in shared list. Set it to `0` to hide them. Signed-off-by: Tortue Torche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5512acc - Browse repository at this point
Copy the full SHA 5512accView commit details -
Add
allow_files_filtered_by_circles
option, to list or not circle i……n the files app Default is set to `1` to list them in the `files` application To hide them, set it to `0` Signed-off-by: Tortue Torche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c85fa1 - Browse repository at this point
Copy the full SHA 7c85fa1View commit details -
Add
group_backend
option to mirroring the circle as a groupThe main goal is to have better integrations with Nextcloud applications and clients. The group name is automatically suffixed by ` Circle` And you can customize the prefix and/or suffix group name with the `group_backend_name_prefix` and `group_backend_name_suffix` options You should also hide these mirrored circles in Nextcloud applications and clients, because their equivalent group will be used instead, via the `allow_listed_circles` option set to `0`. Fix nextcloud#363 Signed-off-by: Tortue Torche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3604eb - Browse repository at this point
Copy the full SHA b3604ebView commit details