-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branding api #5559
Branding api #5559
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
💥 Acceptance test wopiValidatorTests-ocis failed. Further test are cancelled... |
when resetting the logo we are falling back to the embedded logo asset
@C0rby I know that there is no readme.md currently present and I am not asking for a full blown one - but would you mind adding one and just dump down the changes you just made. We would then have at least a startingpoint and things wont be forgotten if we polish that readme with more content later on 😅 🙏 |
Co-authored-by: Martin <[email protected]>
@mmattel, I'll add the readme in another PR to not bloat this one. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I hear your words 👍 |
The default value is here: https://github.com/owncloud/ocis/pull/5559/files#diff-a1bba8d1ace694b6b8a7c869be805bbfd6b0a3b140738fecfadcfdcd4dd47bf9R38. The config doc generator will take it from there or am I missing something? |
The wopiserver fails to start for some reason... or rather it doesn't even seem to start it... |
Sorry, I missed that 🙈 |
Kudos, SonarCloud Quality Gate passed! |
New endpoints for the custom logo upload and reset.
The static files are served by the
web
service.When the user uploads a logo the backend also updates the
theme.json
to include the new logo path.The files are stored under the
WEB_ASSET_PATH
which defaults to$OCIS_BASE_DATA_PATH/web/assets
.