summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/transport/ssh/commands
Commit message (Expand)AuthorAgeFilesLines
* Renamed ssh.Display(Host|Port) to ssh.Advertised(Host|Port)James Moger2015-06-151-3/+3
* Added git.sshDisplay{Port|Host} to hide port forward.Morten Bøgeskov2015-06-151-5/+11
* Fix thread exhaustion in SSH daemonJames Moger2014-05-294-11/+25
* Simplify current plugin release detection, ignore currentRelease registry fieldJames Moger2014-04-231-5/+5
* Remove User parameter from SSH dispatch command setupJames Moger2014-04-173-39/+37
* Filter the current plugin release by the system versionJames Moger2014-04-171-4/+20
* [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-171-8/+6
* Add plugin (un)install lifecycle methodsJames Moger2014-04-171-1/+1
* Enforce plugin-requires attributeJames Moger2014-04-151-7/+33
* Update to pf4j 0.8.0James Moger2014-04-151-16/+16
* Update headersJames Moger2014-04-136-61/+66
* Improve plugin dispatcher command helpJames Moger2014-04-131-18/+18
* Upgrade plugin commandJames Moger2014-04-131-2/+42
* DocumentationJames Moger2014-04-131-0/+7
* Eliminate plugin name, stick with id and descriptionJames Moger2014-04-121-13/+15
* Allow user to disable checksum verification on plugin registry refreshJames Moger2014-04-111-2/+9
* Improve plugin manager based on upstreamed contributions to pf4jJames Moger2014-04-102-158/+327
* Add hostname and ssh repo url methodso to SshCommandJames Moger2014-04-101-0/+38
* Implement simple JSON-based plugin registry and install commandJames Moger2014-04-101-15/+105
* Split administration commands into a plugin, enhance plugin managerJames Moger2014-04-103-2/+325
* Implement rename user/team and set field user/team commandsJames Moger2014-04-101-0/+9
* Improve dispatcher usage outputJames Moger2014-04-101-0/+14
* 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-105-4/+127
* Add --json flag to the list command for outputing JSONJames Moger2014-04-102-18/+41
* Refactored regex list command into a subclassJames Moger2014-04-102-28/+89
* Refactor list commands into an abstract classJames Moger2014-04-101-0/+74
* Revise dispatcher setup and command registrationJames Moger2014-04-102-35/+57
* Catch dispatchers registered through registerCommandJames Moger2014-04-101-6/+15
* Allow command classes to manually display usageJames Moger2014-04-101-0/+5
* Hide dispatcher from usage() if it has no visible commands or visible nested ...James Moger2014-04-101-8/+35
* Report identified user and command on command failureDavid Ostrovsky2014-04-101-19/+11
* Allow registration of a command instanceJames Moger2014-04-101-0/+27
* Support local aliases within a dispatcher and warn on registration collisionsJames Moger2014-04-102-7/+51
* Clear instantiated commands and dispatchers from the dispatcher on destroy()James Moger2014-04-101-0/+3
* Expose new property: sshCommandStartThreadsDavid Ostrovsky2014-04-101-1/+2
* Be more verbose on gathering plugin's extension pointsDavid Ostrovsky2014-04-101-0/+9
* DispatchCommand should be the ExtensionPointJames Moger2014-04-104-34/+25
* Hook-up comprensive command cleanup (destroy)James Moger2014-04-103-35/+63
* Get the command context with an accessor instead of direct field accessJames Moger2014-04-102-13/+15
* Expose SSH command as plugin extension pointDavid Ostrovsky2014-04-103-2/+26
* Revise dispatchers and move command classesJames Moger2014-04-106-8/+404
* Elevate the public key manager to a top-level managerJames Moger2014-04-101-13/+0
* Create git and gitblit dispatchersJames Moger2014-04-1012-693/+26
* Show root commands in welcome shell and improve command registrationJames Moger2014-04-102-46/+81
* Add a simple repository list commandJames Moger2014-04-101-0/+72
* Pass IGitblit into the SSH command contextJames Moger2014-04-101-0/+1
* Add SSH daemon testDavid Ostrovsky2014-04-101-1/+1