Commit Graph

627 Commits

Author SHA1 Message Date
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
Sebastian Sdorra
3dfa6d4fc1 added CacheConfigurationReader for GuavaCacheManager 2013-03-25 08:50:26 +01:00
Sebastian Sdorra
c941ffb749 improve configuration objects 2013-03-25 08:03:32 +01:00
Sebastian Sdorra
57f5e31a54 start implementation of guava based CacheManager 2013-03-24 19:52:06 +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
412e495a21 use ArrayList instead of ImmutableList for searchresult, because the result must be mutable for decorators 2013-03-04 20:37:09 +01:00
Sebastian Sdorra
8f216e7bb7 create a copy of search result collection to reduce memory of caches 2013-03-04 20:26:07 +01:00
Sebastian Sdorra
3f5eab8bdc fix license headers 2013-02-17 15:56:52 +01:00
Sebastian Sdorra
97dcbae715 register every injectable object to event bus 2013-02-17 14:46:51 +01:00
Sebastian Sdorra
99063821d5 protect mustache resources 2013-02-17 13:59:00 +01:00
Sebastian Sdorra
dbc081c73a fix eager singleton loading 2013-02-17 13:57:37 +01:00
Sebastian Sdorra
6ef8c2ce66 merge with branch issue-331 2013-02-16 17:12:10 +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
a90cd565f3 use version 1.2.1-scm1 of apache shiro to fix issue #331 2013-02-08 17:23:17 +01:00
Sebastian Sdorra
29fdc2fc69 fix circular proxy error on binding 2013-02-05 17:32:29 +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
0231cd3e0c start implementation of permission tests for ScmRealm 2013-01-31 16:37:49 +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
a5c24f54d5 default repository manager should throw RepositoryNotFoundException 2013-01-29 20:26:38 +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
29a3f682a2 remove unnecessary provider 2013-01-23 13:38:26 +01:00
Sebastian Sdorra
d1e4b139bd fix binding of extensions with eager singleton scope 2013-01-23 09:09:48 +01:00
Sebastian Sdorra
9684c80126 added new browse options to restful endpoint 2013-01-21 15:04:20 +01:00
Sebastian Sdorra
e581751624 find and bind extension points automatically 2013-01-18 09:39:32 +01:00
Sebastian Sdorra
3485b2a4a2 fix license headers 2013-01-15 21:14:37 +01:00
Sebastian Sdorra
6f5780b9df implementing an annotation scanner to replace the extension scanner 2013-01-15 16:55:07 +01:00
Sebastian Sdorra
52ffb42b3d use stopwatch to log time taken by getChangesets of a hook 2013-01-14 19:28:25 +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
b66ae705c2 fix privileged action is not executed, if the user is already an admin 2013-01-12 13:14:11 +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
d8a8901a97 merge with branch issue-299 2013-01-08 09:53:42 +01:00
Sebastian Sdorra
9263b7d616 merge with branch issue-306 2013-01-02 12:56:58 +01:00
Sebastian Sdorra
cdc0da39f4 improve aether logging to find issue #299 2013-01-02 10:50:19 +01:00
Sebastian Sdorra
28431b0f3f register installed to local repository manager, to fix issue #306 2013-01-02 09:03:10 +01:00
Sebastian Sdorra
a299183ba1 fix IllegalArgumentException with nested privileged actions 2012-12-17 15:54:16 +01:00
Sebastian Sdorra
af5bcd1e49 write version file on fresh installations 2012-12-15 16:57:34 +01:00
Sebastian Sdorra
0c18b54b8e fix license headers 2012-12-14 15:22:13 +01:00
Sebastian Sdorra
9207f7e14e set name for template threads 2012-12-09 20:49:56 +01:00
Sebastian Sdorra
ced9abb77f set names for threads 2012-12-09 20:45:16 +01:00
Sebastian Sdorra
5178dca30d move eventbus implementation from scm-core to scm-webapp 2012-12-09 16:12:21 +01:00
Sebastian Sdorra
261b70071d merge with branch issue-281 2012-12-09 15:19:08 +01:00
Sebastian Sdorra
485e3485fc use proxies util class to determine if proxy settings should be used 2012-12-09 14:55:43 +01:00