summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/git
Commit message (Collapse)AuthorAgeFilesLines
* Implement mirror executor (issue-5)James Moger2013-11-131-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | The mirror executor will fetch ref updates for repository mirrors. This feature is disabled by default and can be enabled by setting git.enableMirroring=true. The period between update checks is configurable, but it is global. An individual rpeository may not set it's own update schedule. Requirements: 1. you must manually clone the repository using native git git clone --mirror git://somewhere.com/myrepo.git 2. the "origin" remote must be the mirror source 3. the "origin" repository must be accessible without authentication OR the credentials must be embedded in the origin url (not recommended) Notes: 1. "origin" SSH urls are untested and not likely to work 2. mirrors cloned while Gitblit is running are likely to require clearing the gitblit cache (link on the repositories page of an administrator account) 3. Gitblit will automatically repair any invalid fetch refspecs with a "//" sequence. Change-Id: I4bbe3fb2df106366ae4c2313596d0fab0dfcac46
* 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