nextcloud / sharepoint

💾 Nextcloud SharePoint Backend for External storages
https://apps.nextcloud.com/apps/sharepoint
GNU Affero General Public License v3.0
25 stars 18 forks source link

Tertiary folders aren't synced #179

Closed julianfairfax closed 8 months ago

julianfairfax commented 1 year ago
### Steps to reproduce 1. Add folder (say, Photos) with another folder inside of it (say, 2023), that has another folder inside of it (say, April) 2. Wait for syncing to complete 3. Enter the first folder, then the second, and observe ### Expected behaviour The tertiary folder should also be synced. ### Actual behaviour It is not there, and there is no indication that it exists. ### Server configuration **Operating system**: Debian stable ~~**Web server:**~~ **Database:** 10.5.19 **PHP version:** 8.1.17 **Nextcloud version:** (see Nextcloud admin page) 25.0.5.1 **Updated from an older Nextcloud/ownCloud or fresh install:** NO **Where did you install Nextcloud from:** NextcloudPi **Signing status:**
Signing status ``` No errors have been found. ```
**List of activated apps:**
App list ``` Enabled: - activity: 2.17.0 - calendar: 4.3.1 - circles: 25.0.0 - cloud_federation_api: 1.8.0 - comments: 1.15.0 - contacts: 5.2.0 - contactsinteraction: 1.6.0 - dashboard: 7.5.0 - dav: 1.24.0 - federatedfilesharing: 1.15.0 - federation: 1.15.0 - files: 1.20.1 - files_external: 1.17.0 - files_pdfviewer: 2.6.0 - files_rightclick: 1.4.0 - files_sharing: 1.17.0 - files_trashbin: 1.15.0 - files_versions: 1.18.0 - firstrunwizard: 2.14.0 - logreader: 2.10.0 - lookup_server_connector: 1.13.0 - mail: 2.2.5 - news: 21.1.0 - nextcloud_announcements: 1.14.0 - nextcloudpi: 0.0.1 - notes: 4.7.2 - notifications: 2.13.1 - notify_push: 0.6.2 - oauth2: 1.13.0 - password_policy: 1.15.0 - photos: 2.0.1 - previewgenerator: 99.99.99 - privacy: 1.9.0 - provisioning_api: 1.15.0 - recommendations: 1.4.0 - related_resources: 1.0.4 - serverinfo: 1.15.0 - settings: 1.7.0 - sharebymail: 1.15.0 - sharepoint: 1.13.0 - support: 1.8.0 - survey_client: 1.13.0 - systemtags: 1.15.0 - tasks: 0.14.5 - text: 3.6.0 - theming: 2.0.1 - twofactor_backupcodes: 1.14.0 - twofactor_totp: 7.0.0 - user_status: 1.5.0 - viewer: 1.9.0 - weather_status: 1.5.0 - workflowengine: 2.7.0 Disabled: - admin_audit - bruteforcesettings - encryption - suspicious_login - updatenotification: 1.15.0 - user_ldap ```
**Nextcloud configuration:**
Config report ``` { "system": { "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": { "0": "localhost", "7": "nextcloudpi", "5": "nextcloudpi.local", "8": "nextcloudpi.lan", "3": "nextcloudpi.tail25be9.ts.net", "11": "nextcloudpi.tail25be9.ts.net", "1": "10.0.0.187", "14": "nextcloudpi" }, "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "25.0.5.1", "overwrite.cli.url": "https:\/\/nextcloudpi.tail25be9.ts.net\/", "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***", "memcache.local": "\\OC\\Memcache\\Redis", "memcache.locking": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 0, "timeout": 0, "password": "***REMOVED SENSITIVE VALUE***" }, "tempdirectory": "\/opt\/ncdata\/data\/tmp", "mail_smtpmode": "sendmail", "mail_smtpauthtype": "LOGIN", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "preview_max_x": "2048", "preview_max_y": "2048", "jpeg_quality": "60", "overwriteprotocol": "https", "maintenance": false, "logfile": "\/opt\/ncdata\/data\/nextcloud.log", "trusted_proxies": "***REMOVED SENSITIVE VALUE***" } } ```
**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:** Firefox 112.0.2 **Operating system:** Arch Linux ### Logs #### ~~Web server error log~~
Web server error log ``` Insert your webserver log here ```
#### Nextcloud log (data/nextcloud.log)
Nextcloud log ``` [nextcloud.log](https://github.com/nextcloud/sharepoint/files/11362118/nextcloud.log) ```
#### ~~Browser log~~
Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```
--- (~~I don't know~~)