mirror of
https://github.com/documize/community.git
synced 2025-08-02 03:55:24 +02:00
Enable custom logo upload and rendering
This commit is contained in:
parent
a211ba051a
commit
036f36ba1d
36 changed files with 574 additions and 211 deletions
|
@ -154,6 +154,8 @@ type OrganizationStorer interface {
|
|||
RemoveOrganization(ctx domain.RequestContext, orgID string) (err error)
|
||||
UpdateAuthConfig(ctx domain.RequestContext, org org.Organization) (err error)
|
||||
CheckDomain(ctx domain.RequestContext, domain string) string
|
||||
Logo(ctx domain.RequestContext, domain string) (l []byte, err error)
|
||||
UploadLogo(ctx domain.RequestContext, l []byte) (err error)
|
||||
}
|
||||
|
||||
// PinStorer defines required methods for pin management
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue