Skip to content

Disable "Public calls" #521

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

Open
azuledu opened this issue Dec 10, 2017 · 2 comments
Open

Disable "Public calls" #521

azuledu opened this issue Dec 10, 2017 · 2 comments
Labels
Milestone

Comments

@azuledu
Copy link

azuledu commented Dec 10, 2017

In our organization we use Nextcloud only in our intranet.
In this use case, the feature "Public calls" has no sense because the generated URL is not reachable from outside.
It would be good to have a configuration option to remove the "New public call" button for this scenario.

Thanks.

@Ivansss Ivansss added enhancement feature: settings ⚙️ Settings and config related issues labels Dec 11, 2017
@nickvergessen
Copy link
Member

Yeah, makes sense.

Nevertheless I could still see a usecase for "public calls" in your organisation:
You can create a public call and send the link via email to everyone, and they can join the call. You do not have to invite all members to the call individually.

@nickvergessen nickvergessen added this to the 3.1 (Nextcloud 13.0.2/3) milestone Jan 8, 2018
@zguithues
Copy link

"New Public Call" (only as public as your nextcloud server)

@nickvergessen nickvergessen modified the milestones: 3.2 (Nextcloud 13.0.2), 3.3 (Nextcloud 13.0.3/4) May 3, 2018
@nickvergessen nickvergessen modified the milestones: 5.0.0, 💚 Next Major Dec 7, 2018
marcoambrosini pushed a commit that referenced this issue Oct 9, 2019
Forward all slots to multiselect
pboguslawski added a commit to ibpl/spreed that referenced this issue Oct 2, 2022
Added spreed application config parameter `public_rooms_allowed` to disallow
creating of rooms with public (guest via link) access (i.e. for internal
Nextcloud setups). Use

```
occ config:app:set spreed public_rooms_allowed --value 'yes'
```

to allow (default if not set) and

```
occ config:app:set spreed public_rooms_allowed --value 'no'
```

to disallow creating of rooms with public access.

Related: nextcloud#521
Author-Change-Id: IB#1126215
Signed-off-by: Pawel Boguslawski <[email protected]>
nickvergessen pushed a commit that referenced this issue Nov 16, 2022
Added spreed application config parameter `public_rooms_allowed` to disallow
creating of rooms with public (guest via link) access (i.e. for internal
Nextcloud setups). Use

```
occ config:app:set spreed public_rooms_allowed --value 'yes'
```

to allow (default if not set) and

```
occ config:app:set spreed public_rooms_allowed --value 'no'
```

to disallow creating of rooms with public access.

Related: #521
Author-Change-Id: IB#1126215
Signed-off-by: Pawel Boguslawski <[email protected]>
nickvergessen pushed a commit that referenced this issue Nov 16, 2022
Added spreed application config parameter `public_rooms_allowed` to disallow
creating of rooms with public (guest via link) access (i.e. for internal
Nextcloud setups). Use

```
occ config:app:set spreed public_rooms_allowed --value 'yes'
```

to allow (default if not set) and

```
occ config:app:set spreed public_rooms_allowed --value 'no'
```

to disallow creating of rooms with public access.

Related: #521
Author-Change-Id: IB#1126215
Signed-off-by: Pawel Boguslawski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants