drupal-client icon indicating copy to clipboard operation
drupal-client copied to clipboard

Javascript client for Drupal Services

Results 14 drupal-client issues
Sort by recently updated
recently updated
newest added

what is the best way to handle the case when a user has not logged in for - say - 4 weeks? sessions and token have expired by then. regarding...

I'm using this in an app. If the app attempts to run systemConnect and for some reason get an error the code currently is set to delete the cookies, thus...

existingToken can be a string 'null' (not empty). Therefore, the if (existingToken) statement is evaluated as true when existingToken is a string 'null'. A possible fix is changing the if...

Hello, I am trying the sample code in a browser, and always getting: CSRF validation failed. ``` var drupal = new Drupal(); drupal.setRestPath("http://mysite.com/", "server"); drupal.systemConnect( //success function(sessionData) { var uid...

When using the drupal smtp module, i always got a parse error when i registered a new user with an email that did not exist. the account was created, but...

hello, the titanium app should allow user to upload an image to his user profile. anyone has this feature working (as there is a comment in the library saying that...

hello Joe, Going really well here - just experimenting with a simple messaging functionality with OG and views. i dont know if this is a bug or not, but i...

I have a few days with Drupal Services and Titanium, today I found this library, for now all work perfect, I can login and get a view restricted to authenticated...