summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/transport/ssh/WelcomeShell.java
Commit message (Expand)AuthorAgeFilesLines
* upgrade to sshd 1.6.0, add eddsa dependency, upgrade jgit to 4.1.2ricardop2022-10-081-0/+5
* The public key manager can disable writing keys, which hides commandsFlorian Zschocke2016-12-061-7/+14
* Renamed ssh.Display(Host|Port) to ssh.Advertised(Host|Port)James Moger2015-06-151-2/+2
* Added git.sshDisplay{Port|Host} to hide port forward.Morten Bøgeskov2015-06-151-3/+8
* Update headersJames Moger2014-04-131-0/+1
* Clarify interactive shells messageJames Moger2014-04-101-1/+1
* Split administration commands into a plugin, enhance plugin managerJames Moger2014-04-101-1/+1
* Implement management commands in repositories dispatcherJames Moger2014-04-101-1/+1
* Track the SSH public key used for a session and add a `keys which` commandJames Moger2014-04-101-10/+16
* Improve command help with formatting and usage examplesJames Moger2014-04-101-17/+54
* Revise dispatchers and move command classesJames Moger2014-04-101-0/+1
* Show root commands in welcome shell and improve command registrationJames Moger2014-04-101-6/+18
* Add a welcome shellJames Moger2014-04-101-0/+156