Route on Subdomain

Unmaintained Route on Subdomain 1.0.3

No permission to download
  • Fix: Pasting image from clipboard into editor fails (#18)
  • Fix: Minified attachment_manager.js is missing from release archive (#19)
  • Fix: When redirecting to route which is on a sub-domain form data is not passed to new URL (#20)
  • Fix: Public links are not generated correctly in ACP (#21)
  • Change: When making requests from Javascript try to generate the final target instead of getting 302 response (#22)
  • Fix: CORS Preflight fails (#12)
  • Change: Rename App class to Listener (#13)
  • Change: Code event listeners do not have description (#14)
  • Change: Update execution order to match resource id on XenForo.com (#15)
  • Fix: AJAX fails on Internet Explorer (#10)
  • Love
Reactions: unmöglichefirmen
  • Misc: When AccessControlAllowOriginHeaderAlreadySetException exception is thrown, the existing value can now be read using the new getExistingValue() method
  • Misc: Use a protected method to return the \XF\App instance
  • Fixed: Updated doc blocks
Changelog
  • Fixed: Links generated using router do not respect subDomainSupportEnabled flag (#8)
  • Fixed: Access-Control-Allow-Credentials not being added to header if index page is not on route (#9)
  • Changed: Check if the referrer in the header is part of current installation and if it is then check if the route is set to be on a subdomain
Change log
  • Fixed: Cookies are not passed when making request to a subdomain or vice versa (#6)
  • Changed: Now only the cookie domain needs to be updated
Note: Make sure your cookie domain starts with a . (period).
Change log
  • Fixed: Missing phrase
  • Fixed: Incompatible with SEO friendly url (#4)
  • New: Add support for route filter (#3)
Top Bottom