Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

if files-control quota wrapper is enable, exclude recovery

Alexandre Roux requested to merge dev/dont-count-recovery into main

https://gitlab.e.foundation/e/infra/backlog/-/issues/3817

Deploy:

  • Apply patch
  • edit config.php and add murena_recovery_folder_path with value recovery

Test:

  • On an account without recovery folder: check current storage used either on web ui or with docker exec -u www-data dev01_nextcloud php /var/www/html/occ user:info username
  • create a recovery folder
  • fill it with files with a total size > 1gB
  • check again current used storage
  • it shouldn't have changed
  • add files somewhere else, like root folder
  • check again current used storage
  • it should have added the newly put files in storage used

Coding Style and Guidelines

Edited by Alexandre Roux

Merge request reports

Loading