Commit Graph

6761 Commits

Author SHA1 Message Date
René Pfeuffer
a035c5c20b Merged in feature/dependency_updates_and_lifecycle (pull request #172)
Update vulnerable dependencies
2019-02-05 20:47:19 +00:00
René Pfeuffer
32aef466f5 Close branch feature/dependency_updates_and_lifecycle 2019-02-05 20:47:19 +00:00
Sebastian Sdorra
ad4277ba41 merge with 2.0.0-m3 2019-02-05 16:50:14 +01:00
Sebastian Sdorra
0a9abe629c name variable by role and not by type 2019-02-05 16:47:46 +01:00
Sebastian Sdorra
18b64ebde2 fix GZipResponseFilter b using the HttpServletRequest to check if the client supports gzip 2019-02-05 16:47:22 +01:00
René Pfeuffer
394524620d Merged in feature/move_changesetdto (pull request #170)
Feature/move changesetdto
2019-02-05 14:35:50 +00:00
René Pfeuffer
6415efe9bf Close branch feature/move_changesetdto 2019-02-05 14:35:50 +00: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
Mohamed Karray
9c3639409f fix redirect route 2019-02-05 08:45:03 +01:00
Philipp Czora
d88dd579a4 Merged in feature/embedded_enricher (pull request #179)
Feature/embedded enricher
2019-02-04 16:26:00 +00:00
Philipp Czora
f93a35d970 Close branch feature/embedded_enricher 2019-02-04 16:26:00 +00:00
René Pfeuffer
7369f1cfce Ensure that verbs occur only once in the collection
This is necessary for equals to work correctly
2019-02-04 16:33:03 +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
Mohamed Karray
e6335367e7 add extension point for the redirect route 2019-02-04 15:20:34 +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
Sebastian Sdorra
5ef99ce17b Merged in bugfix/get_modifications_for_svn (pull request #169)
fix get modifications for SVN
2019-02-04 11:59:47 +00:00
Sebastian Sdorra
1dfbcc336f Close branch bugfix/get_modifications_for_svn 2019-02-04 11:59:47 +00:00
Sebastian Sdorra
5ac065e5da separate methods for reading modification from transaction and from revision 2019-02-04 11:39:59 +01:00
Mohamed Karray
6986ab86d2 add extension point for the first primary navigation menu 2019-02-01 17:22:10 +01:00
Iwan Schindler
0319bdf8f0 i18n for core plugins 2019-02-01 11:45:44 +01:00
Mohamed Karray
a4112a3350 Merged in feature/additionalPropsToExtensionBranchWp (pull request #174)
ConfigurationBinder can now pass additional props to extensions
2019-02-01 09:59:07 +00:00
Mohamed Karray
0317e65992 Close branch feature/additionalPropsToExtensionBranchWp 2019-02-01 09:59:07 +00:00
Sebastian Sdorra
09d4ffc58c Merged in bugfix/encoding_i18n_servlet (pull request #173)
fix i18n encoding
2019-02-01 09:55:03 +00:00
Sebastian Sdorra
c5c66ef4ea Close branch bugfix/encoding_i18n_servlet 2019-02-01 09:55:03 +00:00
Philipp Czora
1cedb26056 ConfigurationBinder can now pass additional props to extensions 2019-02-01 10:04:37 +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
c1e6ac98a8 Merged in bugfix/forbid_empty_groups_users_at_global_permission (pull request #167)
disable add admin group/user button when entry is empty
2019-02-01 07:30:31 +00:00
Sebastian Sdorra
82aff17337 Close branch bugfix/forbid_empty_groups_users_at_global_permission 2019-02-01 07:30:31 +00:00
Sebastian Sdorra
42456af6d5 merge with 2.0.0-m3 2019-02-01 08:06:27 +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
Iwan Schindler
6ff8e410f2 de/en language modifications 2019-01-31 14:22:15 +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
Iwan Schindler
ddf89e4555 Fixed spelling, typos in de/en language files 2019-01-31 11:42:02 +01:00
René Pfeuffer
225fb0a705 Validate groups and users in backend, too 2019-01-31 11:39:16 +01:00
Maren Süwer
03fd0d6f88 Merged in bugfix/user_editing (pull request #166)
Bugfix/user editing
2019-01-31 09:41:55 +00:00
Maren Süwer
e7a96cfe8f Close branch bugfix/user_editing 2019-01-31 09:41:55 +00:00
René Pfeuffer
77a1b9b55d Merge with 2.0.0-m3 2019-01-31 10:41:07 +01:00
Maren Süwer
8dc2204b3f renaming 2019-01-31 10:37:48 +01:00
René Pfeuffer
f6ae41069d Merge with 2.0.0-m3 2019-01-31 09:42:16 +01:00
Daniel Huchthausen
5ae0cffda0 add translation for commons.json 2019-01-30 20:26:31 +01:00
Daniel Huchthausen
989a5c1afb add translation for config.json 2019-01-30 20:11:26 +01:00