Sebastian Sdorra
|
b1f7195621
|
added constant for bearer authentication scheme
|
2015-03-21 15:51:37 +01:00 |
|
Sebastian Sdorra
|
bd8a5c679b
|
do not create a httpsession for logging
|
2015-03-21 15:51:08 +01:00 |
|
Sebastian Sdorra
|
e4949da491
|
improve javadoc
|
2015-03-15 12:40:31 +01:00 |
|
Sebastian Sdorra
|
25a82e5e1c
|
do not create a session for servlet container detection
|
2015-03-15 11:56:51 +01:00 |
|
Sebastian Sdorra
|
325ca0c795
|
added restful endpoint for jwt authentication
|
2015-03-15 11:40:29 +01:00 |
|
Sebastian Sdorra
|
be385e4f2e
|
implement a new authentication filter, which uses a set of WebTokenGenerator to handle authentication requests
|
2015-02-21 21:06:35 +01:00 |
|
Sebastian Sdorra
|
2029166b03
|
start implementation of jwt based authentication
|
2015-02-21 15:58:13 +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
|
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
|
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
|
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
|
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
|
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
|
4436d14a5f
|
added support for remote urls to push and pull api
|
2014-10-29 21:35:10 +01: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
|
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
|
03366bada2
|
use schema less links for javadoc
|
2014-09-28 19:56:36 +02:00 |
|
Sebastian Sdorra
|
b465e4b18b
|
introduce scm version to be sure the plugin is for the correct scm-manager major version
|
2014-09-13 20:07:07 +02:00 |
|
Sebastian Sdorra
|
3c678dce12
|
new plugin structure
|
2014-08-29 10:50:14 +02:00 |
|
Sebastian Sdorra
|
a3be1c775b
|
implement WebResourceLoaders for loading plugin web resources
|
2014-08-27 21:01:05 +02:00 |
|
Sebastian Sdorra
|
3f4cbf9e32
|
fix compiler warnings
|
2014-08-24 14:59:21 +02:00 |
|
Sebastian Sdorra
|
be24164b88
|
replace DefaultEngine annotation with the new Default annotation
|
2014-08-24 14:54:35 +02:00 |
|
Sebastian Sdorra
|
a8d9d8b9b6
|
fix/suppress compiler warnings
|
2014-08-19 21:45:23 +02:00 |
|
Sebastian Sdorra
|
301cc19290
|
implement option for plugins to use child first classloaders
|
2014-08-19 21:01:11 +02:00 |
|