saltbo / zpan

A self-hosted cloud disk base on the cloud storage./ 一个基于云存储的网盘系统,用于自建私人网盘或企业网盘。
https://zpan.space
GNU General Public License v3.0
1.83k stars 236 forks source link

support Recycle Bin #38

Closed saltbo closed 3 years ago

saltbo commented 4 years ago

Currently, the folder deletion adopts a soft deletion strategy. We can implement a recycle bin. The soft deleted files are displayed in the recycle bin. Users can choose to delete them completely or restore them.

The default validity period of the recycle bin is one week, and it will be automatically deleted after one week. Therefore, we need to implement a timed task to scan the database every morning to clean up expired files