nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.46k stars 4.08k forks source link

shared files/folders not shared anymore (before expiration date) #19990

Closed Netspider closed 3 years ago

Netspider commented 4 years ago

How to use GitHub

Steps to reproduce

  1. click the share icon next to a folder
  2. enter a user name in the box
  3. click on "..."
  4. deselect "expiration date" (my default expiration date is 7 days without enforcement)

Expected behaviour

folder is shared forever

Actual behaviour

folder got unshared after 2 days without an entry in activity page or nextcloud.log.

Server configuration

Operating system: Debian 9 Web server: Apache2 Database: MariaDB PHP version: 7.4 Nextcloud version: (see Nextcloud admin page) 18.0.2 Updated from an older Nextcloud/ownCloud or fresh install: 18.0.1 Where did you install Nextcloud from:

Signing status:

Signing status ``` No errors have been found. ```

List of activated apps:

App list ``` Enabled: - accessibility: 1.4.0 - activity: 2.11.0 - apporder: 0.9.0 - bruteforcesettings: 1.5.0 - calendar: 2.0.2 - cloud_federation_api: 1.1.0 - comments: 1.8.0 - contacts: 3.2.0 - dav: 1.14.0 - external: 3.5.0 - federatedfilesharing: 1.8.0 - federation: 1.8.0 - files: 1.13.1 - files_fulltextsearch: 1.4.1 - files_fulltextsearch_tesseract: 1.4.1 - files_pdfviewer: 1.7.0 - files_retention: 1.7.0 - files_rightclick: 0.15.2 - files_sharing: 1.10.1 - files_trashbin: 1.8.0 - files_versions: 1.11.0 - files_videoplayer: 1.7.0 - firstrunwizard: 2.7.0 - fulltextsearch: 1.4.1 - fulltextsearch_elasticsearch: 1.5.0 - impersonate: 1.5.0 - logreader: 2.3.0 - lookup_server_connector: 1.6.0 - metadata: 0.11.1 - nextcloud_announcements: 1.7.0 - notifications: 2.6.0 - oauth2: 1.6.0 - password_policy: 1.8.0 - photos: 1.0.0 - privacy: 1.2.0 - provisioning_api: 1.8.0 - quota_warning: 1.7.0 - ransomware_protection: 1.6.0 - recommendations: 0.6.0 - serverinfo: 1.8.0 - settings: 1.0.0 - sharebymail: 1.8.0 - spreed: 8.0.5 - support: 1.1.0 - systemtags: 1.8.0 - text: 2.0.0 - theming: 1.9.0 - twofactor_backupcodes: 1.7.0 - twofactor_totp: 4.1.2 - unsplash: 1.1.5 - updatenotification: 1.8.0 - user_pwauth: 2.6.4 - viewer: 1.2.0 - weather: 1.7.1 - workflowengine: 2.0.0 Disabled: - admin_audit - encryption - files_external - survey_client - user_ldap ```

Nextcloud configuration:

Config report ``` { "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "data.4lf.de" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "18.0.2.2", "overwrite.cli.url": "https:\/\/data.4lf.de\/", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "htaccess.RewriteBase": "\/", "memcache.local": "\\OC\\Memcache\\APCu", "mail_smtpmode": "sendmail", "mail_sendmailmode": "smtp", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "app_install_overwrite": [ "user_pwauth", "printer", "files_frommail" ], "maintenance": false, "theme": "", "loglevel": 2 } } ```

Are you using external storage, if yes which one: local/smb/sftp/... no Are you using encryption: yes/no no Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... Unix user backend

szaimen commented 3 years ago

Is this Issue still valid? If not, please close this issue. Thanks! :)

Netspider commented 3 years ago

I have not seen this issue again, no idea why it happened.