Commit Graph

1248 Commits

Author SHA1 Message Date
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
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
d707f0ee47 servlet fields should be final 2015-01-23 21:44:04 +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
2254f05af8 [maven-release-plugin] prepare for next development iteration 2014-12-23 12:24:57 +01:00
Sebastian Sdorra
430b2de1fb [maven-release-plugin] prepare release 1.44 2014-12-23 12:24:56 +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
ce53dcac7f added missing extension annotation 2014-12-20 14:23:55 +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
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
Sebastian Sdorra
876f501644 [maven-release-plugin] prepare for next development iteration 2014-12-13 16:29:17 +01:00
Sebastian Sdorra
ce44d86341 [maven-release-plugin] prepare release 2.0.0-M1 2014-12-13 16:29:16 +01:00
Sebastian Sdorra
d732f65885 fix deprecated warnings 2014-12-06 15:51:29 +01:00
Sebastian Sdorra
d6ce7383d6 merge with branch 1.x 2014-12-06 15:42:10 +01:00
Sebastian Sdorra
120fe9a5a4 [maven-release-plugin] prepare for next development iteration 2014-12-01 15:42:53 +01:00
Sebastian Sdorra
65ba3bdbdd [maven-release-plugin] prepare release 1.43 2014-12-01 15:42:51 +01:00
Sebastian Sdorra
34d05ef3a0 implement gzip compression for unbundle command 2014-12-01 11:14:19 +01:00
Sebastian Sdorra
c98c8c860a fix marshaling of ImportResult 2014-12-01 09:06:42 +01:00
Sebastian Sdorra
8c456d76b3 prepare client api fo import commands 2014-11-30 22:43:42 +01:00
Sebastian Sdorra
337e9693ca catch IllegalStateException during repository import 2014-11-29 14:05:07 +01:00
Sebastian Sdorra
747cead7b1 improve npe handling on constructor of ImportResult 2014-11-29 11:58:44 +01:00
Sebastian Sdorra
89d92d5962 implemented AdvancedImportHandler which gives more control over the import result than ImportHandler 2014-11-29 11:44:16 +01:00
Sebastian Sdorra
3e6ef0ce65 return changeset count for bundle and unbundle command 2014-11-02 17:55:59 +01:00
Sebastian Sdorra
1b7ab0a35d javadoc 2014-11-02 17:31:06 +01:00
Sebastian Sdorra
75c244fcdb improve bundle/unbundle api, by using ByteSource and ByteSink 2014-11-02 10:44:17 +01:00
Sebastian Sdorra
695242883e added api for bundle/unbundle command to repository api 2014-11-01 12:34:16 +01:00
Sebastian Sdorra
9b91342bd0 merge repository heads 2014-10-29 21:36:26 +01:00
Sebastian Sdorra
4436d14a5f added support for remote urls to push and pull api 2014-10-29 21:35:10 +01:00
Sebastian Sdorra
2c614e4802 [maven-release-plugin] prepare for next development iteration 2014-10-20 09:34:53 +02:00
Sebastian Sdorra
9b4bfc5cc5 [maven-release-plugin] prepare release 1.42 2014-10-20 09:34:52 +02:00
Sebastian Sdorra
8e608d2439 created small user-agent detection framework to choose the right encoding for basic authentication 2014-10-17 15:43:28 +02:00
Sebastian Sdorra
8e3e42ebf5 use ISO-8859-1 to decode basic authentication header 2014-10-15 08:44:26 +02:00
Sebastian Sdorra
8b0fa62ceb added tags to plugin informations 2014-10-10 20:43:21 +02:00
Sebastian Sdorra
63ab9e0701 resource loader should use url instead of inputstream 2014-10-10 20:30:56 +02:00
Sebastian Sdorra
ab79c4622a removed unused package sonia.scm.script 2014-10-10 20:13:05 +02:00
Sebastian Sdorra
7c96712745 removed scm-maven-plugins module and move scm-annotation-process module to top 2014-10-10 20:06:56 +02:00
Sebastian Sdorra
920921d19c implement util class for AutoLoginModules to mark request as completed or send redirects from an AutoLoginModule 2014-10-09 13:22:42 +02:00
Sebastian Sdorra
1e7f9ccca9 [maven-release-plugin] prepare for next development iteration 2014-09-28 19:58:25 +02:00
Sebastian Sdorra
0f5159bc39 [maven-release-plugin] prepare release 1.41 2014-09-28 19:58:24 +02:00