summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* RPC Client: Create/Edit Repository & User. Partially working.James Moger2011-10-1212-37/+1118
| | | | Added new request type to retrieve Gitblit settings to implement the password preferences (minLength, storage type) and federation sets.
* Documentation.James Moger2011-10-111-1/+1
|
* Merge branch 'master' into rpcJames Moger2011-10-111-4/+4
|\
| * Documentation. Updated to MarkdownPapers 1.2.3.James Moger2011-10-111-4/+4
| |
* | Merge branch 'master' into rpcJames Moger2011-10-104-108/+145
|\|
| * Documentation. Updated snapshot to 0.7.0. Merged server.contextPath.James Moger2011-10-102-1/+29
| |
| * o Adding support for customizing the webapp's context path.Trygve Laugstøl2011-10-101-1/+1
| |
| * Indicate current page on documentation.James Moger2011-10-091-106/+115
| |
* | Merge branch 'master' into rpcJames Moger2011-10-073-8/+81
|\|
| * Updated servlet-api to 3.0 and ported ServletRequestWrapper (issue 23)James Moger2011-10-072-4/+77
| |
| * Fix SSL allow renegotiation take 2.James Moger2011-10-071-4/+4
| |
* | Merge branch 'master' into rpcJames Moger2011-10-061-0/+1
|\|
| * Set the RSS content type for Firefox 4 (issue 22)James Moger2011-10-061-0/+1
| |
* | New setting to disable RPC administration. Advancing the RPC client.James Moger2011-10-0512-54/+1041
| |
* | Merge branch 'master' into rpcJames Moger2011-10-057-139/+181
|\|
| * Refactored topbar navigation links to indicate current page.James Moger2011-10-057-139/+181
| |
* | Merge branch 'master' into rpcJames Moger2011-10-0251-454/+642
|\|
| * Login message option. More Bootstrap updates. All docs converted.James Moger2011-09-308-33/+73
| |
| * Clarified page hierarchy. Fixed TicGit pages.James Moger2011-09-3018-77/+54
| |
| * More Bootstrap improvements.James Moger2011-09-3020-72/+110
| | | | | | | | | | | | | | * Strip leading group name from repositories page. * Put topbars on all pages. * Properly sort repositories in all locations. * White Gitblit logo.
| * Adjusted Metric chart widths. Diff hunk header css tweak.James Moger2011-09-291-2/+2
| |
| * Split RepositoriesPage into 3 pages. Inline page header authentication.James Moger2011-09-2925-221/+315
| |
| * Updating web ui to use Twitter's Bootstrap toolkit.James Moger2011-09-2916-59/+97
| |
* | Skeleton Gitblit Client app using the json rpc api.James Moger2011-10-024-0/+360
| |
* | Calculate repository sizes in Gitblit instead of the page.James Moger2011-10-022-13/+7
| |
* | Incompatible federation protocol change to handle timezones!James Moger2011-10-022-16/+60
| |
* | Fairly complete json rpc interface to view/control Gitblit data objects.James Moger2011-10-0210-98/+649
| |
* | Refactored servlet filters and now have authenticated RpcServlet.James Moger2011-10-016-189/+407
| |
* | Refactored federation servlet and utils. Started rpc servlet and utils.James Moger2011-10-0110-290/+641
|/
* 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
|