Commit Graph

7212 Commits

Author SHA1 Message Date
René Pfeuffer
f781778908 Fix permission checks 2019-01-18 14:52:17 +01:00
Florian Scholdei
c6b43ec460 fixed submenu navlinks 2019-01-18 14:32:35 +01:00
René Pfeuffer
05f9483a9c Fix permission overwrite links for groups 2019-01-18 14:17:07 +01:00
René Pfeuffer
8e77b55a15 Extract single permission editor 2019-01-18 14:16:26 +01:00
Florian Scholdei
de381f7673 changed for submenu styling 2019-01-18 13:42:48 +01:00
Florian Scholdei
71fc38dd1d first try on delete user 2019-01-18 13:42:11 +01:00
René Pfeuffer
0711475d78 Copy user permission administration for groups 2019-01-18 13:21:54 +01:00
Mohamed Karray
07963bc583 Merged in feature/assigned_groups_on_profile (pull request #150)
display group membership on the profile page (/me)
2019-01-18 12:02:19 +00:00
Mohamed Karray
7e8ba2d835 Close branch feature/assigned_groups_on_profile 2019-01-18 12:02:19 +00:00
René Pfeuffer
8000731ab7 Add REST resource for group permissions 2019-01-18 12:06:37 +01:00
Florian Scholdei
8f340ceab0 added settings for user 2019-01-18 11:53:14 +01:00
Florian Scholdei
88afe18384 implemented subnav and added settings for profile 2019-01-18 11:41:41 +01:00
René Pfeuffer
5e7405b52d Cleanup class 2019-01-18 11:28:20 +01:00
Philipp Czora
4875ef9639 Use recent ui-extensions version b/c of a required bugfix 2019-01-18 11:25:59 +01:00
René Pfeuffer
19975f3f4b Remove POC status 2019-01-18 11:25:24 +01:00
Sebastian Sdorra
c26cc0fe56 fixed integration tests 2019-01-18 11:15:38 +01:00
René Pfeuffer
34a7c34bb9 Add interface to modify permissions for a user 2019-01-18 10:49:35 +01:00
René Pfeuffer
f3531f6715 Add link to permissions to index 2019-01-18 10:48:57 +01:00
Florian Scholdei
83321a195e undo changes from switching from wrong branch 2019-01-18 10:32:47 +01:00
Florian Scholdei
03813b40af updated profile navigation + some naming changes 2019-01-18 10:25:35 +01:00
Florian Scholdei
f96a7b6ca5 updated group navigation 2019-01-18 10:16:45 +01:00
Mohamed Karray
4150147c1d Merged in bugfix/administrator_permission_from_configuration (pull request #151)
fix assignment of administrator privileges by configuration
2019-01-18 09:12:34 +00:00
Mohamed Karray
736f883c86 Close branch bugfix/administrator_permission_from_configuration 2019-01-18 09:12:34 +00:00
Florian Scholdei
3318e5291e updated config navigation 2019-01-18 10:10:03 +01:00
Florian Scholdei
af164d31f4 updated user navigation 2019-01-18 09:51:27 +01:00
Florian Scholdei
68302fef92 repository navigation 2019-01-18 09:42:47 +01:00
Sebastian Sdorra
36ea444e69 fix assignment of administrator privileges by configuration 2019-01-18 08:35:34 +01:00
Sebastian Sdorra
66357ca196 display group membership on the profile page (/me) 2019-01-17 15:40:11 +01:00
René Pfeuffer
aa26a9c0e3 Fix REST endpoint for user permissions 2019-01-17 15:29:21 +01:00
René Pfeuffer
783c425b1e Rename Permission -> RepositoryPermission 2019-01-17 14:25:49 +01:00
René Pfeuffer
ad65c8cd02 Use PermissionDescriptor instead of String 2019-01-17 13:21:20 +01:00
René Pfeuffer
7462613c16 Add permission for permissions 2019-01-16 16:55:24 +01:00
Philipp Czora
c1fb6bab53 Changed handling of changeset description extension point 2019-01-16 16:25:18 +01:00
René Pfeuffer
5e364e1043 Do not expose StoredAssignedPermission 2019-01-16 16:03:02 +01:00
Sebastian Sdorra
b2e1dcf0e9 archive artifacts if the build runs on the main branch 2019-01-16 14:40:34 +01:00
René Pfeuffer
f1692aa1c7 Cleanup security system
- remove probably unused methods
- use sets instead of lists
- remove old REST resource
2019-01-16 14:19:11 +01:00
René Pfeuffer
ada764fd8b Merge with 2.0.0-m3 2019-01-16 07:43:22 +01:00
Sebastian Sdorra
0864a31a97 merge with branch feature/changes-for-script-plugin 2019-01-11 13:49:02 +01:00
Sebastian Sdorra
b239ebdc7c close branch feature/changes-for-script-plugin 2019-01-11 13:48:18 +01:00
Sebastian Sdorra
3d853d2eaf pass links to the main.route extension point 2019-01-11 13:10:15 +01:00
Maren Süwer
329241f29d remove brackets 2019-01-11 12:08:19 +01:00
Maren Süwer
aec922c472 Merged in feature/success_banner_for_config (pull request #147)
feature/success_banner_for_config
2019-01-11 08:27:54 +00:00
Maren Süwer
209076c80e Close branch feature/success_banner_for_config 2019-01-11 08:27:54 +00:00
Maren Süwer
7fc8c1a905 disable button after submit-method is triggered and rename state 'valid' to 'changed' as it does not check validity 2019-01-11 08:31:00 +01:00
Maren Süwer
f96b16bda4 make success message more intuitive 2019-01-11 08:24:47 +01:00
René Pfeuffer
479eb0a7ac Merge with upstream 2019-01-10 12:10:32 +01:00
René Pfeuffer
0784030941 Fix double loading of plugins (PluginProcessor#appendPluginWrapper)
Additionally: Add logging.
2019-01-10 12:09:07 +01:00
Sebastian Sdorra
5a064f87fe Merged in feature/disable_dropdown (pull request #148)
Added disabled attribute to DropDown
2019-01-09 09:21:35 +00:00
Sebastian Sdorra
987126a7dd Close branch feature/disable_dropdown 2019-01-09 09:21:35 +00:00
Philipp Czora
51f3bc3f73 Added disabled attribute to DropDown 2019-01-09 09:34:15 +01:00