cs3org / reva

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

refactor: changed from alllowercase to kebab-case for metadata keys #4695

Closed kulmann closed 4 months ago

kulmann commented 4 months ago

Changed from alllowercase to kebab-case for metadata keys in propfind responses.

Otherwise it's impossible to convert to a different case in an automated way.

kulmann commented 4 months ago

Are we sure we can change that? Wouldn't that break backwards compatibility?

It's only for the metadata that @dschmidt and I introduced (audio, location, image, photo) and that is unused so far. But yes, it's a breaking change... don't know how to continue here. At least for image and photo the code was never released, so it should be safe to change that. audio and location have been in a release before though, so meh...