]> source.dussan.org Git - gitblit.git/log
gitblit.git
10 years agoStrip leading / from a repository name on ssh fetch/push
James Moger [Fri, 18 Apr 2014 00:04:56 +0000 (20:04 -0400)]
Strip leading / from a repository name on ssh fetch/push

10 years agoUpdate javadoc
James Moger [Thu, 17 Apr 2014 23:30:46 +0000 (19:30 -0400)]
Update javadoc

10 years agoAdd plugin (un)install lifecycle methods
James Moger [Thu, 17 Apr 2014 22:00:58 +0000 (18:00 -0400)]
Add plugin (un)install lifecycle methods

10 years agoMerged #48 "Expose JGit 3.x receive pack settings as Gitblit settings"
James Moger [Thu, 17 Apr 2014 16:03:01 +0000 (10:03 -0600)]
Merged #48 "Expose JGit 3.x receive pack settings as Gitblit settings"

10 years agoExpose JGit 3.x receive pack settings as Gitblit settings 48/48/1
James Moger [Thu, 17 Apr 2014 16:00:35 +0000 (12:00 -0400)]
Expose JGit 3.x receive pack settings as Gitblit settings

10 years agoMerge pull request #173 from philippbeckmann/patch-1
James Moger [Thu, 17 Apr 2014 12:53:12 +0000 (08:53 -0400)]
Merge pull request #173 from philippbeckmann/patch-1

Redirect all command line arguments for pt.cmd

10 years agoRedirect all command line arguments for pt.cmd 173/head
Philipp Alexander Beckmann [Thu, 17 Apr 2014 11:58:03 +0000 (13:58 +0200)]
Redirect all command line arguments for pt.cmd

Redirects all arguments (beginning with %1) for pt.cmd to pt.py. Even if pt.py currently uses less than 9 args, this is imho an unnecessary limitation.

10 years agoDocumentation
James Moger [Wed, 16 Apr 2014 04:23:21 +0000 (00:23 -0400)]
Documentation

10 years agoFix skip summary metrics regression since introducing flotr2
Ting [Wed, 16 Apr 2014 04:06:56 +0000 (00:06 -0400)]
Fix skip summary metrics regression since introducing flotr2

10 years agoImprove milestone listing and include closed milestones
James Moger [Wed, 16 Apr 2014 03:58:57 +0000 (23:58 -0400)]
Improve milestone listing and include closed milestones

10 years agoDo not show patchset details on closed tickets
James Moger [Wed, 16 Apr 2014 02:54:30 +0000 (22:54 -0400)]
Do not show patchset details on closed tickets

10 years agoMerge pr-170 'ticket-fix' from https://github.com/lucidd/gitblit
James Moger [Tue, 15 Apr 2014 13:28:25 +0000 (09:28 -0400)]
Merge pr-170 'ticket-fix' from https://github.com/lucidd/gitblit

10 years agoRemoved obsolete Gravatar profile code
James Moger [Tue, 15 Apr 2014 13:27:43 +0000 (09:27 -0400)]
Removed obsolete Gravatar profile code

10 years agoUpdate to SLF4J 1.7.5
James Moger [Tue, 15 Apr 2014 13:17:15 +0000 (09:17 -0400)]
Update to SLF4J 1.7.5

10 years agoDocumentation
James Moger [Tue, 15 Apr 2014 12:34:50 +0000 (08:34 -0400)]
Documentation

10 years agoEnforce plugin-requires attribute
James Moger [Tue, 15 Apr 2014 12:33:05 +0000 (08:33 -0400)]
Enforce plugin-requires attribute

10 years agoUpdate to pf4j 0.8.0
James Moger [Tue, 15 Apr 2014 12:32:31 +0000 (08:32 -0400)]
Update to pf4j 0.8.0

10 years agofix NullPointerException in ITicketService and add TestCase 170/head
Kevin Walter [Tue, 15 Apr 2014 00:00:42 +0000 (02:00 +0200)]
fix NullPointerException in ITicketService and add TestCase

10 years agoStart plugin manager last to allow plugins deterministic access to the other managers
James Moger [Mon, 14 Apr 2014 19:11:24 +0000 (15:11 -0400)]
Start plugin manager last to allow plugins deterministic access to the other managers

10 years agoImprove ticket branch ref deletion push handling
James Moger [Mon, 14 Apr 2014 19:07:23 +0000 (15:07 -0400)]
Improve ticket branch ref deletion push handling

10 years agoExpose the plugin manager to the webapp
James Moger [Mon, 14 Apr 2014 19:06:25 +0000 (15:06 -0400)]
Expose the plugin manager to the webapp

10 years agoAdd a GitblitPlugin class for plugins to extend
James Moger [Mon, 14 Apr 2014 19:05:53 +0000 (15:05 -0400)]
Add a GitblitPlugin class for plugins to extend

10 years agoMerged #47 "Fix diffstat display for tickets with pending submodule changes"
James Moger [Mon, 14 Apr 2014 16:31:56 +0000 (10:31 -0600)]
Merged #47 "Fix diffstat display for tickets with pending submodule changes"

10 years agoFix diffstat display for tickets with pending submodule changes 47/47/1
James Moger [Mon, 14 Apr 2014 16:28:23 +0000 (12:28 -0400)]
Fix diffstat display for tickets with pending submodule changes

10 years agoAdd ssh command to update the permission for an SSH key
James Moger [Mon, 14 Apr 2014 13:32:47 +0000 (09:32 -0400)]
Add ssh command to update the permission for an SSH key

10 years agoUpdate headers
James Moger [Sun, 13 Apr 2014 16:18:54 +0000 (12:18 -0400)]
Update headers

10 years agoImprove plugin dispatcher command help
James Moger [Sun, 13 Apr 2014 16:00:47 +0000 (12:00 -0400)]
Improve plugin dispatcher command help

10 years agoUpgrade plugin command
James Moger [Sun, 13 Apr 2014 15:57:55 +0000 (11:57 -0400)]
Upgrade plugin command

10 years agoInstall sources artifact to Maven and Moxie repositories for ant builds
James Moger [Sun, 13 Apr 2014 15:53:25 +0000 (11:53 -0400)]
Install sources artifact to Maven and Moxie repositories for ant builds

10 years agoDocumentation
James Moger [Sun, 13 Apr 2014 15:52:26 +0000 (11:52 -0400)]
Documentation

10 years agoEliminate plugin name, stick with id and description
James Moger [Sat, 12 Apr 2014 17:27:25 +0000 (13:27 -0400)]
Eliminate plugin name, stick with id and description

10 years agoDocumentation
James Moger [Sat, 12 Apr 2014 16:26:17 +0000 (12:26 -0400)]
Documentation

10 years agoAdd TicketHook extension
James Moger [Sat, 12 Apr 2014 14:00:12 +0000 (10:00 -0400)]
Add TicketHook extension

10 years agoAdd PatchsetHook extensions
James Moger [Fri, 11 Apr 2014 23:28:50 +0000 (19:28 -0400)]
Add PatchsetHook extensions

10 years agoAllow ReceiveHook extensions
James Moger [Fri, 11 Apr 2014 21:55:53 +0000 (17:55 -0400)]
Allow ReceiveHook extensions

10 years agoAdd 1.5.0 release highlights to release log
James Moger [Fri, 11 Apr 2014 17:44:11 +0000 (13:44 -0400)]
Add 1.5.0 release highlights to release log

10 years agoMerged #46 "Update to Jetty 9, drop AJP"
James Moger [Fri, 11 Apr 2014 19:03:02 +0000 (13:03 -0600)]
Merged #46 "Update to Jetty 9, drop AJP"

10 years agoMerged #45 "Build with Java 7"
James Moger [Fri, 11 Apr 2014 18:54:49 +0000 (12:54 -0600)]
Merged #45 "Build with Java 7"

10 years agoMerged #6 "Support serving repositories over the SSH transport"
James Moger [Fri, 11 Apr 2014 18:51:50 +0000 (12:51 -0600)]
Merged #6 "Support serving repositories over the SSH transport"

10 years agoUpdate to Jetty 9, drop AJP 46/46/1
James Moger [Fri, 11 Apr 2014 17:38:46 +0000 (13:38 -0400)]
Update to Jetty 9, drop AJP

10 years agoBuild with Java 7 45/45/1
James Moger [Fri, 11 Apr 2014 17:34:36 +0000 (13:34 -0400)]
Build with Java 7

10 years agoImprove plugin documentation 06/6/21
James Moger [Fri, 11 Apr 2014 17:41:53 +0000 (13:41 -0400)]
Improve plugin documentation

10 years agoAllow user to disable checksum verification on plugin registry refresh
James Moger [Fri, 11 Apr 2014 17:41:14 +0000 (13:41 -0400)]
Allow user to disable checksum verification on plugin registry refresh

10 years agoEnsure plugins dir is created before pf4j is instantiated
James Moger [Fri, 11 Apr 2014 17:40:22 +0000 (13:40 -0400)]
Ensure plugins dir is created before pf4j is instantiated

10 years agoUpdate to pf4j 0.7.1 for a bug fix
James Moger [Fri, 11 Apr 2014 17:28:33 +0000 (13:28 -0400)]
Update to pf4j 0.7.1 for a bug fix

10 years agoAdd missing unit test utility class
James Moger [Fri, 11 Apr 2014 17:45:51 +0000 (13:45 -0400)]
Add missing unit test utility class

10 years agoImprove plugin manager based on upstreamed contributions to pf4j
James Moger [Thu, 10 Apr 2014 21:33:19 +0000 (17:33 -0400)]
Improve plugin manager based on upstreamed contributions to pf4j

10 years agoDocumentation
James Moger [Thu, 10 Apr 2014 20:58:26 +0000 (16:58 -0400)]
Documentation

10 years agoClarify interactive shells message
James Moger [Thu, 10 Apr 2014 20:58:06 +0000 (16:58 -0400)]
Clarify interactive shells message

10 years agoRename SSH key store on user rename
James Moger [Thu, 10 Apr 2014 20:57:32 +0000 (16:57 -0400)]
Rename SSH key store on user rename

10 years agoUnit tests for ssh daemon and keys dispatcher
James Moger [Tue, 8 Apr 2014 02:57:47 +0000 (22:57 -0400)]
Unit tests for ssh daemon and keys dispatcher

10 years agoAdd hostname and ssh repo url methodso to SshCommand
James Moger [Wed, 2 Apr 2014 17:54:23 +0000 (13:54 -0400)]
Add hostname and ssh repo url methodso to SshCommand

10 years agoImprove ticket propose instructions based on primary repository url
James Moger [Wed, 2 Apr 2014 15:45:14 +0000 (11:45 -0400)]
Improve ticket propose instructions based on primary repository url

10 years agoAllow specifying accepted PUSH transports
James Moger [Wed, 2 Apr 2014 15:44:31 +0000 (11:44 -0400)]
Allow specifying accepted PUSH transports

10 years agoFix ${baseFolder}/plugins mkdir bug
James Moger [Wed, 2 Apr 2014 13:41:44 +0000 (09:41 -0400)]
Fix ${baseFolder}/plugins mkdir bug

10 years agoSupport specifying permission levels for SSH public keys
James Moger [Wed, 2 Apr 2014 13:41:23 +0000 (09:41 -0400)]
Support specifying permission levels for SSH public keys

10 years agoImplement simple JSON-based plugin registry and install command
James Moger [Tue, 1 Apr 2014 04:10:43 +0000 (00:10 -0400)]
Implement simple JSON-based plugin registry and install command

10 years agoDocumentation
James Moger [Sun, 30 Mar 2014 19:26:54 +0000 (15:26 -0400)]
Documentation

10 years agoSplit administration commands into a plugin, enhance plugin manager
James Moger [Sun, 30 Mar 2014 18:21:19 +0000 (14:21 -0400)]
Split administration commands into a plugin, enhance plugin manager

10 years agoImplement management commands in repositories dispatcher
James Moger [Fri, 28 Mar 2014 23:44:48 +0000 (19:44 -0400)]
Implement management commands in repositories dispatcher

10 years agoFinish user and team administration commands
James Moger [Fri, 28 Mar 2014 15:39:23 +0000 (11:39 -0400)]
Finish user and team administration commands

10 years agoDocumentation
James Moger [Fri, 28 Mar 2014 01:38:57 +0000 (21:38 -0400)]
Documentation

10 years agoImplement rename user/team and set field user/team commands
James Moger [Fri, 28 Mar 2014 00:26:38 +0000 (20:26 -0400)]
Implement rename user/team and set field user/team commands

10 years agoImprove dispatcher usage output
James Moger [Thu, 27 Mar 2014 19:51:12 +0000 (15:51 -0400)]
Improve dispatcher usage output

10 years agoImplemented teams dispatcher and management commands
James Moger [Thu, 27 Mar 2014 19:47:35 +0000 (15:47 -0400)]
Implemented teams dispatcher and management commands

10 years agoRevise user list columns to match web ui
James Moger [Thu, 27 Mar 2014 18:48:14 +0000 (14:48 -0400)]
Revise user list columns to match web ui

10 years agoPreserve key index when re-adding an existing key
James Moger [Thu, 27 Mar 2014 17:48:51 +0000 (13:48 -0400)]
Preserve key index when re-adding an existing key

10 years agoSimplify show user output
James Moger [Thu, 27 Mar 2014 17:42:23 +0000 (13:42 -0400)]
Simplify show user output

10 years agoAdd command to change the comment of a registered ssh public key
James Moger [Thu, 27 Mar 2014 17:13:29 +0000 (13:13 -0400)]
Add command to change the comment of a registered ssh public key

10 years agoAdd owned repositories and public key fingerprints to admin show user command
James Moger [Thu, 27 Mar 2014 17:06:14 +0000 (13:06 -0400)]
Add owned repositories and public key fingerprints to admin show user command

10 years agoDocumentation
James Moger [Thu, 27 Mar 2014 14:13:26 +0000 (10:13 -0400)]
Documentation

10 years agoRefine delete user method
James Moger [Thu, 27 Mar 2014 13:55:54 +0000 (09:55 -0400)]
Refine delete user method

10 years agoTrack the SSH public key used for a session and add a `keys which` command
James Moger [Thu, 27 Mar 2014 12:53:16 +0000 (08:53 -0400)]
Track the SSH public key used for a session and add a `keys which` command

10 years agoDelete ssh public keys when user is deleted
James Moger [Thu, 27 Mar 2014 01:51:28 +0000 (21:51 -0400)]
Delete ssh public keys when user is deleted

10 years agoImprove command help with formatting and usage examples
James Moger [Thu, 27 Mar 2014 01:33:21 +0000 (21:33 -0400)]
Improve command help with formatting and usage examples

10 years agoReformat CmdLineParser
James Moger [Thu, 27 Mar 2014 01:32:28 +0000 (21:32 -0400)]
Reformat CmdLineParser

10 years agoAdd --json flag to the list command for outputing JSON
James Moger [Sun, 23 Mar 2014 20:29:48 +0000 (16:29 -0400)]
Add --json flag to the list command for outputing JSON

10 years agoSupport querying in tickets ls and accept Object[][] for table data
James Moger [Sun, 23 Mar 2014 15:36:14 +0000 (11:36 -0400)]
Support querying in tickets ls and accept Object[][] for table data

10 years agoRefactored regex list command into a subclass
James Moger [Sun, 23 Mar 2014 03:07:09 +0000 (23:07 -0400)]
Refactored regex list command into a subclass

10 years agoRefactor list commands into an abstract class
James Moger [Sun, 23 Mar 2014 02:52:31 +0000 (22:52 -0400)]
Refactor list commands into an abstract class

10 years agoDraft tickets list command
James Moger [Sun, 23 Mar 2014 01:47:36 +0000 (21:47 -0400)]
Draft tickets list command

10 years agoSupport regex filtering the projects, repositories, and users list
James Moger [Sun, 23 Mar 2014 00:52:54 +0000 (20:52 -0400)]
Support regex filtering the projects, repositories, and users list

10 years agoImprove table rendering and uer details display
James Moger [Sun, 23 Mar 2014 00:37:51 +0000 (20:37 -0400)]
Improve table rendering and uer details display

10 years agoIntegrate a patched version of FlipTables and improve ls output
James Moger [Sat, 22 Mar 2014 20:34:27 +0000 (16:34 -0400)]
Integrate a patched version of FlipTables and improve ls output

10 years agoHandle ssh keys as objects, not strings, and improve the ls and rm key commands
James Moger [Sat, 22 Mar 2014 14:38:06 +0000 (10:38 -0400)]
Handle ssh keys as objects, not strings, and improve the ls and rm key commands

"gitblit keys ls" now defaults to showing an indexed list of fingerprints which almost matches the output of "sshadd -l".  The indexes are useful specifying key(s) to remove using "gitblit keys rm <index>".  This is an important improvement for key management.

10 years agoRevise dispatcher setup and command registration
James Moger [Fri, 21 Mar 2014 22:12:40 +0000 (18:12 -0400)]
Revise dispatcher setup and command registration

10 years agoCatch dispatchers registered through registerCommand
James Moger [Fri, 21 Mar 2014 21:57:21 +0000 (17:57 -0400)]
Catch dispatchers registered through registerCommand

10 years agoAdd administrative SSH command to manage Gitblit's runtime settings
James Moger [Fri, 21 Mar 2014 16:42:24 +0000 (12:42 -0400)]
Add administrative SSH command to manage Gitblit's runtime settings

10 years agoAllow command classes to manually display usage
James Moger [Fri, 21 Mar 2014 16:40:23 +0000 (12:40 -0400)]
Allow command classes to manually display usage

10 years agoChange hidden scope of the git dispatcher and the upload & receive commands
James Moger [Fri, 21 Mar 2014 15:48:20 +0000 (11:48 -0400)]
Change hidden scope of the git dispatcher and the upload & receive commands

10 years agoHide dispatcher from usage() if it has no visible commands or visible nested dispatchers
James Moger [Fri, 21 Mar 2014 15:47:30 +0000 (11:47 -0400)]
Hide dispatcher from usage() if it has no visible commands or visible nested dispatchers

10 years agoImprove Sparkleshare integration, but leave disabled for now
James Moger [Fri, 21 Mar 2014 15:29:11 +0000 (11:29 -0400)]
Improve Sparkleshare integration, but leave disabled for now

10 years agoGenerate an RSA and a DSA keypair and chmod 600 the pem files
James Moger [Thu, 20 Mar 2014 21:05:23 +0000 (17:05 -0400)]
Generate an RSA and a DSA keypair and chmod 600 the pem files

10 years agoAdd JGit gc command
David Ostrovsky [Wed, 19 Mar 2014 21:31:03 +0000 (22:31 +0100)]
Add JGit gc command

10 years agoReport identified user and command on command failure
David Ostrovsky [Wed, 19 Mar 2014 20:43:41 +0000 (21:43 +0100)]
Report identified user and command on command failure

Fix commented out code. Now failure is reported as:

  Internal server error (user admin) during gitblit version

10 years agoAllow registration of a command instance
James Moger [Wed, 19 Mar 2014 17:22:34 +0000 (13:22 -0400)]
Allow registration of a command instance

10 years agoFix exception handling for account with no public keys
James Moger [Wed, 19 Mar 2014 16:34:00 +0000 (12:34 -0400)]
Fix exception handling for account with no public keys

10 years agoRefactor 'gitblit' commands into several nested dispatchers
James Moger [Wed, 19 Mar 2014 16:11:53 +0000 (12:11 -0400)]
Refactor 'gitblit' commands into several nested dispatchers

10 years agoSupport local aliases within a dispatcher and warn on registration collisions
James Moger [Wed, 19 Mar 2014 16:10:16 +0000 (12:10 -0400)]
Support local aliases within a dispatcher and warn on registration collisions

10 years agoClear instantiated commands and dispatchers from the dispatcher on destroy()
James Moger [Wed, 19 Mar 2014 16:08:00 +0000 (12:08 -0400)]
Clear instantiated commands and dispatchers from the dispatcher on destroy()