summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/transport/ssh/commands/DispatchCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Remove User parameter from SSH dispatch command setupJames Moger2014-04-171-18/+19
* Update headersJames Moger2014-04-131-14/+16
* DocumentationJames Moger2014-04-131-0/+7
* Improve dispatcher usage outputJames Moger2014-04-101-0/+14
* Improve command help with formatting and usage examplesJames Moger2014-04-101-2/+2
* Revise dispatcher setup and command registrationJames Moger2014-04-101-24/+50
* Catch dispatchers registered through registerCommandJames Moger2014-04-101-6/+15
* Hide dispatcher from usage() if it has no visible commands or visible nested ...James Moger2014-04-101-8/+35
* Allow registration of a command instanceJames Moger2014-04-101-0/+27
* Support local aliases within a dispatcher and warn on registration collisionsJames Moger2014-04-101-7/+50
* Clear instantiated commands and dispatchers from the dispatcher on destroy()James Moger2014-04-101-0/+3
* DispatchCommand should be the ExtensionPointJames Moger2014-04-101-11/+21
* Hook-up comprensive command cleanup (destroy)James Moger2014-04-101-8/+22
* Get the command context with an accessor instead of direct field accessJames Moger2014-04-101-10/+0
* Revise dispatchers and move command classesJames Moger2014-04-101-7/+5
* Elevate the public key manager to a top-level managerJames Moger2014-04-101-13/+0
* Create git and gitblit dispatchersJames Moger2014-04-101-39/+26
* Show root commands in welcome shell and improve command registrationJames Moger2014-04-101-45/+80
* Add SSH daemon testDavid Ostrovsky2014-04-101-1/+1
* Prevent double authentication for the same public keyDavid Ostrovsky2014-04-101-3/+3
* Fix message formattingDavid Ostrovsky2014-04-101-1/+1
* Move dispatcher creation to SshCommandFactory and revise permissionJames Moger2014-04-101-192/+200
* Rename AbstractGitCommand->BaseGitCommandJames Moger2014-04-101-2/+2
* Merge AbstractSshCommand and BaseCommand into a single classJames Moger2014-04-101-1/+0
* Rename authenticators for clarityJames Moger2014-04-101-3/+3
* Support admin commands that respect user permissionsJames Moger2014-04-101-0/+9
* Support hidden commands and hide create-repo and reviewJames Moger2014-04-101-1/+4
* Add add-key and rm-key commands that apply only to the current userJames Moger2014-04-101-3/+3
* Rename & simplify SshSession->SshDaemonClientJames Moger2014-04-101-7/+7
* Add set account SSH commandDavid Ostrovsky2014-04-101-0/+10
* SSHD: Add support for git pack commandsDavid Ostrovsky2014-04-101-4/+44
* Fix command dispatchingDavid Ostrovsky2014-04-101-14/+30
* Eliminate use of Dagger and do not create inner classesJames Moger2014-04-101-24/+28
* SSHD: Add support for generic commandsDavid Ostrovsky2014-04-101-0/+156