Commit Graph

1729 Commits

Author SHA1 Message Date
René Pfeuffer
ee88cea1ea Mark exception mapper as provider 2018-11-02 17:12:11 +01:00
René Pfeuffer
6c1f77cc1b Merge with 2.0.0-m3 2018-11-02 16:57:44 +01:00
René Pfeuffer
359a857ca3 Migrate NotSupportedFeatureException 2018-11-02 16:21:23 +01:00
René Pfeuffer
8b03a2c9a4 Merge with 2.0.0-m3 2018-11-01 12:03:49 +01:00
René Pfeuffer
82fba0e59a Merged in feature/lr-for-plugins (pull request #95)
Feature/lr for plugins
2018-11-01 10:40:53 +00:00
Rene Pfeuffer
4f30644e7d Use cache with size zero to avoid null checks 2018-11-01 10:35:51 +01:00
Rene Pfeuffer
fbd62e0fd5 Verify that valid diff formats are accepted 2018-11-01 10:21:39 +01:00
Mohamed Karray
54af2104d6 flexible getting of a unique hg changeset 2018-10-29 16:55:53 +01:00
Maren Süwer
7a60e976a1 change name of programming language in header 2018-10-29 15:05:59 +01:00
Sebastian Sdorra
1b60095373 do not cache resource urls in development stage, to avoid stale data 2018-10-29 14:55:56 +01:00
René Pfeuffer
224b8e6af4 Add type back to exception message 2018-10-29 09:41:10 +01:00
René Pfeuffer
4425243f03 Adapt ChangePasswordNotAllowedException and mapper 2018-10-29 09:26:23 +01:00
Mohamed Karray
4ffea849d7 merge 2018-10-26 16:38:28 +02:00
Mohamed Karray
0360694052 fix show diff in git format for svn repo 2018-10-26 16:26:55 +02:00
René Pfeuffer
a285ddb253 Adapt InvalidPasswordException and mapper 2018-10-26 15:24:25 +02:00
René Pfeuffer
4a307379a2 Remove code duplication 2018-10-26 15:15:51 +02:00
René Pfeuffer
f6fe299bb1 Use constructor injection 2018-10-26 14:59:26 +02:00
René Pfeuffer
22069914b0 Fix injection for unit tests 2018-10-26 14:54:55 +02:00
René Pfeuffer
9279bfca5f Use mappers for errors 2018-10-26 14:20:19 +02:00
René Pfeuffer
cd0964d850 Fix typo in class name 2018-10-26 13:07:41 +02:00
René Pfeuffer
1b89859128 Name parameters for validation 2018-10-26 12:46:13 +02:00
René Pfeuffer
f34ea4ece1 Let validation error dto inherit from 'normal' error 2018-10-26 09:47:30 +02:00
Sebastian Sdorra
95a7450e38 merge with branch 2.0.0-m3 2018-10-26 08:57:15 +02:00
Sebastian Sdorra
56ee0c498f added system property to inject livereload script for plugin development 2018-10-25 16:39:19 +02:00
René Pfeuffer
7f0b7c5831 Add generated error code to exceptions 2018-10-25 16:23:43 +02:00
René Pfeuffer
6eb3c38655 Create error response for already existing entities 2018-10-25 15:31:42 +02:00
René Pfeuffer
d185743ef0 Create error response for concurrent modifications 2018-10-25 13:48:00 +02:00
René Pfeuffer
bda5b41271 Add transaction id to http request 2018-10-25 12:34:32 +02:00
René Pfeuffer
a36768fbb3 Fix typo 2018-10-25 10:47:44 +02:00
René Pfeuffer
f041b4ecb6 Merge with 2.0.0-m3 2018-10-25 10:15:32 +02:00
Sebastian Sdorra
6df3aa49ac Merged in feature/i18n_for_plugins_v2 (pull request #92)
Feature/i18n for plugins v2
2018-10-24 09:22:47 +00:00
Mohamed Karray
36a55bffae Move the json merge in the I18nServlet class 2018-10-24 10:18:09 +02:00
Sebastian Sdorra
4823232ff0 added RestartServlet, which is able to trigger a complete restart of the context 2018-10-23 16:28:53 +02:00
Mohamed Karray
a7d14636dc use JsonNode in the I18nServlet 2018-10-22 17:37:10 +02:00
Sebastian Sdorra
66776c54dd fix missing translations in livereload mode 2018-10-22 14:15:21 +02:00
Mohamed Karray
9cb661b460 plugin translation servlet 2018-10-20 14:40:03 +02:00
René Pfeuffer
e01a995acc Handle special characters in file names 2018-10-19 13:57:49 +02:00
Mohamed Karray
3ac803ce82 merge 2018-10-19 11:26:14 +02:00
Mohamed Karray
9dc32fe128 add i18n Servlet 2018-10-19 11:15:37 +02:00
Philipp Czora
bcd6d708c8 Merged 2.0.0-m3 2018-10-19 08:44:03 +02:00
René Pfeuffer
bf1effb9c0 Remove special RepositoryNotFoundException 2018-10-18 16:08:49 +02:00
Philipp Czora
59988d715b Switched to diff2html 2018-10-18 15:56:51 +02:00
René Pfeuffer
b74fb814b8 Introduce default error object with context for not found exceptions 2018-10-18 13:12:16 +02:00
René Pfeuffer
eac07cae1b Merge with 2.0.0-m3 2018-10-18 08:50:49 +02:00
Philipp Czora
a56aeca8d2 Merged in feature/ui_changeset_list (pull request #82)
Feature/ui changeset list
2018-10-17 15:38:47 +00:00
Sebastian Sdorra
95cb1e77fc merge with 2.0.0-m3 2018-10-17 15:54:25 +02:00
Sebastian Sdorra
380f199c0d use 60 minutes instead of 10 for jwt session timeout 2018-10-17 15:22:13 +02:00
René Pfeuffer
46846673ae Merge with 2.0.0-m3 2018-10-17 13:58:53 +02:00
René Pfeuffer
3c7df066f0 Cleanup 2018-10-17 13:25:07 +02:00
René Pfeuffer
9bfb2cdadb Move password logic to manager 2018-10-17 11:58:37 +02:00