Encrypted messaging app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
592 B

2 years ago
  1. # Capsule
  2. Encrypted messaging app
  3. ## TODO
  4. [x] Fix adding users to conversations
  5. [x] Fix users recieving messages
  6. [x] Fix the admin checks on conversation settings page
  7. [x] Fix sending messages in a conversation that includes users that are not the current users friend
  8. [x] Add admin checks to conversation settings page
  9. [ ] Add admin checks on backend
  10. [ ] Add errors to login / signup page
  11. [ ] Add errors when updating conversations
  12. [ ] Refactor the update conversations function
  13. [ ] Finish the friends list page
  14. [ ] Allow adding friends
  15. [ ] Finish the disappearing messages functionality