Commit Graph

5346 Commits

Author SHA1 Message Date
Sebastian Sdorra
e5bfca2205 improve remove repository confirmation dialog 2015-02-16 15:34:49 +01:00
Sebastian Sdorra
b977b2a074 experimental implementation of a context restart, to speed up redeployments durring plugin development 2015-02-14 15:21:29 +01:00
Sebastian Sdorra
919f5843d4 javadoc 2015-02-10 21:05:38 +01:00
Sebastian Sdorra
e5184ac6a0 merge with branch issue-627 2015-02-10 20:50:06 +01:00
Sebastian Sdorra
8458439682 close branch issue-627 2015-02-10 20:39:39 +01:00
Sebastian Sdorra
8ccaaf3695 remove auto login modules because they are not longer needed, since we can determine the order of the filter chain 2015-02-06 22:41:34 +01:00
Sebastian Sdorra
ed76f14aa4 fix annotation processing with array values 2015-02-06 22:38:35 +01:00
Sebastian Sdorra
b07b11a73d remove unnecessary null check 2015-02-01 20:24:38 +01:00
Sebastian Sdorra
8c02ac0d5f fix typo 2015-02-01 20:23:07 +01:00
Sebastian Sdorra
30b49490a7 make use of new WebElement and Priority annotation 2015-02-01 19:52:53 +01:00
Sebastian Sdorra
79e1e5e972 added module to register servlets and filters by new WebElement annotation 2015-02-01 19:14:46 +01:00
Sebastian Sdorra
7877db00c9 update servlet api to version 3.0.1 2015-01-25 16:52:11 +01:00
Sebastian Sdorra
11f366e68f update mockito to version 1.10.19 2015-01-24 12:54:17 +01:00
Sebastian Sdorra
9f297f3af3 merge repository heads 2015-01-24 11:08:36 +01:00
Sebastian Sdorra
436b27e8fc introducing HookBranchProvider to get informations about changed branches during a hook, see issue #668 2015-01-24 11:08:16 +01:00
Sebastian Sdorra
dd802cda69 fix wrong logging 2015-01-23 22:58:58 +01:00
Sebastian Sdorra
d707f0ee47 servlet fields should be final 2015-01-23 21:44:04 +01:00
Sebastian Sdorra
6145d3cb57 fix wrong logging 2015-01-23 21:33:28 +01:00
Stephan Christann
a3735e7417 added missing shebang statement in create user script 2015-01-22 14:47:14 +01:00
Sebastian Sdorra
31bb6dfe6d return a property for closed branches 2015-01-19 17:54:57 +01:00
Sebastian Sdorra
264cbbc9ad do not catch throwable 2015-01-18 21:34:45 +01:00
Sebastian Sdorra
dcbd1d597e avoid receiving duplicate git commits, during a push with multiple new branches 2015-01-18 21:26:39 +01:00
Sebastian Sdorra
e2b4862ad4 retrieve only new git commits, do not collect commits from existing branches 2015-01-18 18:32:06 +01:00
Stephan Christann
0609a7f45c Usability of init script improved. 2015-01-15 11:09:22 +01:00
Sebastian Sdorra
f578b3d5b7 increase timeout for directory import from 30 seconds to 5 minutes, to fix issue #662 2015-01-07 08:09:03 +01:00
Sebastian Sdorra
2254f05af8 [maven-release-plugin] prepare for next development iteration 2014-12-23 12:24:57 +01:00
Sebastian Sdorra
f731f7fc2a [maven-release-plugin] copy for tag 1.44 2014-12-23 12:24:56 +01:00
Sebastian Sdorra
430b2de1fb [maven-release-plugin] prepare release 1.44 1.44 2014-12-23 12:24:56 +01:00
Sebastian Sdorra
0a5eb89f5a update slf4j to version 1.7.9 2014-12-23 12:03:29 +01:00
Sebastian Sdorra
2a86551085 update mockito to version 1.10.17 2014-12-23 12:03:06 +01:00
Sebastian Sdorra
7fad6bcf30 update junit to version 4.12 2014-12-23 12:01:48 +01:00
Sebastian Sdorra
48dd5f227a update jersey to version 1.18.3 2014-12-23 12:01:29 +01:00
Sebastian Sdorra
c27bd93d8d update jgit to version 3.5.3.201412180710-r in order to fix CVE-2014-9390 2014-12-23 11:58:23 +01:00
Sebastian Sdorra
7ead62bb64 fix generic handling of extension processor 2014-12-21 00:42:21 +01:00
Sebastian Sdorra
4644975408 fix unchecked problem 2014-12-20 23:59:20 +01:00
Sebastian Sdorra
b536a7b318 fix some unchecked warnings 2014-12-20 23:51:46 +01:00
Sebastian Sdorra
9e0f94d132 added unit test for Priorities 2014-12-20 23:41:26 +01:00
Sebastian Sdorra
e7c4d6ac76 added more priority constants 2014-12-20 23:40:26 +01:00
Sebastian Sdorra
37a9ef163f introducing priority annotation to order extensions 2014-12-20 22:41:13 +01:00
Sebastian Sdorra
ccbecbff34 use classloaders util class 2014-12-20 14:24:49 +01:00
Sebastian Sdorra
ce53dcac7f added missing extension annotation 2014-12-20 14:23:55 +01:00
Sebastian Sdorra
a7b813ea45 remove unused class 2014-12-20 14:23:36 +01:00
Sebastian Sdorra
c139c7a13d added helper class for syncing realms 2014-12-20 12:47:22 +01:00
Sebastian Sdorra
28aa1137f0 added legacy plugin to support scm-manager 1.x password hashes 2014-12-20 11:33:03 +01:00
Sebastian Sdorra
866ce1e836 added extension point for shiro realms 2014-12-19 17:52:44 +01:00
Sebastian Sdorra
bfd67c5aef support for non auto binding extension points and treat guice modules as normal extension points 2014-12-19 17:41:46 +01:00
Sebastian Sdorra
f64f29bb2e improve extension binding and added api to query extensions 2014-12-19 17:15:50 +01:00
Sebastian Sdorra
0dcc94e2e1 remove todo, because it is already done 2014-12-14 12:28:43 +01:00
Sebastian Sdorra
7f8d0fa05f do not collect extensions multiple times 2014-12-14 12:27:03 +01:00
Sebastian Sdorra
4fa8e6e88a replace scm-manager 1.x security api with apache shiro and use PasswordService for stronger password hashes 2014-12-14 12:26:03 +01:00