Sebastian Sdorra
|
f4b0aa37da
|
move event to correct package, serializable, toString, equals and hashCode
|
2013-05-02 08:16:02 +02:00 |
|
Sebastian Sdorra
|
b7b6c94574
|
implementing events for security system
|
2013-05-01 21:09:40 +02:00 |
|
Sebastian Sdorra
|
3a398af09b
|
added missing getPermission method
|
2013-05-01 13:52:04 +02:00 |
|
Sebastian Sdorra
|
1d1a92708a
|
read permission descriptor from classpath
|
2013-04-30 16:55:48 +02:00 |
|
Sebastian Sdorra
|
c7cc0fabb0
|
pass available permissions to the state object, if the current user has the administrator role
|
2013-04-30 16:23:40 +02:00 |
|
Sebastian Sdorra
|
210c400456
|
improve api for global permissions
|
2013-04-30 15:36:45 +02:00 |
|
Sebastian Sdorra
|
fd7b1f61f0
|
added store api for multiple configuration entries
|
2013-04-27 09:22:46 +02:00 |
|
Sebastian Sdorra
|
1726bb0bc0
|
merge with branch issue-384
|
2013-04-26 14:46:37 +02:00 |
|
Sebastian Sdorra
|
2e7e4c457a
|
improve remember me
|
2013-04-24 08:33:32 +02:00 |
|
Sebastian Sdorra
|
a71472d909
|
start implementation of a remember me system
|
2013-04-23 07:16:28 +02:00 |
|
Sebastian Sdorra
|
9c66304550
|
added group for all authenticated users
|
2013-04-21 09:24:01 +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
|
a3751853f5
|
use subject.isPermitted for repository permission check
|
2013-04-14 15:11:07 +02:00 |
|
Sebastian Sdorra
|
d2f038b056
|
[maven-release-plugin] prepare for next development iteration
|
2013-04-12 09:09:25 +02:00 |
|
Sebastian Sdorra
|
dbdc5b62dc
|
[maven-release-plugin] prepare release 1.30
|
2013-04-12 09:09:24 +02:00 |
|
Sebastian Sdorra
|
5aec8fcd0e
|
[maven-release-plugin] prepare for next development iteration
|
2013-04-11 21:11:10 +02:00 |
|
Sebastian Sdorra
|
b117767341
|
[maven-release-plugin] prepare release 1.29
|
2013-04-11 21:11:08 +02:00 |
|
Sebastian Sdorra
|
97a9e7829d
|
merge with branch issue-345
|
2013-03-27 08:53:22 +01:00 |
|
Sebastian Sdorra
|
e4fdc0c3de
|
update guava to version 14.0.1
|
2013-03-26 08:22:25 +01:00 |
|
Sebastian Sdorra
|
d2a107d112
|
added FastByteArrayInputStream, FastByteArrayOutputStream and DeepCopy
|
2013-03-24 14:02:03 +01:00 |
|
Sebastian Sdorra
|
294b9013a3
|
implement equals, hashCode and toString of ChangesetPagingResult
|
2013-03-24 13:48:07 +01:00 |
|
Sebastian Sdorra
|
19c48f0a6c
|
implemented a child first plugin classloader strategy
|
2013-03-13 20:51:44 +01:00 |
|
Sebastian Sdorra
|
15906a7e62
|
added unit test for IterableQueue and improve javadoc
|
2013-03-01 18:27:04 +01:00 |
|
Sebastian Sdorra
|
79722fee6d
|
added CallableQueueCollector to consume all items from a IterableQueue
|
2013-03-01 17:30:21 +01:00 |
|
Sebastian Sdorra
|
4299d9f64d
|
added IterableQueue implementation
|
2013-03-01 17:20:48 +01:00 |
|
Sebastian Sdorra
|
2b11034105
|
update guava to version 14.0
|
2013-02-28 20:44:00 +01:00 |
|
Sebastian Sdorra
|
3b65254245
|
apply patch for HttpRequest, see issue #342
|
2013-02-27 15:45:22 +01:00 |
|
Sebastian Sdorra
|
2e54ff171d
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-17 17:54:34 +01:00 |
|
Sebastian Sdorra
|
9998862a3c
|
[maven-release-plugin] prepare release 1.28
|
2013-02-17 17:54:32 +01:00 |
|
Sebastian Sdorra
|
3f5eab8bdc
|
fix license headers
|
2013-02-17 15:56:52 +01:00 |
|
Sebastian Sdorra
|
2432a81811
|
respect subscriber annotation on event bus registration
|
2013-02-17 14:34:12 +01:00 |
|
Sebastian Sdorra
|
dbc081c73a
|
fix eager singleton loading
|
2013-02-17 13:57:37 +01:00 |
|
Sebastian Sdorra
|
114834d257
|
util classes should be final with a private constructor
|
2013-02-11 15:28:14 +01:00 |
|
Sebastian Sdorra
|
961c6f7f02
|
fix license headers
|
2013-02-10 14:55:35 +01:00 |
|
Sebastian Sdorra
|
8979ff837a
|
merge with branch issue-320
|
2013-02-04 15:53:46 +01:00 |
|
Sebastian Sdorra
|
340cfbef11
|
remove unused imports
|
2013-02-01 11:43:26 +01:00 |
|
Sebastian Sdorra
|
dcaebde6c4
|
added missing deprecated annotations
|
2013-02-01 11:40:06 +01:00 |
|
Sebastian Sdorra
|
2b4b9ee49e
|
use async cache for scm realm
|
2013-01-31 15:04:03 +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
|
65c80b14fb
|
added GroupNotFoundException and UserNotFoundException
|
2013-01-29 20:39:08 +01:00 |
|
Sebastian Sdorra
|
e8e288ccf0
|
fix another possible crlf injection, see issue #320
|
2013-01-28 13:20:22 +01:00 |
|
Sebastian Sdorra
|
500a082a3f
|
fix possible crlf injection, see issue #320
|
2013-01-28 13:04:12 +01:00 |
|
Sebastian Sdorra
|
1e7ff1a71a
|
[maven-release-plugin] prepare for next development iteration
|
2013-01-25 16:13:39 +01:00 |
|
Sebastian Sdorra
|
7639457eb2
|
[maven-release-plugin] prepare release 1.27
|
2013-01-25 16:13:38 +01:00 |
|
Sebastian Sdorra
|
6d7e8341fa
|
javadoc for AbstractAuthenticationManager
|
2013-01-23 13:33:38 +01:00 |
|
Sebastian Sdorra
|
4487f3765a
|
post authentication events to the new event system
|
2013-01-23 13:29:59 +01:00 |
|
Sebastian Sdorra
|
cae62b8743
|
fix bug with registration of multiple authentication listeners
|
2013-01-23 13:23:24 +01:00 |
|
Sebastian Sdorra
|
7fa09dabfa
|
[maven-release-plugin] prepare for next development iteration
|
2013-01-22 13:12:22 +01:00 |
|
Sebastian Sdorra
|
6baf2661dc
|
[maven-release-plugin] prepare release 1.26
|
2013-01-22 13:12:21 +01:00 |
|