You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating a zip file, it reports in properties as well in the notification email that the zipfile was created in a public folder
After checking, it does not seem to be in a public or shared folder.
Steps to reproduce
User zipper in nextcloud to compress a folder
It reports in properties as well in the notification email that the zipfile was created in a public folder
Expected behaviour
When created in a non public folder, the notification should not tell that it was done so.
Also, I don't have proof that it is in a public folder, but for the sake of certainty, it should be checked if it definitely is not creating a public folder. (in case i'm not proficient enough to find if it is creating a public folder.)
Actual behaviour
It sends out a notification via email that the file was created in a public folder.
Server configuration
Web server: Docker
Database: Maria
PHP version: 8.2.24
**Nextcloud version: 30.0.0
files: 2.2.0
files_downloadlimit: 3.0.0
files_external: 1.22.0
files_notify_redis: 0.3.4
files_pdfviewer: 3.0.0
files_reminders: 1.3.0
files_sharing: 1.22.0
files_trashbin: 1.20.1
files_versions: 1.23.0
files_zip: 2.1.0
groupfolders: 18.0.2
updatenotification: 1.20.0
webhook_listeners: 1.1.0-dev
The text was updated successfully, but these errors were encountered:
Omemanti
changed the title
After zipping a folder, it reports that it is "created in a public folder" (but it is not)
After zipping a folder, it reports that it is "created in a public folder" (but it is not in such a folder)
Oct 12, 2024
The issue is not specific to the zipper it seems, as I am also getting an email "Cospend/[project_name]_daily_2024-12-25.csv was created in a public folder" since upgrading to NC 30, even though this is not a public folder.
The issue is that the activity is not aware of the user zipping the file, as we run the zip file creation in a cron job, we need to set the user manually.
After creating a zip file, it reports in properties as well in the notification email that the zipfile was created in a public folder
After checking, it does not seem to be in a public or shared folder.
Steps to reproduce
Expected behaviour
When created in a non public folder, the notification should not tell that it was done so.
Also, I don't have proof that it is in a public folder, but for the sake of certainty, it should be checked if it definitely is not creating a public folder. (in case i'm not proficient enough to find if it is creating a public folder.)
Actual behaviour
It sends out a notification via email that the file was created in a public folder.
Server configuration
Web server: Docker
Database: Maria
PHP version: 8.2.24
**Nextcloud version: 30.0.0
The text was updated successfully, but these errors were encountered: