18 lines
1.1 KiB
Markdown
18 lines
1.1 KiB
Markdown
# Eternity Project TODO
|
|
|
|
- [x] Dockerized Flask publishing service with persistent storage.
|
|
- [x] Local accounts, administrator approval, and TOTP MFA.
|
|
- [x] QR-based MFA enrollment for iPhone and Android authenticators.
|
|
- [x] Email addresses, member password changes, and expiring password-reset links.
|
|
- [x] Configure production SMTP credentials and verify outgoing email delivery.
|
|
- [x] Rotate the initial `admin` password and enroll its authenticator.
|
|
- [x] Add CSRF protection to all state-changing forms.
|
|
- [x] Add automated database backups and test restoration.
|
|
- [x] Configure TLS reverse proxy and production domain for `eternityproject.fi`.
|
|
- [x] Add validated post image uploads with an in-article preview and click-to-expand view.
|
|
- [x] Add ordered inline step images with captions for long-form repair and engineering posts.
|
|
- [ ] Add code snippets to long-form stories.
|
|
- [x] Allow users to change their email addresses.
|
|
- [ ] Add user email verification for registration and email-address changes.
|
|
- [ ] Add user real names and use them as the published-by name.
|
|
- [ ] Add ability to hide posts from unregistered users. |