revaUpdate: adding groupware capabilities (#1659)
This commit is contained in:
+6
@@ -61,6 +61,7 @@ type Capabilities struct {
|
||||
Search *CapabilitiesSearch `json:"search,omitempty" xml:"search,omitempty" mapstructure:"search"`
|
||||
Theme *CapabilitiesTheme `json:"theme,omitempty" xml:"theme,omitempty" mapstructure:"theme"`
|
||||
Notifications *CapabilitiesNotifications `json:"notifications,omitempty" xml:"notifications,omitempty"`
|
||||
Groupware *CapabilitiesGroupware `json:"groupware,omitempty" xml:"groupware,omitempty" mapstructure:"groupware"`
|
||||
}
|
||||
|
||||
// CapabilitiesSearch holds the search capabilities
|
||||
@@ -305,6 +306,11 @@ type CapabilitiesThemeLogo struct {
|
||||
PermittedFileTypes map[string]string `json:"permitted_file_types" xml:"-" mapstructure:"permitted_file_types"`
|
||||
}
|
||||
|
||||
// CapabilitiesGroupware holds groupware capabilities
|
||||
type CapabilitiesGroupware struct {
|
||||
Enabled bool `json:"enabled,omitempty" xml:"enabled,omitempty" mapstructure:"groupware"`
|
||||
}
|
||||
|
||||
// Version holds version information
|
||||
type Version struct {
|
||||
Major int `json:"major" xml:"major"`
|
||||
|
||||
Reference in New Issue
Block a user