Conversation

Notices

  1. @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=

    Tuesday, 11-Apr-17 08:02:22 UTC from social.heldscal.la
    1. @lambadalambda probably because i just copypasted and modded some other api. fixed, thanks http://qttr.at/1s0j

      Tuesday, 11-Apr-17 08:22:53 UTC from quitter.se