]> source.dussan.org Git - gitblit.git/shortlog
gitblit.git
2014-04-18 James MogerStrip leading / from a repository name on ssh fetch...
2014-04-17 James MogerUpdate javadoc
2014-04-17 James MogerAdd plugin (un)install lifecycle methods
2014-04-17 James MogerMerged #48 "Expose JGit 3.x receive pack settings as...
2014-04-17 James MogerExpose JGit 3.x receive pack settings as Gitblit settings 48/48/1
2014-04-17 James MogerMerge pull request #173 from philippbeckmann/patch-1
2014-04-17 Philipp Alexander... Redirect all command line arguments for pt.cmd 173/head
2014-04-16 James MogerDocumentation
2014-04-16 TingFix skip summary metrics regression since introducing...
2014-04-16 James MogerImprove milestone listing and include closed milestones
2014-04-16 James MogerDo not show patchset details on closed tickets
2014-04-15 James MogerMerge pr-170 'ticket-fix' from https://github.com/lucid...
2014-04-15 James MogerRemoved obsolete Gravatar profile code
2014-04-15 James MogerUpdate to SLF4J 1.7.5
2014-04-15 James MogerDocumentation
2014-04-15 James MogerEnforce plugin-requires attribute
2014-04-15 James MogerUpdate to pf4j 0.8.0
2014-04-15 Kevin Walterfix NullPointerException in ITicketService and add... 170/head
2014-04-14 James MogerStart plugin manager last to allow plugins deterministi...
2014-04-14 James MogerImprove ticket branch ref deletion push handling
2014-04-14 James MogerExpose the plugin manager to the webapp
2014-04-14 James MogerAdd a GitblitPlugin class for plugins to extend
2014-04-14 James MogerMerged #47 "Fix diffstat display for tickets with pendi...
2014-04-14 James MogerFix diffstat display for tickets with pending submodule... 47/47/1
2014-04-14 James MogerAdd ssh command to update the permission for an SSH key
2014-04-13 James MogerUpdate headers
2014-04-13 James MogerImprove plugin dispatcher command help
2014-04-13 James MogerUpgrade plugin command
2014-04-13 James MogerInstall sources artifact to Maven and Moxie repositorie...
2014-04-13 James MogerDocumentation
2014-04-12 James MogerEliminate plugin name, stick with id and description
2014-04-12 James MogerDocumentation
2014-04-12 James MogerAdd TicketHook extension
2014-04-12 James MogerAdd PatchsetHook extensions
2014-04-12 James MogerAllow ReceiveHook extensions
2014-04-11 James MogerAdd 1.5.0 release highlights to release log
2014-04-11 James MogerMerged #46 "Update to Jetty 9, drop AJP"
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 MogerUpdate to Jetty 9, drop AJP 46/46/1
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...
next