Commit Graph

3061 Commits

Author SHA1 Message Date
René Pfeuffer
4229eefca7 Add permission for permissions 2019-03-01 11:30:58 +01:00
René Pfeuffer
004f496f76 Add package com.cloudogu.scm to logging config 2019-03-01 09:43:29 +01:00
Philipp Czora
510c295e00 Refactored ErrorNotification/ErrorPage
Added i18n for error codes
2019-02-27 10:45:10 +01:00
Philipp Czora
6b55df464c WIP: Reworking ErrorPage/ErrorNotification 2019-02-26 17:08:33 +01:00
René Pfeuffer
40da16c451 Clarify permission texts 2019-02-25 11:41:00 +01:00
René Pfeuffer
e335bcd5c7 Prevent repetition of verbs in roles 2019-02-21 08:39:50 +01:00
Philipp Czora
17c496222d Merged in feature/consolidate_permissions (pull request #196)
Feature consolidate permissions
2019-02-20 14:20:03 +00:00
René Pfeuffer
31b71c9892 Merged feature/changes_for_ssh_plugin into 2.0.0-m3 2019-02-20 13:51:47 +01:00
René Pfeuffer
51917189cc Add config list permission 2019-02-20 08:18:17 +01:00
Sebastian Sdorra
aec66c023a define AuthorizationCollector as extension point with multiple implmentations 2019-02-18 18:01:11 +01:00
René Pfeuffer
849d818f3a Adapt to new permissions 2019-02-18 15:05:33 +01:00
René Pfeuffer
8161d4cb1c Merge roles from multiple repository permissions 2019-02-18 10:31:12 +01:00
René Pfeuffer
8920c2a540 Remove health check permission until implemented 2019-02-18 10:17:35 +01:00
René Pfeuffer
5d601293bf Create external group names claim in token builder directly 2019-02-15 10:23:46 +01:00
René Pfeuffer
75239a0104 Support groups from external authentication resources 2019-02-14 15:42:27 +01:00
Sebastian Sdorra
d91f918e91 fixed caching of locales/x/plugins.json 2019-02-11 11:51:12 +01:00
Sebastian Sdorra
f17410ee3b adding Cache-Control header with value no-cache to static web resources
Cache-Control: no-cache, forces the browser to check if the resource has
not changed, before the resources is taken from cache.
2019-02-08 12:55:10 +01:00
Philipp Czora
4e72b3686c Added NotAllowedExceptionMapper 2019-02-06 14:23:25 +01:00
Sebastian Sdorra
ad4277ba41 merge with 2.0.0-m3 2019-02-05 16:50:14 +01:00
Mohamed Karray
8d4f06d7b1 add the sources link to the changeset dto 2019-02-05 13:38:21 +01:00
Mohamed Karray
1af2035ffa merge 2019-02-05 09:45:09 +01:00
Mohamed Karray
6efaf081b5 merge 2019-02-05 08:49:01 +01:00
Sebastian Sdorra
21441aed45 added appendEmbedded method to HalAppender
With this change we could not longer use @AfterMapping from MapStruct.
We should use @ObjectFactory instead and create Links and Embedded before.
2019-02-04 16:18:47 +01:00
Sebastian Sdorra
462cccb443 rename HalAppender methods to make clear, that they target links 2019-02-04 14:41:07 +01:00
Sebastian Sdorra
a180f9b795 rename LinkEnricher to HalEnricher 2019-02-04 14:39:29 +01:00
Iwan Schindler
0319bdf8f0 i18n for core plugins 2019-02-01 11:45:44 +01:00
Sebastian Sdorra
c249d603d7 remove unused shiro rule and fixed some deprecated method calls 2019-02-01 09:44:25 +01:00
Sebastian Sdorra
0a29f41835 verify encoding and content type 2019-02-01 09:42:19 +01:00
Mohamed Karray
34542e5cf1 fix i18n encoding 2019-02-01 08:51:07 +01:00
Sebastian Sdorra
614656a8b5 fix wrong version of jackson-jaxrs-json-provider 2019-01-31 16:20:00 +01:00
Sebastian Sdorra
145ac7a8d8 remove direct dependencies to apache beanutils and commons collections 2019-01-31 15:53:19 +01:00
René Pfeuffer
ed57450dc3 Add unit test 2019-01-31 12:00:40 +01:00
René Pfeuffer
bd91036f72 Add unit test 2019-01-31 11:56:27 +01:00
Sebastian Sdorra
c388bb761e remove duplicated declaration jackson.version 2019-01-31 11:53:16 +01:00
Sebastian Sdorra
7962463be2 update hibernate-validator to version 5.3.6.Final, to fix CVE-2017-7536 2019-01-31 11:47:10 +01:00
René Pfeuffer
225fb0a705 Validate groups and users in backend, too 2019-01-31 11:39:16 +01:00
Mohamed Karray
470ef7aaf4 move the ChangesetDtoMapper to core 2019-01-30 17:57:58 +01:00
Sebastian Sdorra
9cc9e0937e update jackson to version 2.9.8 2019-01-30 15:23:34 +01:00
Sebastian Sdorra
8bf82213b8 remove unused imports 2019-01-30 14:48:37 +01:00
Sebastian Sdorra
f8f5237ad0 fix usage of deprecated mockito classes 2019-01-30 14:44:38 +01:00
Sebastian Sdorra
6ece9ea8b0 update web-resources, spotter and tika to prevent CVE-2018-11761 and CVE-2018-17197 2019-01-30 13:48:32 +01:00
Sebastian Sdorra
69dda6403d update resteasy to v3.6.2.Final in order to fix CVE-2017-7561 and CVE-2016-6347 2019-01-30 13:21:11 +01:00
Sebastian Sdorra
297ecc46db Merged in broDom/scm-manager/dep-updates-2.x (pull request #37) 2019-01-29 17:54:46 +01:00
Mohamed Karray
e99752ed2e move the ChangesetDto to core because the activity plugin need it. 2019-01-29 17:46:36 +01:00
Sebastian Sdorra
eba07dc006 merge repository heads 2019-01-29 16:01:36 +01:00
Sebastian Sdorra
588e248863 fixed UnitTests for AbstractManager after merge with 1.x 2019-01-29 13:46:03 +01:00
Sebastian Sdorra
428734e0c7 port GitNonFastForwardITCase from scm-webapp to scm-it 2019-01-29 13:36:13 +01:00
Philipp Czora
65a3899043 Merged 2.0.0-m3 2019-01-29 13:05:23 +01:00
Philipp Czora
92df3201ee Minor cleanup 2019-01-29 10:47:54 +01:00
Philipp Czora
5eb4d321a9 Fixed equals() and hashCode() of RepositoryRole 2019-01-29 10:25:12 +01:00