index
:
gitblit.git
1026-Lucene-Index-PDF
fixup-1.9
gh-pages
master
ticket/104
ticket/114
ticket/138
ticket/235
ticket/7
ticket/75
wicket-7
Pure java git solution: https://github.com/gitblit-org/gitblit
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
gitblit
/
transport
/
ssh
/
commands
/
DispatchCommand.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove User parameter from SSH dispatch command setup
James Moger
2014-04-17
1
-18
/
+19
*
Update headers
James Moger
2014-04-13
1
-14
/
+16
*
Documentation
James Moger
2014-04-13
1
-0
/
+7
*
Improve dispatcher usage output
James Moger
2014-04-10
1
-0
/
+14
*
Improve command help with formatting and usage examples
James Moger
2014-04-10
1
-2
/
+2
*
Revise dispatcher setup and command registration
James Moger
2014-04-10
1
-24
/
+50
*
Catch dispatchers registered through registerCommand
James Moger
2014-04-10
1
-6
/
+15
*
Hide dispatcher from usage() if it has no visible commands or visible nested ...
James Moger
2014-04-10
1
-8
/
+35
*
Allow registration of a command instance
James Moger
2014-04-10
1
-0
/
+27
*
Support local aliases within a dispatcher and warn on registration collisions
James Moger
2014-04-10
1
-7
/
+50
*
Clear instantiated commands and dispatchers from the dispatcher on destroy()
James Moger
2014-04-10
1
-0
/
+3
*
DispatchCommand should be the ExtensionPoint
James Moger
2014-04-10
1
-11
/
+21
*
Hook-up comprensive command cleanup (destroy)
James Moger
2014-04-10
1
-8
/
+22
*
Get the command context with an accessor instead of direct field access
James Moger
2014-04-10
1
-10
/
+0
*
Revise dispatchers and move command classes
James Moger
2014-04-10
1
-7
/
+5
*
Elevate the public key manager to a top-level manager
James Moger
2014-04-10
1
-13
/
+0
*
Create git and gitblit dispatchers
James Moger
2014-04-10
1
-39
/
+26
*
Show root commands in welcome shell and improve command registration
James Moger
2014-04-10
1
-45
/
+80
*
Add SSH daemon test
David Ostrovsky
2014-04-10
1
-1
/
+1
*
Prevent double authentication for the same public key
David Ostrovsky
2014-04-10
1
-3
/
+3
*
Fix message formatting
David Ostrovsky
2014-04-10
1
-1
/
+1
*
Move dispatcher creation to SshCommandFactory and revise permission
James Moger
2014-04-10
1
-192
/
+200
*
Rename AbstractGitCommand->BaseGitCommand
James Moger
2014-04-10
1
-2
/
+2
*
Merge AbstractSshCommand and BaseCommand into a single class
James Moger
2014-04-10
1
-1
/
+0
*
Rename authenticators for clarity
James Moger
2014-04-10
1
-3
/
+3
*
Support admin commands that respect user permissions
James Moger
2014-04-10
1
-0
/
+9
*
Support hidden commands and hide create-repo and review
James Moger
2014-04-10
1
-1
/
+4
*
Add add-key and rm-key commands that apply only to the current user
James Moger
2014-04-10
1
-3
/
+3
*
Rename & simplify SshSession->SshDaemonClient
James Moger
2014-04-10
1
-7
/
+7
*
Add set account SSH command
David Ostrovsky
2014-04-10
1
-0
/
+10
*
SSHD: Add support for git pack commands
David Ostrovsky
2014-04-10
1
-4
/
+44
*
Fix command dispatching
David Ostrovsky
2014-04-10
1
-14
/
+30
*
Eliminate use of Dagger and do not create inner classes
James Moger
2014-04-10
1
-24
/
+28
*
SSHD: Add support for generic commands
David Ostrovsky
2014-04-10
1
-0
/
+156