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

14 commits

Author SHA1 Message Date
Sonja Happ
e49456490c Move all notifications to NotificationFactory 2021-01-07 14:59:40 +01:00
irismarie
6a22d5387c delete own user from scenario, closes #249 2020-09-15 19:10:17 +02:00
Sonja Happ
781f83afd3 Work on user add/remove from scenarios: use async dispatches instead of function calls; list of users updates now after adding/removing a user, a notification is shown upon error #220 2020-06-23 16:43:52 +02:00
irismarie
da74f199f7 input user to add in text field 2020-06-19 15:30:50 +02:00
irismarie
0fe5bdcc58 add/remove user to/from scenario (only admin) 2020-06-03 10:38:43 +02:00
irismarie
b7ee4bb35c [WIP] delete user 2020-05-31 13:51:43 +02:00
irismarie
218e7fba4f merged with development branch 2020-05-29 17:52:53 +02:00
Sonja Happ
01edd65710 Scenario import and export working #216 2020-05-29 10:07:53 +02:00
irismarie
93ca536f40 moved action handling to LoginStore as it's derived directly from ReduceStore 2020-05-28 12:09:46 +02:00
Sonja Happ
704c36ab90 Move import logic from Iris to RestDataManager and object stores (to be tested!) 2020-05-28 11:27:21 +02:00
irismarie
fdeab76fe6 [WIP] add user functionality for each scenario 2020-05-27 15:16:41 +02:00
Sonja Happ
72cc4bfb7b fix license statement in all source files (closes #140) 2020-03-25 13:25:07 +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
Sonja Happ
67b7b876fd Merge branch 'new-api-restructuring' into new-api-add-scenario
# Conflicts:
#	src/app.js
2019-08-20 15:06:42 +02:00