Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | RPC Client: Create/Edit Repository & User. Partially working. | James Moger | 2011-10-12 | 12 | -37/+1118 | |
| | | | | Added new request type to retrieve Gitblit settings to implement the password preferences (minLength, storage type) and federation sets. | |||||
* | Documentation. | James Moger | 2011-10-11 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into rpc | James Moger | 2011-10-11 | 1 | -4/+4 | |
|\ | ||||||
| * | Documentation. Updated to MarkdownPapers 1.2.3. | James Moger | 2011-10-11 | 1 | -4/+4 | |
| | | ||||||
* | | Merge branch 'master' into rpc | James Moger | 2011-10-10 | 4 | -108/+145 | |
|\| | ||||||
| * | Documentation. Updated snapshot to 0.7.0. Merged server.contextPath. | James Moger | 2011-10-10 | 2 | -1/+29 | |
| | | ||||||
| * | o Adding support for customizing the webapp's context path. | Trygve Laugstøl | 2011-10-10 | 1 | -1/+1 | |
| | | ||||||
| * | Indicate current page on documentation. | James Moger | 2011-10-09 | 1 | -106/+115 | |
| | | ||||||
* | | Merge branch 'master' into rpc | James Moger | 2011-10-07 | 3 | -8/+81 | |
|\| | ||||||
| * | Updated servlet-api to 3.0 and ported ServletRequestWrapper (issue 23) | James Moger | 2011-10-07 | 2 | -4/+77 | |
| | | ||||||
| * | Fix SSL allow renegotiation take 2. | James Moger | 2011-10-07 | 1 | -4/+4 | |
| | | ||||||
* | | Merge branch 'master' into rpc | James Moger | 2011-10-06 | 1 | -0/+1 | |
|\| | ||||||
| * | Set the RSS content type for Firefox 4 (issue 22) | James Moger | 2011-10-06 | 1 | -0/+1 | |
| | | ||||||
* | | New setting to disable RPC administration. Advancing the RPC client. | James Moger | 2011-10-05 | 12 | -54/+1041 | |
| | | ||||||
* | | Merge branch 'master' into rpc | James Moger | 2011-10-05 | 7 | -139/+181 | |
|\| | ||||||
| * | Refactored topbar navigation links to indicate current page. | James Moger | 2011-10-05 | 7 | -139/+181 | |
| | | ||||||
* | | Merge branch 'master' into rpc | James Moger | 2011-10-02 | 51 | -454/+642 | |
|\| | ||||||
| * | Login message option. More Bootstrap updates. All docs converted. | James Moger | 2011-09-30 | 8 | -33/+73 | |
| | | ||||||
| * | Clarified page hierarchy. Fixed TicGit pages. | James Moger | 2011-09-30 | 18 | -77/+54 | |
| | | ||||||
| * | More Bootstrap improvements. | James Moger | 2011-09-30 | 20 | -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 Moger | 2011-09-29 | 1 | -2/+2 | |
| | | ||||||
| * | Split RepositoriesPage into 3 pages. Inline page header authentication. | James Moger | 2011-09-29 | 25 | -221/+315 | |
| | | ||||||
| * | Updating web ui to use Twitter's Bootstrap toolkit. | James Moger | 2011-09-29 | 16 | -59/+97 | |
| | | ||||||
* | | Skeleton Gitblit Client app using the json rpc api. | James Moger | 2011-10-02 | 4 | -0/+360 | |
| | | ||||||
* | | Calculate repository sizes in Gitblit instead of the page. | James Moger | 2011-10-02 | 2 | -13/+7 | |
| | | ||||||
* | | Incompatible federation protocol change to handle timezones! | James Moger | 2011-10-02 | 2 | -16/+60 | |
| | | ||||||
* | | Fairly complete json rpc interface to view/control Gitblit data objects. | James Moger | 2011-10-02 | 10 | -98/+649 | |
| | | ||||||
* | | Refactored servlet filters and now have authenticated RpcServlet. | James Moger | 2011-10-01 | 6 | -189/+407 | |
| | | ||||||
* | | Refactored federation servlet and utils. Started rpc servlet and utils. | James Moger | 2011-10-01 | 10 | -290/+641 | |
|/ | ||||||
* | Disable blame link on commit page if no file history. | James Moger | 2011-09-29 | 1 | -1/+2 | |
| | ||||||
* | Set default federation strategy in model (issue 20) | James Moger | 2011-09-29 | 1 | -1/+2 | |
| | ||||||
* | Allow SSL renegotiation on Java 1.6.0_22 and later | James Moger | 2011-09-28 | 1 | -1/+21 | |
| | ||||||
* | Added IUserService.setup(IStoredSettings) for custom implementations. | James Moger | 2011-09-28 | 3 | -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 Moger | 2011-09-28 | 1 | -2/+2 | |
| | ||||||
* | Preparing 0.6.0 release.v0.6.0 | James Moger | 2011-09-27 | 1 | -2/+2 | |
| | ||||||
* | Poke test during proposal phase. | James Moger | 2011-09-27 | 5 | -16/+118 | |
| | ||||||
* | Protect DownloadZipServlet with an AccessRestrictionFilter. | James Moger | 2011-09-26 | 4 | -34/+114 | |
| | ||||||
* | Fixed broken urls for WAR builds. | James Moger | 2011-09-26 | 11 | -25/+28 | |
| | ||||||
* | Unit test of the MailExecutor. | James Moger | 2011-09-26 | 1 | -2/+14 | |
| | ||||||
* | Implemented a Federation Client. Bare clone tweaks. Documentation. | James Moger | 2011-09-26 | 9 | -92/+367 | |
| | ||||||
* | Bare option for federation pull registrations. Documentation. | James Moger | 2011-09-26 | 5 | -5/+12 | |
| | ||||||
* | Revised federation proposal mechanism. Added SendProposalPage. | James Moger | 2011-09-25 | 14 | -123/+297 | |
| | ||||||
* | Rearranged federation status enum. | James Moger | 2011-09-22 | 2 | -2/+2 | |
| | ||||||
* | Refined mirror federation feature. Documentation. | James Moger | 2011-09-22 | 7 | -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 Moger | 2011-09-22 | 3 | -9/+14 | |
| | ||||||
* | Implemented Federation Sets. Documentation. | James Moger | 2011-09-14 | 11 | -28/+118 | |
| | ||||||
* | Updated to Wicket 1.4.18. | James Moger | 2011-09-13 | 1 | -16/+16 | |
| | ||||||
* | Revised federation setting names. Improved documentation. | James Moger | 2011-09-13 | 4 | -14/+20 | |
| | ||||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 45 | -103/+3209 | |
| | ||||||
* | Updated to Markdown Papers 1.1.1 | James Moger | 2011-08-06 | 1 | -4/+4 | |
| |