FluidFramework
FluidFramework copied to clipboard
Library for building distributed, real-time collaborative web applications
## Description Use [crypto.randomUUID()](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID) instead of v4 from uuid package. This API has been supported in node since 16.7: all versions of node which are not EOL support it so...
Reverts microsoft/FluidFramework#24353 This should be done before updating the version of server client uses ( https://github.com/microsoft/FluidFramework/pull/24330 ) and is obsoleted by https://github.com/microsoft/FluidFramework/pull/24342 .
Updates client to use the latest released build-tools.
When a blob attach op is reuploaded (resubmit/ expired or stashed scenarios), we could hit asserts checking for its existence in the pending blob list if such op was already...
## Description Enables debugAsserts by default in development configurations, but adds a more robust option for testing with them (and similar development only) code disabled. Allows passing debug/development only formatted...
## Description A new header variable is necessary when redeeming a share link so that a certain type of user has temporal access to the document to which the link...
Adds `child` and `children` methods to `treeNodeApi`.
This matches the requirements for fenced code in Markdown and is all that was required by the system.
Validates the exp field of all user-supplied tokens against the maxTokenLifetimeSec value configured in FRS\kubernetes\charts\historian\values.yaml.
## Description Update version of server used by client. This realigns the version of `uuid` used by the server and client code, avoiding the package duplication. ## Reviewer Guidance The...