nextcloud / nextcloud/integration_davc

Apps enabled for specific groups not supported

Open
#92 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
PHP
Stars
12
Forks
2
Avg merge
1d 21h
Merged PRs (30d)
16

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
  1. Install Contacts, Calendar and DAV Connector
  2. Limit access to Contacts and Calendar app to a group you're a part of
  3. Add a connection
Expected behaviour

Contacts and agendas synchronization should be available

Actual behaviour

Contacts
The contacts app is either disabled or not installed. Please contact your administrator to install or enable the app
The connected service does not support contacts
Agendas
The calendar app is either disabled or not installed. Please contact your administrator to install or enable the app
The connected service does not support events

Server configuration

Web server: Nginx

Database: MariaDB

PHP version: 8.4

Nextcloud version: 34.0.1

List of activated apps
Enabled:
  - activity: 7.0.0
  - admin_audit: 1.24.0
  - announcementcenter: 7.4.1
  - app_api: 34.0.0
  - appstore: 1.0.0
  - assistant: 3.4.3
  - bruteforcesettings: 7.0.0
  - calendar: 6.5.0
  - calendar_resource_management: 0.12.1
  - circles: 34.0.0
  - cloud_federation_api: 1.18.0
  - collectives: 4.4.2
  - comments: 1.24.0
  - contacts: 8.7.2
  - contactsinteraction: 1.15.0
  - dashboard: 7.14.0
  - dav: 1.39.0
  - deck: 1.18.2
  - drawio: 4.2.4
  - external: 9.0.1
  - federatedfilesharing: 1.24.0
  - federation: 1.24.0
  - files: 2.6.0
  - files_downloadlimit: 5.2.0-dev.0
  - files_lock: 34.0.0
  - files_pdfviewer: 7.0.0-dev.0
  - files_reminders: 1.7.0
  - files_sharing: 1.26.0
  - files_trashbin: 1.24.0
  - files_versions: 1.27.0
  - forms: 5.3.2
  - groupfolders: 22.0.1
  - impersonate: 4.0.0
  - integration_davc: 1.0.4
  - integration_openai: 4.5.1
  - logreader: 7.0.0
  - lookup_server_connector: 1.22.0
  - mail: 5.10.3
  - nextcloud_announcements: 6.0.0
  - notifications: 7.0.0-dev.1
  - notify_push: 1.3.3
  - oauth2: 1.22.0
  - office: 1.0.0
  - password_policy: 6.0.0-dev.0
  - polls: 9.1.4
  - privacy: 6.0.0-dev.1
  - profile: 1.3.0
  - provisioning_api: 1.24.0
  - quota_warning: 1.24.0
  - related_resources: 5.0.0-dev.0
  - richdocuments: 11.0.0
  - secrets: 3.0.3
  - serverinfo: 6.0.0
  - settings: 1.17.0
  - sharebymail: 1.24.0
  - sharereview: 2.3.0
  - spreed: 24.0.1
  - survey_client: 6.0.0-dev.0
  - suspicious_login: 12.0.0-dev.0
  - systemtags: 1.24.0
  - text: 8.0.0
  - theming: 2.9.0
  - twofactor_backupcodes: 1.23.0
  - twofactor_totp: 16.0.0
  - twofactor_webauthn: 2.7.0
  - updatenotification: 1.24.0
  - user_oidc: 8.10.1
  - user_status: 1.14.0
  - viewer: 7.0.0-dev.0
  - weather_status: 1.14.0
  - webhook_listeners: 1.6.0
  - whiteboard: 1.5.9
  - workflowengine: 2.16.0
Nextcloud configuration
{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "***REMOVED SENSITIVE VALUE***",
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "34.0.1.2",
        "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,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "skeletondirectory": "\/var\/www\/datasnextcloud\/skeleton",
        "default_language": "fr",
        "default_locale": "fr_FR",
        "force_language": "fr",
        "maintenance": false,
        "trashbin_retention_obligation": "auto,15",
        "versions_retention_obligation": "auto,30",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0
        },
        "loglevel": 3,
        "mail_smtpauthtype": "LOGIN",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpauth": true,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "default_phone_region": "FR",
        "theme": "",
        "updater.release.channel": "stable",
        "upgrade.disable-web": true,
        "htaccess.RewriteBase": "\/",
        "mail_sendmailmode": "smtp",
        "allow_user_to_change_display_name": false,
        "enable_previews": "false",
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "simpleSignUpLink.shown": false,
        "maintenance_window_start": 1,
        "allow_local_remote_servers": true,
        "auto_logout": true,
        "dbpersistent": true,
        "syslog_tag": "Nextcloud",
        "syslog_tag_audit": "Nextcloud Audit",
        "files.chunked_upload.max_size": 26214400,
        "defaultapp": "dashboard,files",
        "openmetrics_allowed_clients": [
            "***REMOVED SENSITIVE VALUE***",
        ],
        "serverid": 0,
        "twofactor_enforced": "true",
        "twofactor_enforced_groups": [
            "admin"
        ],
        "twofactor_enforced_excluded_groups": [],
        "mail_smtpsecure": "ssl",
    }
}
Browser

Browser name: Firefox

Browser version: 152.0.4

Operating system: Linux Mint

Browser log
N/A

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue with Contacts, Calendar, and DAV Connector installed, then restrict Contacts and Calendar to a group the test user belongs to before adding a connection. Trace how the integration checks Contacts and Calendar availability; no file or test is named. Done means contact and calendar synchronization remains available for that user.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
api, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.