spacedrive/core
jake 0a31e7f8ce
[ENG-257] File erasure and deletion (#524)
* add helper functions for getting context-menu related filesystem info

* update comments and such

* add a barebones delete job

* add file deletion route

* add (empty but working) delete file dialog

* add super experimental file erase function

* update function doc

* add erase files route

* add erase files job

* tweak file erasing in crypto crate

* bindings

* add erase files dialog

* add missing `?`

* fix erase file form trickery

* remove unused imports

* terrible attempt at recursion for file erase

* IT WORKS

* code cleanup + clippy

* async just dropped (not for erase yet)

* async erase just dropped (+async crypto crate)

* add "nice data" for jobs
2023-01-18 19:55:14 -08:00
..
prisma Eng 332 auto generate sync ids (#523) 2023-01-15 07:25:11 -08:00
src [ENG-257] File erasure and deletion (#524) 2023-01-18 19:55:14 -08:00
build.rs ENG 223 Location Awareness (#468) 2022-12-31 00:53:24 +08:00
Cargo.toml Checking MacOS file system events using FSEvents instead od Kqueue 2023-01-11 18:57:41 -03:00