1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-30 00:00:13 +01:00
Commit graph

7 commits

Author SHA1 Message Date
Sonja Happ
72cc4bfb7b fix license statement in all source files (closes #140) 2020-03-25 13:25:07 +01:00
Laura Fuentes Grau
8123278071 deleted unnecessary code and restored partial editability 2020-03-13 18:22:25 +01:00
Laura Fuentes Grau
b4343aaa78 wip: restore editability 2020-01-11 19:16:55 +01:00
Sonja Happ
0895ad3c85 Major modifications in login data management:
- only token and currentUser are stored (and error msg if any)
- token and current User are stored in local storage and used by app.js
- placeholders in user edit dialogs are replaced by actual values (except for pw)
- UserStore is renamed to LoginStore to resolve naming confusion
- Error notifications are moved to react components instead of data managers/ dispatchers
- updateCurrentUser method was added in UserDataManager for updating own user #197
- cleanup of edit-own-user dialog #197
2019-11-28 16:01:17 +01:00
Laura Fuentes Grau
5ecb254e13 renamed visualization to dashboard 2019-10-29 14:41:35 +01:00
Laura Fuentes Grau
14ff56dfaf improved #197 user needs to enter the old password and confirm the new one 2019-10-25 22:16:36 +02:00
Laura Fuentes Grau
6cfe8e4d82 improved #197 user can now change own name, email and password 2019-10-22 15:43:44 +02:00