Commit Graph

3190 Commits

Author SHA1 Message Date
Sebastian Sdorra
7b00a4e52d start implementation of new security system 2013-04-30 16:27:08 +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
57b77130db added missing unit test base classes 2013-04-27 09:24:08 +02:00
Sebastian Sdorra
76f02b169f bind new configuration entry store api 2013-04-27 09:23:41 +02:00
Sebastian Sdorra
2da419063f added jaxb implementation for new configuration entry store api 2013-04-27 09:23:20 +02:00
Sebastian Sdorra
fd7b1f61f0 added store api for multiple configuration entries 2013-04-27 09:22:46 +02:00
Sebastian Sdorra
77acba82e1 start implementation of a ui for the security system configuration 2013-04-14 15:53:23 +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
a6b54997f7 [maven-release-plugin] copy for tag 1.30 2013-04-12 09:09:24 +02:00
Sebastian Sdorra
dbdc5b62dc [maven-release-plugin] prepare release 1.30 1.30 2013-04-12 09:09:24 +02:00
Sebastian Sdorra
69957ad36d fix missing copy strategy in guava cache configuration 2013-04-12 08:48:32 +02:00
Sebastian Sdorra
a33c3edf96 improve logging for GuavaCacheManager 2013-04-12 08:42:19 +02:00
Sebastian Sdorra
b6e13c2ce5 added unit test for cache copy strategies 2013-04-12 08:18:08 +02:00
Sebastian Sdorra
5aec8fcd0e [maven-release-plugin] prepare for next development iteration 2013-04-11 21:11:10 +02:00
Sebastian Sdorra
492d5e22a6 [maven-release-plugin] copy for tag 1.29 2013-04-11 21:11:09 +02:00
Sebastian Sdorra
b117767341 [maven-release-plugin] prepare release 1.29 1.29 2013-04-11 21:11:08 +02:00
Sebastian Sdorra
67dc70a290 update mustache to version 0.8.11 2013-04-11 19:46:45 +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
b9d2d34ba2 merge with branch issue-353 2013-04-11 13:34:58 +02:00
Sebastian Sdorra
05347744f9 close branch issue-353 2013-04-11 13:34:31 +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
51a9939314 merge with branch issue-333 2013-04-02 21:58:42 +02:00
Sebastian Sdorra
a0a36c6e48 close branch issue-333 2013-04-02 21:58:05 +02:00
Sebastian Sdorra
db5a17fa9e send mercurial hook error messages to client 2013-04-02 21:57:23 +02:00
Sebastian Sdorra
225737baf6 merge with branch issue-336 2013-04-02 21:00:44 +02:00
Sebastian Sdorra
321f8f1934 close branch issue-336 2013-04-02 21:00:13 +02:00
Sebastian Sdorra
d6d6d57cb9 use content type text/html for mercurial error messages, if the client accept it 2013-04-02 20:59:26 +02:00
Sebastian Sdorra
35774635e7 added missing javadoc for branch parameter 2013-04-01 22:21:16 +02:00
Sebastian Sdorra
6c7e97dba7 handle subversion modification type U 2013-04-01 21:50:03 +02:00
Sebastian Sdorra
f6e0bab276 use a initial capacity of one for subversion hook changesets 2013-04-01 21:33:56 +02:00
Sebastian Sdorra
29c6d21f3d merge with branch issue-341 2013-03-27 08:55:55 +01:00
Sebastian Sdorra
94ebc0a9fe close branch issue-341 2013-03-27 08:55:31 +01:00
Sebastian Sdorra
97a9e7829d merge with branch issue-345 2013-03-27 08:53:22 +01:00
Sebastian Sdorra
c1d5e539a9 close branch issue-345 2013-03-27 08:51:17 +01:00
Sebastian Sdorra
f6cc4c9d36 use guava cache as default cache 2013-03-27 08:50:37 +01:00
Sebastian Sdorra
e4fdc0c3de update guava to version 14.0.1 2013-03-26 08:22:25 +01:00
Sebastian Sdorra
ac58c7f4e5 update logback to version 1.0.11 2013-03-26 08:20:42 +01:00
Sebastian Sdorra
d1b4d15251 update slf4j to version 1.7.5 2013-03-26 08:19:18 +01: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
80ce0f019e synchronize getCache method of cache manager implementations 2013-03-25 11:55:57 +01:00
Sebastian Sdorra
6fa211a559 added simple tests for guava cache 2013-03-25 11:08:54 +01:00
Sebastian Sdorra
f8bb0cf109 create static read method for GuavaCacheConfigurationReader 2013-03-25 11:07:47 +01:00
Sebastian Sdorra
0ea4b43a58 added default guava cache configuration 2013-03-25 10:57:52 +01:00
Sebastian Sdorra
2a273f0f84 added prefix for guava cache classes 2013-03-25 10:56:39 +01:00
Sebastian Sdorra
09d4ea87af improve configuration for guava cache 2013-03-25 10:53:01 +01:00