When the new pagination parameter comes back empty.
:100644 100644 d377997... 1d2a8ac... M src/Plugin/resource/DataProvider/DataProvider.php
[FEATURE] Cache the already embedded content
a9d0cc4 by Mateu Aguiló Bosch (G)
If two entities of the top resource point to the same entity, then
it's embedded twice. For performance reasons we want to calculate
it once and cache the result througout the request.
[BUGFIX] Use correct range in pagination when exceeding max
6b80e32 by Mateu Aguiló Bosch (G)
When a range is passed via query string parameter, the correct
pagination links should be calculated. Even if the passed range
exceeds the maximum allowed range.
When an entity is updated or deleted we need to clear caches and
remove the cache fragments. The problem is that depending on the
site configuration, that operation may be affected for a rolling
back transaction. Defer the clearing to the shutdown instead.
1c1927e by Mateu Aguiló Bosch
When a user's account is loaded, the user table should be updated
to indicate that they have made an authenticated request. This
mirrors the logic in _drupal_session_write().
[BUGFIX] Allow updates with NULL values
4b11b84 by Mateu Aguiló Bosch
Make sure that you can set NULL value via PUT and PATCH.