Conversation
Notices
-
@hannes2peer For some reason git.gnu.io won't send me my confirmation mail, so I'll ask you here:
In some the added routes in Qvitter you try to get the current user (e.g. to get their mutes) and do a `$this->target = Profile::current();`. This won't work with anything but the cookie / session based authentication and breaks for http basic auth. These actions already inherit from ApiPrivateAuthAction with already sets the current user regardless for auth technique in `$this->scoped`. Is there any reason you did it this way, or is it just a bug?
See this pastebin, the patch I did to make mutes work via http basic auth.
https://zerobin.net/?e390f2963764aa9a#7Lj7h2tMRxYFMOJOykhk+XKlNho6FvwRW94VVvzGATk=-
@lambadalambda probably because i just copypasted and modded some other api. fixed, thanks http://qttr.at/1s0j
-