summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed collision error on rename repository or userJames Moger2011-10-222-0/+2
|
* Documentation. Refactoring class names. Re-encapsulate settings.James Moger2011-10-222-21/+57
|
* Revised settings RPC to be Map<String, SettingModel>.James Moger2011-10-211-3/+31
| | | | Added setting metadata. Added server status rpc. Improved setting tab in Manager.
* Cache repository sizes and default metrics for performance boostJames Moger2011-10-212-0/+4
|
* Handle the earliest tags from the Linux kernel repository (issue 25)James Moger2011-10-172-2/+4
|
* Updated to MarkdownPapers 1.2.4.James Moger2011-10-173-11/+20
|
* Documentation for Gitblit Manager.James Moger2011-10-163-7/+9
|
* RPC Client: Create/Edit Repository & User. Partially working.James Moger2011-10-121-0/+1
| | | | Added new request type to retrieve Gitblit settings to implement the password preferences (minLength, storage type) and federation sets.
* Documentation and updated screenshots.James Moger2011-10-1218-19/+19
|
* Documentation.James Moger2011-10-112-1/+2
|
* Documentation.James Moger2011-10-111-0/+144
|
* Merge branch 'master' into rpcJames Moger2011-10-118-131/+163
|\
| * Documentation. Updated to MarkdownPapers 1.2.3.James Moger2011-10-118-118/+141
| |
* | Merge branch 'master' into rpcJames Moger2011-10-103-2/+6
|\|
| * Documentation. Updated snapshot to 0.7.0. Merged server.contextPath.James Moger2011-10-103-2/+6
| |
* | Merge branch 'master' into rpcJames Moger2011-10-072-0/+2
|\|
| * Updated servlet-api to 3.0 and ported ServletRequestWrapper (issue 23)James Moger2011-10-072-0/+2
| |
* | Merge branch 'master' into rpcJames Moger2011-10-062-2/+4
|\|
| * Set the RSS content type for Firefox 4 (issue 22)James Moger2011-10-062-0/+2
| |
* | New setting to disable RPC administration. Advancing the RPC client.James Moger2011-10-052-6/+17
| |
* | Documentation.James Moger2011-10-022-0/+2
|/
* Login message option. More Bootstrap updates. All docs converted.James Moger2011-09-308-32/+58
|
* More Bootstrap improvements.James Moger2011-09-301-0/+0
| | | | | | | * Strip leading group name from repositories page. * Put topbars on all pages. * Properly sort repositories in all locations. * White Gitblit logo.
* Set default federation strategy in model (issue 20)James Moger2011-09-292-0/+2
|
* Allow SSL renegotiation on Java 1.6.0_22 and laterJames Moger2011-09-282-0/+2
|
* Added IUserService.setup(IStoredSettings) for custom implementations.James Moger2011-09-283-18/+17
| | | | This allows custom implementations to store their settings alongside the Gitblit GO or WAR settings while remaining unit-testable.
* Documentation.James Moger2011-09-274-1/+5
|
* Documentation.James Moger2011-09-261-3/+3
|
* Protect DownloadZipServlet with an AccessRestrictionFilter.James Moger2011-09-262-2/+4
|
* Fixed broken urls for WAR builds.James Moger2011-09-262-6/+11
|
* Documentation.James Moger2011-09-265-0/+16
|
* Implemented a Federation Client. Bare clone tweaks. Documentation.James Moger2011-09-263-5/+29
|
* Bare option for federation pull registrations. Documentation.James Moger2011-09-261-23/+36
|
* Refined mirror federation feature. Documentation.James Moger2011-09-221-26/+29
| | | | HEAD is now properly reset if mirroring is enabled. Updated the federation pull status enum to include no change and mirrored states.
* Updated to JGit 1.1.0 and reverse-sort library dependencies.James Moger2011-09-223-3/+5
|
* Implemented Federation Sets. Documentation.James Moger2011-09-144-4/+10
|
* Updated to Wicket 1.4.18.James Moger2011-09-132-0/+2
|
* Revised federation setting names. Improved documentation.James Moger2011-09-133-18/+73
|
* Largely completed, uber-cool federation feature.James Moger2011-09-129-15/+256
|
* Documentation and prepare 0.5.2 release.v0.5.2James Moger2011-07-272-4/+4
|
* Centralize default branch/HEAD resolution (issue 14)James Moger2011-07-222-0/+2
| | | | | | | | | | | | | | If an object id was not specified Gitblit used HEAD to perform the operation. This breaks under some conditions like working with a repository that does not have any commits on master but does have commits on a vcs-import branch. The new approach is to centralize the resolution of unspecified object ids to a common method which resolves HEAD first but uses the most recently modified branch if HEAD points to nothing. This commit also includes a non-functional method for creating an empty branch. I couldn't figure out how to make JGit create an orphaned branch.
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-221-1/+1
|
* Rollback to Jetty 7.4.3 for now.James Moger2011-07-212-2/+2
| | | | | | | | | Jetty 7.4.4 introduces a fix to correct url generation. Unfortunately, this "fix" creates a bug for resolving the root page. Evidently the bug may really be in Wicket. Wicket Bug: WICKET-3841 Eclipse Bug: 351199
* Documentation.James Moger2011-07-202-2/+4
|
* Documentation and build script improvements.James Moger2011-07-204-8/+156
|
* Allow specification of forward-slash character in urls (issue 11)James Moger2011-07-183-0/+5
|
* Optionally display repository on-disk size on repositories page.James Moger2011-07-112-7/+13
|
* Documentation. Noted commit hooks not supported.James Moger2011-07-071-0/+1
|
* Documentation. Generate properties site page at build time.James Moger2011-07-073-2/+9
|
* Documentation. Site changes.James Moger2011-07-051-1/+2
|