Recent content by robdog

  1. robdog

    Browser issue Slow logout on Chrome on XF.com

    @Chris D, one more thing for consideration of this. In the file LoginPlugin.php in the function clearSiteData, we have this: $response->header('Clear-Site-Data', '"cache"'); Can we be a little less aggressive and use this: $response->header('Clear-Site-Data', '"cookies", "storage"'); Once I...
  2. robdog

    Browser issue Slow logout on Chrome on XF.com

    I just started to experience slow log out on my site when I upgraded from 2.3.6 to 2.3.8. I am going to see if that config setting works. I am using the latest Chrome version on MacOS. @Chris D was the clearing of secure data added in 2.3.7? I believe that is what I am getting from the...
  3. robdog

    API - Send body as json

    Native support would be nice and a small development effort to implement. But in the meantime, I have built in support for this in my apps.
  4. robdog

    XF 2.3 Deleting a members 48,000 posts - how?

    I kind of want the link to the forum so I can have some popcorn for breakfast. Been a minute since I read through a good drama thread. Adding my thoughts... I would go with what a lot of people are telling you to delete her account and see if she can then identify any data that is PII. IF she...
  5. robdog

    XF2 [8WR] Database Backup [Paid]

    Its poor taste to advertise another plugin on someone else's plugin that is currently active. The next step should be obvious.
  6. robdog

    Abstract notification destinations

    I generated a slack integration for any errors that occur within the XenForo application... Life saver... so +1 for this.
  7. robdog

    XF 2.3 Tagify Questions: Force Dropdown Selection & Default Values

    Unfortunately, I never figured out a solution to this exact issue. I figured its not a big enough user experience impact, so I can leave it for now. Maybe in the future I will look at extended the implementation of tagify to support this.
  8. robdog

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    Can I add myself so it can seem even more importanter...er?
  9. robdog

    XenForo Mobile | Android/iOS App [Paid]

    Random question, how does the app interact with the actual forum/site? Does it use the built-in XenForo API endpoints? Or does it have its own set of end-points for communication? Thanks.
  10. robdog

    Can we add AWS SQS files to the main vendor folder?

    @Chris D if I did this update, will those vendor files still exist after we run an update on our app? I find XenForo is removing files that it didn't comes with out of the "src/vendor" folder. Anyways, I will keep looking through your suggestion and see if it works.
  11. robdog

    Can we add AWS SQS files to the main vendor folder?

    I need to be able to use SQS and I am able to add that through my own composer at the root level. But its interesting because some jobs will use the vendor folder that comes with XenForo instead of the root level one that I installed. And with the SQS files not being there, I am getting a...
  12. robdog

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    Once you get through a minor update, ie - v2.3, all the patch updates, ie - v2.3.7, should take minutes. Unless you are modifying core framework files, which is a no no.
  13. robdog

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    I mean, it already is a solid framework that can be crafted into pretty much anything...
  14. robdog

    XF 2.3 Accessing OAuth Requests through Jobs

    Anyone needed to create an OAuth request through a job? (ie - not when a users session is active) I am going through this right now, but I am running into session issues(obviously). I am about to go through the process of not using the provider functionality within a job function, but I wanted...
  15. robdog

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    Good stuff on some of these developer tools. Definitely going to help with my app development.
Back
Top Bottom