Commit Graph

143 Commits

Author SHA1 Message Date
Sebastian Sdorra
488d4e3323 implemented xsrf protection, see issue #793 2016-01-23 22:02:25 +01:00
Sebastian Sdorra
e949d5ae87 JsonContentTransformer should not fail on unknown json properties 2015-10-21 21:00:04 +02:00
Sebastian Sdorra
a7d33529fd mark old http-client api as deprecated 2015-05-03 17:06:35 +02:00
Sebastian Sdorra
1f4524bb20 added json and xml support to ahc 2015-05-03 15:51:21 +02:00
Sebastian Sdorra
722d2616a8 return error stream, if input stream could not be returned 2015-05-01 14:21:15 +02:00
Sebastian Sdorra
3c6306059f more unit tests for ahc 2015-05-01 12:36:49 +02:00
Sebastian Sdorra
e5184ac6a0 merge with branch issue-627 2015-02-10 20:50:06 +01:00
Sebastian Sdorra
659da861f2 create default accounts only, if no other user exists in the dao 2014-11-25 08:13:48 +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
7d198a2d95 added option to skip failed authenticators 2014-02-16 15:41:48 +01:00
Sebastian Sdorra
b2c1336b08 added configuration options for login attempt limits 2013-09-16 17:36:16 +02:00
Sebastian Sdorra
bfa4372626 implement login attempt handler to handle failed authentications 2013-09-16 13:58:19 +02:00
Sebastian Sdorra
bed58f948b fix bug with user events and decorated user managers 2013-08-09 11:08:27 +02:00
Sebastian Sdorra
345392d309 fix license headers 2013-05-30 09:29:28 +02:00
Sebastian Sdorra
c8d98fadb1 improve caching of roles and permissions 2013-05-29 20:52:48 +02:00
Sebastian Sdorra
235b3322fe update svnkit to version 1.7.9-scm1 2013-05-29 20:22:34 +02:00
Sebastian Sdorra
d2097bda05 implement permission collector 2013-05-26 12:26:25 +02:00
Sebastian Sdorra
de1dd3420c improve exception handling of ThrowingEventBus 2013-05-15 09:26:29 +02:00
Sebastian Sdorra
e440feb5f5 merge with branch issue-340 2013-05-11 19:08:07 +02:00
Sebastian Sdorra
62bfcbc78f add unit test for DefaultSecuritySystem 2013-05-02 18:29:00 +02:00
Sebastian Sdorra
1d1a92708a read permission descriptor from classpath 2013-04-30 16:55:48 +02:00
Sebastian Sdorra
0fc5cfa57a fix unit test for ScmRealm 2013-04-21 09:28:14 +02:00
Sebastian Sdorra
24ee483562 start implementation of a new security system to allow global permissions for repositories 2013-04-14 15:13:27 +02:00
Sebastian Sdorra
b6e13c2ce5 added unit test for cache copy strategies 2013-04-12 08:18:08 +02:00
Sebastian Sdorra
55d5830ea8 added unit tests for GuavaCacheConfigurationReader 2013-04-11 15:28:47 +02:00
Sebastian Sdorra
cab4f1a2d2 rename ehcache test configuration files from cache... to ehcache... 2013-04-11 13:53:53 +02:00
Sebastian Sdorra
6b910d2c40 default authentication handler should always be the first in the chain 2013-04-04 13:38:33 +02:00
Sebastian Sdorra
91d5f8085e added reference tests for cache managers 2013-03-25 11:58:05 +01:00
Sebastian Sdorra
1ae6ab4c79 improve cache unit tests 2013-03-25 11:57:15 +01:00
Sebastian Sdorra
6fa211a559 added simple tests for guava cache 2013-03-25 11:08:54 +01:00
Sebastian Sdorra
eca0d304c6 merge global cache configuration attributes 2013-03-19 14:16:53 +01:00
Sebastian Sdorra
6458f1b3d7 merge cache configuration from default location, config directory and plugins 2013-03-19 11:43:46 +01:00
Sebastian Sdorra
961c6f7f02 fix license headers 2013-02-10 14:55:35 +01:00
Sebastian Sdorra
29fdc2fc69 fix circular proxy error on binding 2013-02-05 17:32:29 +01:00
Sebastian Sdorra
340cfbef11 remove unused imports 2013-02-01 11:43:26 +01:00
Sebastian Sdorra
92e2431078 implement user and group authorization tests for ScmRealm 2013-01-31 17:01:56 +01:00
Sebastian Sdorra
0231cd3e0c start implementation of permission tests for ScmRealm 2013-01-31 16:37:49 +01:00
Sebastian Sdorra
f84b222938 added ScmRealm role based authorization tests 2013-01-31 16:20:47 +01:00
Sebastian Sdorra
16479bac68 added authentication tests for ScmRealm 2013-01-31 16:03:19 +01:00
Sebastian Sdorra
9adc65d9e5 util classes should be final with a private constructor 2013-01-31 10:26:16 +01:00
Sebastian Sdorra
2d5fa22ca4 use index of char instead of index of string, if possible 2013-01-30 10:10:20 +01:00
Sebastian Sdorra
d165baffe9 improve repository manager test base 2013-01-29 21:55:08 +01:00
Sebastian Sdorra
60da1465d5 added unit tests for repository archive 2013-01-29 21:02:37 +01:00
Sebastian Sdorra
65c80b14fb added GroupNotFoundException and UserNotFoundException 2013-01-29 20:39:08 +01:00
Sebastian Sdorra
29a3f682a2 remove unnecessary provider 2013-01-23 13:38:26 +01:00
Sebastian Sdorra
6546996ba0 fix DefaultKeyGeneratorTest for slow machines 2013-01-22 11:40:36 +01:00
Sebastian Sdorra
3485b2a4a2 fix license headers 2013-01-15 21:14:37 +01:00
Sebastian Sdorra
c022320e0a synchronize getChangeset method of hook events and call registered pre processors before the changesets are returned to hook 2013-01-14 08:41:22 +01:00
Sebastian Sdorra
40ce740ae5 normalize urls for BaseUrlFilter to prevent redirect loops, see issue #311 2013-01-12 12:44:20 +01:00
Sebastian Sdorra
d952f8ff3a added unit test for scm eventbus 2012-12-15 12:05:30 +01:00