Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improved look of Lucene page | James Moger | 2012-03-02 | 2 | -4/+6 | |
| | ||||||
* | Whoops. x2. LucenePage.html | James Moger | 2012-03-02 | 1 | -0/+22 | |
| | ||||||
* | Whoops. Missed adding LucenePage. | James Moger | 2012-03-02 | 1 | -0/+109 | |
| | ||||||
* | Draft integration of Lucene search mechanism and web ui | James Moger | 2012-02-28 | 4 | -27/+51 | |
| | ||||||
* | Delete branch from index. Queue index update from the PostReceiveHook. | James Moger | 2012-02-28 | 4 | -8/+50 | |
| | ||||||
* | Partially working Lucene executor. Needs refactoring. (issue 16) | James Moger | 2012-02-26 | 3 | -40/+356 | |
| | ||||||
* | Split refs into 2 lines if there are remotes. Use more glyphicons. | James Moger | 2012-02-25 | 17 | -38/+95 | |
| | ||||||
* | Use proper timezone to generate all metrics | James Moger | 2012-02-25 | 6 | -9/+17 | |
| | ||||||
* | Activity page now considers all local branches (issue 65) | James Moger | 2012-02-24 | 4 | -64/+97 | |
| | ||||||
* | Fixed nullpointer on pushing to an empty repository (issue 69) | James Moger | 2012-02-23 | 3 | -22/+18 | |
| | ||||||
* | Fixed UTF-8 encoding bug in diff formatter (issue 66) | James Moger | 2012-02-23 | 2 | -10/+13 | |
| | ||||||
* | 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 | 4 | -14/+49 | |
| | ||||||
* | 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 | 3 | -6/+12 | |
| | ||||||
* | Update to JGit 1.3.0 | James Moger | 2012-02-21 | 1 | -8/+8 | |
| | ||||||
* | 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 | 1 | -4/+4 | |
| | ||||||
* | Merged issues/lucene branch | James Moger | 2012-02-19 | 7 | -13/+2101 | |
|\ | ||||||
| * | Properly index blobs on a branch | James Moger | 2012-02-19 | 2 | -3/+75 | |
| | | ||||||
| * | Implemented multi-repository Lucene search | James Moger | 2012-02-17 | 2 | -15/+76 | |
| | | ||||||
| * | 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 | 5 | -1/+565 | |
| | | ||||||
| * | More functional issues. | James Moger | 2012-01-15 | 3 | -173/+748 | |
| | | ||||||
| * | Change build identifiers | James Moger | 2012-01-13 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'master' into issues | James Moger | 2012-01-13 | 2 | -4/+4 | |
| |\ | ||||||
| * | | Branch for implementing distributed gb-issues | James Moger | 2012-01-13 | 4 | -11/+821 | |
| | | | ||||||
* | | | Update to Bootstrap 2.0 | James Moger | 2012-02-16 | 31 | -181/+190 | |
| | | | ||||||
* | | | 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 | 2 | -3/+41 | |
| | | | ||||||
* | | | Fixed session fixation vulnerability (issue 62) | James Moger | 2012-02-09 | 2 | -2/+8 | |
| | | | ||||||
* | | | Indicate WORKING COPY on repository pages (issue 49) | James Moger | 2012-02-04 | 4 | -2/+14 | |
| | | | ||||||
* | | | 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 | 1 | -1/+6 | |
| | | | ||||||
* | | | Show a ! in the swatch of a repository with a working copy (issue 49) | James Moger | 2012-02-03 | 1 | -2/+8 | |
| | | | ||||||
* | | | 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. |