Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Indicate current page on documentation. | James Moger | 2011-10-09 | 3 | -106/+121 | |
| | | ||||||
* | | Merge branch 'master' into rpc | James Moger | 2011-10-07 | 6 | -9/+84 | |
|\| | ||||||
| * | Updated servlet-api to 3.0 and ported ServletRequestWrapper (issue 23) | James Moger | 2011-10-07 | 5 | -5/+80 | |
| | | ||||||
| * | Fix SSL allow renegotiation take 2. | James Moger | 2011-10-07 | 1 | -4/+4 | |
| | | ||||||
* | | Merge branch 'master' into rpc | James Moger | 2011-10-06 | 5 | -2/+41 | |
|\| | ||||||
| * | Set the RSS content type for Firefox 4 (issue 22) | James Moger | 2011-10-06 | 3 | -0/+3 | |
| | | ||||||
| * | Merge pull request #1 from mmounirou/master | James Moger | 2011-10-06 | 2 | -0/+36 | |
| |\ | | | | | | | add a new scripts to install gitblit as a service on linux | |||||
| | * | add tools to install giblet as service on linux based os | Mohamed MOUNIROU | 2011-10-04 | 2 | -0/+36 | |
| | | | ||||||
* | | | New setting to disable RPC administration. Advancing the RPC client. | James Moger | 2011-10-05 | 16 | -65/+1133 | |
| | | | ||||||
* | | | Merge branch 'master' into rpc | James Moger | 2011-10-05 | 9 | -139/+187 | |
|\| | | ||||||
| * | | Refactored topbar navigation links to indicate current page. | James Moger | 2011-10-05 | 9 | -139/+187 | |
| |/ | ||||||
* | | Delete the test user account as part of cleanup. | James Moger | 2011-10-02 | 1 | -6/+12 | |
| | | ||||||
* | | Documentation. | James Moger | 2011-10-02 | 2 | -0/+2 | |
| | | ||||||
* | | Merge branch 'master' into rpc | James Moger | 2011-10-02 | 69 | -496/+1819 | |
|\| | ||||||
| * | CSS fixes for palette buttons | James Moger | 2011-10-01 | 1 | -0/+15 | |
| | | ||||||
| * | Login message option. More Bootstrap updates. All docs converted. | James Moger | 2011-09-30 | 21 | -82/+187 | |
| | | ||||||
| * | Clarified page hierarchy. Fixed TicGit pages. | James Moger | 2011-09-30 | 18 | -77/+54 | |
| | | ||||||
| * | More Bootstrap improvements. | James Moger | 2011-09-30 | 24 | -79/+147 | |
| | | | | | | | | | | | | | | * 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 | 2 | -3/+4 | |
| | | ||||||
| * | Split RepositoriesPage into 3 pages. Inline page header authentication. | James Moger | 2011-09-29 | 27 | -236/+340 | |
| | | ||||||
| * | Updating web ui to use Twitter's Bootstrap toolkit. | James Moger | 2011-09-29 | 19 | -60/+1112 | |
| | | ||||||
* | | 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 | 12 | -115/+820 | |
| | | ||||||
* | | 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 | 13 | -298/+692 | |
|/ | ||||||
* | 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 | 3 | -1/+4 | |
| | ||||||
* | Allow SSL renegotiation on Java 1.6.0_22 and later | James Moger | 2011-09-28 | 3 | -1/+23 | |
| | ||||||
* | Added IUserService.setup(IStoredSettings) for custom implementations. | James Moger | 2011-09-28 | 6 | -18/+38 | |
| | | | | 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 | 2 | -3/+3 | |
| | ||||||
* | Documentation. | James Moger | 2011-09-27 | 4 | -1/+5 | |
| | ||||||
* | Poke test during proposal phase. | James Moger | 2011-09-27 | 6 | -20/+124 | |
| | ||||||
* | Documentation. | James Moger | 2011-09-26 | 3 | -7/+28 | |
| | ||||||
* | Protect DownloadZipServlet with an AccessRestrictionFilter. | James Moger | 2011-09-26 | 6 | -36/+118 | |
| | ||||||
* | Fixed broken urls for WAR builds. | James Moger | 2011-09-26 | 13 | -31/+39 | |
| | ||||||
* | Unit test of the MailExecutor. | James Moger | 2011-09-26 | 3 | -3/+54 | |
| | ||||||
* | Documentation. | James Moger | 2011-09-26 | 5 | -0/+16 | |
| | ||||||
* | Implemented a Federation Client. Bare clone tweaks. Documentation. | James Moger | 2011-09-26 | 19 | -101/+541 | |
| | ||||||
* | Bare option for federation pull registrations. Documentation. | James Moger | 2011-09-26 | 6 | -28/+48 | |
| | ||||||
* | Revised federation proposal mechanism. Added SendProposalPage. | James Moger | 2011-09-25 | 15 | -126/+304 | |
| | ||||||
* | Rearranged federation status enum. | James Moger | 2011-09-22 | 2 | -2/+2 | |
| | ||||||
* | Refined mirror federation feature. Documentation. | James Moger | 2011-09-22 | 10 | -43/+123 | |
| | | | | 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 | 7 | -22/+29 | |
| | ||||||
* | Implemented Federation Sets. Documentation. | James Moger | 2011-09-14 | 17 | -37/+155 | |
| | ||||||
* | Updated to Wicket 1.4.18. | James Moger | 2011-09-13 | 4 | -36/+38 | |
| | ||||||
* | Revised federation setting names. Improved documentation. | James Moger | 2011-09-13 | 8 | -56/+116 | |
| | ||||||
* | Adjustments to build script for missing build.properties (issue 18) | James Moger | 2011-09-12 | 1 | -3/+13 | |
| |