Commit Graph

3946 Commits

Author SHA1 Message Date
Sebastian Sdorra
b69d1b3ed3 send http status code 401 unauthorized on failed git authentication, see issue #870
Revert use of GitSmartHttpTools to send unauthoried errors back to the git client, because the password is stored in the git credentials store event if the username or password was invalid. Switch back to default method, which send http status code 401 back to the client. This method does not send the customized client message, but the default one from git is good enough.
2016-09-30 21:07:23 +02:00
Sebastian Sdorra
c4111ec73f [maven-release-plugin] prepare for next development iteration 2016-07-26 12:43:15 +02:00
Sebastian Sdorra
b3cbebfdc0 [maven-release-plugin] copy for tag 1.49 2016-07-26 12:43:15 +02:00
Sebastian Sdorra
d2743ce5b0 [maven-release-plugin] prepare release 1.49 1.49 2016-07-26 12:43:15 +02:00
Sebastian Sdorra
3cd6a819b5 fix guice javadoc link 2016-07-26 12:08:45 +02:00
Sebastian Sdorra
1cf399ab2d implement mercurial repository test client 2016-07-26 00:16:14 +02:00
Sebastian Sdorra
9b600637ad update apache shiro to version 1.3.0 2016-07-25 19:12:49 +02:00
Sebastian Sdorra
2b97f285ac reduce event bus logging 2016-07-25 18:59:59 +02:00
Sebastian Sdorra
a729f0f207 fix debug service hook for non admin users 2016-07-25 18:59:33 +02:00
Sebastian Sdorra
5340bea7f1 re enable repository it cases 2016-07-25 18:49:57 +02:00
Sebastian Sdorra
37228c329c improve javadoc 2016-07-25 18:28:58 +02:00
Sebastian Sdorra
8a19193799 added RepositoryHookITCase to test repository post receive hooks 2016-07-25 18:27:47 +02:00
Sebastian Sdorra
d4cb083b60 merge with branch issue-848 2016-07-25 12:10:15 +02:00
Sebastian Sdorra
0fbe51f5a3 close branhc issue-848 2016-07-25 12:09:41 +02:00
Sebastian Sdorra
f613800970 set java version to 1.7 and updated jgit 4.4.0.201606070830-r-scm1 2016-07-14 22:09:16 +02:00
Sebastian Sdorra
c08abf8f93 merge with branch issue-844 to fix issue #844 2016-07-08 14:52:28 +02:00
Sebastian Sdorra
537a7e1509 close branch issue-844 2016-07-08 14:51:48 +02:00
Sebastian Sdorra
73c566d9bf escape url parameters ub UrlBuilder in order to fix issue #847 2016-07-08 14:50:20 +02:00
Sebastian Sdorra
d1193c39df assign revision field in constructor FileObjectWrapper, fix issue 846 2016-07-08 14:29:09 +02:00
Sebastian Sdorra
49b79f740f merge repository heads 2016-06-29 20:40:37 +02:00
Sebastian Sdorra
b1bef98682 merge with branch issue-841 2016-06-29 20:29:07 +02:00
Sebastian Sdorra
8d5c3e709f remove debug output, which seems to break ui on ie #844 2016-06-29 20:28:33 +02:00
Sebastian Sdorra
ef7a94353f close branch issue-841 2016-06-29 20:24:35 +02:00
Sebastian Sdorra
df1c0358e3 [maven-release-plugin] prepare for next development iteration 2016-06-28 13:11:14 +02:00
Sebastian Sdorra
c3505f16ec [maven-release-plugin] copy for tag 1.48 2016-06-28 13:11:13 +02:00
Sebastian Sdorra
850b846293 [maven-release-plugin] prepare release 1.48 1.48 2016-06-28 13:11:13 +02:00
Sebastian Sdorra
7d8613b6bb added request method to mdc filter 2016-06-28 12:06:28 +02:00
Sebastian Sdorra
7ef8e1ebd5 removed unnecessary log level check 2016-06-28 12:06:02 +02:00
Sebastian Sdorra
f8133f4c6b improve logging 2016-06-28 11:32:30 +02:00
Sebastian Sdorra
f52b27b58d fixed bug in equals method of Permission object 2016-06-28 11:24:33 +02:00
Sebastian Sdorra
1529ef99d7 log authorization summary to trace level 2016-06-28 10:54:14 +02:00
Sebastian Sdorra
5433317692 improve logging of AuthorizationCollector 2016-06-28 10:26:01 +02:00
Sebastian Sdorra
353e4c4f7b removed duplicate clear cache log message 2016-06-28 10:15:59 +02:00
Sebastian Sdorra
8e38d95dcf added name of the repository to access denied exceptions 2016-06-28 09:32:25 +02:00
Sebastian Sdorra
4ae4530850 fixed syntax highlight for bash/sh, see issue #843 2016-06-28 09:20:47 +02:00
Sebastian Sdorra
ae8668522c update apache shiro to version 1.2.5 2016-06-26 15:21:07 +02:00
Sebastian Sdorra
a197902089 added editorconfig file 2016-06-26 15:04:55 +02:00
Sebastian Sdorra
9dc1c6fd8e improve cache invalidation on group events 2016-06-26 15:03:28 +02:00
Sebastian Sdorra
89660e8ac3 improve cache invalidation on permission change events 2016-06-26 12:53:41 +02:00
Sebastian Sdorra
7bc793ecd5 improve javadoc 2016-06-26 12:44:13 +02:00
Sebastian Sdorra
a592484f0f improve cache invalidation on repository events 2016-06-26 12:41:00 +02:00
Sebastian Sdorra
6428245506 improve cache invalidation on user events 2016-06-26 12:20:32 +02:00
Sebastian Sdorra
8e3c3e4b63 improve modification events to pass the item before it was modified to the subscriber 2016-06-25 21:48:53 +02:00
Sebastian Sdorra
1eb5a6c9ad unit tests for AuthorizationCollector 2016-06-25 14:02:18 +02:00
Sebastian Sdorra
c86ec11f09 start implementation of unit tests for AuthorizationCollector 2016-06-24 19:46:16 +02:00
Sebastian Sdorra
7873cd556d improve trace logging of AuthorizationCollector 2016-06-24 19:32:45 +02:00
Sebastian Sdorra
b5383f4073 fix loading of repository handler informations on some systems, see issue #841 2016-06-24 17:58:02 +02:00
Sebastian Sdorra
f5e4f4ae71 fix typo in log message 2016-06-23 14:07:12 +02:00
Sebastian Sdorra
981d203723 added request uri to mdc logging context 2016-06-23 14:06:03 +02:00
Sebastian Sdorra
db6ef804dc [maven-release-plugin] prepare for next development iteration 2016-05-31 11:12:38 +02:00