forgejo_installation_process/mod_delete
2025-01-28 20:25:28 +01:00
..
modules/git Upload files to "mod_delete/modules/git" 2025-01-28 20:14:21 +01:00
routers/web Upload files to "mod_delete/routers/web/repo" 2025-01-28 20:12:43 +01:00
services/repository/files Upload files to "mod_delete/services/repository/files" 2025-01-28 20:11:14 +01:00
templates/repo Upload files to "mod_delete/templates/repo" 2025-01-28 20:13:42 +01:00
README.md Update mod_delete/README.md 2025-01-28 20:25:28 +01:00

The goal is to add the deletion of all files in a directory and recursively their subdirectory.

Manual tests

  • open a repo
  • optionally go into a subdirectory
  • For the test there should be files in the current directory as well as sub-directories with files
  • Press the trash bin icon
  • Accept the delete commit
  • Check if the files in the former current directory as well as sub-directories with files are gone now.