summaryrefslogtreecommitdiffstats
path: root/src/site
Commit message (Collapse)AuthorAgeFilesLines
* DocumentationJames Moger2014-02-266-20/+120
|
* Updated FAQ (issue-332)James Moger2014-02-261-32/+7
| | | | Change-Id: If6625e33806877e68c2e59470537e4c34be371ef
* Add GO launch parameter to specify daily, rolling log file generationJames Moger2014-02-211-2/+3
|
* Revised committer verification to require email addressJames Moger2013-11-291-2/+2
| | | | Change-Id: I5298c93e03099813f5713a4effd87913429aa3dc
* Refactor user services and separate authentication (issue-281)James Moger2013-11-291-14/+9
| | | | Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd
* Implement mirror executor (issue-5)James Moger2013-11-131-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 portJames Moger2013-10-271-2/+1
| | | | Change-Id: I33966b8292434c10ffd623838d09527aaebaca5f
* DocumentationJames Moger2013-10-2512-46/+64
| | | | Change-Id: I717e13d1f852a4adf50b547f4769dd62da2384ce
* Replaced MarkdownPapers with pegdownJames Moger2013-10-181-1/+1
| | | | Change-Id: I11eb50ba1ef0bef8ac47bf6f7b17e0f79ecd3f2d
* Remove incomplete and deprecated TicGit featureJames Moger2013-09-171-3/+2
| | | | Change-Id: Idb7de272589e086da9b2b3a241dcd082c1c8f27b
* Add an Apache htpasswd user serviceFlorian Zschocke2013-08-122-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
* DocumentationJames Moger2013-07-242-8/+16
|
* DocumentationJames Moger2013-07-241-1/+5
|
* DocumentationJames Moger2013-07-231-0/+1
|
* Added PAMUserService for local Linux/Unix/MacOSX account authenticationJames Moger2013-07-233-3/+13
|
* Added GET_USER request to RPC interface (issue-275)James Moger2013-07-221-0/+2
|
* DocumentationJames Moger2013-07-143-0/+118
|
* DocumentationJames Moger2013-07-136-37/+121
|
* DocumentationJames Moger2013-07-0311-603/+590
|
* Improve RPC documentationJames Moger2013-06-271-3/+3
|
* Support custom header colors and finish theme flattening (issue 209)James Moger2013-06-261-4/+4
|
* DocumentationJames Moger2013-06-202-6/+8
|
* Added WindowsUserService using WaffleJames Moger2013-06-202-0/+4
|
* DocumentationJames Moger2013-06-193-12/+11
|
* Generate filterable project/repository list with FreeMarkerJames Moger2013-06-191-0/+1
|
* Added a Dashboard page with a daily ref log of starred/owned reposJames Moger2013-05-301-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 symbolsJames Moger2013-05-251-8/+9
|
* DocumentationJames Moger2013-05-211-1/+1
|
* DocumentationJames Moger2013-05-021-0/+6
|
* Added Git Daemon supportJames Moger2013-04-031-2/+3
|
* Document SNI workaround for Java-based clientsJames Moger2013-03-292-6/+26
|
* Clarify need to review installService.cmd for keystore password (issue 221)James Moger2013-03-291-1/+1
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-2791-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.