cs3org / reva

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
https://reva.link
Apache License 2.0
165 stars 113 forks source link

Theme capability #4702

Closed fschade closed 1 month ago

fschade commented 1 month ago

The ocs capabilities now contain a theme capability that exposes theme related configuration options to the clients. As part of this change, the ocs capabilities are now exposed and can be used externally.

butonic commented 1 month ago

oh well ... ocs ...

in ms graph there is an organizationalBranding resource type to customizee the appearance of the login page. AFAICT getting it requires an organization id, which we currently do not have:

GET /organization/{organizationId}/branding

It even is localized:

GET /organization/{organizationId}/branding/localizations/{organizationalBrandingLocalizationId}

oh well ... someday ...