summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Update headersJames Moger2014-04-1317-69/+119
|
* Improve plugin dispatcher command helpJames Moger2014-04-131-18/+18
|
* Upgrade plugin commandJames Moger2014-04-135-4/+84
|
* DocumentationJames Moger2014-04-134-2/+17
|
* Eliminate plugin name, stick with id and descriptionJames Moger2014-04-124-26/+25
|
* Add TicketHook extensionJames Moger2014-04-128-3/+98
|
* Add PatchsetHook extensionsJames Moger2014-04-122-0/+86
|
* Allow ReceiveHook extensionsJames Moger2014-04-122-6/+98
|
* Update to Jetty 9, drop AJPJames Moger2014-04-112-174/+58
|
* Allow user to disable checksum verification on plugin registry refreshJames Moger2014-04-113-5/+14
|
* Ensure plugins dir is created before pf4j is instantiatedJames Moger2014-04-111-3/+4
|
* Improve plugin manager based on upstreamed contributions to pf4jJames Moger2014-04-107-281/+735
|
* Clarify interactive shells messageJames Moger2014-04-101-1/+1
|
* Rename SSH key store on user renameJames Moger2014-04-102-0/+14
|
* Unit tests for ssh daemon and keys dispatcherJames Moger2014-04-108-56/+66
|
* Add hostname and ssh repo url methodso to SshCommandJames Moger2014-04-101-0/+38
|
* Improve ticket propose instructions based on primary repository urlJames Moger2014-04-102-13/+16
|
* Allow specifying accepted PUSH transportsJames Moger2014-04-104-0/+144
|
* Fix ${baseFolder}/plugins mkdir bugJames Moger2014-04-101-0/+1
|
* Support specifying permission levels for SSH public keysJames Moger2014-04-106-21/+120
|
* Implement simple JSON-based plugin registry and install commandJames Moger2014-04-105-22/+575
|
* Split administration commands into a plugin, enhance plugin managerJames Moger2014-04-1018-2268/+391
|
* Implement management commands in repositories dispatcherJames Moger2014-04-106-6/+431
|
* Finish user and team administration commandsJames Moger2014-04-102-4/+15
|
* 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
|
* 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-1016-180/+467
|
* 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-1012-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 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
|