1
Fork 0
This commit is contained in:
Korbs 2024-07-24 15:53:15 -04:00
parent 6f3a08867f
commit 36d554c16b
30 changed files with 5790 additions and 650 deletions

View file

@ -24,27 +24,25 @@ ___
- [ ] Allow 4K
- [ ] Allow 8K
- [ ] Account System (Based on [Account System Demo](https://ark.sudovanilla.org/MinPluto/Account-System-Demo))
- [ ] Use Supabase Library
- [x] Use Supabase Library
- [ ] Create Pages:
- [ ] Subscription Feed
- [ ] History (Maybe, maybe not)
- [ ] Login
- [ ] Register
- [ ] Account
- [x] Login
- [x] Register
- [x] Account
- [ ] Preferences
- [ ] Delete
- [ ] Anomymous Account Creation
- [ ] Email Confirmation Code
- [x] Email Confirmation Code
- [ ] Ability to:
- [ ] Update Data
- [ ] Avatar (Reminder: Proxy avatar URL)
- [ ] Username
- [x] Username
- [ ] Email
- [ ] Pasword
- [ ] Delete Account
- [ ] API
- [ ] `/api/update/avatar` (Reminder: Proxy avatar URL)
- [ ] `/api/update/name`
- [x] `/api/update/name`
- [ ] `/api/update/email`
- [ ] `/api/update/password`
- [ ] `/api/update/preference/ui/theme`
@ -57,11 +55,11 @@ ___
- [ ] `/api/update/preference/instance/invidious/data`
- [ ] `/api/update/preference/instance/safetwitch/media`
- [ ] `/api/update/preference/instance/safetwitch/data`
- [ ] `/api/auth/login`
- [ ] `/api/auth/register`
- [x] `/api/auth/login`
- [x] `/api/auth/register`
- [ ] `/api/auth/delete`
- [ ] `/api/auth/confirm`
- [ ] `/api/auth/logout`
- [x] `/api/auth/confirm`
- [x] `/api/auth/logout`
- [ ] `/api/anon/create`
- [ ] `/api/anon/delete`
- [ ] `/api/anon/signout`