Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminated Lucene settings | James Moger | 2012-03-19 | 1 | -19/+2 |
| | |||||
* | Implemented Lucene search result paging | James Moger | 2012-03-17 | 1 | -3/+4 |
| | |||||
* | Repository-branch Lucene indexing is now opt-in | James Moger | 2012-03-16 | 1 | -0/+11 |
| | |||||
* | Close the Lucene index writer/searcher on a repository rename or delete | James Moger | 2012-03-15 | 1 | -0/+3 |
| | |||||
* | Refactored Lucene integration and fixed two index deleteDocument bugs | James Moger | 2012-03-15 | 1 | -13/+25 |
| | |||||
* | More Lucene progress | James Moger | 2012-03-09 | 1 | -0/+1 |
| | |||||
* | Draft integration of Lucene search mechanism and web ui | James Moger | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | Delete branch from index. Queue index update from the PostReceiveHook. | James Moger | 2012-02-28 | 1 | -0/+10 |
| | |||||
* | Partially working Lucene executor. Needs refactoring. (issue 16) | James Moger | 2012-02-26 | 1 | -0/+10 |
| | |||||
* | Use proper timezone to generate all metrics | James Moger | 2012-02-25 | 1 | -1/+1 |
| | |||||
* | Fixed nullpointer on pushing to an empty repository (issue 69) | James Moger | 2012-02-23 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -2/+35 |
| | |||||
* | Setting to control display/serving non-bare repositories (issue 49) | James Moger | 2012-02-03 | 1 | -4/+3 |
| | |||||
* | Block pushes to a repository with a working copy (issue 49) | James Moger | 2012-02-03 | 1 | -0/+1 |
| | |||||
* | Refactored and unit tested updating HEAD feature | James Moger | 2012-02-02 | 1 | -10/+9 |
| | |||||
* | Added some logging for relinking HEAD | James Moger | 2012-02-02 | 1 | -2/+10 |
| | |||||
* | RepositoryModel will use String rather than RefModel to track the current | Philip L. McMahon | 2012-01-28 | 1 | -7/+6 |
| | | | | | | | | | | | | | | 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". | ||||
* | Allow administrative modification of the default branch/tag referenced by HEAD. | Philip L. McMahon | 2012-01-26 | 1 | -0/+8 |
| | | | | | This allows control over the default branch after clone, which is equivalent to running: git symbolic-ref HEAD refs/heads/mybranch | ||||
* | Documentation. Find bugs. Organized imports. | James Moger | 2012-01-09 | 1 | -3/+1 |
| | |||||
* | Support for gh-pages branch serving as /pages/repo.git | James Moger | 2012-01-09 | 1 | -6/+23 |
| | |||||
* | WAR/Express builds now copy bundled push scripts to configured scripts folder | James Moger | 2012-01-06 | 1 | -2/+17 |
| | |||||
* | Using ArrayUtils.isEmpty to test arrays and collections | James Moger | 2012-01-05 | 1 | -3/+4 |
| | |||||
* | Federation pull_scripts request. Documentation. | James Moger | 2012-01-04 | 1 | -0/+1 |
| | |||||
* | Show additional columns in users and teams tables | James Moger | 2011-12-28 | 1 | -2/+22 |
| | |||||
* | Implemented Team hook scripts | James Moger | 2011-12-27 | 1 | -35/+95 |
| | |||||
* | fixed renaming a repository into a new subfolder failed (issue 33) | James Moger | 2011-12-27 | 1 | -0/+5 |
| | |||||
* | Filters menu for Repositories page and Activity page (issue 27) | James Moger | 2011-12-23 | 1 | -1/+1 |
| | |||||
* | Display inherited scripts in EditRepository page. Drop mailing list helpline. | James Moger | 2011-12-23 | 1 | -0/+24 |
| | |||||
* | Support mailing lists for Teams | James Moger | 2011-12-21 | 1 | -1/+2 |
| | |||||
* | Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵ | James Moger | 2011-12-20 | 1 | -13/+9 |
| | | | | RepositoryModel.mailingLists | ||||
* | Server-side hook script selection. Documentation. | James Moger | 2011-12-19 | 1 | -0/+55 |
| | |||||
* | Edit and store per-repository mail recipients in site and RPC | James Moger | 2011-12-17 | 1 | -2/+12 |
| | |||||
* | Implemented UserServiceWrapper. Renamed notifyNNN to sendEmail to be more ↵ | James Moger | 2011-12-17 | 1 | -51/+8 |
| | | | | descriptive. | ||||
* | Groovy push hooks | James Moger | 2011-12-16 | 1 | -2/+41 |
| | |||||
* | Teams support. | James Moger | 2011-12-07 | 1 | -1/+80 |
| | | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress. | ||||
* | Implemented ConfigUserService. Fixed and deprecated FileUserService. | James Moger | 2011-12-04 | 1 | -6/+32 |
| | |||||
* | Preliminary changes for running on RedHat OpenShift. Still in-progress. | James Moger | 2011-12-02 | 1 | -9/+80 |
| | |||||
* | Revised user access checks to account for repository ownership. | James Moger | 2011-11-11 | 1 | -1/+1 |
| | | | | | Repository owners no longer have to be explicitly selected to grant them access to Git, feeds, and zip downloads. Idea from Github/dadalar. | ||||
* | Moved ObjectCache class | James Moger | 2011-11-07 | 1 | -1/+1 |
| | |||||
* | Build gbapi jar. Eliminate unnecessary gbapi runtime dependencies. | James Moger | 2011-11-01 | 1 | -3/+8 |
| | |||||
* | Documentation. Changed status RPC protection. Status tab for Manager. | James Moger | 2011-10-25 | 1 | -3/+5 |
| | |||||
* | Working edit settings RPC. Web.xml is not directly modified. | James Moger | 2011-10-24 | 1 | -5/+3 |
| | |||||
* | Per-repository setting to skip summary metrics | James Moger | 2011-10-23 | 1 | -0/+2 |
| | |||||
* | Separate management from administration in rpc servlet. | James Moger | 2011-10-23 | 1 | -9/+19 |
| | | | Added skeleton mechanism to update server settings via rpc. | ||||
* | Fixed collision error on rename repository or user | James Moger | 2011-10-22 | 1 | -0/+18 |
| | |||||
* | Documentation. Refactoring class names. Re-encapsulate settings. | James Moger | 2011-10-22 | 1 | -15/+11 |
| | |||||
* | Revised settings RPC to be Map<String, SettingModel>. | James Moger | 2011-10-21 | 1 | -0/+103 |
| | | | | Added setting metadata. Added server status rpc. Improved setting tab in Manager. | ||||
* | Cache repository sizes and default metrics for performance boost | James Moger | 2011-10-21 | 1 | -3/+53 |
| | |||||
* | Log calculation time of repository sizes. (issue 27) | James Moger | 2011-10-21 | 1 | -4/+16 |
| | | | | Also added a per-repository skip calculation flag. |