Commit Graph

56 Commits

Author SHA1 Message Date
Sebastian Sdorra
ae19ad9327 renamed PluginWrapper to InstalledPlugin 2019-08-20 07:54:00 +02:00
Sebastian Sdorra
55e4568ee5 use mapstruct for dto mapping and fix missing fields 2019-08-15 17:01:15 +02:00
Eduard Heimbuch
c7f5ae6bc7 fix sonar build 2019-08-01 10:13:18 +02:00
Eduard Heimbuch
c2e7ecd164 add tests 2019-07-31 16:59:13 +02:00
Eduard Heimbuch
a9744d8df1 refactor plugin endpoints 2019-07-31 10:27:52 +02:00
Eduard Heimbuch
598a4e6f32 fix Mapping / implement endpoint 2019-07-30 16:49:24 +02:00
Eduard Heimbuch
785e5e1142 refactor plugin backend + fix tests 2019-07-29 11:52:53 +02:00
Eduard Heimbuch
27dc47a590 parse pluginBackendResponse to pluginCenterDto / add Endpoint / remove groupId + artefactId from plugins 2019-07-26 13:04:54 +02:00
Sebastian Sdorra
bad99919f4 merge with branch 1.x 2017-01-12 19:50:39 +01:00
Sebastian Sdorra
c673b0fb10 replace admin role check from SecurityUtil with permission checks 2016-12-08 07:56:40 +01:00
Sebastian Sdorra
656085c698 use ahc for internal http operations 2015-05-17 14:04:58 +02:00
Sebastian Sdorra
264fa5fe0c load advanced plugin configuration from plugin directory and from root of scm home 2014-11-26 20:10:36 +01:00
Sebastian Sdorra
a3be1c775b implement WebResourceLoaders for loading plugin web resources 2014-08-27 21:01:05 +02:00
Sebastian Sdorra
f1a0435014 merge with branch 1.x 2014-08-15 23:53:31 +02:00
Sebastian Sdorra
15ac8740e6 fix usage of AuthenticationSelector 2014-07-20 14:01:20 +02:00
Sebastian Sdorra
0203709821 added advanced configuration file to allow credentials for maven repositories 2014-07-20 12:15:17 +02:00
Sebastian Sdorra
1d6db4424b start implementation of isolated classloaders 2014-06-06 08:57:41 +02:00
Sebastian Sdorra
b900aa29f8 replace PluginFilter with guava predicate 2014-04-13 15:17:14 +02:00
Sebastian Sdorra
43b92f0aca stop scanning classpath, bind extensions from plugin and module descriptor 2014-03-28 22:49:55 +01:00
Sebastian Sdorra
269178f0a2 hide constructor and throw exception if the version could not be parsed 2014-02-19 21:47:45 +01:00
Sebastian Sdorra
908f2fe6c8 simplify cache api 2014-01-09 20:06:07 +01:00
Sebastian Sdorra
dcf753f2af disable remote plugins for early 2.0.0-SNAPSHOT versions 2014-01-09 17:39:25 +01:00
Sebastian Sdorra
0c7d6fa62f replace guava eventbus with legman 2014-01-03 12:56:18 +01:00
Sebastian Sdorra
5e6259f3b7 remove old style listeners in favor of event bus 2014-01-03 11:32:40 +01:00
Sebastian Sdorra
2d5fa22ca4 use index of char instead of index of string, if possible 2013-01-30 10:10:20 +01:00
Sebastian Sdorra
727025770c merge with branch apache-shiro 2012-10-16 07:08:28 +02:00
Sebastian Sdorra
24e6e7e7af check plugin package conditions 2012-09-30 09:43:11 +02:00
Sebastian Sdorra
a5ca1a55d2 added api to install plugin packages 2012-09-29 21:44:39 +02:00
Sebastian Sdorra
4a9d14b708 mark security context as deprecated and use shiro apis instead 2012-08-30 13:20:26 +02:00
Sebastian Sdorra
a9c0bac1e7 fix bug in plugin uninstallation 2011-09-09 12:26:31 +02:00
Sebastian Sdorra
64b968bee6 added generics to ConfigChangeListener 2011-09-07 10:57:57 +02:00
Sebastian Sdorra
23b7c782ef register listener at the end of initialization 2011-09-06 12:18:59 +02:00
Sebastian Sdorra
7eed55982e fix missing proxy changes 2011-09-06 12:17:29 +02:00
Sebastian Sdorra
d90fd2eb08 show installed plugins without internet connection, see #44 2011-08-25 19:56:53 +02:00
Sebastian Sdorra
1a4f9baa63 remove debug information 2011-07-29 19:48:54 +02:00
Sebastian Sdorra
c6df4f59aa show plugin updates only once 2011-07-29 19:44:25 +02:00
Sebastian Sdorra
746f781b68 fix missing updates in plugin overview 2011-07-29 19:19:25 +02:00
Sebastian Sdorra
d04c898fb8 use proxy settings for maven aether, see #14 2011-05-09 15:08:42 +02:00
Sebastian Sdorra
155b2e11da use new HttpClient api 2011-05-09 12:12:20 +02:00
Sebastian Sdorra
3d46ffc7e4 added HttpClient api to fix proxy problems, see #14 2011-05-09 12:03:58 +02:00
Sebastian Sdorra
dfec628a69 don't show core plugin updates 2011-03-18 19:35:19 +01:00
Sebastian Sdorra
d16cd2da64 change default plugin url to new plugin backend 2011-03-12 15:19:41 +01:00
Sebastian Sdorra
dbb757414b improve cache api 2011-02-12 10:52:04 +01:00
Sebastian Sdorra
60d8bbf444 append version to plugin url for later use 2011-02-10 16:18:45 +01:00
Sebastian Sdorra
985c9ba03d show only newer plugins as updates 2011-01-28 17:41:11 +01:00
Sebastian Sdorra
2311e57020 use gzip compression for plugin center 2011-01-05 17:18:01 +01:00
Sebastian Sdorra
6136c94172 fix bug in update method 2010-12-29 14:08:31 +01:00
Sebastian Sdorra
01462ef3e8 improve plugin dependency handling 2010-12-29 14:05:30 +01:00
Sebastian Sdorra
a6a7d75328 implement plugin update method 2010-12-18 18:21:21 +01:00
Sebastian Sdorra
3dedf31dda implement plugin uninstall method 2010-12-18 16:25:57 +01:00