Results 20 comments of Contex

@vbezruchkin I'll implement deleteUser for 1.4.1, is there anything else you need?

@vbezruchkin No problem, I'll get that added to the version mentioned above :)

@vbezruchkin, if I recall correctly: 1.4-dev should have this implemented. I'll do a check tomorrow and add deleteUser if it's not in there. I'll tag you in the commit to...

I'm merging deleteUser into 1.4.1 and will add other delete actions as I go on for future versions.

Let me sure I understand your request correctly: You want to be able to call the API and get the users that are active on a specific page? Or do...

Alright, I'll take a look, I thought this was already done by the XF back-end.

@Wundark What do you mean by settings?

Sure, that shouldn't be an issue, I'll get around to it in the morning after I've finished the deleting feature.

I'm merging editUser, editPost and editThread into 1.4.1, editProfilePost and others will come in another version.

I've been planning to make the methods/actions modular (i.e. 1 PHP class that extends a base class), that should help you modify the code. I'll see if I can get...