Files
opencloud/tests/acceptance/features
Dominik Schmidt 11449b5943 docs(graph): frame colon paths as "encode segments" instead of a raw-colon edge case
Per review discussion: don't document accidental behavior. The contract is
simply "percent-encode each path segment, as MS Graph requires; encode ':'
as %3A" - OpenCloud allows ':' in names (OneDrive forbids it), so it's one
more character in the mandatory encode set, not a special case.

The parser is unchanged (split on ":/", decode once). This only rewrites the
docs (code comment, acceptance feature, PR description) to state the encode
contract, and drops the tests that relied on a raw, unencoded ':' in a file
name - keeping the "%3A" test that reflects the actual contract.
2026-07-01 17:44:31 +02:00
..
2025-01-13 16:11:11 +01:00
2025-11-28 17:34:12 +01:00
2025-01-16 17:39:02 +01:00
2025-02-14 09:26:32 +01:00
2025-01-16 17:39:02 +01:00
2026-04-23 17:07:00 +02:00
2025-02-11 11:27:05 +01:00
2026-03-16 14:49:17 +01:00
2025-01-13 16:11:11 +01:00
2024-12-09 14:52:23 +05:45