Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Externalized a bunch of strings for translation | James Moger | 2012-03-25 | 1 | -1/+48 | |
| | ||||||
* | Added web.allowLuceneIndexing to enable/disable Lucene integration | James Moger | 2012-03-25 | 1 | -1/+2 | |
| | ||||||
* | Adjust translation for default branch (HEAD) | James Moger | 2012-03-20 | 1 | -0/+1 | |
| | ||||||
* | Polish the Lucene search page. Integrate both search mechanisms. | James Moger | 2012-03-19 | 1 | -2/+2 | |
| | ||||||
* | Repository-branch Lucene indexing is now opt-in | James Moger | 2012-03-16 | 1 | -1/+6 | |
| | ||||||
* | Replaced "committed" with "authored" on activity page | James Moger | 2012-03-14 | 1 | -1/+3 | |
| | ||||||
* | More Lucene progress | James Moger | 2012-03-09 | 1 | -1/+3 | |
| | ||||||
* | Update to Bootstrap 2.0 | James Moger | 2012-02-16 | 1 | -1/+1 | |
| | ||||||
* | Indicate WORKING COPY on repository pages (issue 49) | James Moger | 2012-02-04 | 1 | -1/+3 | |
| | ||||||
* | Refactored and unit tested updating HEAD feature | James Moger | 2012-02-02 | 1 | -2/+1 | |
| | ||||||
* | RepositoryModel will use String rather than RefModel to track the current | Philip L. McMahon | 2012-01-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | 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 | |||||
* | Support for gh-pages branch serving as /pages/repo.git | James Moger | 2012-01-09 | 1 | -1/+2 | |
| | ||||||
* | Integrated selectable days back filtering in filters menu | James Moger | 2011-12-29 | 1 | -1/+2 | |
| | ||||||
* | Show additional columns in users and teams tables | James Moger | 2011-12-28 | 1 | -1/+1 | |
| | ||||||
* | Added some descriptive subheadings to edit pages | James Moger | 2011-12-27 | 1 | -1/+7 | |
| | ||||||
* | Filters menu for Repositories page and Activity page (issue 27) | James Moger | 2011-12-23 | 1 | -1/+2 | |
| | ||||||
* | Display inherited scripts in EditRepository page. Drop mailing list helpline. | James Moger | 2011-12-23 | 1 | -1/+0 | |
| | ||||||
* | Support mailing lists for Teams | James Moger | 2011-12-21 | 1 | -1/+2 | |
| | ||||||
* | Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵ | James Moger | 2011-12-20 | 1 | -3/+3 | |
| | | | | RepositoryModel.mailingLists | |||||
* | Server-side hook script selection. Documentation. | James Moger | 2011-12-19 | 1 | -1/+4 | |
| | ||||||
* | Edit and store per-repository mail recipients in site and RPC | James Moger | 2011-12-17 | 1 | -1/+3 | |
| | ||||||
* | Implemented empty repository page (issue 31) | James Moger | 2011-12-09 | 1 | -1/+3 | |
| | ||||||
* | Teams support. | James Moger | 2011-12-07 | 1 | -1/+7 | |
| | | | | | | 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. | |||||
* | Reorganizing the recent activity feature | James Moger | 2011-11-19 | 1 | -1/+2 | |
| | ||||||
* | Working draft of the aggregate activity page | James Moger | 2011-11-16 | 1 | -1/+7 | |
| | ||||||
* | Search added to gbapi. Search dialog for Manager. Misc Manager fixes. | James Moger | 2011-11-04 | 1 | -1/+2 | |
| | ||||||
* | Revised branch rendering. Added ref rendering to message column. | James Moger | 2011-11-03 | 1 | -1/+1 | |
| | ||||||
* | Branch renderer. String change. Config section name changes. | James Moger | 2011-11-01 | 1 | -1/+1 | |
| | ||||||
* | More feeds work in Manager | James Moger | 2011-10-31 | 1 | -2/+3 | |
| | ||||||
* | Added basic rss subscriptions to Manager | James Moger | 2011-10-28 | 1 | -1/+4 | |
| | ||||||
* | Add version number and date to ServerStatus. Conditionally hide status. | James Moger | 2011-10-27 | 1 | -1/+3 | |
| | ||||||
* | Documentation. Changed status RPC protection. Status tab for Manager. | James Moger | 2011-10-25 | 1 | -1/+8 | |
| | ||||||
* | Show since in settings table. Pack settings table. | James Moger | 2011-10-24 | 1 | -1/+2 | |
| | ||||||
* | Functional edit setting feature for Manager. Wrote stacktrace viewer. | James Moger | 2011-10-24 | 1 | -1/+3 | |
| | | | Trap connect exceptions. | |||||
* | Object counts and refresh labels on all header panels | James Moger | 2011-10-24 | 1 | -1/+2 | |
| | ||||||
* | Per-repository setting to skip summary metrics | James Moger | 2011-10-23 | 1 | -1/+3 | |
| | ||||||
* | Log calculation time of repository sizes. (issue 27) | James Moger | 2011-10-21 | 1 | -1/+3 | |
| | | | | Also added a per-repository skip calculation flag. | |||||
* | Management of registrations. Usability improvements. | James Moger | 2011-10-18 | 1 | -1/+3 | |
| | ||||||
* | Added icons and polish. Save and load gitblit registrations. | James Moger | 2011-10-18 | 1 | -1/+2 | |
| | ||||||
* | Use tabs in repository dialog and show origin. | James Moger | 2011-10-16 | 1 | -1/+2 | |
| | ||||||
* | Localized RPC client using server's resource file. | James Moger | 2011-10-13 | 1 | -1/+15 | |
| | ||||||
* | RPC Client: Create/Edit Repository & User. Partially working. | James Moger | 2011-10-12 | 1 | -2/+2 | |
| | | | | Added new request type to retrieve Gitblit settings to implement the password preferences (minLength, storage type) and federation sets. | |||||
* | Login message option. More Bootstrap updates. All docs converted. | James Moger | 2011-09-30 | 1 | -1/+1 | |
| | ||||||
* | Split RepositoriesPage into 3 pages. Inline page header authentication. | James Moger | 2011-09-29 | 1 | -1/+3 | |
| | ||||||
* | Revised federation proposal mechanism. Added SendProposalPage. | James Moger | 2011-09-25 | 1 | -1/+5 | |
| | ||||||
* | Implemented Federation Sets. Documentation. | James Moger | 2011-09-14 | 1 | -4/+5 | |
| | ||||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 1 | -1/+33 | |
| | ||||||
* | Change password feature (issue 1) | James Moger | 2011-07-20 | 1 | -3/+5 | |
| | ||||||
* | Mostly stable war build. | James Moger | 2011-06-18 | 1 | -2/+2 | |
| | | | | | 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. |