Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Setting to control display/serving non-bare repositories (issue 49) | James Moger | 2012-02-03 | 2 | -18/+14 | |
| | | | ||||||
* | | | Block pushes to a repository with a working copy (issue 49) | James Moger | 2012-02-03 | 7 | -5/+78 | |
| | | | ||||||
* | | | Return to Users page after add/edit team | James Moger | 2012-02-03 | 1 | -4/+2 | |
| | | | ||||||
* | | | Prevent add/edit team with no selected repositories (issue 56) | James Moger | 2012-02-03 | 1 | -0/+4 | |
| | | | ||||||
* | | | Disallow browser autocomplete on add/edit pages | James Moger | 2012-02-03 | 3 | -0/+12 | |
| | | | ||||||
* | | | Change default long date/time formats (issue 50) | James Moger | 2012-02-03 | 2 | -2/+2 | |
| | | | ||||||
* | | | Refactored and unit tested updating HEAD feature | James Moger | 2012-02-02 | 7 | -54/+49 | |
| | | | ||||||
* | | | Added support to Manager for relinking HEAD via JSON-RPC | James Moger | 2012-02-02 | 1 | -49/+92 | |
| | | | ||||||
* | | | Added some logging for relinking HEAD | James Moger | 2012-02-02 | 1 | -2/+10 | |
| | | | ||||||
* | | | Fixed bug in repository creation related to relinking head feature | James Moger | 2012-02-02 | 1 | -2/+7 | |
| | | | ||||||
* | | | Drop -javadoc jar dependencies, they are unnecessary | James Moger | 2012-02-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Do not traverse unaccessible subdirectories (issue 51) | lemval | 2012-01-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | RepositoryModel will use String rather than RefModel to track the current | Philip L. McMahon | 2012-01-28 | 6 | -67/+83 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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". | |||||
* | | | Correct update of HEAD symbolic reference when target is a tag. | Philip L. McMahon | 2012-01-26 | 1 | -6/+22 | |
| | | | | | | | | | | | | | | | Revised update results which are considered successful and improved error messaging. | |||||
* | | | Allow administrative modification of the default branch/tag referenced by HEAD. | Philip L. McMahon | 2012-01-26 | 6 | -0/+76 | |
| | | | | | | | | | | | | | | | This allows control over the default branch after clone, which is equivalent to running: git symbolic-ref HEAD refs/heads/mybranch | |||||
* | | | Fixed username case-sensitivity bugs (issue 43) | James Moger | 2012-01-16 | 4 | -26/+26 | |
| | | | ||||||
* | | | Use pre on commit and tag pages | James Moger | 2012-01-16 | 2 | -2/+2 | |
| | | | ||||||
* | | | Change build identifiers | James Moger | 2012-01-13 | 1 | -2/+2 | |
| |/ |/| | ||||||
* | | Fixed upgrade bug in user service (issue 41)v0.8.2 | James Moger | 2012-01-13 | 2 | -4/+4 | |
|/ | ||||||
* | Change build identifiers. | James Moger | 2012-01-12 | 1 | -2/+2 | |
| | ||||||
* | Release v0.8.1v0.8.1 | James Moger | 2012-01-11 | 1 | -2/+2 | |
| | ||||||
* | Fixed missing icon resource for the manager (issue 40) | James Moger | 2012-01-11 | 1 | -2/+2 | |
| | ||||||
* | Release v0.8.0v0.8.0 | James Moger | 2012-01-11 | 1 | -2/+2 | |
| | ||||||
* | Fixed some null pointer bugs in the pages servlet | James Moger | 2012-01-11 | 1 | -12/+32 | |
| | ||||||
* | Update the gh-pages branch on release with the built site | James Moger | 2012-01-11 | 1 | -0/+259 | |
| | ||||||
* | Updated to Groovy 1.8.5 | James Moger | 2012-01-09 | 1 | -2/+2 | |
| | ||||||
* | New function to create an orphan branch (for future use) | James Moger | 2012-01-09 | 1 | -28/+70 | |
| | ||||||
* | Refactored named branch retrieval function | James Moger | 2012-01-09 | 2 | -33/+22 | |
| | ||||||
* | Documentation. Find bugs. Organized imports. | James Moger | 2012-01-09 | 5 | -9/+3 | |
| | ||||||
* | Support for gh-pages branch serving as /pages/repo.git | James Moger | 2012-01-09 | 10 | -15/+454 | |
| | ||||||
* | Plugged some repository use count leaks in the zip servlet | James Moger | 2012-01-09 | 2 | -2/+31 | |
| | ||||||
* | Include the username in the Gitblit repository url, if appropriate | James Moger | 2012-01-08 | 3 | -16/+29 | |
| | ||||||
* | Clarify the empty repository page content | James Moger | 2012-01-08 | 1 | -1/+1 | |
| | ||||||
* | Show tagger gravatar on tag page | James Moger | 2012-01-07 | 2 | -0/+6 | |
| | ||||||
* | Use .git-stripped repository name for calculating color | James Moger | 2012-01-06 | 3 | -4/+5 | |
| | ||||||
* | Strip trailing .git from displayed repository links, saves room, looks cleaner | James Moger | 2012-01-06 | 5 | -5/+18 | |
| | ||||||
* | WAR/Express builds now copy bundled push scripts to configured scripts folder | James Moger | 2012-01-06 | 2 | -2/+63 | |
| | ||||||
* | Fixed bug in receive hook for repositories in subfolders | James Moger | 2012-01-05 | 1 | -2/+2 | |
| | ||||||
* | Using ArrayUtils.isEmpty to test arrays and collections | James Moger | 2012-01-05 | 7 | -44/+68 | |
| | ||||||
* | Added ArrayUtils class and unit test | James Moger | 2012-01-05 | 1 | -0/+36 | |
| | ||||||
* | Federation pull_scripts request. Documentation. | James Moger | 2012-01-04 | 6 | -3/+115 | |
| | ||||||
* | Fixed IndexOutOfBoundsException that occurs when a repository doesn't | Boris Prüßmann | 2012-01-02 | 1 | -1/+1 | |
| | | | have commits within the requested time range. | |||||
* | Fixed daysback on repositories page | James Moger | 2012-01-01 | 1 | -10/+6 | |
| | ||||||
* | Indicate selected filters. Strip default db value from links. | James Moger | 2011-12-30 | 5 | -32/+58 | |
| | ||||||
* | Integrated selectable days back filtering in filters menu | James Moger | 2011-12-29 | 6 | -59/+190 | |
| | ||||||
* | Show inherited push scripts in Manager | James Moger | 2011-12-28 | 4 | -25/+68 | |
| | ||||||
* | Manager support for hook script inheritance | James Moger | 2011-12-28 | 5 | -11/+165 | |
| | ||||||
* | Layout tweaks | James Moger | 2011-12-28 | 3 | -4/+4 | |
| | ||||||
* | Strip named repository parameter from root page parameters | James Moger | 2011-12-28 | 1 | -2/+11 | |
| | ||||||
* | Preserve filter selection when switching between root pages | James Moger | 2011-12-28 | 1 | -2/+2 | |
| |