summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Setting to control display/serving non-bare repositories (issue 49)James Moger2012-02-032-18/+14
| | |
* | | Block pushes to a repository with a working copy (issue 49)James Moger2012-02-037-5/+78
| | |
* | | Return to Users page after add/edit teamJames Moger2012-02-031-4/+2
| | |
* | | Prevent add/edit team with no selected repositories (issue 56)James Moger2012-02-031-0/+4
| | |
* | | Disallow browser autocomplete on add/edit pagesJames Moger2012-02-033-0/+12
| | |
* | | Change default long date/time formats (issue 50)James Moger2012-02-032-2/+2
| | |
* | | Refactored and unit tested updating HEAD featureJames Moger2012-02-027-54/+49
| | |
* | | Added support to Manager for relinking HEAD via JSON-RPCJames Moger2012-02-021-49/+92
| | |
* | | Added some logging for relinking HEADJames Moger2012-02-021-2/+10
| | |
* | | Fixed bug in repository creation related to relinking head featureJames Moger2012-02-021-2/+7
| | |
* | | Drop -javadoc jar dependencies, they are unnecessaryJames Moger2012-02-021-1/+1
| | |
* | | Do not traverse unaccessible subdirectories (issue 51)lemval2012-01-311-1/+1
| | |
* | | RepositoryModel will use String rather than RefModel to track the currentPhilip L. McMahon2012-01-286-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. McMahon2012-01-261-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. McMahon2012-01-266-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 Moger2012-01-164-26/+26
| | |
* | | Use pre on commit and tag pagesJames Moger2012-01-162-2/+2
| | |
* | | Change build identifiersJames Moger2012-01-131-2/+2
| |/ |/|
* | Fixed upgrade bug in user service (issue 41)v0.8.2James Moger2012-01-132-4/+4
|/
* Change build identifiers.James Moger2012-01-121-2/+2
|
* Release v0.8.1v0.8.1James Moger2012-01-111-2/+2
|
* Fixed missing icon resource for the manager (issue 40)James Moger2012-01-111-2/+2
|
* Release v0.8.0v0.8.0James Moger2012-01-111-2/+2
|
* Fixed some null pointer bugs in the pages servletJames Moger2012-01-111-12/+32
|
* Update the gh-pages branch on release with the built siteJames Moger2012-01-111-0/+259
|
* Updated to Groovy 1.8.5James Moger2012-01-091-2/+2
|
* New function to create an orphan branch (for future use)James Moger2012-01-091-28/+70
|
* Refactored named branch retrieval functionJames Moger2012-01-092-33/+22
|
* Documentation. Find bugs. Organized imports.James Moger2012-01-095-9/+3
|
* Support for gh-pages branch serving as /pages/repo.gitJames Moger2012-01-0910-15/+454
|
* Plugged some repository use count leaks in the zip servletJames Moger2012-01-092-2/+31
|
* Include the username in the Gitblit repository url, if appropriateJames Moger2012-01-083-16/+29
|
* Clarify the empty repository page contentJames Moger2012-01-081-1/+1
|
* Show tagger gravatar on tag pageJames Moger2012-01-072-0/+6
|
* Use .git-stripped repository name for calculating colorJames Moger2012-01-063-4/+5
|
* Strip trailing .git from displayed repository links, saves room, looks cleanerJames Moger2012-01-065-5/+18
|
* WAR/Express builds now copy bundled push scripts to configured scripts folderJames Moger2012-01-062-2/+63
|
* Fixed bug in receive hook for repositories in subfoldersJames Moger2012-01-051-2/+2
|
* Using ArrayUtils.isEmpty to test arrays and collectionsJames Moger2012-01-057-44/+68
|
* Added ArrayUtils class and unit testJames Moger2012-01-051-0/+36
|
* Federation pull_scripts request. Documentation.James Moger2012-01-046-3/+115
|
* Fixed IndexOutOfBoundsException that occurs when a repository doesn'tBoris Prüßmann2012-01-021-1/+1
| | | have commits within the requested time range.
* Fixed daysback on repositories pageJames Moger2012-01-011-10/+6
|
* Indicate selected filters. Strip default db value from links.James Moger2011-12-305-32/+58
|
* Integrated selectable days back filtering in filters menuJames Moger2011-12-296-59/+190
|
* Show inherited push scripts in ManagerJames Moger2011-12-284-25/+68
|
* Manager support for hook script inheritanceJames Moger2011-12-285-11/+165
|
* Layout tweaksJames Moger2011-12-283-4/+4
|
* Strip named repository parameter from root page parametersJames Moger2011-12-281-2/+11
|
* Preserve filter selection when switching between root pagesJames Moger2011-12-281-2/+2
|