Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add subgit hook contributed by TMate Software | James Moger | 2014-02-27 | 1 | -0/+1 |
| | |||||
* | Documentation | James Moger | 2014-02-26 | 1 | -18/+34 |
| | |||||
* | Add Redmine Fetch groovy hook (issue-359) | Berke Viktor | 2014-01-28 | 1 | -0/+1 |
| | |||||
* | Added fisheye hook script | Vitaly Litvak | 2014-01-28 | 1 | -0/+1 |
| | |||||
* | Refactor managers and authentication for federation | James Moger | 2013-11-29 | 1 | -1/+2 |
| | | | | Change-Id: I5ff18b2768095fb14e7fbece2e756115829abbde | ||||
* | Use Dagger to inject managers into all filters and servlets | James Moger | 2013-11-29 | 1 | -56/+2 |
| | | | | Change-Id: I9bb2cc0cbfac9841b13bed15a474fefb24355cd4 | ||||
* | Update to Moxie 0.9.1 | James Moger | 2013-11-29 | 1 | -1/+1 |
| | | | | Change-Id: I8e0479b632af3b5ca809aacf955e4be96822ac2c | ||||
* | Add pull request linking in changelog to generated documentation | James Moger | 2013-11-22 | 1 | -1/+3 |
| | | | | Change-Id: I06dbc0fdad93c042d783c97378429856bd9111bf | ||||
* | Update Moxie to 0.9.0 | James Moger | 2013-11-19 | 1 | -2/+2 |
| | | | | Change-Id: Ia4c9536282af6df3d9d462946dec1d8112459242 | ||||
* | Implement mirror executor (issue-5) | James Moger | 2013-11-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Update to JGit 3.1.0 | James Moger | 2013-10-16 | 1 | -1/+1 |
| | | | | Change-Id: I94d4f6146c79541bf8a36e4c3dca1842e46cddd5 | ||||
* | Update to Moxie 0.8.2 | James Moger | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | Restore blockpush and localclone hooks to binaries (issue-303) | James Moger | 2013-09-05 | 1 | -0/+2 |
| | |||||
* | Update to Moxie 0.8.1 and include gbapi in Maven repository on RELEASE build | James Moger | 2013-08-09 | 1 | -6/+6 |
| | |||||
* | Update to Moxie 0.8.0 | James Moger | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | Removed obsolete/legacy code from build script | James Moger | 2013-07-25 | 1 | -110/+4 |
| | |||||
* | Added maintaining a Maven repository to the build release process | James Moger | 2013-07-25 | 1 | -1/+14 |
| | |||||
* | Documentation | James Moger | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | Copy static files to classes dir. | Gustavo Henrique | 2013-07-24 | 1 | -0/+7 |
| | |||||
* | Added missing GitblitWicketFilter to War and Express builds (issue-274) | James Moger | 2013-07-24 | 1 | -1/+3 |
| | |||||
* | Added PAMUserService for local Linux/Unix/MacOSX account authentication | James Moger | 2013-07-23 | 1 | -0/+2 |
| | |||||
* | Ensure Keys class is included with all builds | James Moger | 2013-07-17 | 1 | -0/+4 |
| | |||||
* | Fixed missing model classes in Gitblit Manager build | James Moger | 2013-07-15 | 1 | -0/+5 |
| | |||||
* | Fixed GoogleCode upload target until they turn off downloads :( | James Moger | 2013-07-14 | 1 | -25/+46 |
| | |||||
* | Added release script template and build.xml adjustments | James Moger | 2013-07-14 | 1 | -16/+33 |
| | |||||
* | Documentation | James Moger | 2013-07-14 | 1 | -0/+12 |
| | |||||
* | Documentation | James Moger | 2013-07-13 | 1 | -7/+32 |
| | |||||
* | Documentation | James Moger | 2013-07-03 | 1 | -2/+15 |
| | |||||
* | Support hot-reloading of project.mkd | James Moger | 2013-07-03 | 1 | -0/+6 |
| | |||||
* | Support custom header logo images of 120x45 (issue 208) | James Moger | 2013-06-26 | 1 | -0/+2 |
| | |||||
* | Added WindowsUserService using Waffle | James Moger | 2013-06-20 | 1 | -0/+2 |
| | |||||
* | Documentation | James Moger | 2013-06-19 | 1 | -2/+6 |
| | |||||
* | Include SparkleShare invite servlet in WAR and Express builds | James Moger | 2013-05-20 | 1 | -0/+2 |
| | |||||
* | Clean while compiling to resolve weird type erasure corner-cases | James Moger | 2013-05-10 | 1 | -2/+2 |
| | |||||
* | Do not include clientapps.json in distribution files | James Moger | 2013-05-09 | 1 | -2/+1 |
| | |||||
* | Uber-cool repository panel overhaul | James Moger | 2013-05-07 | 1 | -0/+6 |
| | |||||
* | Restore web.xml version stamping | James Moger | 2013-05-03 | 1 | -3/+7 |
| | |||||
* | Include alternate user services in WAR and Express builds | James Moger | 2013-04-30 | 1 | -0/+6 |
| | |||||
* | Update to Moxie 0.7.4 to fix prefix index merging bug | James Moger | 2013-04-26 | 1 | -1/+1 |
| | |||||
* | Update to Moxie 0.7.3 | James Moger | 2013-04-26 | 1 | -5/+6 |
| | |||||
* | Fix location of GitServlet | David Ostrovsky | 2013-04-16 | 1 | -2/+2 |
| | |||||
* | Change for pull request #78, building Gitblit-Gerrit JAR with resource prefix | James Moger | 2013-04-13 | 1 | -1/+2 |
| | |||||
* | Added Moxie documentation url to build script | James Moger | 2013-04-10 | 1 | -0/+2 |
| | |||||
* | Updated Moxie to 0.7.2 | James Moger | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | Updated Moxie's Maven url to Github's io TLD | James Moger | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | Fix build error when retrieving Moxie jar | James Moger | 2013-04-08 | 1 | -0/+1 |
| | |||||
* | Simplify resource loading | James Moger | 2013-04-02 | 1 | -18/+26 |
| | |||||
* | Fixed generation of Express jar | James Moger | 2013-03-29 | 1 | -11/+18 |
| | |||||
* | Added weblogic.xml to WAR for deployment on WebLogic (issue 199) | James Moger | 2013-03-28 | 1 | -0/+1 |
| | |||||
* | Restored missing Windows distrib files lost during the refactor | James Moger | 2013-03-28 | 1 | -7/+8 |
| |