Sebastian Sdorra
|
c988b01ab7
|
remove test hook
|
2016-09-29 09:23:13 +02:00 |
|
Sebastian Sdorra
|
617ed81b53
|
implemented HookTagProvider api for mercurial
|
2016-09-29 09:11:53 +02:00 |
|
Sebastian Sdorra
|
1cf399ab2d
|
implement mercurial repository test client
|
2016-07-26 00:16:14 +02:00 |
|
Sebastian Sdorra
|
b5383f4073
|
fix loading of repository handler informations on some systems, see issue #841
|
2016-06-24 17:58:02 +02:00 |
|
Sebastian Sdorra
|
0f1ac3f952
|
expose latest changeset id of branch
|
2015-06-13 19:56:16 +02:00 |
|
Sebastian Sdorra
|
bdb202dd8c
|
track time for processing mercurial request on debug logging
|
2015-06-11 22:10:32 +02:00 |
|
Sebastian Sdorra
|
656085c698
|
use ahc for internal http operations
|
2015-05-17 14:04:58 +02:00 |
|
Sebastian Sdorra
|
debcacb61f
|
use basic authorization header for mercurial hook authentication
|
2015-03-21 15:56:51 +01:00 |
|
Sebastian Sdorra
|
b2e1c1e1f8
|
do not create http session to pass mercurial environment for cgi
|
2015-03-21 15:55:25 +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
|
e5184ac6a0
|
merge with branch issue-627
|
2015-02-10 20:50:06 +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
|
30b49490a7
|
make use of new WebElement and Priority annotation
|
2015-02-01 19:52:53 +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
|
31bb6dfe6d
|
return a property for closed branches
|
2015-01-19 17:54:57 +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
|
d6ce7383d6
|
merge with branch 1.x
|
2014-12-06 15:42:10 +01:00 |
|
Sebastian Sdorra
|
7cb36c4a16
|
added dtd validation to plugin descriptors
|
2014-12-06 15:13:28 +01:00 |
|
Sebastian Sdorra
|
75c244fcdb
|
improve bundle/unbundle api, by using ByteSource and ByteSink
|
2014-11-02 10:44:17 +01:00 |
|
Sebastian Sdorra
|
a6ecd7ba00
|
implement push/pull for remote urls
|
2014-11-01 12:32:21 +01: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
|
17ebefca3a
|
added vcs tag
|
2014-10-10 20:43:55 +02:00 |
|
Sebastian Sdorra
|
8b0fa62ceb
|
added tags to plugin informations
|
2014-10-10 20:43:21 +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
|
cb6609a58f
|
return parse able version
|
2014-08-19 15:59:31 +02:00 |
|
Sebastian Sdorra
|
1d6db4424b
|
start implementation of isolated classloaders
|
2014-06-06 08:57:41 +02:00 |
|
Sebastian Sdorra
|
18c5c3ec97
|
merge with branch 1.x
|
2014-06-04 15:51:19 +02:00 |
|
Sebastian Sdorra
|
72978a05af
|
remove unused imports
|
2014-05-08 21:27:15 +02:00 |
|
Sebastian Sdorra
|
9f654293a0
|
execute HgHealthCheck only for mercurial repositories
|
2014-05-08 21:11:51 +02:00 |
|
Sebastian Sdorra
|
ac5b2ddd0e
|
implement simple health check for mercurial repositories
|
2014-05-08 21:09:45 +02:00 |
|
Sebastian Sdorra
|
3997c70926
|
merge with branch 1.x
|
2014-04-28 13:48:11 +02:00 |
|
Sebastian Sdorra
|
1388052ace
|
return authentication header, if the login attempt limit is disabled
|
2014-04-20 13:11:41 +02:00 |
|
Sebastian Sdorra
|
93728e71a1
|
fix conflict with guava 16
|
2014-03-29 10:30:19 +01:00 |
|
Sebastian Sdorra
|
07363cbe82
|
move extension annotation from sonia.scm.plugin.ext to sonia.scm.plugin
|
2014-03-29 09:51:17 +01:00 |
|
Sebastian Sdorra
|
96b0c8f8b0
|
merge with branch 1.x
|
2014-03-17 10:49:52 +01:00 |
|
Sebastian Sdorra
|
5c44df3e4c
|
use userAgentStartsWith method for user agent check
|
2014-03-16 11:49:44 +01:00 |
|
Sebastian Sdorra
|
9db7284f27
|
use client messages
|
2014-03-16 11:28:09 +01:00 |
|
Sebastian Sdorra
|
b131d4b804
|
improve error handling for failed authentication and not enough privileges
|
2014-03-15 16:12:14 +01:00 |
|
Sebastian Sdorra
|
2cb3e668db
|
fix mercurial out of scope exception on startup
|
2014-03-09 14:48:43 +01:00 |
|
Sebastian Sdorra
|
ed5a6257b8
|
fix bug with passwords which contains a colon
|
2014-01-17 15:56:18 +01:00 |
|
Sebastian Sdorra
|
bc61218bf8
|
fix bug with passwords which contains a colon
|
2014-01-17 15:56:18 +01:00 |
|
Sebastian Sdorra
|
4745dd5575
|
suppress unchecked warnings
|
2014-01-11 15:17:44 +01:00 |
|
Sebastian Sdorra
|
908f2fe6c8
|
simplify cache api
|
2014-01-09 20:06:07 +01:00 |
|
Sebastian Sdorra
|
796858868a
|
remove unused imports
|
2014-01-03 14:20:28 +01:00 |
|
Sebastian Sdorra
|
0c7d6fa62f
|
replace guava eventbus with legman
|
2014-01-03 12:56:18 +01:00 |
|
Sebastian Sdorra
|
5e6259f3b7
|
remove old style listeners in favor of event bus
|
2014-01-03 11:32:40 +01:00 |
|
Sebastian Sdorra
|
aec7773239
|
remove deprecated stuff
|
2014-01-03 10:34:34 +01:00 |
|
Sebastian Sdorra
|
05052d9584
|
merge with branch issue-499
|
2013-12-13 08:06:54 +01:00 |
|
Sebastian Sdorra
|
b8480ac58d
|
fix python path for scm mercurial packages
|
2013-12-10 08:22:18 +01:00 |
|