]> source.dussan.org Git - gitblit.git/shortlog
gitblit.git
2014-04-11 James MogerMerged #45 "Build with Java 7"
2014-04-11 James MogerMerged #6 "Support serving repositories over the SSH...
2014-04-11 James MogerBuild with Java 7 45/45/1
2014-04-11 James MogerImprove plugin documentation 06/6/21
2014-04-11 James MogerAllow user to disable checksum verification on plugin...
2014-04-11 James MogerEnsure plugins dir is created before pf4j is instantiated
2014-04-11 James MogerUpdate to pf4j 0.7.1 for a bug fix
2014-04-11 James MogerAdd missing unit test utility class
2014-04-10 James MogerImprove plugin manager based on upstreamed contribution...
2014-04-10 James MogerDocumentation
2014-04-10 James MogerClarify interactive shells message
2014-04-10 James MogerRename SSH key store on user rename
2014-04-10 James MogerUnit tests for ssh daemon and keys dispatcher
2014-04-10 James MogerAdd hostname and ssh repo url methodso to SshCommand
2014-04-10 James MogerImprove ticket propose instructions based on primary...
2014-04-10 James MogerAllow specifying accepted PUSH transports
2014-04-10 James MogerFix ${baseFolder}/plugins mkdir bug
2014-04-10 James MogerSupport specifying permission levels for SSH public...
2014-04-10 James MogerImplement simple JSON-based plugin registry and install...
2014-04-10 James MogerDocumentation
2014-04-10 James MogerSplit administration commands into a plugin, enhance...
2014-04-10 James MogerImplement management commands in repositories dispatcher
2014-04-10 James MogerFinish user and team administration commands
2014-04-10 James MogerDocumentation
2014-04-10 James MogerImplement rename user/team and set field user/team...
2014-04-10 James MogerImprove dispatcher usage output
2014-04-10 James MogerImplemented teams dispatcher and management commands
2014-04-10 James MogerRevise user list columns to match web ui
2014-04-10 James MogerPreserve key index when re-adding an existing key
2014-04-10 James MogerSimplify show user output
2014-04-10 James MogerAdd command to change the comment of a registered ssh...
2014-04-10 James MogerAdd owned repositories and public key fingerprints...
2014-04-10 James MogerDocumentation
2014-04-10 James MogerRefine delete user method
2014-04-10 James MogerTrack the SSH public key used for a session and add...
2014-04-10 James MogerDelete ssh public keys when user is deleted
2014-04-10 James MogerImprove command help with formatting and usage examples
2014-04-10 James MogerReformat CmdLineParser
2014-04-10 James MogerAdd --json flag to the list command for outputing JSON
2014-04-10 James MogerSupport querying in tickets ls and accept Object[]...
2014-04-10 James MogerRefactored regex list command into a subclass
2014-04-10 James MogerRefactor list commands into an abstract class
2014-04-10 James MogerDraft tickets list command
2014-04-10 James MogerSupport regex filtering the projects, repositories...
2014-04-10 James MogerImprove table rendering and uer details display
2014-04-10 James MogerIntegrate a patched version of FlipTables and improve...
2014-04-10 James MogerHandle ssh keys as objects, not strings, and improve...
2014-04-10 James MogerRevise dispatcher setup and command registration
2014-04-10 James MogerCatch dispatchers registered through registerCommand
2014-04-10 James MogerAdd administrative SSH command to manage Gitblit's...
2014-04-10 James MogerAllow command classes to manually display usage
2014-04-10 James MogerChange hidden scope of the git dispatcher and the uploa...
2014-04-10 James MogerHide dispatcher from usage() if it has no visible comma...
2014-04-10 James MogerImprove Sparkleshare integration, but leave disabled...
2014-04-10 James MogerGenerate an RSA and a DSA keypair and chmod 600 the...
2014-04-10 David OstrovskyAdd JGit gc command
2014-04-10 David OstrovskyReport identified user and command on command failure
2014-04-10 James MogerAllow registration of a command instance
2014-04-10 James MogerFix exception handling for account with no public keys
2014-04-10 James MogerRefactor 'gitblit' commands into several nested dispatchers
2014-04-10 James MogerSupport local aliases within a dispatcher and warn...
2014-04-10 James MogerClear instantiated commands and dispatchers from the...
2014-04-10 James MogerImprove isServingRepositories check
2014-04-10 James MogerExclude SSH repository urls from anonymous users
2014-04-10 David OstrovskyExpose new property: sshCommandStartThreads
2014-04-10 David OstrovskydoAuthenticate() method doesn't need to be protected
2014-04-10 David OstrovskyBe more verbose on gathering plugin's extension points
2014-04-10 James MogerDispatchCommand should be the ExtensionPoint
2014-04-10 James MogerHook-up comprensive command cleanup (destroy)
2014-04-10 James MogerGet the command context with an accessor instead of...
2014-04-10 James MogerStyle: changed manager order to reflect dependency...
2014-04-10 David OstrovskyExpose SSH command as plugin extension point
2014-04-10 David OstrovskyAdd plugins/extension infrastructure
2014-04-10 James MogerRevise dispatchers and move command classes
2014-04-10 James MogerCreate a simple ls-users admin command
2014-04-10 James MogerElevate the public key manager to a top-level manager
2014-04-10 James MogerCreate git and gitblit dispatchers
2014-04-10 James MogerShow root commands in welcome shell and improve command...
2014-04-10 James MogerAdd a simple repository list command
2014-04-10 James MogerPass IGitblit into the SSH command context
2014-04-10 James MogerAdd a welcome shell
2014-04-10 David OstrovskyAdd SSH daemon test
2014-04-10 David OstrovskyPrevent double authentication for the same public key
2014-04-10 David OstrovskyFix message formatting
2014-04-10 James MogerMove dispatcher creation to SshCommandFactory and revis...
2014-04-10 James MogerRename server session classes
2014-04-10 James MogerRename AbstractGitCommand->BaseGitCommand
2014-04-10 James MogerMerge AbstractSshCommand and BaseCommand into a single...
2014-04-10 James MogerRename authenticators for clarity
2014-04-10 James MogerMove cache to IKeyManager and implement isStale() in...
2014-04-10 James MogerStart SSH usage documentation
2014-04-10 James MogerSupport admin commands that respect user permissions
2014-04-10 James MogerSupport hidden commands and hide create-repo and review
2014-04-10 James MogerAdd add-key and rm-key commands that apply only to...
2014-04-10 James MogerRenamed SshContext->SshCommandContext for clarity of...
2014-04-10 James MogerRename & simplify SshSession->SshDaemonClient
2014-04-10 James MogerRevise SSH public key integration with AuthenticationMa...
2014-04-10 James MogerSimplify version command and output
2014-04-10 James MogerDisregard comment/description for add/remove in FileKey...
2014-04-10 James MogerFix deleteAllKeys method signature
next