Update: Plugin Updating
Updating plugins from the plugin catalogue, and automatic updating of plugins after a newer version of Disco is installed.
This commit is contained in:
@@ -348,6 +348,14 @@ namespace Disco.Services.Plugins
|
||||
return handler;
|
||||
}
|
||||
[JsonIgnore]
|
||||
public string ConfigurationUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return string.Format("/Config/Plugins/{0}", HttpUtility.UrlEncode(this.Id));
|
||||
}
|
||||
}
|
||||
[JsonIgnore]
|
||||
public bool HasWebHandler
|
||||
{
|
||||
get
|
||||
@@ -371,6 +379,14 @@ namespace Disco.Services.Plugins
|
||||
|
||||
return handler;
|
||||
}
|
||||
[JsonIgnore]
|
||||
public string WebHandlerUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return string.Format("/Plugin/{0}", HttpUtility.UrlEncode(this.Id));
|
||||
}
|
||||
}
|
||||
|
||||
public Tuple<string, string> WebResourcePath(string Resource)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user