Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation | James Moger | 2014-02-26 | 6 | -20/+120 |
| | |||||
* | Updated FAQ (issue-332) | James Moger | 2014-02-26 | 1 | -32/+7 |
| | | | | Change-Id: If6625e33806877e68c2e59470537e4c34be371ef | ||||
* | Add GO launch parameter to specify daily, rolling log file generation | James Moger | 2014-02-21 | 1 | -2/+3 |
| | |||||
* | Revised committer verification to require email address | James Moger | 2013-11-29 | 1 | -2/+2 |
| | | | | Change-Id: I5298c93e03099813f5713a4effd87913429aa3dc | ||||
* | Refactor user services and separate authentication (issue-281) | James Moger | 2013-11-29 | 1 | -14/+9 |
| | | | | Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd | ||||
* | 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 | ||||
* | Add setting to automatically redirect http requests to the https port | James Moger | 2013-10-27 | 1 | -2/+1 |
| | | | | Change-Id: I33966b8292434c10ffd623838d09527aaebaca5f | ||||
* | Documentation | James Moger | 2013-10-25 | 12 | -46/+64 |
| | | | | Change-Id: I717e13d1f852a4adf50b547f4769dd62da2384ce | ||||
* | Replaced MarkdownPapers with pegdown | James Moger | 2013-10-18 | 1 | -1/+1 |
| | | | | Change-Id: I11eb50ba1ef0bef8ac47bf6f7b17e0f79ecd3f2d | ||||
* | Remove incomplete and deprecated TicGit feature | James Moger | 2013-09-17 | 1 | -3/+2 |
| | | | | Change-Id: Idb7de272589e086da9b2b3a241dcd082c1c8f27b | ||||
* | Add an Apache htpasswd user service | Florian Zschocke | 2013-08-12 | 2 | -0/+9 |
| | | | | | | | Add a new class, HtpasswdUserService, which performs authentication against a text file created with the Apache 'htpasswd' program. Added dependency on commons-codec:1.7 | ||||
* | Documentation | James Moger | 2013-07-24 | 2 | -8/+16 |
| | |||||
* | Documentation | James Moger | 2013-07-24 | 1 | -1/+5 |
| | |||||
* | Documentation | James Moger | 2013-07-23 | 1 | -0/+1 |
| | |||||
* | Added PAMUserService for local Linux/Unix/MacOSX account authentication | James Moger | 2013-07-23 | 3 | -3/+13 |
| | |||||
* | Added GET_USER request to RPC interface (issue-275) | James Moger | 2013-07-22 | 1 | -0/+2 |
| | |||||
* | Documentation | James Moger | 2013-07-14 | 3 | -0/+118 |
| | |||||
* | Documentation | James Moger | 2013-07-13 | 6 | -37/+121 |
| | |||||
* | Documentation | James Moger | 2013-07-03 | 11 | -603/+590 |
| | |||||
* | Improve RPC documentation | James Moger | 2013-06-27 | 1 | -3/+3 |
| | |||||
* | Support custom header colors and finish theme flattening (issue 209) | James Moger | 2013-06-26 | 1 | -4/+4 |
| | |||||
* | Documentation | James Moger | 2013-06-20 | 2 | -6/+8 |
| | |||||
* | Added WindowsUserService using Waffle | James Moger | 2013-06-20 | 2 | -0/+4 |
| | |||||
* | Documentation | James Moger | 2013-06-19 | 3 | -12/+11 |
| | |||||
* | Generate filterable project/repository list with FreeMarker | James Moger | 2013-06-19 | 1 | -0/+1 |
| | |||||
* | Added a Dashboard page with a daily ref log of starred/owned repos | James Moger | 2013-05-30 | 1 | -0/+1 |
| | | | | | This is a work-in-progress and is mostly working like I want, but will require some refactoring to make it even more useful and less complex. | ||||
* | Added Iconic font and replaced push log gravatars with Iconic symbols | James Moger | 2013-05-25 | 1 | -8/+9 |
| | |||||
* | Documentation | James Moger | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | Documentation | James Moger | 2013-05-02 | 1 | -0/+6 |
| | |||||
* | Added Git Daemon support | James Moger | 2013-04-03 | 1 | -2/+3 |
| | |||||
* | Document SNI workaround for Java-based clients | James Moger | 2013-03-29 | 2 | -6/+26 |
| | |||||
* | Clarify need to review installService.cmd for keystore password (issue 221) | James Moger | 2013-03-29 | 1 | -1/+1 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 91 | -0/+5282 |
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward. |