summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/transport/ssh
Commit message (Expand)AuthorAgeFilesLines
...
* Refactored regex list command into a subclassJames Moger2014-04-106-67/+113
* Refactor list commands into an abstract classJames Moger2014-04-105-162/+147
* Draft tickets list commandJames Moger2014-04-103-2/+122
* Support regex filtering the projects, repositories, and users listJames Moger2014-04-103-6/+66
* Improve table rendering and uer details displayJames Moger2014-04-104-34/+75
* Integrate a patched version of FlipTables and improve ls outputJames Moger2014-04-105-89/+198
* Handle ssh keys as objects, not strings, and improve the ls and rm key commandsJames Moger2014-04-109-81/+273
* Revise dispatcher setup and command registrationJames Moger2014-04-1010-194/+361
* Catch dispatchers registered through registerCommandJames Moger2014-04-101-6/+15
* Add administrative SSH command to manage Gitblit's runtime settingsJames Moger2014-04-102-0/+167
* Allow command classes to manually display usageJames Moger2014-04-101-0/+5
* Change hidden scope of the git dispatcher and the upload & receive commandsJames Moger2014-04-103-3/+3
* Hide dispatcher from usage() if it has no visible commands or visible nested ...James Moger2014-04-101-8/+35
* Generate an RSA and a DSA keypair and chmod 600 the pem filesJames Moger2014-04-101-12/+67
* Add JGit gc commandDavid Ostrovsky2014-04-102-0/+62
* Report identified user and command on command failureDavid Ostrovsky2014-04-101-19/+11
* Allow registration of a command instanceJames Moger2014-04-101-0/+27
* Fix exception handling for account with no public keysJames Moger2014-04-102-2/+11
* Refactor 'gitblit' commands into several nested dispatchersJames Moger2014-04-108-313/+346
* 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
* doAuthenticate() method doesn't need to be protectedDavid Ostrovsky2014-04-101-3/+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-106-35/+83
* Get the command context with an accessor instead of direct field accessJames Moger2014-04-1010-24/+26
* Expose SSH command as plugin extension pointDavid Ostrovsky2014-04-103-2/+26
* Revise dispatchers and move command classesJames Moger2014-04-1020-49/+79
* Create a simple ls-users admin commandJames Moger2014-04-102-0/+74
* Elevate the public key manager to a top-level managerJames Moger2014-04-109-149/+124
* Create git and gitblit dispatchersJames Moger2014-04-1015-103/+217
* Show root commands in welcome shell and improve command registrationJames Moger2014-04-103-52/+99
* Add a simple repository list commandJames Moger2014-04-102-0/+74
* Pass IGitblit into the SSH command contextJames Moger2014-04-103-2/+11
* Add a welcome shellJames Moger2014-04-102-2/+163
* Add SSH daemon testDavid Ostrovsky2014-04-103-4/+49
* Prevent double authentication for the same public keyDavid Ostrovsky2014-04-105-23/+62
* Fix message formattingDavid Ostrovsky2014-04-101-1/+1
* Move dispatcher creation to SshCommandFactory and revise permissionJames Moger2014-04-104-450/+460
* Rename server session classesJames Moger2014-04-103-16/+10
* Rename AbstractGitCommand->BaseGitCommandJames Moger2014-04-104-6/+6
* Merge AbstractSshCommand and BaseCommand into a single classJames Moger2014-04-107-516/+469
* Rename authenticators for clarityJames Moger2014-04-105-12/+12
* Move cache to IKeyManager and implement isStale() in FileKeyManagerJames Moger2014-04-107-68/+121
* Support admin commands that respect user permissionsJames Moger2014-04-104-2/+12
* Support hidden commands and hide create-repo and reviewJames Moger2014-04-104-6/+11
* Add add-key and rm-key commands that apply only to the current userJames Moger2014-04-106-42/+191
* Renamed SshContext->SshCommandContext for clarity of purposeJames Moger2014-04-103-6/+6
* Rename & simplify SshSession->SshDaemonClientJames Moger2014-04-1012-148/+101