From b318269de4ffcb9e3859a63bcf9dca7d4211380c Mon Sep 17 00:00:00 2001 From: David Christofas Date: Mon, 13 Feb 2023 13:46:59 +0100 Subject: [PATCH] add changelog --- changelog/unreleased/branding-api.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/branding-api.md diff --git a/changelog/unreleased/branding-api.md b/changelog/unreleased/branding-api.md new file mode 100644 index 0000000000..3722cb523e --- /dev/null +++ b/changelog/unreleased/branding-api.md @@ -0,0 +1,6 @@ +Enhancement: Add endpoints to upload a custom logo + +Added endpoints to upload and reset custom logos. The files are stored under the `WEB_ASSET_PATH` +which defaults to `$OCIS_BASE_DATA_PATH/web/assets`. + +https://github.com/owncloud/ocis/pull/5559