Skip to content
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

You can now add members to your own personal circles #395

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tortuetorche
Copy link
Contributor

@tortuetorche tortuetorche commented Apr 9, 2020

When skip_invitation_to_closed_circles option is enabled

Fix #382 and #360

…o_closed_circles` option is enabled

Fix nextcloud#382 and
nextcloud#360

Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
@@ -63,6 +63,7 @@ public function inviteToCircle($circleType) {
public function joinCircle($circleType) {

switch ($circleType) {
case Circle::CIRCLES_PERSONAL:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why one should be able to join a Personal Circle ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is necessary when you want to add someone to your own personal circle when the skip_invitation_to_closed_circles option is enabled

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove this part, #416 fix this issue

@tortuetorche tortuetorche changed the title You can now add members in personal circles when `skip_invitation_t… You can now add members in personal circles Apr 10, 2020
@tortuetorche tortuetorche changed the title You can now add members in personal circles You can now add members to your own personal circles Apr 10, 2020
@blizzz blizzz added this to the Nextcloud 25 milestone Apr 21, 2022
@blizzz blizzz modified the milestones: Nextcloud 25, Nextcloud 26 Sep 22, 2022
@blizzz blizzz modified the milestones: Nextcloud 26, Nextcloud 27 Mar 9, 2023
@blizzz blizzz modified the milestones: Nextcloud 27, Nextcloud 28 May 23, 2023
@blizzz blizzz mentioned this pull request Nov 20, 2023
5 tasks
@blizzz blizzz modified the milestones: Nextcloud 28, Nextcloud 29 Nov 23, 2023
@skjnldsv skjnldsv mentioned this pull request Mar 28, 2024
81 tasks
@blizzz blizzz modified the milestones: Nextcloud 29, Nextcloud 30 Apr 8, 2024
@skjnldsv skjnldsv mentioned this pull request Aug 22, 2024
44 tasks
@blizzz blizzz modified the milestones: Nextcloud 30, Nextcloud 31 Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Circle - Can't add persons in personal circle by activating skip invation for closed circle in settings
4 participants