summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Disable blame link on commit page if no file history.James Moger2011-09-291-1/+2
|
* Set default federation strategy in model (issue 20)James Moger2011-09-291-1/+2
|
* Allow SSL renegotiation on Java 1.6.0_22 and laterJames Moger2011-09-281-1/+21
|
* Added IUserService.setup(IStoredSettings) for custom implementations.James Moger2011-09-283-0/+21
| | | | This allows custom implementations to store their settings alongside the Gitblit GO or WAR settings while remaining unit-testable.
* Reset build identifiers to SNAPSHOT.James Moger2011-09-281-2/+2
|
* Preparing 0.6.0 release.v0.6.0James Moger2011-09-271-2/+2
|
* Poke test during proposal phase.James Moger2011-09-275-16/+118
|
* Protect DownloadZipServlet with an AccessRestrictionFilter.James Moger2011-09-264-34/+114
|
* Fixed broken urls for WAR builds.James Moger2011-09-2611-25/+28
|
* Unit test of the MailExecutor.James Moger2011-09-261-2/+14
|
* Implemented a Federation Client. Bare clone tweaks. Documentation.James Moger2011-09-269-92/+367
|
* Bare option for federation pull registrations. Documentation.James Moger2011-09-265-5/+12
|
* Revised federation proposal mechanism. Added SendProposalPage.James Moger2011-09-2514-123/+297
|
* Rearranged federation status enum.James Moger2011-09-222-2/+2
|
* Refined mirror federation feature. Documentation.James Moger2011-09-227-16/+79
| | | | 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-9/+14
|
* Implemented Federation Sets. Documentation.James Moger2011-09-1411-28/+118
|
* Updated to Wicket 1.4.18.James Moger2011-09-131-16/+16
|
* Revised federation setting names. Improved documentation.James Moger2011-09-134-14/+20
|
* Largely completed, uber-cool federation feature.James Moger2011-09-1245-103/+3209
|
* Updated to Markdown Papers 1.1.1James Moger2011-08-061-4/+4
|
* Fix for long email addresses in author metrics (issue 15).James Moger2011-08-042-25/+34
|
* Switch back to development.James Moger2011-07-271-2/+2
|
* Documentation and prepare 0.5.2 release.v0.5.2James Moger2011-07-271-2/+2
|
* Cleanup imports and formatting.James Moger2011-07-255-7/+5
|
* Fixed incorrect branch name.James Moger2011-07-251-1/+1
|
* Centralize default branch/HEAD resolution (issue 14)James Moger2011-07-2214-96/+325
| | | | | | | | | | | | | | 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.
* Fixed (again) empty repository check (issue 13)James Moger2011-07-221-3/+3
|
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-2229-104/+161
|
* Rollback to Jetty 7.4.3 for now.James Moger2011-07-211-4/+4
| | | | | | | | | 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-201-0/+7
|
* Misc fixes.James Moger2011-07-201-2/+1
|
* Fixed rename and delete repository (issue 10)James Moger2011-07-201-1/+40
| | | | | | | | | | | | | | This was due to use of the FileResolver which caches repository objects. Calling close() on a cached repository instance would decrement a counter, but the repository would never really close and release all its resources because the FileResolver "held" the first count/reference so the object and refs databases were never closed. The solution was to use reflection to determine the actual "useCnt" of the repository and then call close() that number of times. In practice, the "useCnt" is probably always 2, and that is the default value in case reflection fails.
* Documentation and build script improvements.James Moger2011-07-201-10/+56
|
* Cancel buttons on edit pages. Column fix for flat repositories view.James Moger2011-07-205-4/+32
|
* Change password feature (issue 1)James Moger2011-07-205-11/+223
|
* Default to port 8443 for GO to be more nix friendly (issue 12)James Moger2011-07-201-1/+19
|
* Redefined how to check for "empty" repository (issue 13)James Moger2011-07-201-1/+2
|
* Updated to Jetty 7.4.4James Moger2011-07-201-4/+4
|
* Fix to BuildSite for pages with underscores in name.James Moger2011-07-181-0/+2
|
* Allow specification of forward-slash character in urls (issue 11)James Moger2011-07-184-1/+118
|
* Updated MarkdownPapers to 1.1.0.James Moger2011-07-181-4/+4
|
* Fix to build method.James Moger2011-07-121-1/+1
|
* Optionally display repository on-disk size on repositories page.James Moger2011-07-115-11/+69
|
* ByteFormat now returns integer KB values.James Moger2011-07-111-1/+1
|
* Documentation. Generate properties site page at build time.James Moger2011-07-071-2/+89
|
* Documentation. Site changes.James Moger2011-07-051-2/+26
|
* Documentation. Added JavaDoc. Clarified repository access restriction.James Moger2011-07-053-99/+460
|
* Documentation. Added JavaDoc comments.James Moger2011-07-0120-103/+588
|
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-0125-135/+1074
|