Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Activity page now considers all local branches (issue 65) | James Moger | 2012-02-24 | 5 | -65/+99 | |
| | ||||||
* | Fixed nullpointer on pushing to an empty repository (issue 69) | James Moger | 2012-02-23 | 5 | -25/+22 | |
| | ||||||
* | Documentation | James Moger | 2012-02-23 | 1 | -1/+3 | |
| | ||||||
* | Fixed UTF-8 encoding bug in diff formatter (issue 66) | James Moger | 2012-02-23 | 3 | -14/+18 | |
| | ||||||
* | Account for null real path from servlet container (issue 67) | James Moger | 2012-02-23 | 1 | -4/+8 | |
| | ||||||
* | Allow specifying a timezone in gitblit.properties/web.xml (issue 54) | James Moger | 2012-02-21 | 6 | -17/+64 | |
| | ||||||
* | Fixed activity page timezone bug (issue 54) | James Moger | 2012-02-21 | 1 | -3/+2 | |
| | ||||||
* | Expand age coloring from 2 days to 30 days (issue 57) | James Moger | 2012-02-21 | 5 | -14/+45 | |
| | ||||||
* | Update to JGit 1.3.0 | James Moger | 2012-02-21 | 3 | -10/+11 | |
| | ||||||
* | Revised unit tests. Swapped BlueZGnome repo (unacessible) for Gitective. | James Moger | 2012-02-21 | 6 | -72/+45 | |
| | ||||||
* | Workaround 1 sec resolution of File.lastModified on Linux (issue-55) | James Moger | 2012-02-20 | 3 | -3/+23 | |
| | | | | | | | Shockingly, File.lastModified() does not always support millisecond resolution on all platforms even if the underlying filesystem supports it. Added a forceReload flag (in addition to last modified checks) to ensure that user backends and configuration properties are properly reloaded. | |||||
* | Updated MarkdownPapers 1.2.7 | James Moger | 2012-02-19 | 3 | -5/+6 | |
| | ||||||
* | Merged issues/lucene branch | James Moger | 2012-02-19 | 11 | -14/+2483 | |
|\ | ||||||
| * | Properly index blobs on a branch | James Moger | 2012-02-19 | 2 | -3/+75 | |
| | | ||||||
| * | Implemented multi-repository Lucene search | James Moger | 2012-02-17 | 4 | -26/+96 | |
| | | ||||||
| * | Fixed classpath for Lucene | James Moger | 2012-02-17 | 1 | -106/+107 | |
| | | ||||||
| * | Fixed date bugs on IssueModel | James Moger | 2012-02-17 | 2 | -2/+8 | |
| | | ||||||
| * | Fairly functional Lucene backend for commits, blobs, and issues | James Moger | 2012-01-24 | 8 | -2/+711 | |
| | | ||||||
| * | More functional issues. | James Moger | 2012-01-15 | 5 | -204/+884 | |
| | | ||||||
| * | Change build identifiers | James Moger | 2012-01-13 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'master' into issues | James Moger | 2012-01-13 | 3 | -4/+11 | |
| |\ | ||||||
| * | | Branch for implementing distributed gb-issues | James Moger | 2012-01-13 | 6 | -11/+942 | |
| | | | ||||||
* | | | Update to Bootstrap 2.0 | James Moger | 2012-02-16 | 54 | -452/+5226 | |
| | | | ||||||
* | | | Merge pull request #7 from plm/protect_refs_hook | James Moger | 2012-02-16 | 2 | -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. McMahon | 2012-02-04 | 1 | -0/+91 | |
| | | | | ||||||
| * | | | Return command-specific rejection result if authz check fails. | Philip L. McMahon | 2012-02-04 | 1 | -96/+108 | |
| | | | | ||||||
| * | | | Add pre-commit hook which protects ref paths from non-FF updates or deletes ↵ | Philip L. McMahon | 2012-02-04 | 1 | -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 Moger | 2012-02-09 | 1 | -0/+8 | |
| | | | | ||||||
* | | | | Reversed the order of buttons on all forms so that default is submit | James Moger | 2012-02-09 | 4 | -4/+4 | |
| | | | | ||||||
* | | | | Rearranged button order to properly set default (issue 60) | James Moger | 2012-02-09 | 2 | -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 Moger | 2012-02-09 | 6 | -33/+154 | |
| | | | | ||||||
* | | | | Fixed session fixation vulnerability (issue 62) | James Moger | 2012-02-09 | 3 | -2/+12 | |
|/ / / | ||||||
* | | | Indicate WORKING COPY on repository pages (issue 49) | James Moger | 2012-02-04 | 5 | -2/+15 | |
| | | | ||||||
* | | | Clarify that log page/panel displays HEAD ref by default | James Moger | 2012-02-04 | 3 | -5/+10 | |
| | | | ||||||
* | | | Show HEAD on metrics page if objectid is not specified | James Moger | 2012-02-03 | 2 | -2/+7 | |
| | | | ||||||
* | | | Show a ! in the swatch of a repository with a working copy (issue 49) | James Moger | 2012-02-03 | 3 | -4/+14 | |
| | | | ||||||
* | | | Setting to control display/serving non-bare repositories (issue 49) | James Moger | 2012-02-03 | 5 | -20/+27 | |
| | | | ||||||
* | | | Block pushes to a repository with a working copy (issue 49) | James Moger | 2012-02-03 | 11 | -10/+114 | |
| | | | ||||||
* | | | 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 | 2 | -0/+5 | |
| | | | ||||||
* | | | Disallow browser autocomplete on add/edit pages | James Moger | 2012-02-03 | 4 | -0/+13 | |
| | | | ||||||
* | | | Change default long date/time formats (issue 50) | James Moger | 2012-02-03 | 4 | -3/+7 | |
| | | | ||||||
* | | | Refactored and unit tested updating HEAD feature | James Moger | 2012-02-02 | 8 | -54/+71 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | Make ANT stop complaining about an unset parameter | James Moger | 2012-02-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | Drop -javadoc jar dependencies, they are unnecessary | James Moger | 2012-02-02 | 2 | -97/+21 | |
| | | | ||||||
* | | | Adjustments to init scripts | James Moger | 2012-02-02 | 2 | -3/+7 | |
| | | | ||||||
* | | | Documentation | James Moger | 2012-01-31 | 1 | -0/+6 | |
| | | |