Commit Graph

52 Commits

Author SHA1 Message Date
Florian Scholdei
7450c9bea2 pulled out PageActions from OverviewPageActions because otherwise you can not check for name of OverviewPageActions because the component exported injectSheet -> jss
simplified CreateUser/GroupButton by not being used as external component
2019-04-24 09:46:22 +02:00
Florian Scholdei
5a4fc6a965 modified transferred link to include add/create information 2019-04-23 15:55:26 +02:00
Florian Scholdei
eb346829d5 prevent code duplications in overviews with new component 2019-04-19 13:22:17 +02:00
Sebastian Sdorra
37a53c295b move getQueryStringFromLocation to ui-components 2019-04-18 11:42:09 +02:00
Sebastian Sdorra
bfd59c1bac remove unused functions 2019-04-18 10:02:22 +02:00
Florian Scholdei
83edce1410 replaced type any with string 2019-04-17 16:42:27 +02:00
Florian Scholdei
6f975acd21 added value prop to reflect changes to the q parameter in the url, used new FilterInput component in pageActions 2019-04-17 16:35:17 +02:00
Florian Scholdei
53ce955f66 removed unnecessary local page state 2019-04-17 15:46:49 +02:00
Florian Scholdei
9bc9e133cc merge 2019-04-17 14:27:17 +02:00
Florian Scholdei
1ed805f16e improved filter/search function and used new pagination for Users 2019-04-17 12:50:06 +02:00
Florian Scholdei
62e393cb62 ui search field done, started adding filter functionality 2019-04-10 14:35:30 +02:00
Florian Scholdei
a05fa8d46f added no users found notification 2019-04-09 14:59:19 +02:00
René Pfeuffer
66834408fd Fix page action buttons 2019-02-26 10:34:56 +01:00
René Pfeuffer
fbb0d2cf34 Fix create button visible for unprivileged user 2019-02-25 14:16:45 +01:00
Florian Scholdei
1e0bb779ff added pageactions to groups and users overview 2019-02-20 12:57:47 +01:00
Florian Scholdei
ff3044c365 lang file anpassen + refactoring 2019-01-23 11:14:30 +01:00
Janika Kefel
3a62f81ba0 Added first UI changes 2018-12-13 14:49:59 +01:00
Maren Süwer
89be4039bf use index resource for users 2018-10-09 16:40:44 +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
7bb7b2f771 merge with branch feature/ui-for-scm2_groups 2018-08-08 14:59:39 +02:00
Maren Süwer
c4c85e6da6 correct paging that /1 is shown in url 2018-08-02 10:46:28 +02:00
Sebastian Sdorra
ac8da18867 start implementation repository details 2018-08-01 18:23:16 +02:00
Sebastian Sdorra
6dd7397d14 fixed bug in users paging 2018-08-01 14:58:52 +02:00
Sebastian Sdorra
7be1366c1a update users module to use new pending and error state 2018-07-30 13:38:15 +02:00
Sebastian Sdorra
968d4efd0d simplify users by using selectors 2018-07-27 08:04:48 +02:00
Sebastian Sdorra
ac32b88256 start implementation of pagination for users 2018-07-26 15:30:28 +02:00
Christoph Wolfes
d1bbb6a14f updates users structure 2018-07-25 15:04:19 +02:00
Christoph Wolfes
08cfe35e1e Merge 2018-07-25 14:35:37 +02:00
Sebastian Sdorra
9c6882ee6e fixed users reducer and seperate create state 2018-07-25 14:34:00 +02:00
Christoph Wolfes
7b37e4e9b6 updates root components structure 2018-07-25 14:29:43 +02:00
Sebastian Sdorra
fe0b7ea986 restructure ui for users 2018-07-25 13:21:49 +02:00
Sebastian Sdorra
fd01cb0573 translate users module 2018-07-24 16:04:55 +02:00
Maren Süwer
bb87780ab9 refactoring 2018-07-23 17:00:33 +02:00
Sebastian Sdorra
e383eb250a added page component 2018-07-20 08:28:36 +02:00
Philipp Czora
1d3d1bb41e Fixed merge bugs 2018-07-19 12:38:26 +02:00
Philipp Czora
f4c1403f71 Added tests, fixed edit/add users 2018-07-19 12:05:50 +02:00
Maren Süwer
8562b9d65e add error handling for fetching users 2018-07-19 11:57:59 +02:00
Maren Süwer
9593a18a55 add error notification if user deletion is unsuccessful and add DELETE_USER_SUCCESS 2018-07-19 11:23:20 +02:00
Philipp Czora
3c0ea782aa Implemented components for adding/editing users 2018-07-18 17:40:05 +02:00
Sebastian Sdorra
2889c6598d fixed warnings on test execution 2018-07-18 14:02:07 +02:00
Sebastian Sdorra
12d71827b4 fixed some missing or wrong type annotations 2018-07-18 09:52:49 +02:00
Sebastian Sdorra
837824c0e3 show loading state on buttons in UserRow 2018-07-18 09:35:16 +02:00
Philipp Czora
ef4d4b8f02 Fixed minor issues 2018-07-18 08:31:23 +02:00
Maren Süwer
1bff4b9067 correcting input type of used deleteUser method 2018-07-17 16:32:42 +02:00
Philipp Czora
4ecc4338d6 Added tests and fixed bugs 2018-07-17 11:29:58 +02:00
Philipp Czora
ea8f8b23c5 Implemented editing of users 2018-07-17 08:39:51 +02:00
Philipp Czora
d8ac7281e3 Added tests/refactored users module 2018-07-12 16:02:37 +02:00
Philipp Czora
1b6df5ee08 Added user add functionality 2018-07-11 17:02:38 +02:00
Philipp Czora
e3caa93aa7 Improved flow coverage, fixed bugs and enabled deleting users 2018-07-11 12:02:53 +02:00
Maren Süwer
0648586092 mockup delete button for user 2018-07-10 15:18:37 +02:00