Skip to content

Tags: dresh/restful

Tags

7.x-2.5

Toggle 7.x-2.5's commit message

Unverified

No user is associated with the committer email.
[BUGFIX] Avoid warning for invalid filters

When an invalid filter is provided, throw the appropriate error and
avoid additional warnings.

7.x-2.4

Toggle 7.x-2.4's commit message

Unverified

No user is associated with the committer email.
[BUGFIX] Allow OPTIONS requests with access token

Add the OPTIONS HTTP method to the allowed methods

7.x-2.3

Toggle 7.x-2.3's commit message

Unverified

No user is associated with the committer email.
[BUGFIX] Avoid INNER JOIN for LEFT JOIN filters

If the first field condition (alphabetically) is a LEFT JOIN filter,
make sure that subsequent fields do not join to it with an INNER
JOIN.

7.x-1.6

Toggle 7.x-1.6's commit message

Unverified

No user is associated with the committer email.
[SECURITY] Avoid remote execution

Avoid an unexpected function to be run by using a non existent HTTP
verb.

7.x-2.2

Toggle 7.x-2.2's commit message

Unverified

No user is associated with the committer email.
[BUGFIX] Remove cache fragments during shutdown

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.

7.x-2.1

Toggle 7.x-2.1's commit message
Bug fixes

7.x-1.5

Toggle 7.x-1.5's commit message
Bug fixes, New features

7.x-2.0

Toggle 7.x-2.0's commit message
First table release for 2.x

7.x-2.0-beta3

Toggle 7.x-2.0-beta3's commit message
[FEATURE] Record last-access time for users

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().

7.x-2.0-beta2

Toggle 7.x-2.0-beta2's commit message
[BUGFIX] Fix the resource plugin reference

So the cache placeholder population can load the plugin.