Commit Graph

4 Commits

Author SHA1 Message Date
Emi Simpson bed8c1d047
Show correct times on the index page graph 2022-11-22 17:16:38 -05:00
Emi Simpson 78b8a73ea5
Add a note explaining that expired files aren't immediately removed 2022-11-22 16:51:54 -05:00
Emi Simpson 6d036eeb7d
Add support for expiring files
SUPPLEMENTALLY:
- Add an `expiration` field to the `file` table of the database
- Produce a migration for the above change
- Overhaul the cleanup script, and integrate into fhost.py
  (now run using FLASK_APP=fhost flask prune)
- Replace the old cleanup script with a deprecation notice
- Add information about how to expire files to the index
- Update the README with information about the new script
2022-11-22 16:15:50 -05:00
Mia Herkt d815d6855f
Use template responses 2021-05-23 19:13:51 +02:00