summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixed date bugs on IssueModelJames Moger2012-02-172-2/+8
| |
| * Fairly functional Lucene backend for commits, blobs, and issuesJames Moger2012-01-248-2/+711
| |
| * More functional issues.James Moger2012-01-155-204/+884
| |
| * Change build identifiersJames Moger2012-01-131-2/+2
| |
| * Merge branch 'master' into issuesJames Moger2012-01-133-4/+11
| |\
| * | Branch for implementing distributed gb-issuesJames Moger2012-01-136-11/+942
| | |
* | | Update to Bootstrap 2.0James Moger2012-02-1654-452/+5226
| | |
* | | Merge pull request #7 from plm/protect_refs_hookJames Moger2012-02-162-0/+199
|\ \ \ | | | | | | | | Pre-commit hook to protect ref paths from non-FF updates or deletes
| * | | Add protect-refs unit tests for branch/tag creation/deletion.Philip L. McMahon2012-02-041-0/+91
| | | |
| * | | Return command-specific rejection result if authz check fails.Philip L. McMahon2012-02-041-96/+108
| | | |
| * | | Add pre-commit hook which protects ref paths from non-FF updates or deletes ↵Philip L. McMahon2012-02-041-0/+96
| | | | | | | | | | | | | | | | | | | | | | | | unless the user is a member of an authorized team This script is derived from groovy/blockpush.groovy
* | | | Documented overriding default log4j configuration (issue 53)James Moger2012-02-091-0/+8
| | | |
* | | | Reversed the order of buttons on all forms so that default is submitJames Moger2012-02-094-4/+4
| | | |
* | | | Rearranged button order to properly set default (issue 60)James Moger2012-02-092-2/+4
| | | | | | | | | | | | Also indicate password change aborted if it is canceled.
* | | | Added AJP connector and some documentation on how to use it (issue 59)James Moger2012-02-096-33/+154
| | | |
* | | | Fixed session fixation vulnerability (issue 62)James Moger2012-02-093-2/+12
|/ / /
* | | Indicate WORKING COPY on repository pages (issue 49)James Moger2012-02-045-2/+15
| | |
* | | Clarify that log page/panel displays HEAD ref by defaultJames Moger2012-02-043-5/+10
| | |
* | | Show HEAD on metrics page if objectid is not specifiedJames Moger2012-02-032-2/+7
| | |
* | | Show a ! in the swatch of a repository with a working copy (issue 49)James Moger2012-02-033-4/+14
| | |
* | | Setting to control display/serving non-bare repositories (issue 49)James Moger2012-02-035-20/+27
| | |
* | | Block pushes to a repository with a working copy (issue 49)James Moger2012-02-0311-10/+114
| | |
* | | 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-032-0/+5
| | |
* | | Disallow browser autocomplete on add/edit pagesJames Moger2012-02-034-0/+13
| | |
* | | Change default long date/time formats (issue 50)James Moger2012-02-034-3/+7
| | |
* | | Refactored and unit tested updating HEAD featureJames Moger2012-02-028-54/+71
| | |
* | | 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
| | |
* | | Make ANT stop complaining about an unset parameterJames Moger2012-02-021-2/+2
| | |
* | | Drop -javadoc jar dependencies, they are unnecessaryJames Moger2012-02-022-97/+21
| | |
* | | Adjustments to init scriptsJames Moger2012-02-022-3/+7
| | |
* | | DocumentationJames Moger2012-01-311-0/+6
| | |
* | | Fixed type in CentOS scriptJames Moger2012-01-311-1/+1
| | |
* | | Merge pull request #6 from lemval/masterJames Moger2012-01-311-1/+1
|\ \ \ | | | | | | | | Fix for issue 51.
| * | | Do not traverse unaccessible subdirectories (issue 51)lemval2012-01-311-1/+1
|/ / /
* | | Merge pull request #5 from plm/admin_default_headJames Moger2012-01-306-12/+120
|\ \ \ | | | | | | | | Allow administrative modification of the default branch/tag referenced by HEAD
| * | | 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-166-27/+35
| | |
* | | Use pre on commit and tag pagesJames Moger2012-01-163-8/+3
| | |
* | | Change build identifiersJames Moger2012-01-131-2/+2
| |/ |/|
* | Fixed upgrade bug in user service (issue 41)v0.8.2James Moger2012-01-133-4/+11
|/
* Change build identifiers.James Moger2012-01-121-2/+2
|
* Merge pull request #4 from KalishHub/masterJames Moger2012-01-122-0/+49
|\ | | | | Service installation under centos
| * Service installation under CentOSRomain Lespinasse2012-01-122-0/+49
|/
* Release v0.8.1v0.8.1James Moger2012-01-113-4/+4
|
* Fixed sendmail.groovy branch/tag labelingJames Moger2012-01-111-15/+9
|