summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/manager/PluginManager.java
Commit message (Expand)AuthorAgeFilesLines
* Update SLF4j, JGit, Groovy, BouncyCastle, Mina, Gson, Freemarker, libpam4j, a...James Moger2015-03-051-9/+6
* Add support for specifying the `Proxy-Authorization` header for the PluginMan...James Moger2014-12-031-2/+3
* Add support for configurable HTTP proxy host/port in PluginManager.javaDariusz Bywalec2014-12-021-1/+9
* Fix broken implementation of --noverify for installing a plugin from a urlJames Moger2014-10-231-1/+5
* Allow Plugins to have injected members and Extensions to be constructedJames Moger2014-09-041-26/+51
* Support injection of plugin ExtensionsJames Moger2014-07-031-1/+29
* Delay pf4j instantiation and setup to start()James Moger2014-07-031-13/+12
* Annotate managers with @SingletonJames Moger2014-07-031-2/+3
* Use Guice annotations, not javax.inject annotationsJames Moger2014-07-031-1/+1
* Embrace @Inject for Managers, Servlets, and FiltersJames Moger2014-07-031-0/+3
* Simplify current plugin release detection, ignore currentRelease registry fieldJames Moger2014-04-231-1/+1
* Filter the current plugin release by the system versionJames Moger2014-04-171-1/+1
* Add plugin (un)install lifecycle methodsJames Moger2014-04-171-2/+28
* Enforce plugin-requires attributeJames Moger2014-04-151-3/+18
* Upgrade plugin commandJames Moger2014-04-131-0/+24
* Eliminate plugin name, stick with id and descriptionJames Moger2014-04-121-4/+4
* 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-101-71/+258
* Fix ${baseFolder}/plugins mkdir bugJames Moger2014-04-101-0/+1
* Implement simple JSON-based plugin registry and install commandJames Moger2014-04-101-5/+245
* Split administration commands into a plugin, enhance plugin managerJames Moger2014-04-101-5/+27
* Add plugins/extension infrastructureDavid Ostrovsky2014-04-101-0/+56