summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit
Commit message (Expand)AuthorAgeFilesLines
* Filter the current plugin release by the system versionJames Moger2014-04-173-9/+49
* [findbugs] Add null check when testing if a user is disabled in SessionPageJames Moger2014-04-171-2/+2
* [findbugs] Change scope of variable in HistoryPanelJames Moger2014-04-171-3/+1
* [findbugs] Remove dead code in UserPageJames Moger2014-04-171-7/+0
* [findbugs] Remove unnecessary null check in RepositoryPageJames Moger2014-04-171-1/+1
* [findbugs] Add null checks to the page parameters in ProjectPageJames Moger2014-04-171-2/+4
* [findbugs] Create temporary ticket after setting up the response page in Edit...James Moger2014-04-171-0/+3
* [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-173-12/+7
* 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-175-6/+66
* Expose JGit 3.x receive pack settings as Gitblit settingsJames Moger2014-04-171-0/+11
* 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-151-17/+20
|\
| * fix NullPointerException in ITicketService and add TestCaseKevin Walter2014-04-151-17/+20
* | Removed obsolete Gravatar profile codeJames Moger2014-04-152-129/+0
* | Enforce plugin-requires attributeJames Moger2014-04-154-10/+65
* | Update to pf4j 0.8.0James Moger2014-04-152-20/+20
* | Start plugin manager last to allow plugins deterministic access to the other ...James Moger2014-04-141-1/+4
* | Improve ticket branch ref deletion push handlingJames Moger2014-04-141-0/+15
* | 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
|/
* 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-141-0/+38
* Update headersJames Moger2014-04-1317-69/+119
* Improve plugin dispatcher command helpJames Moger2014-04-131-18/+18