actions-test/lib/backend
Jakob Meier 30a19fcc1e
Started working on settings screen
Added:
- changePassword to change the password
NOTE: this requires the old password,
just to prevent account hijacking.
- some basic user limit information
- theme selector
NOTE: the system theme is meant to function like auto-theme,
and is directly translated into a flutter ThemeMode,
however, this does not appear to be working on the web.

This commit also adds the logout and delete account buttons,
but they do not yet delete all rooms,
nor do they properly logout the user.
BUG: User is not logged out correctly,
reloading the page fixes this.
Maybe localstore.listen does not detect deletion?
2023-03-25 14:29:28 +01:00
..
crypto.dart Moved hash function into seperate file. 2023-03-25 14:27:47 +01:00
errors.dart Added about room screen. 2023-03-22 21:17:03 +01:00
permissions.dart Added room default permission editor screen 2023-03-25 10:31:28 +01:00
request.dart Started working on Join Room Screen 2023-03-20 21:19:25 +01:00
resolve_url.dart Fixed bug where room list was not processed properly 2023-03-20 20:45:49 +01:00
room.dart Finishied room member screen 2023-03-25 10:31:14 +01:00
themes.dart Started working on settings screen 2023-03-25 14:29:28 +01:00
user.dart Started working on settings screen 2023-03-25 14:29:28 +01:00