Recent content by SeToY

  1. SeToY

    XF2 [8WR] Discord Integration [Paid]

    As a side note: Posting new threads to Discord is broken if a custom message has been provided. Fix: \src\addons\EWR\Discord\Entity\Post.php lines 112-117: $content = str_ireplace( ['{user}', '{title}', '{node}', '{url}'], ['{user}', '{title}', '{url}'], [$thread->username...
  2. SeToY

    Duplicate Passkey implementation lacks signature counter to prevent clone attacks

    Hey there, I was digging into the WebAuthn implementation and noticed that the xf_passkey table doesn’t store the authenticator’s signature counter. Because there's no sign_count (or equivalent thereof), the server never checks whether the counter returned by the authenticator is strictly...
  3. SeToY

    [TH] Spotify [Deleted]

    Broken since XF's removal of jQuery:
  4. SeToY

    [DigitalPoint] App for Cloudflare®

    Yeah, same problem with Chrome on Win 11. Even rebuilt the templates, to no avail.
  5. SeToY

    [Liam W.] Post Macros

    Is this an XF issue or related to this add-on? Missing phrases.
  6. SeToY

    UI.X 2 [Paid]

    Thank you, I just copied the Link color and Hover link color to the UGC link colors - now it's like before the upgrade. Thanks again!
  7. SeToY

    [Liam W.] Post Macros

    It is logical indeed, however it DID work before the upgrade. Any chance to get it back? Thank you!
  8. SeToY

    [Liam W.] Post Macros

    I also get the following errors when editing a macro in the admin cp: ErrorException: Template error: [E_USER_WARNING] Template public:liamw_postmacros_iconpicker_macros is unknown src\XF\Template\Templater.php:782 Generated by: - 31 Aug 2024 at 22:17 Stack trace #0 [internal function]...
  9. SeToY

    [DigitalPoint] App for Cloudflare®

    Whoops, sorry. Database is utf8mb4 (converted from XF 1.5).
  10. SeToY

    [Liam W.] Post Macros

    After updating to v5.3.0, apparently the {thread_author} variable stopped working in direct messages.
  11. SeToY

    [DigitalPoint] App for Cloudflare®

    I'm now starting to receive occasional errors regarding this add-on: GuzzleHttp\Exception\InvalidArgumentException: json_encode error: Malformed UTF-8 characters, possibly incorrectly encoded src\vendor\guzzlehttp\guzzle\src\Utils.php:298 Generated by: Unknown account 31 Aug 2024 at 19:25...
  12. SeToY

    Chat 2 by Siropu [Paid]

    This actually seems to be kind of an issue on my board using UI.X:
  13. SeToY

    UI.X 2 [Paid]

    I currently have the problem that, using UI.X 2 Dark, all my links are unreadable. This didn't happen with the XF 2.2 version. I narrowed it down to the following css class: Is this one of yours? I didn't change any color settings or style properties, so this is supposed to be default?
  14. SeToY

    [DigitalPoint] App for Cloudflare®

    Sorry for deleting my post, didn't expect a reply that fast :D maybe a moderator (@Paul B) can restore it. I happened to stumble upon the solution: I restricted access to the token from my webservers IP after accessing Cloudflare -> Access in my admin cp (which actually output the correct...
  15. SeToY

    [TH] Donate [Deleted]

    Yup, that's why:
Back
Top Bottom