Sebastian Sdorra
|
018e378742
|
fix typo
|
2014-05-08 21:04:17 +02:00 |
|
Sebastian Sdorra
|
24b424f483
|
fix IndentXMLStreamWriterTest on windows
|
2014-05-07 08:45:07 +02:00 |
|
Sebastian Sdorra
|
b6fb38edff
|
avoid creation of .cipherkey during unit tests
|
2014-04-28 18:25:50 +02:00 |
|
Sebastian Sdorra
|
08184da6fe
|
fix circular dependency
|
2014-04-28 17:39:27 +02:00 |
|
Sebastian Sdorra
|
b002b8e21f
|
fix possible linkage error for Util.nonNull(java.lang.String) method
|
2014-04-23 10:55:43 +02:00 |
|
Sebastian Sdorra
|
1388052ace
|
return authentication header, if the login attempt limit is disabled
|
2014-04-20 13:11:41 +02: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
|
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
|
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
|
da8d673438
|
merge with branch issue-520
|
2014-01-25 15:59:01 +01:00 |
|
Sebastian Sdorra
|
08dede40fe
|
allow rerun of healthchecks
|
2014-01-25 15:00:04 +01:00 |
|
Sebastian Sdorra
|
9e9351fe86
|
display failed health checks in user interface
|
2014-01-25 13:26:43 +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
|
2e3bd0ef8f
|
fix double slash for append and getCompleteUrl of HttpUtil
|
2014-01-07 08:08:32 +01:00 |
|
Sebastian Sdorra
|
cf05c144cb
|
merge with branch issue-505
|
2013-12-27 15:55:45 +01:00 |
|
Sebastian Sdorra
|
e4902f093e
|
added property to disable escaping for hooks
|
2013-12-27 15:42:50 +01:00 |
|
Sebastian Sdorra
|
8274697426
|
added property to disable escaping property for blame, browse and log command
|
2013-12-27 15:36:44 +01:00 |
|
Sebastian Sdorra
|
a3613b7615
|
merge with branch issue-476
|
2013-11-01 08:05:18 +01:00 |
|
Sebastian Sdorra
|
d47eb18516
|
retry delete up to 5 sec to fix problem with windows locking
|
2013-10-31 11:49:31 +01:00 |
|
Sebastian Sdorra
|
0cdd2e8dd6
|
merge with issue-470
|
2013-10-28 13:19:16 +01:00 |
|
Sebastian Sdorra
|
152abc58c2
|
use same validation rules for user and group names
|
2013-10-28 13:15:12 +01:00 |
|
Clemens Rabe
|
814b940998
|
Reverted mess of eclipse formatting.
|
2013-10-15 20:57:38 +02:00 |
|
Clemens Rabe
|
2875794519
|
Added auto-login filter system.
|
2013-10-02 19:45:21 +02:00 |
|
Clemens Rabe
|
1faa748c3a
|
Added trace info for anonymous access in BasicAuthenticationFilter.java.
|
2013-10-01 08:09:48 +02:00 |
|
Sebastian Sdorra
|
d590142997
|
fix wrong log message
|
2013-09-25 09:00:13 +02:00 |
|
Sebastian Sdorra
|
ca38a16df8
|
introducing configuration changed event
|
2013-09-18 12:41:21 +02:00 |
|
Sebastian Sdorra
|
e10e2a6ac0
|
added ui for login attempt limit configuration
|
2013-09-18 12:28:12 +02:00 |
|
Sebastian Sdorra
|
b2c1336b08
|
added configuration options for login attempt limits
|
2013-09-16 17:36:16 +02:00 |
|
Sebastian Sdorra
|
bfa4372626
|
implement login attempt handler to handle failed authentications
|
2013-09-16 13:58:19 +02:00 |
|
Sebastian Sdorra
|
4586d2de0b
|
merge with branch issue-439
|
2013-09-13 16:20:03 +02:00 |
|
Sebastian Sdorra
|
ab72b82e7b
|
avoid duplicate members in groups
|
2013-09-13 16:19:06 +02:00 |
|
Sebastian Sdorra
|
e41b3123ac
|
merge with issue-441
|
2013-09-12 20:06:15 +02:00 |
|
Sebastian Sdorra
|
86199988a0
|
fix escaping bug in SearchUtil
|
2013-09-11 09:44:59 +02:00 |
|
Sebastian Sdorra
|
252108a7ab
|
fix permission caching for logged in users
|
2013-08-28 16:15:41 +02:00 |
|