summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Split administration commands into a plugin, enhance plugin managerJames Moger2014-04-1020-2278/+405
* Implement management commands in repositories dispatcherJames Moger2014-04-107-9/+434
* Finish user and team administration commandsJames Moger2014-04-102-4/+15
* DocumentationJames Moger2014-04-103-8/+6
* Implement rename user/team and set field user/team commandsJames Moger2014-04-104-18/+311
* Improve dispatcher usage outputJames Moger2014-04-101-0/+14
* Implemented teams dispatcher and management commandsJames Moger2014-04-102-0/+362
* Revise user list columns to match web uiJames Moger2014-04-101-7/+16
* Preserve key index when re-adding an existing keyJames Moger2014-04-101-5/+11
* Simplify show user outputJames Moger2014-04-101-17/+8
* Add command to change the comment of a registered ssh public keyJames Moger2014-04-102-4/+49
* Add owned repositories and public key fingerprints to admin show user commandJames Moger2014-04-101-2/+46
* DocumentationJames Moger2014-04-101-0/+6
* Refine delete user methodJames Moger2014-04-101-5/+2
* Track the SSH public key used for a session and add a `keys which` commandJames Moger2014-04-105-11/+58
* Delete ssh public keys when user is deletedJames Moger2014-04-101-0/+21
* Improve command help with formatting and usage examplesJames Moger2014-04-1017-194/+480
* Reformat CmdLineParserJames Moger2014-04-101-367/+360
* Add --json flag to the list command for outputing JSONJames Moger2014-04-105-30/+53
* Support querying in tickets ls and accept Object[][] for table dataJames Moger2014-04-106-56/+77
* Refactored regex list command into a subclassJames Moger2014-04-106-67/+113
* Refactor list commands into an abstract classJames Moger2014-04-105-162/+147
* Draft tickets list commandJames Moger2014-04-103-2/+122
* Support regex filtering the projects, repositories, and users listJames Moger2014-04-103-6/+66
* Improve table rendering and uer details displayJames Moger2014-04-105-43/+104
* Integrate a patched version of FlipTables and improve ls outputJames Moger2014-04-106-89/+409
* Handle ssh keys as objects, not strings, and improve the ls and rm key commandsJames Moger2014-04-1013-94/+286
* Revise dispatcher setup and command registrationJames Moger2014-04-1010-194/+361
* Catch dispatchers registered through registerCommandJames Moger2014-04-101-6/+15
* Add administrative SSH command to manage Gitblit's runtime settingsJames Moger2014-04-102-0/+167
* Allow command classes to manually display usageJames Moger2014-04-101-0/+5
* Change hidden scope of the git dispatcher and the upload & receive commandsJames Moger2014-04-103-3/+3
* Hide dispatcher from usage() if it has no visible commands or visible nested ...James Moger2014-04-101-8/+35
* Improve Sparkleshare integration, but leave disabled for nowJames Moger2014-04-103-20/+39
* Generate an RSA and a DSA keypair and chmod 600 the pem filesJames Moger2014-04-101-12/+67
* Add JGit gc commandDavid Ostrovsky2014-04-102-0/+62
* Report identified user and command on command failureDavid Ostrovsky2014-04-101-19/+11
* Allow registration of a command instanceJames Moger2014-04-101-0/+27
* Fix exception handling for account with no public keysJames Moger2014-04-102-2/+11
* Refactor 'gitblit' commands into several nested dispatchersJames Moger2014-04-109-332/+361
* Support local aliases within a dispatcher and warn on registration collisionsJames Moger2014-04-102-7/+51
* Clear instantiated commands and dispatchers from the dispatcher on destroy()James Moger2014-04-101-0/+3
* Improve isServingRepositories checkJames Moger2014-04-104-2/+15
* Exclude SSH repository urls from anonymous usersJames Moger2014-04-101-0/+4
* Expose new property: sshCommandStartThreadsDavid Ostrovsky2014-04-102-1/+8
* doAuthenticate() method doesn't need to be protectedDavid Ostrovsky2014-04-101-3/+2
* Be more verbose on gathering plugin's extension pointsDavid Ostrovsky2014-04-101-0/+9
* DispatchCommand should be the ExtensionPointJames Moger2014-04-104-34/+25
* Hook-up comprensive command cleanup (destroy)James Moger2014-04-106-35/+83
* Get the command context with an accessor instead of direct field accessJames Moger2014-04-1010-24/+26