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