7.x-2.1
[BUGFIX] Remove the deprecated dependency ui-select2
fcaa5d5 by Kevin Porras (G)
Instead use the maintained project of ui-select for the angular
frontend example.
:100644 100644 782b973... a5c3ca6... M docs/api_url.md
[CLEANUP] Modify comments on inherited properties to use inheritdoc
360bbdf by hw (G)
Make the docblocks in the custom exceptions to inherit from the
parent exception type.
:100644 100644 d91bd59... 081dd94... M src/Exception/BadRequestException.php
:100644 100644 070e180... 63b4afb... M src/Exception/FloodException.php
:100644 100644 63fbe30... 5baaee5... M src/Exception/ForbiddenException.php
:100644 100644 6413bcb... 340f9fc... M src/Exception/GoneException.php
:100644 100644 71a59a0... 3a9f005... M src/Exception/IncompatibleFieldDefinitionException.php
:100644 100644 712a32c... ac7e670... M src/Exception/InternalServerErrorException.php
:100644 100644 b5da87f... b3c2d8f... M src/Exception/NotFoundException.php
:100644 100644 f0bd99e... 5ccafaf... M src/Exception/NotImplementedException.php
:100644 100644 47c0345... ed54b73... M src/Exception/ServerConfigurationException.php
:100644 100644 d0392c0... e0b450f... M src/Exception/ServiceUnavailableException.php
:100644 100644 f6a5f82... 1040ba6... M src/Exception/UnauthorizedException.php
:100644 100644 1a50d72... dd63971... M src/Exception/UnprocessableEntityException.php
:100644 100644 57a9330... 9dfc584... M src/Exception/UnsupportedMediaTypeException.php
[BUGFIX] Check for correct deletion access
915f0df by Mateu Aguiló Bosch (G)
Fix a copy and paste error that allowed users to delete their own
content when they had access to update it.
:100644 100644 2ab5ef9... f1fb6c8... M src/Plugin/resource/DataProvider/DataProviderEntity.php
[CLEANUP] Use the hash getter
88ced07 by Mateu Aguiló Bosch (G)
Use the cache ID helper function instead of assuming that the cache
ID is going to always be the hash.
:100644 100644 b8a8e97... 085bd66... M src/RenderCache/RenderCache.php
[FEATURE] Avoid having JSON API without fields
dcc8179 by Mateu Aguiló Bosch (G)
If all provided fields are invalid, return an empty JSON API
structure.
:100644 100644 5048492a.. 5c21672... M src/Plugin/formatter/FormatterJsonApi.php
[BUGFIX] Check for the presence of fragments before saving
d6eda5a by Mateu Aguiló Bosch (G)
If we delegate it to the uniqueness of sql then we may be aborting
ongoing code that relies on transactions. Like the Cache Consitent
module.
:100644 100644 9dc18e1... 0ad5f82... M src/Plugin/formatter/Formatter.php