Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation. Find bugs. Organized imports. | James Moger | 2012-01-09 | 1 | -2/+0 |
| | |||||
* | Support for gh-pages branch serving as /pages/repo.git | James Moger | 2012-01-09 | 2 | -1/+27 |
| | |||||
* | Use .git-stripped repository name for calculating color | James Moger | 2012-01-06 | 2 | -3/+3 |
| | |||||
* | Strip trailing .git from displayed repository links, saves room, looks cleaner | James Moger | 2012-01-06 | 2 | -2/+3 |
| | |||||
* | Indicate selected filters. Strip default db value from links. | James Moger | 2011-12-30 | 1 | -1/+4 |
| | |||||
* | Integrated selectable days back filtering in filters menu | James Moger | 2011-12-29 | 1 | -2/+1 |
| | |||||
* | Show additional columns in users and teams tables | James Moger | 2011-12-28 | 4 | -31/+55 |
| | |||||
* | Filters menu for Repositories page and Activity page (issue 27) | James Moger | 2011-12-23 | 3 | -7/+111 |
| | |||||
* | Removed unnecessary tags | James Moger | 2011-12-23 | 1 | -3/+0 |
| | |||||
* | Display inherited scripts in EditRepository page. Drop mailing list helpline. | James Moger | 2011-12-23 | 2 | -0/+61 |
| | |||||
* | Filtering repositories and activity pages via url parameters (issue 27) | James Moger | 2011-12-22 | 1 | -10/+2 |
| | |||||
* | Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵ | James Moger | 2011-12-20 | 1 | -1/+2 |
| | | | | RepositoryModel.mailingLists | ||||
* | Integrated Clippy for a better copy-to-clipboard experience | James Moger | 2011-12-13 | 4 | -6/+407 |
| | |||||
* | Implemented empty repository page (issue 31) | James Moger | 2011-12-09 | 4 | -11/+68 |
| | |||||
* | Teams support. | James Moger | 2011-12-07 | 3 | -1/+134 |
| | | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress. | ||||
* | Tighter Gravatar integration. New window/tab on most activity links. | James Moger | 2011-11-21 | 5 | -10/+99 |
| | | | | | | | | Each Gravatar thumbnail is now a link to the Gitblit Gravatar profile page. This page displays some of the profile information and contains a link to the full Gravatar profile. Activity page links now launch a new window/tab instead of targeting "self" since it can be expensive to requery the activity information. | ||||
* | Reorganizing the recent activity feature | James Moger | 2011-11-19 | 2 | -14/+22 |
| | |||||
* | Calculate repository color from name. Show swatch on repository list. | James Moger | 2011-11-18 | 2 | -3/+10 |
| | |||||
* | Working draft of the aggregate activity page | James Moger | 2011-11-16 | 2 | -0/+180 |
| | |||||
* | Moved SearchType enum to Constants | James Moger | 2011-11-04 | 5 | -17/+17 |
| | |||||
* | Merge branch 'master' into rpc | James Moger | 2011-10-05 | 2 | -0/+64 |
|\ | |||||
| * | Refactored topbar navigation links to indicate current page. | James Moger | 2011-10-05 | 2 | -0/+64 |
| | | |||||
* | | Merge branch 'master' into rpc | James Moger | 2011-10-02 | 10 | -18/+30 |
|\| | |||||
| * | More Bootstrap improvements. | James Moger | 2011-09-30 | 2 | -5/+15 |
| | | | | | | | | | | | | | | * Strip leading group name from repositories page. * Put topbars on all pages. * Properly sort repositories in all locations. * White Gitblit logo. | ||||
| * | Updating web ui to use Twitter's Bootstrap toolkit. | James Moger | 2011-09-29 | 9 | -14/+16 |
| | | |||||
* | | 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 |
|/ | |||||
* | Fixed broken urls for WAR builds. | James Moger | 2011-09-26 | 2 | -4/+5 |
| | |||||
* | Revised federation proposal mechanism. Added SendProposalPage. | James Moger | 2011-09-25 | 2 | -20/+10 |
| | |||||
* | Implemented Federation Sets. Documentation. | James Moger | 2011-09-14 | 2 | -15/+23 |
| | |||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 9 | -11/+453 |
| | |||||
* | Cleanup imports and formatting. | James Moger | 2011-07-25 | 1 | -1/+0 |
| | |||||
* | Fixed incorrect branch name. | James Moger | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | Centralize default branch/HEAD resolution (issue 14) | James Moger | 2011-07-22 | 2 | -2/+10 |
| | | | | | | | | | | | | | | 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 | 3 | -13/+15 |
| | |||||
* | Cancel buttons on edit pages. Column fix for flat repositories view. | James Moger | 2011-07-20 | 1 | -2/+3 |
| | |||||
* | Optionally display repository on-disk size on repositories page. | James Moger | 2011-07-11 | 2 | -9/+30 |
| | |||||
* | Big push for first release. | James Moger | 2011-06-25 | 6 | -21/+34 |
| | | | | | | | | | | | | * 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. | ||||
* | Mostly stable war build. | James Moger | 2011-06-18 | 4 | -20/+14 |
| | | | | | 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 | 2 | -2/+11 |
| | | | | | | | | | | | | | | | | 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 | 2 | -1/+5 |
| | |||||
* | Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs. | James Moger | 2011-06-08 | 4 | -6/+7 |
| | |||||
* | Improved metrics page and added metrics links to branches panel. | James Moger | 2011-06-07 | 4 | -13/+57 |
| | |||||
* | Fixed refs linking problem. Author metrics are lowercase. | James Moger | 2011-06-04 | 3 | -24/+38 |
| | |||||
* | GitNotes. Unit testing. More correct refs. | James Moger | 2011-06-03 | 7 | -53/+123 |
| | |||||
* | Unit testing. Start of git-notes display feature. | James Moger | 2011-06-02 | 1 | -2/+13 |
| | |||||
* | Unit testing. Disable links on first commit. Initial stats page. | James Moger | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | Unit testing. | James Moger | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 13 | -27/+83 |
| | |||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 12 | -122/+227 |
| |