Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File deletion for reported content #5

Open
Hattorius opened this issue Oct 21, 2024 · 0 comments
Open

File deletion for reported content #5

Hattorius opened this issue Oct 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Hattorius
Copy link
Owner

Hattorius commented Oct 21, 2024

CipherDrop is a privacy-first file hosting service, not a platform for illegal or copyrighted content distribution. To ensure compliance, users should be able to report files that may violate copyright or contain illegal content.

To support this functionality, I propose adding a new field called up_for_deletion to the files table. This field will be used to mark files flagged for deletion.

Additionally, the hourly job created in issue #1 should be updated to automatically delete any files where the up_for_deletion field is set to true.

Acceptance Criteria:

  • Add up_for_deletion field to the files table, and to the models using the table.
  • Modify the existing hourly job to delete all files marked with up_for_deletion = true.
@Hattorius Hattorius added the enhancement New feature or request label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant