summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/transport
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid generated SSH url for port 22James Moger2014-06-091-1/+1
* Fix thread exhaustion in SSH daemonJames Moger2014-05-295-14/+29
* Catch UnsatisfiedLinkException when setting filemode of generated SSH keysJames Moger2014-05-121-2/+2
* Prevent adding empty or invalid SSH public keysJames Moger2014-04-253-7/+23
* Simplify current plugin release detection, ignore currentRelease registry fieldJames Moger2014-04-231-5/+5
* Update to Apache MINA/SSHD 0.11.0James Moger2014-04-231-0/+5
* Remove User parameter from SSH dispatch command setupJames Moger2014-04-175-52/+48
* Filter the current plugin release by the system versionJames Moger2014-04-171-4/+20
* [findbugs] Simplify the SshKey <-> PublicKey comparisonJames Moger2014-04-171-1/+1
* [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
* Strip leading / from a repository name on ssh fetch/pushJames Moger2014-04-171-3/+2
* 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
* 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
* 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
* Clarify interactive shells messageJames Moger2014-04-101-1/+1
* Rename SSH key store on user renameJames Moger2014-04-101-0/+11
* Unit tests for ssh daemon and keys dispatcherJames Moger2014-04-107-55/+63
* Add hostname and ssh repo url methodso to SshCommandJames Moger2014-04-101-0/+38
* Support specifying permission levels for SSH public keysJames Moger2014-04-105-21/+118
* 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-1015-2251/+301
* Implement management commands in repositories dispatcherJames Moger2014-04-104-4/+419
* Finish user and team administration commandsJames Moger2014-04-102-4/+15
* Implement rename user/team and set field user/team commandsJames Moger2014-04-103-17/+310
* Improve dispatcher usage outputJames Moger2014-04-101-0/+14
* Implemented teams dispatcher and management commandsJames Moger2014-04-102-0/+362
* Revise user list columns to match web uiJames Moger2014-04-101-7/+16
* Preserve key index when re-adding an existing keyJames Moger2014-04-101-5/+11
* Simplify show user outputJames Moger2014-04-101-17/+8
* Add command to change the comment of a registered ssh public keyJames Moger2014-04-102-4/+49
* Add owned repositories and public key fingerprints to admin show user commandJames Moger2014-04-101-2/+46
* Track the SSH public key used for a session and add a `keys which` commandJames Moger2014-04-105-11/+58
* Improve command help with formatting and usage examplesJames Moger2014-04-1015-179/+466
* Add --json flag to the list command for outputing JSONJames Moger2014-04-105-30/+53
* Support querying in tickets ls and accept Object[][] for table dataJames Moger2014-04-105-45/+66
* 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