Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implemented teams dispatcher and management commands | James Moger | 2014-04-10 | 2 | -0/+362 | |
| | ||||||
* | Revise user list columns to match web ui | James Moger | 2014-04-10 | 1 | -7/+16 | |
| | ||||||
* | Preserve key index when re-adding an existing key | James Moger | 2014-04-10 | 1 | -5/+11 | |
| | ||||||
* | Simplify show user output | James Moger | 2014-04-10 | 1 | -17/+8 | |
| | ||||||
* | Add command to change the comment of a registered ssh public key | James Moger | 2014-04-10 | 2 | -4/+49 | |
| | ||||||
* | Add owned repositories and public key fingerprints to admin show user command | James Moger | 2014-04-10 | 1 | -2/+46 | |
| | ||||||
* | Refine delete user method | James Moger | 2014-04-10 | 1 | -5/+2 | |
| | ||||||
* | Track the SSH public key used for a session and add a `keys which` command | James Moger | 2014-04-10 | 5 | -11/+58 | |
| | ||||||
* | Delete ssh public keys when user is deleted | James Moger | 2014-04-10 | 1 | -0/+21 | |
| | ||||||
* | Improve command help with formatting and usage examples | James Moger | 2014-04-10 | 16 | -180/+467 | |
| | ||||||
* | Reformat CmdLineParser | James Moger | 2014-04-10 | 1 | -367/+360 | |
| | ||||||
* | Add --json flag to the list command for outputing JSON | James Moger | 2014-04-10 | 5 | -30/+53 | |
| | ||||||
* | Support querying in tickets ls and accept Object[][] for table data | James Moger | 2014-04-10 | 6 | -56/+77 | |
| | ||||||
* | Refactored regex list command into a subclass | James Moger | 2014-04-10 | 6 | -67/+113 | |
| | ||||||
* | Refactor list commands into an abstract class | James Moger | 2014-04-10 | 5 | -162/+147 | |
| | ||||||
* | Draft tickets list command | James Moger | 2014-04-10 | 3 | -2/+122 | |
| | ||||||
* | Support regex filtering the projects, repositories, and users list | James Moger | 2014-04-10 | 3 | -6/+66 | |
| | ||||||
* | Improve table rendering and uer details display | James Moger | 2014-04-10 | 5 | -43/+104 | |
| | ||||||
* | Integrate a patched version of FlipTables and improve ls output | James Moger | 2014-04-10 | 6 | -89/+409 | |
| | ||||||
* | Handle ssh keys as objects, not strings, and improve the ls and rm key commands | James Moger | 2014-04-10 | 12 | -93/+284 | |
| | | | | "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. | |||||
* | Revise dispatcher setup and command registration | James Moger | 2014-04-10 | 10 | -194/+361 | |
| | ||||||
* | Catch dispatchers registered through registerCommand | James Moger | 2014-04-10 | 1 | -6/+15 | |
| | ||||||
* | Add administrative SSH command to manage Gitblit's runtime settings | James Moger | 2014-04-10 | 2 | -0/+167 | |
| | ||||||
* | Allow command classes to manually display usage | James Moger | 2014-04-10 | 1 | -0/+5 | |
| | ||||||
* | Change hidden scope of the git dispatcher and the upload & receive commands | James Moger | 2014-04-10 | 3 | -3/+3 | |
| | ||||||
* | Hide dispatcher from usage() if it has no visible commands or visible nested ↵ | James Moger | 2014-04-10 | 1 | -8/+35 | |
| | | | | dispatchers | |||||
* | Improve Sparkleshare integration, but leave disabled for now | James Moger | 2014-04-10 | 3 | -20/+39 | |
| | ||||||
* | Generate an RSA and a DSA keypair and chmod 600 the pem files | James Moger | 2014-04-10 | 1 | -12/+67 | |
| | ||||||
* | Add JGit gc command | David Ostrovsky | 2014-04-10 | 2 | -0/+62 | |
| | ||||||
* | Report identified user and command on command failure | David Ostrovsky | 2014-04-10 | 1 | -19/+11 | |
| | | | | | | Fix commented out code. Now failure is reported as: Internal server error (user admin) during gitblit version | |||||
* | Allow registration of a command instance | James Moger | 2014-04-10 | 1 | -0/+27 | |
| | ||||||
* | Fix exception handling for account with no public keys | James Moger | 2014-04-10 | 2 | -2/+11 | |
| | ||||||
* | Refactor 'gitblit' commands into several nested dispatchers | James Moger | 2014-04-10 | 8 | -313/+346 | |
| | ||||||
* | Support local aliases within a dispatcher and warn on registration collisions | James Moger | 2014-04-10 | 2 | -7/+51 | |
| | ||||||
* | Clear instantiated commands and dispatchers from the dispatcher on destroy() | James Moger | 2014-04-10 | 1 | -0/+3 | |
| | ||||||
* | Improve isServingRepositories check | James Moger | 2014-04-10 | 4 | -2/+15 | |
| | ||||||
* | Exclude SSH repository urls from anonymous users | James Moger | 2014-04-10 | 1 | -0/+4 | |
| | ||||||
* | Expose new property: sshCommandStartThreads | David Ostrovsky | 2014-04-10 | 2 | -1/+8 | |
| | ||||||
* | doAuthenticate() method doesn't need to be protected | David Ostrovsky | 2014-04-10 | 1 | -3/+2 | |
| | ||||||
* | Be more verbose on gathering plugin's extension points | David Ostrovsky | 2014-04-10 | 1 | -0/+9 | |
| | ||||||
* | DispatchCommand should be the ExtensionPoint | James Moger | 2014-04-10 | 4 | -34/+25 | |
| | ||||||
* | Hook-up comprensive command cleanup (destroy) | James Moger | 2014-04-10 | 6 | -35/+83 | |
| | ||||||
* | Get the command context with an accessor instead of direct field access | James Moger | 2014-04-10 | 10 | -24/+26 | |
| | ||||||
* | Style: changed manager order to reflect dependency chain | James Moger | 2014-04-10 | 8 | -27/+26 | |
| | | | | Managers are mostly declared in dependency order. Managers with fewer dependencies are first. They are likely to be components of other managers. Also eliminated import artifacts from the cherry-pick. | |||||
* | Expose SSH command as plugin extension point | David Ostrovsky | 2014-04-10 | 3 | -2/+26 | |
| | | | | | | Example plugin is provided [1]. [1] https://github.com/davido/gitblit-cookbook-plugin | |||||
* | Add plugins/extension infrastructure | David Ostrovsky | 2014-04-10 | 12 | -10/+144 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Plugins are stored in `${baseFolder}/plugins` and are loaded during startup by the PluginManager. A plugin defines it's metadata in META-INF/MANIFEST.MF: Plugin-Class: com.gitblit.plugins.cookbook.CookbookPlugin Plugin-Dependencies: foo, bar Plugin-Id: gitblit-plugin Plugin-Provider: John Doe Plugin-Version: 1.0 Plugins can define extension points that can be implemented by other plugins and they can depend on other plugins: Plugin-Dependencies: foo, bar During the load phase, a directed acyclic graph is built and the loading order of the dependency chain is reversed using a topological sort; parent followed by children. The parent plugin classloader is the combined classloader of all parent plugins. Change-Id: I738821fa2bff02a5dbe339a944cc7e3c4dd8e299 | |||||
* | Revise dispatchers and move command classes | James Moger | 2014-04-10 | 20 | -49/+79 | |
| | ||||||
* | Create a simple ls-users admin command | James Moger | 2014-04-10 | 2 | -0/+74 | |
| | ||||||
* | Elevate the public key manager to a top-level manager | James Moger | 2014-04-10 | 17 | -158/+195 | |
| | ||||||
* | Create git and gitblit dispatchers | James Moger | 2014-04-10 | 15 | -103/+217 | |
| |