Recent content by Xon

  1. X

    Search Improvements

    Under the hood elasticsearch is reporting indexing.index_time_in_millis and indexing.index_total the average is being computed very simply but it is using the XF number formatting which truncates the decimal places. The average is being computed like this: {{...
  2. X

    Permission Improvements [Paid]

    Xon updated Permission Improvements with a new update entry: 1.4.0 - Feature & bugfix update Read the rest of this update entry...
  3. X

    Threadmarks Pro [Paid]

    Xon updated Threadmarks Pro with a new update entry: 2.24.5 - Bugfix update Read the rest of this update entry...
  4. X

    User Essentials [Paid]

    Xon updated User Essentials with a new update entry: 4.6.5 - Bugfix update Read the rest of this update entry...
  5. X

    Hide Poll Results

    Xon updated Hide Poll Results with a new update entry: 2.3.0 Read the rest of this update entry...
  6. X

    Dice Roller [Paid]

    Xon updated Dice Roller with a new update entry: 2.6.4 - Bugfix update Read the rest of this update entry...
  7. X

    Conversation Email Limiter [Paid]

    Xon updated Conversation Email Limiter with a new update entry: 2.3.0 - Bugfix & Maintenance update Read the rest of this update entry...
  8. X

    XF\Mvc\Entity\Manager::getFinder can frequently throw exceptions

    getFinder() support Entity/Finder class references, but it does this by calling \XF::classToString() twice. The problem is the 1st call throws an InvalidArgumentException exception, this is an issue for two reasons; When a debugger is attached via xdebug (aka phpstorm) this pauses execution...
  9. X

    Conversation Email Limiter [Paid]

    I was prepping a new build of this to address some minor issues, I'll add that to the todo list
  10. X

    Watched Threads Digest [Paid]

    It has been 10 years since the last update of this add-on, and I've only had 5 people in total express interest in an XF2 version. No one has contacted me to fund porting it, so it is not economically viable for me since none of my major clients use this add-on.
  11. X

    Redis Cache By Xon

    Implemented for the next version, I'm not sure when I'll release it as I'm waiting on some changes with the upstream credis library (nothing major)
  12. X

    What's New Digest

    I was thinking of creating a PR for adding a filter so it would only returned "watched" threads to be a fully replacement of an old XF1.x add-on
  13. X

    What's New Digest

    @Sim where does this add-on live now? The bitbucket link is dead and the github repo looks to have been renamed?
  14. X

    Microsoft oauth app consent prompt requiring tenant admin approval workflow

    When creating an oauth token against a microsoft account, a tenant can be configured to require approval for an oauth session with "risky" scopes. XF's oauth flow barfs on this and forces a restart and new consent request. Basically, there is a step between the oauth token being request and it...
  15. X

    Microsoft OAuth email type is not documented

    To get the old behavior, this requires some tenant changes. Login to Entra, navigate to Enterprise apps and find the Consent and permissions option. Then on the User consent settings page; select "Allow user consent for apps from verified publishers, for selected permissions" & Then on the...
Back
Top Bottom