This repository was archived by the owner on Apr 5, 2024. It is now read-only.
V0.0.7 - Deletion of Files
FF-251 Delete FileSystemItem API Endpoint (#62) * FF-251 Added basic structure and exception + handler. * Cleanup. Reworked custom Exceptions. * Cleanup. Implemented Change in UnitTests. * Cleanup. Implemented necessary changes to cucumber steps * added the .feature file for deleting * FileSystemItem now includes the User * fixed copy pesto, added step function * removed the empty lines * minor fixes, recusive scenarion for permissions * Cleanup. Refactored getContentsOfFolder. * Commented out feature. * Implemented TODO, updated tests. * WIP. basic structure, added wip comments * WIP. added checks for invisible entities. * WIP. started implementing. Added more comments. * Fixed Tests. * FF-251 finished adding logic. * Added UnitTests (1/2) * added some comments to understand the recursion * Fixing, refactoring. * Added UnitTests (1,95/2) * Fixing spelling, and minor bugs in feature files. * Implemented requested changes by @qvalentin * Some more cleanup. * Implemented return value, and Cucumber Steps. * It seems that deleteAll doesnt work, so we need to do that. * WIP: update tests. * Fixed broken merge. * Fixed Tests, finished implementing. * Added one more scenario * Bumped Version to v0.0.7 * Implemented changes by @qvalentin Co-authored-by: qvalentin <[email protected]>