summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [findbugs] Fix missing 'throw' on plugin installation failureJames Moger2014-04-171-1/+1
|
* [findbugs] Fix throws signatureJames Moger2014-04-171-1/+1
|
* Organize importsJames Moger2014-04-174-13/+8
|
* Remove @Inject annotationJames Moger2014-04-171-3/+0
|
* Strip leading / from a repository name on ssh fetch/pushJames Moger2014-04-171-3/+2
|
* Update javadocJames Moger2014-04-1712-6/+225
|
* Add plugin (un)install lifecycle methodsJames Moger2014-04-176-6/+83
|
* Expose JGit 3.x receive pack settings as Gitblit settingsJames Moger2014-04-172-0/+52
|
* Redirect all command line arguments for pt.cmdPhilipp Alexander Beckmann2014-04-171-1/+1
| | | 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.
* DocumentationJames Moger2014-04-162-9/+9
|
* Fix skip summary metrics regression since introducing flotr2Ting2014-04-161-12/+14
|
* Improve milestone listing and include closed milestonesJames Moger2014-04-153-7/+33
|
* Do not show patchset details on closed ticketsJames Moger2014-04-152-11/+17
|
* Merge pr-170 'ticket-fix' from https://github.com/lucidd/gitblitJames Moger2014-04-152-17/+24
|\
| * fix NullPointerException in ITicketService and add TestCaseKevin Walter2014-04-152-17/+24
| |
* | Removed obsolete Gravatar profile codeJames Moger2014-04-153-161/+0
| |
* | DocumentationJames Moger2014-04-153-7/+70
| |
* | Enforce plugin-requires attributeJames Moger2014-04-154-10/+65
| |
* | Update to pf4j 0.8.0James Moger2014-04-152-20/+20
| |
* | Start plugin manager last to allow plugins deterministic access to the other ↵James Moger2014-04-141-1/+4
| | | | | | | | managers
* | Improve ticket branch ref deletion push handlingJames Moger2014-04-141-0/+15
| |
* | Expose the plugin manager to the webappJames Moger2014-04-142-0/+11
| |
* | Add a GitblitPlugin class for plugins to extendJames Moger2014-04-141-0/+27
|/
* Fix diffstat display for tickets with pending submodule changesJames Moger2014-04-141-1/+1
|
* Add ssh command to update the permission for an SSH keyJames Moger2014-04-142-0/+54
|
* 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-135-3/+18
|
* Eliminate plugin name, stick with id and descriptionJames Moger2014-04-124-26/+25
|
* DocumentationJames Moger2014-04-122-87/+130
|
* Add TicketHook extensionJames Moger2014-04-1212-3/+133
|
* Add PatchsetHook extensionsJames Moger2014-04-123-106/+208
|
* Allow ReceiveHook extensionsJames Moger2014-04-123-7/+133
|
* Update to Jetty 9, drop AJPJames Moger2014-04-115-184/+62
|
* Improve plugin documentationJames Moger2014-04-113-34/+37
|
* 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
|
* Add missing unit test utility classJames Moger2014-04-111-0/+33
|
* Improve plugin manager based on upstreamed contributions to pf4jJames Moger2014-04-107-281/+735
|
* DocumentationJames Moger2014-04-101-1/+3
|
* 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-1013-216/+388
|
* 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-105-0/+154
|
* 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-106-30/+587
|