Commit Graph

27 Commits

Author SHA1 Message Date
Florian Scholdei
4453f07c3b small correction 2019-01-25 15:58:36 +01:00
Florian Scholdei
b60a80b2cb implemented fix 2019-01-25 15:57:45 +01:00
Maren Süwer
6d182e8bc0 use className instead of class 2018-12-20 10:21:18 +01:00
René Pfeuffer
98662eb0c2 Merge with 2.0.0-m3 2018-12-19 15:09:40 +01:00
Janika Kefel
4d181a574a More UI changes 2018-12-19 13:28:04 +01:00
Sebastian Sdorra
2c0d40c184 fixed password validation in ui 2018-12-06 12:00:30 +01:00
philipp
e7caa59170 Merged 2.0.0-m3 2018-11-21 10:37:42 +01:00
Philipp Czora
1e68d40dcb Don't show password field when editing a user 2018-11-15 17:13:17 +01:00
Maren Süwer
ae16482e61 only allow to add user if mail is set - backend throws error if mail is not set 2018-11-15 10:05:11 +01:00
Maren Süwer
f742ecef93 put active as default at user creation 2018-11-15 10:03:25 +01:00
Philipp Czora
1cfe7186bd Refactoring 2018-11-08 13:27:34 +01:00
Philipp Czora
6f44a4ed67 Renamed variable to reduce risk of confusion 2018-11-06 15:48:12 +01:00
Maren Süwer
67d6a8190e remove password fields if user is edited 2018-11-05 14:56:56 +01:00
Maren Süwer
d2fd8bbd39 add help for users 2018-10-02 12:14:22 +02:00
Sebastian Sdorra
c64a5a74d6 restructure scm-ui and use ui-components and ui-types 2018-09-05 14:32:49 +02:00
Sebastian Sdorra
9b62d19df5 implemented repository create form 2018-08-02 16:09:58 +02:00
Philipp Czora
768e1afd1a Minor changes due to review 2018-07-30 09:32:13 +02:00
Sebastian Sdorra
e34904afce move loading state for add user back to the submit button
This change is necessary, because the old loading behaviour forces the form to rerender, which in turn causes a lost of the input. Now the loading state is back to the submit button.
2018-07-27 10:54:49 +02:00
Sebastian Sdorra
c7171dd540 treat empty user creation form as invalid 2018-07-27 10:43:06 +02:00
Sebastian Sdorra
387aa23cd4 fixed switch between controlled and uncontrolled input fields 2018-07-27 10:29:22 +02:00
Sebastian Sdorra
70df3e043d prevent for submit with invalid values 2018-07-27 10:24:03 +02:00
Sebastian Sdorra
92d0fc6e69 separate validation logic to simplify testing and use same logic as backend 2018-07-27 10:14:55 +02:00
Maren Süwer
52b98c196d add validation 2018-07-26 15:29:21 +02:00
Philipp Czora
a5e33072d3 Merged heads 2018-07-26 09:52:21 +02:00
Sebastian Sdorra
b0f801be78 removed unused import 2018-07-26 08:33:00 +02:00
Christoph Wolfes
84a4e519df fixes merge conflict with commit 9a44d02
(do not allow change username field on edit)
2018-07-25 15:37:00 +02:00
Christoph Wolfes
d1bbb6a14f updates users structure 2018-07-25 15:04:19 +02:00