Recent content by Rezpkt

  1. Rezpkt

    Fixed Add use index to merge posts query

    i had a big issue with slow queries using the API to get threads. was taking 1-5 seconds sometimes. seemed to be using wrong index's and stuff. this was happening on MariaDB 10.4.8. Have upgraded to 10.4.13 and problem has disappeared.
  2. Rezpkt

    Fixed API endpoint: /login/api-token - cannot log user in if already logged in

    If a user is logged in and they use the login link returned from /api/auth/login-token to log into a different account, they are still logged in as the old user. I do not know if this has been overlooked or if it is by design, but I can't think of a reason to stop a user doing this. In...
  3. Rezpkt

    s9e Media Sites

    hi josh is there any way to stop reddit videos form autoplaying? they are a proper mare, have you noticed or had similar issues? (it might be default xenforo, i'm not sure, but hoping you might know more about it than me)
  4. Rezpkt

    Browser issue Viewing second to last page of an unread thread marks it as read (not bold)

    this isn't a cache issue. seems you have misunderstood we are not talking about reading a thread in full, hitting back and it's still bold and then refresh and it's not bold (which is the browser cache yes) we are talking about not reading a thread in full, hitting back, refreshing and it's...
  5. Rezpkt

    Browser issue Viewing second to last page of an unread thread marks it as read (not bold)

    I just reproduced it on this forum as well as ours. As said in the OP - go to your off topic node here and click the second to last page of what song you're listening to - then go back to the node and you'll see it has become unbolded / read.
  6. Rezpkt

    Browser issue Viewing second to last page of an unread thread marks it as read (not bold)

    definitely a bug as i've just reproduced it on macos chrome. it is as described - if you go to second to last page it will mark thread as read. please try some different browsers etc Mike you will find it
  7. Rezpkt

    XF 2.1 REST API

    Is it currently possible to register a user via the API?
  8. Rezpkt

    XF 2.1 Is it possible to produce a users avatar URL from just their ID?

    Yeah, no. It would be from a SPA which knows the users user ID. I was hoping to be able to build the URL client side, which sounds like I can.
  9. Rezpkt

    XF 2.1 Is it possible to produce a users avatar URL from just their ID?

    thanks Brogan where is it getting the 178 directory from though? It's no coincidence my userID starts with 178
  10. Rezpkt

    XF 2.1 Is it possible to produce a users avatar URL from just their ID?

    data/avatars/s/21/21944.jpg so it looks like the 21944 is the user ID and this does correlate to the 21 folder. the s stands for small. how does it work out the 21 folder, why not 2 or 219? is it possible to grab the users avatar with just their ID? thanks.
  11. Rezpkt

    XF 2.1 REST API

    @Chris D do you have any plans to support JWT tokens or oauth like the xfrocks 2.0 API? Could probably just handle the JWT verification at request level myself though ..?
  12. Rezpkt

    [bd] Mails

    +1 for XF 2.1
Top Bottom