Recent content by stromb0li

  1. S

    If XenForo's finished, what's next?

    https://xenforo.com/community/forums/bugs/
  2. S

    Happy Birthday Emails

    stromb0li updated Happy Birthday Emails with a new update entry: v1.0.2 - Exclude users in group(s) Read the rest of this update entry...
  3. S

    Happy Birthday Emails

    stromb0li updated Happy Birthday Emails with a new update entry: v1.0.1 - Add separate option for emails Read the rest of this update entry...
  4. S

    XFMG is missing pagination

    When calling /api/media-category/{id}/content all photos for that category load; none of it is paginated, even if passing the page parameter. For categories/albums with hundreds or thousands of images, this can be abused as a way to attack the server, as it generates enormous responses on...
  5. S

    XF 2.2 APIs for reactions

    Bubbling up an old thread, but looking for reaction a reaction API as well. Interestingly, you can add/remove a reaction by POST, but you cannot see the reaction type left or get the reactions for a given post/message.
  6. S

    Multiple picture uploads exhausts memory quickly

    Actually, this looks like user error/a bug on an add-on I have when processing the attachments (the attachments are already processed, but it's trying it again). This can be marked as not a bug. Sorry about the noise!
  7. S

    XF 2.3 Presence API

    One thing I've noticed is if requests are made by API, a member doesn't show up in the online list or show what page they are browsing. I'd assume this is by design because you can't assume a "screen" based solely on API call. In this case, is there an API that should be called to update the...
  8. S

    Multiple picture uploads exhausts memory quickly

    Our community has a section for photographers and it's not uncommon for them to upload images up to 20MB in filesize. While upload and attachment to the post is fine, on submission, XenForo will attempt to process them all at the same time, which leads to extremely high memory utilization...
  9. S

    If XenForo's finished, what's next?

    I wish XenForo would consider pivoting to an OSS model like what nodeBB has done. Continue to sell the cloud offering and have paid support plans for those of us that want quicker turnaround on bug fixes (I'd pay for it). I still find it crazy the homepage of xenforo has customer logos and...
  10. S

    Unable to preserve image resolution

    That did it!!!
  11. S

    Unable to preserve image resolution

    I'm fairly certain this is a javascript bug. When webp is disabled, you can see the original blob image size is correct when the browser tries to attach (in my case, a 20MB image): When upload actually happens, you can see the original client image payload is compressed to 3.3MB: When image...
  12. S

    Unable to preserve image resolution

    Sorry to bubble this up, but does anyone have any ideas on a workaround for this, even if it's a crude hack?
  13. S

    API - Send body as json

    Reopening since other threads are locked: https://xenforo.com/community/threads/rest-api-add-ability-send-json-bodies.168785/ https://xenforo.com/community/threads/implement-json-requests-to-rest-api.190390/
Back
Top Bottom