Gabriel H. Nunes

Results 39 comments of Gabriel H. Nunes

I'm sorry if I'm off topic here, but is it possible to have just one progress bar that accounts for the execution of all of the workers? For example, my...

@acsfer thank you for your reply! I have tried running the command as you suggested, but I always receive the same message and nothing changes: > Warning: changing the default...

@acsfer, by running `./occ trashbin:size`, the command returns the current trashbin size. Here is the output from my server: > Default size: default (50% of available space) > > No...

The issue persists on Nextcloud version 19.0.4. Also, deleted files are skipping the trash bin not only on the server, but also on the desktop if they get deleted from...

@acsfer, do you know how Nextcloud manages to calculate the maximum available space? According to [this section](https://docs.nextcloud.com/server/19/user_manual/files/deleted_file_management.html#how-the-deleted-files-app-manages-storage-space) and [this section](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#deleted-items-trash-bin) of the Nextcloud 19 documentation, it is expected that files...

I think I was wrong. I've change the `'trashbin_retention_obligation'` parameter to `disabled` and reloaded Apache, but the issue persists. Also, I've noticed the Versions app is not working properly either,...

@acsfer, if I disable server-side encryption then the issue is over. Disabling only the home storage encryption is not enough, though. So the issue is definitely related to the default...

Hi @yahesh! Thank you for your reply! > Do you create the file in a shared folder that is not owned by the user that deletes the file? No. Also,...

> **Additional question:** Could you check what happens when you add the following value to your `config.php`: `'encryption_skip_signature_check' => true,`? Does this fix the issue for you? @yahesh, I'm unable...

It seems I was able to fix E2EE. Even though I had already disabled everything related to encryption, I found by running `sudo -u www-data php occ config:list` that the...