Commit Graph

5160 Commits

Author SHA1 Message Date
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
d9579c3473 fix bug in user create form 2014-03-15 17:06:52 +01:00
Sebastian Sdorra
bd72a81019 added small i18n framework 2014-03-15 17:01:31 +01:00
Sebastian Sdorra
b131d4b804 improve error handling for failed authentication and not enough privileges 2014-03-15 16:12:14 +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
371e4e4de6 improved git error messages for failed authentication and not enough permissions 2014-03-15 14:14:46 +01:00
Sebastian Sdorra
1d9dcfda63 added protected methods for error handling 2014-03-15 14:06:54 +01:00
Sebastian Sdorra
6d001ed7ef merge with branch issue-545 2014-03-15 13:47:56 +01:00
Sebastian Sdorra
98f1ba44d6 close branch issue-545 2014-03-15 13:47:26 +01:00
Sebastian Sdorra
43481a70ee fix animal-sniffer problem 2014-03-13 21:11:48 +01:00
Sebastian Sdorra
8664abb1b6 enable animal-sniffer-maven-plugin on goal compile 2014-03-13 21:11:34 +01:00
Sebastian Sdorra
9d70a5aa09 implement plugin dependency blacklist 2014-03-13 20:57:02 +01:00
Sebastian Sdorra
33b9bec242 include version 1.8 of commons-codec to fix htpasswd-plugin 2014-03-13 20:23:16 +01:00
Sebastian Sdorra
cd1a78c5b1 define global exclude for commons-logging and log4j 2014-03-13 20:19:08 +01:00
Sebastian Sdorra
cdd18fa20c merge with branch issue-547 2014-03-13 11:28:15 +01:00
Sebastian Sdorra
7aafc533a9 close branch issue-547 2014-03-13 11:27:46 +01:00
Sebastian Sdorra
526a0effe4 use release version of svnkit 1.8.4-scm2 2014-03-13 11:27:13 +01:00
Sebastian Sdorra
061c4fd3f7 merge with branch issue-541 2014-03-13 10:44:15 +01:00
Sebastian Sdorra
e963a52879 close branch issue-541 2014-03-13 10:43:49 +01:00
Sebastian Sdorra
c10ed1e121 update svnkit to version 1.8.4-scm2-SNAPSHOT 2014-03-12 08:37:04 +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
05cb07e76e resolve dependency resolution conflicts 2014-03-11 18:21:27 +01:00
Sebastian Sdorra
014220a45b [maven-release-plugin] prepare for next development iteration 2014-03-09 15:13:22 +01:00
Sebastian Sdorra
efae937b0c [maven-release-plugin] copy for tag 1.36 2014-03-09 15:13:22 +01:00
Sebastian Sdorra
304200980f [maven-release-plugin] prepare release 1.36 1.36 2014-03-09 15:13:21 +01:00
Sebastian Sdorra
2cb3e668db fix mercurial out of scope exception on startup 2014-03-09 14:48:43 +01:00
Sebastian Sdorra
9b7bc96282 fix bug with some special chars 2014-03-09 14:20:43 +01:00
Sebastian Sdorra
c133464cdf update commons-beanutils to version 1.9.1 2014-03-09 13:52:30 +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
dc0719404e update args4j 2.0.26 2014-03-08 17:51:41 +01:00
Sebastian Sdorra
f41e086825 update svnkit to version 1.8.4-scm1 2014-03-08 17:46:17 +01:00
Sebastian Sdorra
39c9ec2090 update jgit to 3.3.0.201403021825-r 2014-03-08 15:48:34 +01:00
Sebastian Sdorra
5873d81e0d added missing since comments 2014-03-08 13:13:38 +01:00
Sebastian Sdorra
29c08af782 update shiro to version 1.2.3 2014-03-08 13:06:30 +01:00
Sebastian Sdorra
53514b9b34 update jersey to version 1.18.1 2014-03-08 13:05:23 +01:00
Sebastian Sdorra
a175d736ae fix changing passwords which a shorter than 5 chars, see issue #535 2014-02-25 08:37:54 +01:00
Sebastian Sdorra
562e4e6bb4 allow retrieving repositories by using type/name instead of repository id 2014-02-25 08:04:31 +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
b6c65e085b fix map cache implementation 2014-02-19 21:44:41 +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