From 8d34907e13394473ddfc026470edc90da21b7172 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 16 Feb 2022 17:45:17 +0100 Subject: [PATCH] add changelog --- changelog/unreleased/unify-file-ids.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/unify-file-ids.md diff --git a/changelog/unreleased/unify-file-ids.md b/changelog/unreleased/unify-file-ids.md new file mode 100644 index 0000000000..10f13a9dcf --- /dev/null +++ b/changelog/unreleased/unify-file-ids.md @@ -0,0 +1,5 @@ +Change: Unify file IDs + +We changed the file IDs to be consistent across all our APIs (WebDAV, LibreGraph, OCS). We removed the base64 encoding. Now they are formatted like !. They are using a reserved character ``!`` as a URL safe separator. + +https://github.com/owncloud/ocis/pull/3185