Commit Graph

3061 Commits

Author SHA1 Message Date
René Pfeuffer
f010fb7711 Fix unit test 2019-03-28 16:57:46 +01:00
René Pfeuffer
93cec3d282 Add parameter for parent of new branch 2019-03-28 16:15:31 +01:00
René Pfeuffer
58b7dff631 Create REST endpoint for branch creation 2019-03-26 10:55:39 +01:00
René Pfeuffer
b1547d2b69 Harmonize user and group name validation, again 2019-03-25 15:41:21 +01:00
René Pfeuffer
4ec7006108 Enhance branch object with default flag 2019-03-25 11:28:29 +01:00
René Pfeuffer
5aab95b651 Change spotter version
This fixes the issue, that markdown files were not recognized as such
but had the language "GCC Machine Definition" (or the like)
2019-03-25 10:55:27 +01:00
Sebastian Sdorra
50cb7e9370 merge with 2.0.0-m3 2019-03-21 10:47:33 +01:00
Sebastian Sdorra
7c6bfdaaac removes admin role 2019-03-21 10:46:11 +01:00
Sebastian Sdorra
3e9f59ef47 support for managing external managed groups 2019-03-21 09:58:36 +01:00
Sebastian Sdorra
dbdbe2fcf7 fixes SyncingRealmHelper not providing internal groups (from xml) 2019-03-14 17:42:27 +01:00
Sebastian Sdorra
1627518954 removes admin user and group configuration in favor of permissions 2019-03-13 12:54:50 +01:00
René Pfeuffer
67f05d6b60 Merged in feature/namespace_strategies (pull request #214)
Feature/namespace strategies
2019-03-13 11:20:36 +00:00
Sebastian Sdorra
017879619c fixed admin permissions of initial created scmadmin user account 2019-03-13 12:15:13 +01:00
Sebastian Sdorra
4ffdde6417 fixes AdministrationContext with user admin flag 2019-03-13 12:12:06 +01:00
Sebastian Sdorra
a2f83e2429 removes admin flag from user object 2019-03-13 12:07:18 +01:00
Sebastian Sdorra
dea5732141 move dto parameters to constructor in order to create an immutable object 2019-03-13 10:01:46 +01:00
René Pfeuffer
9d0e3e568a Add missing translation 2019-03-13 09:55:43 +01:00
Sebastian Sdorra
54170c04a7 removes unused setter from NamespaceStrategiesDto 2019-03-13 09:38:27 +01:00
Sebastian Sdorra
63e3a795b3 fixes german locale for namespace strategies 2019-03-13 09:36:42 +01:00
Sebastian Sdorra
7d994c62a6 validate namespace strategies on configuration update 2019-03-12 16:40:08 +01:00
Sebastian Sdorra
cb554eb7bc rename defaultNamespaceStrategy to namespaceStrategy 2019-03-12 15:54:34 +01:00
René Pfeuffer
c8b19a9d66 Add revision to context 2019-03-12 15:44:23 +01:00
René Pfeuffer
dbc20f3560 Merge with 2.0.0-m3 2019-03-12 15:20:03 +01:00
René Pfeuffer
6ebbfa97a3 Start entity types with a capital char 2019-03-12 15:10:43 +01:00
Sebastian Sdorra
f7f5102541 align validation of repository name and namespace 2019-03-12 15:10:05 +01:00
Sebastian Sdorra
cd302a3768 fix handling of post authentication filters for protocol request
do not call PushStateDispatcher in the HttpProtocolServletAuthenticationFilter,
because the HttpProtocolServlet already does this.
2019-03-12 13:58:46 +01:00
René Pfeuffer
0df22d25f5 Merge with 2.0.0-m3 2019-03-12 09:29:28 +01:00
Mohamed Karray
77fb869ce4 fix there is no error on missing revision 2019-03-11 18:42:10 +01:00
René Pfeuffer
856f564c8d Merge with upstream 2019-03-11 16:49:53 +01:00
René Pfeuffer
9d03d756b8 Fix case 2019-03-11 16:39:46 +01:00
René Pfeuffer
e5fe28942a Add global admin permission 2019-03-11 16:39:27 +01:00
Mohamed Karray
d52a617b29 merge 2019-03-11 15:38:40 +01:00
Sebastian Sdorra
3f6d1ed4fd use provider to reflect namespace strategy without restart 2019-03-11 14:47:42 +01:00
Sebastian Sdorra
d31ef73b88 use simplename of namespace strategy, to simplify i18n 2019-03-11 14:46:35 +01:00
René Pfeuffer
087aa35617 Attach merge link only when user has push permission 2019-03-11 14:19:23 +01:00
Sebastian Sdorra
3660ac9fd2 adds rest endpoint for namespace strategies 2019-03-11 13:26:04 +01:00
René Pfeuffer
90635f9743 Add logging for missing permission 2019-03-11 10:55:50 +01:00
Sebastian Sdorra
e179b00ecd adds namespace strategies for current year, repository type, username and custom 2019-03-11 10:53:49 +01:00
René Pfeuffer
b0f95fbcc6 Expose conflict errors 2019-03-08 08:58:09 +01:00
Mohamed Karray
186738ad14 Merged in bugfix/delete_repository_permissions (pull request #207)
Fix deletion of permissions after modification
2019-03-05 17:17:29 +00:00
René Pfeuffer
8928ca9676 Use namespace and name for exceptions instead of technical id 2019-03-05 10:42:06 +01:00
René Pfeuffer
4e6dd62cb5 Merged in feature/ui-error-handling (pull request #203)
Feature/ui error handling
2019-03-04 16:12:30 +00:00
René Pfeuffer
03aa639aa1 Clarify german texts 2019-03-04 15:54:10 +01:00
René Pfeuffer
768915c75a Do not map not found exception manually 2019-03-04 14:09:48 +01:00
René Pfeuffer
dadfe4a8af Fix media type for validation error 2019-03-04 08:44:41 +01:00
René Pfeuffer
8e9df1ce34 Add more error messages 2019-03-01 15:43:33 +01:00
René Pfeuffer
b537a2a2ba Fix deletion of permissions after modification
Permissions could not be deleted, when they were modified (eg. change
of role or of verbs).
2019-03-01 14:10:39 +01:00
Philipp Czora
9b6063c4c5 Merged in bugfix/administer_permissions (pull request #205)
Add permission for permissions
2019-03-01 12:28:08 +00:00
Philipp Czora
5d375b7fb4 Added error descriptions & removed collapsability (according to review) 2019-03-01 13:16:54 +01:00
René Pfeuffer
b604f32b2b Keep permissions on repository update 2019-03-01 11:37:23 +01:00