nextcloud / server

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

Add empty trash button #5534

Open andreasjacobsen93 opened 7 years ago

andreasjacobsen93 commented 7 years ago

It would be nice with a function to empty the trash from the web interface.

Right now you have to do it for every file manually or click the checkbox at top, this could be more obvious with a 'Empty trash' button, which could also warn about the result of doing so.

MarkusH1975 commented 6 years ago

Yes please! Please add a 'Empty trash' button

Following would be helpful in addition:

MarkusH1975 commented 6 years ago

I just found some settings in the config.php. Is it possible to add this settings in the admin area webinterface?

https://docs.nextcloud.com/server/12/admin_manual/configuration_server/config_sample_php_parameters.html#deleted-items-trash-bin

as well for the "versions_retention_obligation"

Thanks, Markus

feutl commented 4 years ago

I just found some settings in the config.php. Is it possible to add this settings in the admin area webinterface?

https://docs.nextcloud.com/server/12/admin_manual/configuration_server/config_sample_php_parameters.html#deleted-items-trash-bin

as well for the "versions_retention_obligation"

Thanks, Markus

Which is not working correctly if you are using groupfolders, like mentioned here: https://github.com/nextcloud/groupfolders/issues/99#issuecomment-552940389 https://github.com/nextcloud/groupfolders/issues/464 https://github.com/nextcloud/groupfolders/issues/345