Commit Graph

486 Commits

Author SHA1 Message Date
René Pfeuffer
96c2114e53 Reduce SecurityFilter to user injection and enable SecurityInterceptor
Remove all the unnecessary stuff and all endpoints that would be no
longer secure.
2018-11-09 16:06:31 +01:00
Sebastian Sdorra
2201f2436e Merged in feature/errorhandling (pull request #99)
Feature Error Handling
2018-11-08 09:36:18 +00:00
Sebastian Sdorra
b029efb5c9 update ui-extensions to fix unit tests 2018-11-07 09:45:12 +01:00
Sebastian Sdorra
da9db10701 implemented global configuration for subversion 2018-11-06 16:39:28 +01:00
René Pfeuffer
176cda36dc Merge 2018-11-06 09:26:41 +01:00
René Pfeuffer
cf05235dfa Add context to InternalRepositoryException 2018-11-06 09:14:20 +01:00
Sebastian Sdorra
dd95c9c306 implemented git repository type configuration 2018-11-06 07:59:34 +01:00
René Pfeuffer
6c1f77cc1b Merge with 2.0.0-m3 2018-11-02 16:57:44 +01:00
René Pfeuffer
8b03a2c9a4 Merge with 2.0.0-m3 2018-11-01 12:03:49 +01:00
Rene Pfeuffer
ab2a622ac6 Fix list items 2018-11-01 11:09:42 +01:00
Sebastian Sdorra
8a10ac27e3 update ui-bundler to 0.0.19 and smp-maven-plugin to 1.0.0-alpha-3 2018-10-29 16:38:11 +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
Sebastian Sdorra
95a7450e38 merge with branch 2.0.0-m3 2018-10-26 08:57:15 +02:00
Sebastian Sdorra
4104a06661 use flow typings of ui-components for plugins 2018-10-26 08:54:05 +02:00
René Pfeuffer
6eb3c38655 Create error response for already existing entities 2018-10-25 15:31:42 +02:00
Mohamed Karray
c214c9e1e4 fix git diff format 2018-10-25 13:36:40 +02:00
René Pfeuffer
f041b4ecb6 Merge with 2.0.0-m3 2018-10-25 10:15:32 +02:00
Mohamed Karray
7dfcc60530 copy the SvnDiffGenerator 2018-10-24 13:07:11 +02:00
Mohamed Karray
4ca2452d5d copy the SvnDiffGenerator 2018-10-24 13:03:51 +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
Sebastian Sdorra
6233e600f2 fix missing translate (t) function 2018-10-22 13:00:44 +02:00
Mohamed Karray
9cb661b460 plugin translation servlet 2018-10-20 14:40:03 +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
René Pfeuffer
b74fb814b8 Introduce default error object with context for not found exceptions 2018-10-18 13:12:16 +02:00
Sebastian Sdorra
5871bf052f update ui-bundler 2018-10-17 16:50:40 +02:00
René Pfeuffer
b4c854ee99 Use more generic collection instead of list 2018-10-11 09:55:47 +02:00
René Pfeuffer
83640b9d44 Merge with 2.0.0-m3 2018-10-10 08:54:23 +02:00
Sebastian Sdorra
791770f87e implemented new browse api for svn 2018-10-08 14:39:56 +02:00
René Pfeuffer
87c1f5ea54 Remove old generic gzip filter class 2018-10-04 10:12:56 +02:00
René Pfeuffer
d14d029919 Fix peer review issues 2018-10-01 15:02:23 +02:00
René Pfeuffer
aed4c60296 Add missing unit tests 2018-10-01 12:58:53 +02:00
Sebastian Sdorra
f46b0b0760 update ui-bundler to v0.0.17 2018-10-01 12:57:10 +02:00
René Pfeuffer
8f139c8d4a Reduce code duplication for json object modification 2018-09-28 16:53:09 +02:00
René Pfeuffer
6361ae35c1 Add config links for git, hg and svn 2018-09-28 14:17:48 +02:00
Sebastian Sdorra
11fca51f5f fix missing checkout/clone description on repository information page 2018-09-27 12:17:36 +02:00
René Pfeuffer
88506b0633 Remove unnecessary annotations 2018-09-18 08:58:03 +02:00
René Pfeuffer
babea160c3 Incorporate peer review 2018-09-17 17:49:08 +02:00
René Pfeuffer
a5dcc8cf8a Merge with 2.0.0-m3 2018-09-14 17:47:45 +02:00
René Pfeuffer
8ccd0c1b2d Implement gzip filter for svn as extension 2018-09-14 11:01:25 +02:00
René Pfeuffer
4d60ebd54e Use constants for repository types 2018-09-14 10:31:16 +02:00
René Pfeuffer
e88639ab81 Implement permission filters as decorator for servlets 2018-09-14 10:21:00 +02:00
René Pfeuffer
7de9f69061 Add servlet decorators for hg and svn 2018-09-14 09:36:56 +02:00
Mohamed Karray
188d2d8cef integration tests for modifications 2018-09-13 17:29:52 +02:00
Mohamed Karray
6c53675e2c merge 2018-09-13 14:45:32 +02:00
Mohamed Karray
4697c55f96 implement modification api in git, svn and hg. implement the endpoint 2018-09-13 11:57:10 +02:00
René Pfeuffer
145502a7b8 Introduce extension point for further protocol implementations 2018-09-13 10:35:10 +02:00
René Pfeuffer
7c76f7a699 Merge with 2.0.0-m3 2018-09-13 08:17:51 +02:00
Philipp Czora
de5dc77cec Fixed avatar file paths for the Subversion- and Git-Plugin 2018-09-12 10:03:29 +02:00