Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected timestamp on activity panel from author time to committer time | James Moger | 2012-03-25 | 1 | -1/+5 |
| | |||||
* | Implemented RPC administration of indexed branches | James Moger | 2012-03-17 | 1 | -0/+14 |
| | |||||
* | Implemented Lucene search result paging | James Moger | 2012-03-17 | 1 | -0/+4 |
| | |||||
* | Repository-branch Lucene indexing is now opt-in | James Moger | 2012-03-16 | 1 | -1/+2 |
| | |||||
* | Refactored Lucene integration and fixed two index deleteDocument bugs | James Moger | 2012-03-15 | 1 | -2/+2 |
| | |||||
* | Revise indexed fields and improve Lucene page usability | James Moger | 2012-03-12 | 1 | -3/+19 |
| | |||||
* | Revised reindex method per JGit team recommendation | James Moger | 2012-03-12 | 1 | -0/+2 |
| | |||||
* | More Lucene progress | James Moger | 2012-03-09 | 1 | -0/+2 |
| | |||||
* | Activity page now considers all local branches (issue 65) | James Moger | 2012-02-24 | 1 | -13/+52 |
| | |||||
* | Merged issues/lucene branch | James Moger | 2012-02-19 | 2 | -0/+578 |
|\ | |||||
| * | Properly index blobs on a branch | James Moger | 2012-02-19 | 1 | -1/+3 |
| | | |||||
| * | Implemented multi-repository Lucene search | James Moger | 2012-02-17 | 1 | -1/+3 |
| | | |||||
| * | Fixed date bugs on IssueModel | James Moger | 2012-02-17 | 1 | -1/+6 |
| | | |||||
| * | Fairly functional Lucene backend for commits, blobs, and issues | James Moger | 2012-01-24 | 2 | -0/+52 |
| | | |||||
| * | More functional issues. | James Moger | 2012-01-15 | 1 | -49/+256 |
| | | |||||
| * | Branch for implementing distributed gb-issues | James Moger | 2012-01-13 | 1 | -0/+310 |
| | | |||||
* | | Block pushes to a repository with a working copy (issue 49) | James Moger | 2012-02-03 | 1 | -3/+3 |
| | | |||||
* | | Refactored and unit tested updating HEAD feature | James Moger | 2012-02-02 | 1 | -2/+2 |
| | | |||||
* | | RepositoryModel will use String rather than RefModel to track the current | Philip L. McMahon | 2012-01-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | symbolic head and available heads. Added convenience methods to JGitUtils to support retrieving available heads as List<String>. When resolving the symbolic head target as a String, if the head is detached, attempt to match the commit SHA1 against the known tags, using the most recent tag if more than one matches. Revised error messaging to better reflect actual outcome. Adjusted tab indexes on edit repository page to include default head combo box. Updated message key for default head combo box to use uppercase "HEAD". | ||||
* | | Allow administrative modification of the default branch/tag referenced by HEAD. | Philip L. McMahon | 2012-01-26 | 1 | -0/+2 |
|/ | | | | | This allows control over the default branch after clone, which is equivalent to running: git symbolic-ref HEAD refs/heads/mybranch | ||||
* | Documentation. Find bugs. Organized imports. | James Moger | 2012-01-09 | 1 | -1/+1 |
| | |||||
* | Strip trailing .git from displayed repository links, saves room, looks cleaner | James Moger | 2012-01-06 | 1 | -1/+6 |
| | |||||
* | Implemented Team hook scripts | James Moger | 2011-12-27 | 1 | -0/+3 |
| | |||||
* | Support mailing lists for Teams | James Moger | 2011-12-21 | 1 | -0/+8 |
| | |||||
* | Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵ | James Moger | 2011-12-20 | 1 | -1/+1 |
| | | | | RepositoryModel.mailingLists | ||||
* | RPC support for hook script selection | James Moger | 2011-12-19 | 1 | -0/+2 |
| | |||||
* | Edit and store per-repository mail recipients in site and RPC | James Moger | 2011-12-17 | 1 | -0/+1 |
| | |||||
* | Groovy push hooks | James Moger | 2011-12-16 | 1 | -0/+2 |
| | |||||
* | Federation support for Teams | James Moger | 2011-12-13 | 1 | -0/+12 |
| | |||||
* | Teams support. | James Moger | 2011-12-07 | 2 | -2/+111 |
| | | | | | | 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. | ||||
* | Implemented ConfigUserService. Fixed and deprecated FileUserService. | James Moger | 2011-12-04 | 1 | -0/+8 |
| | |||||
* | Tighter Gravatar integration. New window/tab on most activity links. | James Moger | 2011-11-21 | 1 | -0/+83 |
| | | | | | | | | 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 | 3 | -133/+169 |
| | |||||
* | Working draft of the aggregate activity page | James Moger | 2011-11-16 | 2 | -0/+133 |
| | |||||
* | Metric object now implements comparable. Adjust gravatar css. | James Moger | 2011-11-16 | 1 | -1/+12 |
| | |||||
* | Revised user access checks to account for repository ownership. | James Moger | 2011-11-11 | 1 | -0/+16 |
| | | | | | Repository owners no longer have to be explicitly selected to grant them access to Git, feeds, and zip downloads. Idea from Github/dadalar. | ||||
* | Log feature based on Search dialog. Renamed some classes. | James Moger | 2011-11-07 | 1 | -5/+5 |
| | |||||
* | Moved ObjectCache class | James Moger | 2011-11-07 | 1 | -88/+0 |
| | |||||
* | Revised branch rendering. Added ref rendering to message column. | James Moger | 2011-11-03 | 1 | -0/+2 |
| | |||||
* | Differentiate new activity on feeds panel | James Moger | 2011-11-03 | 1 | -3/+5 |
| | |||||
* | Branch renderer. String change. Config section name changes. | James Moger | 2011-11-01 | 1 | -13/+6 |
| | |||||
* | Build gbapi jar. Eliminate unnecessary gbapi runtime dependencies. | James Moger | 2011-11-01 | 1 | -11/+1 |
| | |||||
* | Refactored monolithic GitblitPanel into pieces. Revised feed generation. | James Moger | 2011-11-01 | 1 | -1/+1 |
| | |||||
* | More feeds work in Manager | James Moger | 2011-10-31 | 2 | -1/+96 |
| | |||||
* | Added basic rss subscriptions to Manager | James Moger | 2011-10-28 | 2 | -0/+60 |
| | |||||
* | Add version number and date to ServerStatus. Conditionally hide status. | James Moger | 2011-10-27 | 1 | -9/+17 |
| | |||||
* | Organized imports | James Moger | 2011-10-26 | 1 | -1/+0 |
| | |||||
* | Documentation. Changed status RPC protection. Status tab for Manager. | James Moger | 2011-10-25 | 1 | -3/+8 |
| | |||||
* | Per-repository setting to skip summary metrics | James Moger | 2011-10-23 | 1 | -0/+1 |
| | |||||
* | Fixed null pointer in object cache | James Moger | 2011-10-22 | 1 | -1/+4 |
| |