| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [findbugs] Explicitly catch thrown exceptions in X509Utils | James Moger | 2014-04-17 | 1 | -1/+3 |
* | [findbugs] Add null check on decoding a string in StringUtils | James Moger | 2014-04-17 | 1 | -1/+1 |
* | [findbugs] Add null check when closing a RevWalk in JGitUtils | James Moger | 2014-04-17 | 1 | -4/+8 |
* | [findbugs] Fix potential NPE in DiffStat generation | James Moger | 2014-04-17 | 1 | -3/+3 |
* | [findbugs] Simplify the SshKey <-> PublicKey comparison | James Moger | 2014-04-17 | 1 | -1/+1 |
* | [findbugs] Null check on closing a repository in TicketNotifier | James Moger | 2014-04-17 | 1 | -1/+3 |
* | [findbugs] Null checks on closing a repository in ITicketService | James Moger | 2014-04-17 | 1 | -8/+24 |
* | [findbugs] Null check on closing a treewalk in BranchTicketService | James Moger | 2014-04-17 | 1 | -1/+3 |
* | [findbugs] Reduce static variable assignment to one location | James Moger | 2014-04-17 | 1 | -3/+1 |
* | [findbugs] Fix potential NPE on determining hasOrigin on loading a model | James Moger | 2014-04-17 | 1 | -1/+2 |
* | [findbugs] Clarify class used for resource loading | James Moger | 2014-04-17 | 1 | -2/+2 |
* | [findbugs] Fix user assignment for clone permission check in repository resolver | James Moger | 2014-04-17 | 1 | -2/+1 |
* | [findbugs] Null check on logging merge change in patchset receive pack | James Moger | 2014-04-17 | 1 | -1/+3 |
* | [findbugs] Null check on closing PAM provider | James Moger | 2014-04-17 | 1 | -1/+3 |
* | [findbugs] Close resource stream in Gitblit GO | James Moger | 2014-04-17 | 1 | -1/+3 |
* | [findbugs] Remove pointless field assignment | James Moger | 2014-04-17 | 1 | -1/+0 |
* | [findbugs] Fix incorrect key lookup in commit cache | James Moger | 2014-04-17 | 1 | -2/+4 |
* | [findbugs] Fixed incorrect cache lookup keys in the Lucene repository indexer | James Moger | 2014-04-17 | 1 | -2/+2 |
* | [findbugs] Fix missing 'throw' on plugin installation failure | James Moger | 2014-04-17 | 1 | -1/+1 |
* | [findbugs] Fix throws signature | James Moger | 2014-04-17 | 1 | -1/+1 |
* | Organize imports | James Moger | 2014-04-17 | 4 | -13/+8 |
* | Remove @Inject annotation | James Moger | 2014-04-17 | 1 | -3/+0 |
* | Strip leading / from a repository name on ssh fetch/push | James Moger | 2014-04-17 | 1 | -3/+2 |
* | Update javadoc | James Moger | 2014-04-17 | 12 | -6/+225 |
* | Add plugin (un)install lifecycle methods | James Moger | 2014-04-17 | 6 | -6/+83 |
* | Merged #48 "Expose JGit 3.x receive pack settings as Gitblit settings" | James Moger | 2014-04-17 | 3 | -0/+57 |
|\ |
|
| * | Expose JGit 3.x receive pack settings as Gitblit settings | James Moger | 2014-04-17 | 3 | -0/+57 |
|/ |
|
* | Merge pull request #173 from philippbeckmann/patch-1 | James Moger | 2014-04-17 | 1 | -1/+1 |
|\ |
|
| * | Redirect all command line arguments for pt.cmd | Philipp Alexander Beckmann | 2014-04-17 | 1 | -1/+1 |
|/ |
|
* | Documentation | James Moger | 2014-04-16 | 3 | -10/+16 |
* | Fix skip summary metrics regression since introducing flotr2 | Ting | 2014-04-16 | 1 | -12/+14 |
* | Improve milestone listing and include closed milestones | James Moger | 2014-04-15 | 3 | -7/+33 |
* | Do not show patchset details on closed tickets | James Moger | 2014-04-15 | 2 | -11/+17 |
* | Merge pr-170 'ticket-fix' from https://github.com/lucidd/gitblit | James Moger | 2014-04-15 | 2 | -17/+24 |
|\ |
|
| * | fix NullPointerException in ITicketService and add TestCase | Kevin Walter | 2014-04-15 | 2 | -17/+24 |
* | | Removed obsolete Gravatar profile code | James Moger | 2014-04-15 | 4 | -161/+1 |
* | | Update to SLF4J 1.7.5 | James Moger | 2014-04-15 | 4 | -14/+11 |
* | | Documentation | James Moger | 2014-04-15 | 4 | -8/+72 |
* | | Enforce plugin-requires attribute | James Moger | 2014-04-15 | 4 | -10/+65 |
* | | Update to pf4j 0.8.0 | James Moger | 2014-04-15 | 5 | -25/+25 |
* | | Start plugin manager last to allow plugins deterministic access to the other ... | James Moger | 2014-04-14 | 1 | -1/+4 |
* | | Improve ticket branch ref deletion push handling | James Moger | 2014-04-14 | 2 | -0/+17 |
* | | Expose the plugin manager to the webapp | James Moger | 2014-04-14 | 2 | -0/+11 |
* | | Add a GitblitPlugin class for plugins to extend | James Moger | 2014-04-14 | 1 | -0/+27 |
|/ |
|
* | Merged #47 "Fix diffstat display for tickets with pending submodule changes" | James Moger | 2014-04-14 | 1 | -1/+1 |
|\ |
|
| * | Fix diffstat display for tickets with pending submodule changes | James Moger | 2014-04-14 | 1 | -1/+1 |
|/ |
|
* | Add ssh command to update the permission for an SSH key | James Moger | 2014-04-14 | 2 | -0/+54 |
* | Update headers | James Moger | 2014-04-13 | 17 | -69/+119 |
* | Improve plugin dispatcher command help | James Moger | 2014-04-13 | 1 | -18/+18 |
* | Upgrade plugin command | James Moger | 2014-04-13 | 5 | -4/+84 |