Commit Graph

60 Commits

Author SHA1 Message Date
Sebastian Sdorra
30733f96b8 indent 2015-02-16 15:38:31 +01:00
Sebastian Sdorra
e5184ac6a0 merge with branch issue-627 2015-02-10 20:50:06 +01:00
Sebastian Sdorra
d707f0ee47 servlet fields should be final 2015-01-23 21:44:04 +01:00
Sebastian Sdorra
e2b4862ad4 retrieve only new git commits, do not collect commits from existing branches 2015-01-18 18:32:06 +01:00
Yuri Konotopov
fa40264997 Added utf-8 response encoding for git quick commit view 2014-11-25 19:35:56 +03:00
Sebastian Sdorra
8e608d2439 created small user-agent detection framework to choose the right encoding for basic authentication 2014-10-17 15:43:28 +02:00
Sebastian Sdorra
ef1cbf4dee use base uri from request for git quick repository view, see issue #631 2014-10-07 20:28:37 +02:00
Sebastian Sdorra
fad82c9690 fixed wrong resource paths 2014-05-23 11:48:19 +02:00
Sebastian Sdorra
5505f683d7 remove debug output 2014-04-15 08:04:38 +02:00
Sebastian Sdorra
9db7284f27 use client messages 2014-03-16 11:28:09 +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
cf05c144cb merge with branch issue-505 2013-12-27 15:55:45 +01:00
Sebastian Sdorra
8c002e38da fix double escaping 2013-12-27 15:50:34 +01:00
Sebastian Sdorra
31d41c5419 fix wrong commit and source url on git repositories with reverse proxy, see issue #483 2013-11-07 15:08:36 +01:00
Sebastian Sdorra
030eadda3f added links commit and source view links to git repository quick view 2013-07-27 18:51:40 +02:00
Sebastian Sdorra
a5bc2d2087 remove unused type 2013-07-27 15:44:30 +02:00
Sebastian Sdorra
6caa4e710b implement new hook api for git repositories 2013-07-21 17:35:44 +02:00
Sebastian Sdorra
e66638f1f0 fix name resolution for git repositories with working copy 2013-07-04 15:51:23 +02:00
Sebastian Sdorra
345392d309 fix license headers 2013-05-30 09:29:28 +02:00
Sebastian Sdorra
42952518f5 fix missing git hooks on push 2013-05-19 12:18:45 +02:00
Sebastian Sdorra
6ea89373d6 fix missing git index view 2013-04-17 15:04:39 +02:00
Sebastian Sdorra
29c6d21f3d merge with branch issue-341 2013-03-27 08:55:55 +01:00
Sebastian Sdorra
3dbd79207b use template engine and repository service for git repository page 2013-02-27 15:41:31 +01:00
Sebastian Sdorra
9aa3a05cab fix wrong handling of git file hooks 2013-02-27 11:49:49 +01:00
Sebastian Sdorra
340cfbef11 remove unused imports 2013-02-01 11:43:26 +01:00
Sebastian Sdorra
79501ec5fc merge with bracnh issue-242 2012-10-16 08:07:31 +02:00
Sebastian Sdorra
727025770c merge with branch apache-shiro 2012-10-16 07:08:28 +02:00
Sebastian Sdorra
1afbbeac15 fix abort during pre receive hook 2012-10-15 13:54:00 +02:00
Sebastian Sdorra
c6f24063df improve git hook handling 2012-09-19 19:11:06 +02:00
Sebastian Sdorra
fd84153a60 do not fire hook event, if no new id is specified 2012-09-13 19:01:39 +02:00
Sebastian Sdorra
2eb6290545 improve trace logging for git repository hooks 2012-09-13 18:56:45 +02:00
Sebastian Sdorra
7baede3eb1 improve trace logging for git repository hooks 2012-09-13 17:00:44 +02:00
Sebastian Sdorra
81f90209f3 indent and logging 2012-09-13 16:07:23 +02:00
Sebastian Sdorra
7d0980605e do not use security context in core plugins and samples 2012-08-30 12:08:16 +02:00
Sebastian Sdorra
33a6645ce3 retrieve branch informations from receive command 2012-08-29 11:08:04 +02:00
Sebastian Sdorra
04939d5a4d update jgit to version 2.0.0.201206130900-r 2012-06-26 21:25:57 +02:00
Sebastian Sdorra
b3719f7e0d archived repositories are not writable 2012-03-30 11:38:13 +02:00
Sebastian Sdorra
bd7397763d use repository directory as working directory for git repository hooks 2012-02-23 20:55:36 +01:00
Sebastian Sdorra
666b8ace74 indent 2012-01-04 17:07:34 +01:00
Sebastian Sdorra
029dc643e5 fix git hooks for repository structures 2012-01-04 17:04:14 +01:00
Sebastian Sdorra
c832cb332a fix nullpointerexception in git servlet 2011-12-26 15:23:13 +01:00
Sebastian Sdorra
a1d031e587 fix potential bugs, detected by findbugs and pmd 2011-12-24 15:45:03 +01:00
Sebastian Sdorra
5bddcc1ab8 merge with branch issue-77 2011-12-14 17:35:44 +01:00
Sebastian Sdorra
ea085d395d use checkedprovider for repository injection 2011-12-11 17:12:09 +01:00
Sebastian Sdorra
7d05188b0f fix stackoverflow exception 2011-11-28 13:10:25 +01:00
Sebastian Sdorra
c6b8e108e6 improve logging of git servlet 2011-11-28 11:27:49 +01:00
Sebastian Sdorra
b8dcc55884 call repository request listeners before the git servlet is executed 2011-11-28 11:22:20 +01:00
Sebastian Sdorra
76c5c4ce40 git support for directory structures 2011-10-23 16:49:44 +02:00
Sebastian Sdorra
9259641347 fix git hook exception handling 2011-10-07 15:58:42 +02:00
Sebastian Sdorra
667b489036 implement pre receive hook for git repositories 2011-09-27 21:19:40 +02:00