summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [findbugs] Remove dead code in GitblitParamUrlCodingStrategyJames Moger2014-04-171-3/+0
|
* [findbugs] Explicitly catch thrown exceptions in X509UtilsJames Moger2014-04-171-1/+3
|
* [findbugs] Add null check on decoding a string in StringUtilsJames Moger2014-04-171-1/+1
|
* [findbugs] Add null check when closing a RevWalk in JGitUtilsJames Moger2014-04-171-4/+8
|
* [findbugs] Fix potential NPE in DiffStat generationJames Moger2014-04-171-3/+3
|
* [findbugs] Simplify the SshKey <-> PublicKey comparisonJames Moger2014-04-171-1/+1
|
* [findbugs] Null check on closing a repository in TicketNotifierJames Moger2014-04-171-1/+3
|
* [findbugs] Null checks on closing a repository in ITicketServiceJames Moger2014-04-171-8/+24
|
* [findbugs] Null check on closing a treewalk in BranchTicketServiceJames Moger2014-04-171-1/+3
|
* [findbugs] Reduce static variable assignment to one locationJames Moger2014-04-171-3/+1
|
* [findbugs] Fix potential NPE on determining hasOrigin on loading a modelJames Moger2014-04-171-1/+2
|
* [findbugs] Clarify class used for resource loadingJames Moger2014-04-171-2/+2
|
* [findbugs] Fix user assignment for clone permission check in repository resolverJames Moger2014-04-171-2/+1
|
* [findbugs] Null check on logging merge change in patchset receive packJames Moger2014-04-171-1/+3
|
* [findbugs] Null check on closing PAM providerJames Moger2014-04-171-1/+3
|
* [findbugs] Close resource stream in Gitblit GOJames Moger2014-04-171-1/+3
|
* [findbugs] Remove pointless field assignmentJames Moger2014-04-171-1/+0
|
* [findbugs] Fix incorrect key lookup in commit cacheJames Moger2014-04-171-2/+4
|
* [findbugs] Fixed incorrect cache lookup keys in the Lucene repository indexerJames Moger2014-04-171-2/+2
|
* [findbugs] Fix missing 'throw' on plugin installation failureJames Moger2014-04-171-1/+1
|
* [findbugs] Fix throws signatureJames Moger2014-04-171-1/+1
|
* Organize importsJames Moger2014-04-174-13/+8
|
* Remove @Inject annotationJames Moger2014-04-171-3/+0
|
* Strip leading / from a repository name on ssh fetch/pushJames Moger2014-04-171-3/+2
|
* Update javadocJames Moger2014-04-1712-6/+225
|
* Add plugin (un)install lifecycle methodsJames Moger2014-04-176-6/+83
|
* Merged #48 "Expose JGit 3.x receive pack settings as Gitblit settings"James Moger2014-04-173-0/+57
|\
| * Expose JGit 3.x receive pack settings as Gitblit settingsJames Moger2014-04-173-0/+57
|/
* Merge pull request #173 from philippbeckmann/patch-1James Moger2014-04-171-1/+1
|\ | | | | Redirect all command line arguments for pt.cmd
| * Redirect all command line arguments for pt.cmdPhilipp Alexander Beckmann2014-04-171-1/+1
|/ | | Redirects all arguments (beginning with %1) for pt.cmd to pt.py. Even if pt.py currently uses less than 9 args, this is imho an unnecessary limitation.
* DocumentationJames Moger2014-04-163-10/+16
|
* Fix skip summary metrics regression since introducing flotr2Ting2014-04-161-12/+14
|
* Improve milestone listing and include closed milestonesJames Moger2014-04-153-7/+33
|
* Do not show patchset details on closed ticketsJames Moger2014-04-152-11/+17
|
* Merge pr-170 'ticket-fix' from https://github.com/lucidd/gitblitJames Moger2014-04-152-17/+24
|\
| * fix NullPointerException in ITicketService and add TestCaseKevin Walter2014-04-152-17/+24
| |
* | Removed obsolete Gravatar profile codeJames Moger2014-04-154-161/+1
| |
* | Update to SLF4J 1.7.5James Moger2014-04-154-14/+11
| |
* | DocumentationJames Moger2014-04-154-8/+72
| |
* | Enforce plugin-requires attributeJames Moger2014-04-154-10/+65
| |
* | Update to pf4j 0.8.0James Moger2014-04-155-25/+25
| |
* | Start plugin manager last to allow plugins deterministic access to the other ↵James Moger2014-04-141-1/+4
| | | | | | | | managers
* | Improve ticket branch ref deletion push handlingJames Moger2014-04-142-0/+17
| |
* | Expose the plugin manager to the webappJames Moger2014-04-142-0/+11
| |
* | Add a GitblitPlugin class for plugins to extendJames Moger2014-04-141-0/+27
|/
* Merged #47 "Fix diffstat display for tickets with pending submodule changes"James Moger2014-04-141-1/+1
|\
| * Fix diffstat display for tickets with pending submodule changesJames Moger2014-04-141-1/+1
|/
* Add ssh command to update the permission for an SSH keyJames Moger2014-04-142-0/+54
|
* Update headersJames Moger2014-04-1317-69/+119
|
* Improve plugin dispatcher command helpJames Moger2014-04-131-18/+18
|