| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Simplify current plugin release detection, ignore currentRelease registry field | James Moger | 2014-04-23 | 3 | -39/+20 |
* | | Documentation | James Moger | 2014-04-23 | 1 | -1/+1 |
* | | Update to Apache MINA/SSHD 0.11.0 | James Moger | 2014-04-23 | 1 | -0/+5 |
* | | Fix welcome_fr.mkd to use proper French | Julien Kirch | 2014-04-22 | 1 | -1/+1 |
|/ |
|
* | Remove User parameter from SSH dispatch command setup | James Moger | 2014-04-17 | 6 | -57/+53 |
* | Filter the current plugin release by the system version | James Moger | 2014-04-17 | 3 | -9/+49 |
* | [findbugs] Fix Selenium test | James Moger | 2014-04-17 | 1 | -8/+6 |
* | [findbugs] Add null check when testing if a user is disabled in SessionPage | James Moger | 2014-04-17 | 1 | -2/+2 |
* | [findbugs] Change scope of variable in HistoryPanel | James Moger | 2014-04-17 | 1 | -3/+1 |
* | [findbugs] Reorder asserts to avoid potential NPE in JGitUtilsTest | James Moger | 2014-04-17 | 1 | -3/+5 |
* | [findbugs] Remove dead code in UserPage | James Moger | 2014-04-17 | 1 | -7/+0 |
* | [findbugs] Remove unnecessary null check in RepositoryPage | James Moger | 2014-04-17 | 1 | -1/+1 |
* | [findbugs] Add null checks to the page parameters in ProjectPage | James Moger | 2014-04-17 | 1 | -2/+4 |
* | [findbugs] Create temporary ticket after setting up the response page in Edit... | James Moger | 2014-04-17 | 1 | -0/+3 |
* | [findbugs] Remove dead code in GitblitParamUrlCodingStrategy | James Moger | 2014-04-17 | 1 | -3/+0 |
* | [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 |
* | Expose JGit 3.x receive pack settings as Gitblit settings | James Moger | 2014-04-17 | 2 | -0/+52 |
* | Redirect all command line arguments for pt.cmd | Philipp Alexander Beckmann | 2014-04-17 | 1 | -1/+1 |
* | Documentation | James Moger | 2014-04-16 | 2 | -9/+9 |
* | 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 | 3 | -161/+0 |
* | | Documentation | James Moger | 2014-04-15 | 3 | -7/+70 |