Commit Graph

402 Commits

Author SHA1 Message Date
Sebastian Sdorra
ac88e1f651 implement cache statistics 2014-02-19 20:56:14 +01:00
Sebastian Sdorra
5715851ff1 modify cache api to match the one from shiro 2014-02-19 19:59:44 +01:00
Sebastian Sdorra
ffc12f2fa1 merge changes from branch 1.x 2014-02-18 21:25:29 +01:00
Sebastian Sdorra
7d198a2d95 added option to skip failed authenticators 2014-02-16 15:41:48 +01:00
Sebastian Sdorra
4745dd5575 suppress unchecked warnings 2014-01-11 15:17:44 +01:00
Sebastian Sdorra
a99dfb31fc fix deprecated warning 2014-01-11 14:48:42 +01:00
Sebastian Sdorra
a4e001808d fix some deprecated warnings 2014-01-11 14:40:59 +01:00
Sebastian Sdorra
c3100f420c improve modification handler events by sending old and new items to eventbus 2014-01-11 13:45:23 +01:00
Sebastian Sdorra
844a55ca98 fix integration tests 2014-01-11 12:00:01 +01:00
Sebastian Sdorra
2ec77dc10e fix repository manager tests 2014-01-11 11:20:35 +01:00
Sebastian Sdorra
4f6460eeae replace filter with predicate 2014-01-09 20:16:03 +01:00
Sebastian Sdorra
908f2fe6c8 simplify cache api 2014-01-09 20:06:07 +01:00
Sebastian Sdorra
dc19da4a76 remove old hook system in favor of event bus 2014-01-03 16:32:48 +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
b5d1f57c88 removed freemarker template engine 2014-01-03 10:47:53 +01:00
Sebastian Sdorra
629c062072 removed ehcache 2014-01-03 10:40:00 +01:00
Sebastian Sdorra
aec7773239 remove deprecated stuff 2014-01-03 10:34:34 +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