summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/transport/ssh/commands/BaseCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Organize importsJames Moger2014-04-171-8/+6
* Update headersJames Moger2014-04-131-14/+16
* Implement rename user/team and set field user/team commandsJames Moger2014-04-101-0/+9
* Track the SSH public key used for a session and add a `keys which` commandJames Moger2014-04-101-1/+1
* Improve command help with formatting and usage examplesJames Moger2014-04-101-2/+58
* Allow command classes to manually display usageJames Moger2014-04-101-0/+5
* Report identified user and command on command failureDavid Ostrovsky2014-04-101-19/+11
* Hook-up comprensive command cleanup (destroy)James Moger2014-04-101-0/+10
* Get the command context with an accessor instead of direct field accessJames Moger2014-04-101-3/+15
* Revise dispatchers and move command classesJames Moger2014-04-101-1/+0
* Show root commands in welcome shell and improve command registrationJames Moger2014-04-101-1/+1
* Pass IGitblit into the SSH command contextJames Moger2014-04-101-0/+1
* Move dispatcher creation to SshCommandFactory and revise permissionJames Moger2014-04-101-10/+0
* Merge AbstractSshCommand and BaseCommand into a single classJames Moger2014-04-101-395/+440
* Renamed SshContext->SshCommandContext for clarity of purposeJames Moger2014-04-101-3/+3
* SSHD: Add support for git pack commandsDavid Ostrovsky2014-04-101-15/+23
* SSHD: Add support for generic commandsDavid Ostrovsky2014-04-101-0/+430