Commit Graph

1248 Commits

Author SHA1 Message Date
Sebastian Sdorra
0d875aa6a5 added annotation processor to write extension classes to plugin descriptor 2014-03-18 15:48:43 +01:00
Sebastian Sdorra
8d683b6d65 fix wrong position of event annotation 2014-03-18 15:47:41 +01:00
Sebastian Sdorra
910253a5e2 event annotation should be accessible on runtime 2014-03-18 15:46:55 +01:00
Sebastian Sdorra
96b0c8f8b0 merge with branch 1.x 2014-03-17 10:49:52 +01:00
Sebastian Sdorra
d0c94963ee added userAgentStartsWith method to HttpUtil 2014-03-16 11:45:43 +01:00
Sebastian Sdorra
2f9e761644 added central class for client messages 2014-03-16 11:26:20 +01:00
Sebastian Sdorra
b13722bdd6 use context classloader to load resource bundles 2014-03-16 10:48:13 +01:00
Sebastian Sdorra
e59eb6a458 added method to get I18nMessages from servlet request 2014-03-16 10:29:30 +01:00
Sebastian Sdorra
bd72a81019 added small i18n framework 2014-03-15 17:01:31 +01:00
Sebastian Sdorra
54faa5cb56 the default implementation of the basic authentication filter should prompt again for username and password, if the authentication fails 2014-03-15 16:11:44 +01:00
Sebastian Sdorra
84d3cadb12 prompt authentication again for failed subversion authentication and improved error message for missing privileges 2014-03-15 15:40:55 +01:00
Sebastian Sdorra
1d9dcfda63 added protected methods for error handling 2014-03-15 14:06:54 +01:00
Sebastian Sdorra
27f3286e9d indent, javadoc and removed unused import 2014-03-11 18:59:59 +01:00
Sebastian Sdorra
7c1f746def fix basic authentication for urls which contain a username, but no password 2014-03-11 18:58:18 +01:00
Sebastian Sdorra
014220a45b [maven-release-plugin] prepare for next development iteration 2014-03-09 15:13:22 +01:00
Sebastian Sdorra
304200980f [maven-release-plugin] prepare release 1.36 2014-03-09 15:13:21 +01:00
Sebastian Sdorra
9b7bc96282 fix bug with some special chars 2014-03-09 14:20:43 +01:00
Sebastian Sdorra
64b44c5759 do not log class not found exceptions, because the parent method finds the class in most cases 2014-03-08 21:59:01 +01:00
Sebastian Sdorra
37c7f136a1 added unit test for DeepCopy 2014-03-08 20:48:04 +01:00
Sebastian Sdorra
4468382cc0 solve classloading issues for plugin classes 2014-03-08 20:29:18 +01:00
Sebastian Sdorra
5873d81e0d added missing since comments 2014-03-08 13:13:38 +01:00
Sebastian Sdorra
269178f0a2 hide constructor and throw exception if the version could not be parsed 2014-02-19 21:47:45 +01:00
Sebastian Sdorra
8b21036c62 rename PluginVersion to Version and move from sonia.scm.plugin to sonia.scm.version 2014-02-19 21:39:54 +01:00
Sebastian Sdorra
5b72a0de18 rename maintenance to patch to match semver 2014-02-19 21:34:42 +01:00
Sebastian Sdorra
6b2fe6e878 javadoc and guava style compareTo, equals and hashCode 2014-02-19 21:32:10 +01:00
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
1e802a6334 fixed small bug and javadoc 2014-02-16 15:51:05 +01:00
Sebastian Sdorra
7d198a2d95 added option to skip failed authenticators 2014-02-16 15:41:48 +01:00
Sergey Averkiev
387f39bfe1 Add feature to set custom realm description 2014-01-29 16:26:57 +04:00
Sebastian Sdorra
81be1ef4ec merge with branch issue-520 2014-01-25 16:00:21 +01:00
Sebastian Sdorra
da8d673438 merge with branch issue-520 2014-01-25 15:59:01 +01:00
Sebastian Sdorra
2504ce95a6 allow rerun of healthchecks 2014-01-25 15:00:04 +01:00
Sebastian Sdorra
08dede40fe allow rerun of healthchecks 2014-01-25 15:00:04 +01:00
Sebastian Sdorra
4b35b01516 display failed health checks in user interface 2014-01-25 13:26:43 +01:00
Sebastian Sdorra
9e9351fe86 display failed health checks in user interface 2014-01-25 13:26:43 +01:00
Sebastian Sdorra
436c149e75 start implementation of repository health checks 2014-01-25 12:07:38 +01:00
Sebastian Sdorra
e6cbb6a4cf start implementation of repository health checks 2014-01-25 12:07:38 +01:00
Sebastian Sdorra
199a99376d basic auth filter should return 403 instead of 401 for wrong credentials 2014-01-23 08:45:04 +01:00
Sebastian Sdorra
3e4473e6ea improve basic property class 2014-01-17 18:53:47 +01:00
Sebastian Sdorra
4745dd5575 suppress unchecked warnings 2014-01-11 15:17:44 +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
23d2c1f27c rename handler event and handler event type 2014-01-11 13:21:02 +01:00
Sebastian Sdorra
19bf7214c3 remove no longer needed ScmEventBusTest 2014-01-11 10:49:26 +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
2e3bd0ef8f fix double slash for append and getCompleteUrl of HttpUtil 2014-01-07 08:08:32 +01:00
Sebastian Sdorra
e145e6ed30 fix double slash for append and getCompleteUrl of HttpUtil 2014-01-07 08:08:32 +01:00