Recent content by Don Daniello

  1. Don Daniello

    Duplicate Require whole number (no decimal point) not working

    "Require whole number (no decimal point)" is turned off, yet it seems to be enforced.
  2. Don Daniello

    Use PrismJS autoloader to efficiently support all languages

    The bundled PrismJS only comes with support for certain pre-selected languages. There's a good chance that certain programming-oriented forums will be missing their language. Instead of wrangling addons that aim to extend PrismJS, PrismJS provides an autoloader plugin that can automatically...
  3. Don Daniello

    XFRM does not respect allowed file extensions

    Hmm, that is possible if the resource was "fileless" - I can't tell right now. Users reported being unable to upload a zip file. Is there any way to post an updated version of a "fileless" resources to have an uploaded resource file?
  4. Don Daniello

    XFRM does not respect allowed file extensions

    Getting an error when trying to attach non-image file as resource: Settings for Resource Manager:
  5. Don Daniello

    Unmaintained Object Storage Adapter - Bugfix for pre-configured state

    A bug was identified in how the addon works before it is configured fully, which resulted in errors being thrown. That is now fixed.
  6. Don Daniello

    Object Storage Adapter

    Don Daniello updated Object Storage Adapter with a new update entry: Bugfix for pre-configured state Read the rest of this update entry...
  7. Don Daniello

    Object Storage Adapter

    That's quite odd. It would suggest that the path/directory structure is somehow different in the container depending on which method is used. I don't have an installation where the "official guide" method was used. Would you mind sending me (by PM) a listing of objects in your container...
  8. Don Daniello

    Object Storage Adapter

    You can comment it out but I believe the addon's overrides will take precedence and it won't matter what you have in config for internal-data adapter. That unfortunately happened to me with some other addons when first installation failed. You can check that the version_string in addon.json in...
  9. Don Daniello

    Unmaintained Object Storage Adapter - Install bugfix

    Disabled and unused class extensions pointed to non-existing classes preventing proper addon install. This has been fixed.
  10. Don Daniello

    Object Storage Adapter

    Don Daniello updated Object Storage Adapter with a new update entry: Install bugfix Read the rest of this update entry...
  11. Don Daniello

    Object Storage Adapter

    Yes - it depends. If you have lots of images and images only as your attachments, then CloudFlare would almost get the job done. However, it actually does not do anything because all attachments are using private Cache-Control, disallowing CloudFlare from caching them. This addon changes that -...
  12. Don Daniello

    Object Storage Adapter

    Don Daniello submitted a new resource: Object Storage Adapter - Use cloud object storage like OpenStack Swift or S3-compatible to offload your attachments Read more about this resource...
  13. Don Daniello

    Unmaintained Object Storage Adapter 0.4.2

    Store your attachments in the cloud efficiently. Using this addon you can save bandwidth and storage space by separating your heavy attachments from the rest of the forum. Yeah, seriously, you can pay as little as $1 a month to store 100 GB of attachments that your users will happily upload as...
  14. Don Daniello

    Lack of interest Make proxy extendable

    I just found out the hard way that XF\Proxy\Controller is not extendable.
  15. Don Daniello

    Username change

    Edit /upload/src/addons/CMTV/UsernameChange/XF/Entity/User.php Find line 76 (starts with public function canChangeUsername(...) and replace it with: public function canChangeUsername(&$error = null): bool Then you can uninstall the addon. The history will persist as XenForo 2.2 is extracting...
Back
Top Bottom