Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Login message option. More Bootstrap updates. All docs converted. | James Moger | 2011-09-30 | 7 | -32/+72 | |
| | | ||||||
| * | Clarified page hierarchy. Fixed TicGit pages. | James Moger | 2011-09-30 | 18 | -77/+54 | |
| | | ||||||
| * | More Bootstrap improvements. | James Moger | 2011-09-30 | 15 | -53/+64 | |
| | | | | | | | | | | | | | | * 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 | |
| | | ||||||
* | | Calculate repository sizes in Gitblit instead of the page. | James Moger | 2011-10-02 | 1 | -13/+2 | |
| | | ||||||
* | | Refactored federation servlet and utils. Started rpc servlet and utils. | James Moger | 2011-10-01 | 1 | -4/+4 | |
|/ | ||||||
* | Disable blame link on commit page if no file history. | James Moger | 2011-09-29 | 1 | -1/+2 | |
| | ||||||
* | Poke test during proposal phase. | James Moger | 2011-09-27 | 1 | -5/+33 | |
| | ||||||
* | Fixed broken urls for WAR builds. | James Moger | 2011-09-26 | 7 | -15/+17 | |
| | ||||||
* | Bare option for federation pull registrations. Documentation. | James Moger | 2011-09-26 | 1 | -0/+1 | |
| | ||||||
* | Revised federation proposal mechanism. Added SendProposalPage. | James Moger | 2011-09-25 | 10 | -34/+185 | |
| | ||||||
* | Refined mirror federation feature. Documentation. | James Moger | 2011-09-22 | 2 | -1/+3 | |
| | | | | HEAD is now properly reset if mirroring is enabled. Updated the federation pull status enum to include no change and mirrored states. | |||||
* | Implemented Federation Sets. Documentation. | James Moger | 2011-09-14 | 6 | -24/+57 | |
| | ||||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 24 | -55/+970 | |
| | ||||||
* | Fix for long email addresses in author metrics (issue 15). | James Moger | 2011-08-04 | 2 | -25/+34 | |
| | ||||||
* | Cleanup imports and formatting. | James Moger | 2011-07-25 | 3 | -3/+1 | |
| | ||||||
* | Fixed incorrect branch name. | James Moger | 2011-07-25 | 1 | -1/+1 | |
| | ||||||
* | Centralize default branch/HEAD resolution (issue 14) | James Moger | 2011-07-22 | 9 | -36/+73 | |
| | | | | | | | | | | | | | | 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 Moger | 2011-07-22 | 12 | -45/+46 | |
| | ||||||
* | Cancel buttons on edit pages. Column fix for flat repositories view. | James Moger | 2011-07-20 | 5 | -4/+32 | |
| | ||||||
* | Change password feature (issue 1) | James Moger | 2011-07-20 | 5 | -11/+223 | |
| | ||||||
* | Allow specification of forward-slash character in urls (issue 11) | James Moger | 2011-07-18 | 2 | -1/+84 | |
| | ||||||
* | Optionally display repository on-disk size on repositories page. | James Moger | 2011-07-11 | 2 | -9/+30 | |
| | ||||||
* | Documentation. Added JavaDoc. Clarified repository access restriction. | James Moger | 2011-07-05 | 1 | -1/+1 | |
| | ||||||
* | Documentation. Adding JavaDoc comments. Adjustments to method names. | James Moger | 2011-07-01 | 2 | -2/+2 | |
| | ||||||
* | Use Sitename on login page. | James Moger | 2011-06-28 | 1 | -1/+1 | |
| | ||||||
* | Big push for first release. | James Moger | 2011-06-25 | 16 | -56/+134 | |
| | | | | | | | | | | | | * Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation. | |||||
* | Mount parameters setting. | James Moger | 2011-06-18 | 1 | -0/+3 | |
| | ||||||
* | Mostly stable war build. | James Moger | 2011-06-18 | 68 | -994/+95 | |
| | | | | | Reorganization of resources. Dropped most hard-coded webapp configuration in favor of common web.xml file. Still contemplating configuring git servlet from web.xml too. | |||||
* | Added AccessRestrictionFilter and simplified authentication. | James Moger | 2011-06-14 | 9 | -62/+72 | |
| | | | | | | | | | | | | | | | | Replaced servlet container basic authentication with a custom servlet filter which performs the same function. The advantage to this is that the servlet container is now divorced from the webapp. The login service (realm) also simplified a great deal and removes its Jetty dependencies. Additionally, the basic authorization pop-up will be displayed as needed based on the repository's access restriction. This was necessary for view-restricted repositories with the RSS feature. Its also necessary for completely open repositories as before it would prompt for credentials. Improved feed syndication feature. | |||||
* | RSS syndication feature. Documentation. CSS tweaks. | James Moger | 2011-06-11 | 8 | -9/+26 | |
| | ||||||
* | Unit testing. Documentation. Simplified settings classes. | James Moger | 2011-06-09 | 3 | -29/+40 | |
| | ||||||
* | Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs. | James Moger | 2011-06-08 | 16 | -58/+111 | |
| | ||||||
* | Stubbed out Blame. Added Github banner to site. Documentation. | James Moger | 2011-06-08 | 12 | -22/+168 | |
| | ||||||
* | Improved metrics page and added metrics links to branches panel. | James Moger | 2011-06-07 | 12 | -70/+129 | |
| | ||||||
* | Added git-notes to docs. Fixed parent path mode. | James Moger | 2011-06-05 | 1 | -1/+2 | |
| | ||||||
* | Fixed refs linking problem. Author metrics are lowercase. | James Moger | 2011-06-04 | 4 | -25/+39 | |
| | ||||||
* | GitNotes. Unit testing. More correct refs. | James Moger | 2011-06-03 | 17 | -191/+340 | |
| | ||||||
* | Unit testing. Start of git-notes display feature. | James Moger | 2011-06-02 | 8 | -12/+70 | |
| | ||||||
* | Refactored some unit tests and utils. | James Moger | 2011-06-01 | 3 | -5/+6 | |
| | ||||||
* | Documentation. Enforce ".git" suffix for created repositories. | James Moger | 2011-06-01 | 2 | -3/+5 | |
| | ||||||
* | Readme markdown on summary page per-repository. | James Moger | 2011-06-01 | 6 | -6/+59 | |
| | ||||||
* | Stats -> Metrics. Docs in distribution zip. Created MetricUtils. | James Moger | 2011-06-01 | 8 | -18/+19 | |
| | ||||||
* | Unit testing. Disable links on first commit. Initial stats page. | James Moger | 2011-06-01 | 12 | -55/+295 | |
| | ||||||
* | Unit testing. | James Moger | 2011-05-29 | 4 | -6/+6 | |
| | ||||||
* | Unit testing. Removal of some unused code paths. | James Moger | 2011-05-28 | 2 | -3/+11 | |
| | ||||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 50 | -580/+94 | |
| | ||||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 45 | -456/+801 | |
| |