mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-10-31 19:25:04 +03:00
Merge branch 'main' of https://github.com/Akif9748/akf-forum
This commit is contained in:
commit
f78ba38aa2
1 changed files with 7 additions and 1 deletions
|
@ -20,7 +20,8 @@ And, you can learn informations about API in `APIDOCS.md`.
|
||||||
## To Do (Backend, bug fixes)
|
## To Do (Backend, bug fixes)
|
||||||
- Better error codes, example 400 for bad request
|
- Better error codes, example 400 for bad request
|
||||||
- `/errors/error` will change, better error page.
|
- `/errors/error` will change, better error page.
|
||||||
|
- Redirect query.
|
||||||
|
- middleware for timeouts
|
||||||
## Roadmap
|
## Roadmap
|
||||||
- [x] User
|
- [x] User
|
||||||
- [x] Login
|
- [x] Login
|
||||||
|
@ -31,6 +32,7 @@ And, you can learn informations about API in `APIDOCS.md`.
|
||||||
- [x] Delete User
|
- [x] Delete User
|
||||||
- [ ] Singature & About me
|
- [ ] Singature & About me
|
||||||
- [ ] Edit user
|
- [ ] Edit user
|
||||||
|
- [ ] IP BAN
|
||||||
- [ ] Messages
|
- [ ] Messages
|
||||||
- [ ] Ratelimit for sending message
|
- [ ] Ratelimit for sending message
|
||||||
- [x] Send message
|
- [x] Send message
|
||||||
|
@ -46,7 +48,11 @@ And, you can learn informations about API in `APIDOCS.md`.
|
||||||
- [ ] Multiple theme support
|
- [ ] Multiple theme support
|
||||||
- [ ] Search
|
- [ ] Search
|
||||||
- [x] New Thread theme, better render for messages
|
- [x] New Thread theme, better render for messages
|
||||||
|
<<<<<<< HEAD
|
||||||
- [ ] Sending message etc. Will turn api model
|
- [ ] Sending message etc. Will turn api model
|
||||||
|
=======
|
||||||
|
- [ ] Sending message etc. will turn api model
|
||||||
|
>>>>>>> d2f644f6306f78b2888c933f90bf3c8e1c10b868
|
||||||
- [ ] API
|
- [ ] API
|
||||||
- [x] Other client for forum via API
|
- [x] Other client for forum via API
|
||||||
- [ ] Deleting message
|
- [ ] Deleting message
|
||||||
|
|
Loading…
Reference in a new issue