-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Disable
Allow sharing with groups(/index.php/settings/admin/sharing) - Open Nextcloud Talk (
/index.php/apps/spreed/) - Click on
Create a new group conversation - Invite a group and click on
Create conversation
Same for calendar.
Expected behaviour
Allow sharing with groups is disabled. Therefore, sharing with a group should not be possible.
Actual behaviour
Sharing with groups is possible even though the option Allow sharing with groups is disabled.
Reference
- Nextcloud Talk leaks email addresses of other Nextcloud Users spreed#5047 (comment) (code position in Nextcloud core)
- Disabling calendar sharing with groups calendar#2744
Server configuration
Operating system: Debian
Web server: NGINX
Database: MariaDB
PHP version: 7.4
Nextcloud version: 20.0.6
Updated from an older Nextcloud/ownCloud or fresh install: Fresh
Where did you install Nextcloud from: https://download.nextcloud.com/server/releases/nextcloud-20.0.6.zip
Signing status:
Signing status
No errors have been found.
List of activated apps:
App list
$ php ~/www/occ app:list
Enabled:
- accessibility: 1.6.0
- activity: 2.13.4
- bruteforcesettings: 2.0.1
- cloud_federation_api: 1.3.0
- comments: 1.10.0
- contactsinteraction: 1.1.0
- dashboard: 7.0.0
- dav: 1.16.2
- federatedfilesharing: 1.10.2
- federation: 1.10.1
- files: 1.15.0
- files_pdfviewer: 2.0.1
- files_rightclick: 0.17.0
- files_sharing: 1.12.2
- files_trashbin: 1.10.1
- files_versions: 1.13.0
- files_videoplayer: 1.9.0
- firstrunwizard: 2.9.0
- logreader: 2.5.0
- lookup_server_connector: 1.8.0
- nextcloud_announcements: 1.9.0
- notifications: 2.8.0
- oauth2: 1.8.0
- password_policy: 1.10.1
- photos: 1.2.3
- privacy: 1.4.0
- provisioning_api: 1.10.0
- recommendations: 0.8.0
- serverinfo: 1.10.0
- settings: 1.2.0
- sharebymail: 1.10.0
- spreed: 10.0.5
- support: 1.3.0
- survey_client: 1.8.0
- systemtags: 1.10.0
- text: 3.1.0
- theming: 1.11.0
- twofactor_backupcodes: 1.9.0
- updatenotification: 1.10.0
- user_status: 1.0.1
- viewer: 1.4.0
- weather_status: 1.0.0
- workflowengine: 2.2.0
Disabled:
- admin_audit
- encryption
- files_external
- user_ldap
Nextcloud configuration:
Config report
$ php ~/www/occ config:list system
The current PHP memory limit is below the recommended value of 512MB.
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"***REMOVED SENSITIVE VALUE***"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "20.0.6.1",
"overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true
}
}
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Chrome
Operating system: Ubuntu
Logs
Web server error log
Web server error log
There is no error in the log.
Nextcloud log (data/nextcloud.log)
Nextcloud log
Nothing is logged to nextcloud.log while inviting a group.
Browser log
Browser log
Nothing is logged to the browser console while inviting a group.