7.x-1.4
[CLEANUP] Fix watchdog resource's class name
c31a950 by jeff-h
Correct a typo in the class name with a misplaced capital F.
[FEATURE] Update user's access time when authenticating
797dc60 by Luke Wertz
When a user makes an authenticated request, update the access time
on the user object. Just like core does.
[BUGFIX] Allow falsey values to have process callbacks
11e213b by Sam Ingle
Process callbacks are aborted if there resulting value of the
field, or previous process callbacks, is falsey. This commit fixes
that.
[CLEANUP] Documentation improvements for discovery
fcec08f by jeff-h
Include documentation clarifications about the discovery subsystem
and some fixes for typos.
[BUGFIX] Fix URL generation for the Angular example
2be98f1 by jeff-h
Fix the incorrect URL generation for the angular example module.
This includes cases where there is a language code in the URL
and links to statically served files.
[BUGFIX] Allow Patch/ Put NULL values
14a145e by Or
[CLEANUP] Remove old access token when using refresh token
db89d74 by Luke Wertz
If the refresh token is used, go ahead and remove the access token
instead of waiting for it to be expired (if it's not already) and
the cron to delete it.
[BUGFIX] Match default NODE_PUBLISHED filter for count query
dc53c14 by Pedro Cambra
Add the filter for NODE_PUBLISHED to the count query by default,
just like we are doing it for the regular query. Failing to do this
leads to pagination errors.
[BUGFIX] Fix typo: texfield => textfield
a61051f by jeff-h
In the discovery of field information sometimes we were returning the
type of "texfield" instead of "textfield".