summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/git
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove upload pack ref filteringJames Moger2013-10-251-43/+0
| | | | Change-Id: I7ffcbf00e70eea68803eb6c046d5ddca55503b8b
* Improve message logging in the receive packJames Moger2013-10-011-3/+11
| | | | Change-Id: I93dcdc72bfae0e0fac9a0f4872537a43bbd73d36
* Trim trailing whitespace and organize importsJames Moger2013-09-307-30/+33
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Change default access restriction to PUSHJames Moger2013-09-271-1/+1
| | | | Change-Id: I74b3f9fedd77294c53648f8eaa730d4a84917555
* Added setting to globally disable anonymous pushes in the receive packJames Moger2013-09-271-2/+2
| | | | Change-Id: I3460c9c0eeb32503d58325fd09793a0cd40aa2c4
* Merge receive processing into one classJames Moger2013-09-274-102/+332
| | | | Change-Id: I603d4524914e94ec8e02c3689b65465b42c23dd7
* Reset dashboard and activity commit cache on branch REWIND or DELETEJames Moger2013-07-161-0/+17
|
* Fixed committer verification with merge commits (issue-264)James Moger2013-07-021-3/+21
|
* Fixed GitDaemon stop for unit testsJames Moger2013-07-021-3/+5
|
* Reflogs, Digests, and DashboardsJames Moger2013-06-181-2/+2
| | | | | | Renamed pushlog to reflog to better match it's current and future purpose. Split PushesPanel into ReflogPanel and DigestsPanel. Overhauled project pages and gave them a coherent purpose from the dashboard.
* Do not advertise refs/gitblit/* refs to non-admin accountsJames Moger2013-06-181-5/+14
|
* Improve NPE handling for hook script enumeration (issue-253)James Moger2013-06-111-2/+7
|
* Overhauled navigation and flattened lookJames Moger2013-05-191-0/+1
|
* Implemented application menus for repository url panelJames Moger2013-05-091-0/+14
|
* Revised Git Daemon to improve thread stopping and to eliminate repository ↵James Moger2013-05-036-47/+616
| | | | name hack
* Added Git Daemon supportJames Moger2013-04-036-0/+737