Recent Activities

This page shows what are we working on.

swissup / module-helpdesk

1 month ago success
  • head
    • Fixed depricated functionality for php 8.4 2e2c1d

  • 1.4.5
    • Version 1.4.5 fc7f6c

    • Fix: validate file content before saving uploaded attachments

      - Add MIME type verification for known extensions (jpg, jpeg, png, gif, txt, pdf, xls, xlsx, xsl, doc, docx, zip)
      - Add deep image validation via Magento built-in Image Validator (GD/Imagick) for image types to reject polyglot files
      - Add PDF magic bytes check (%PDF-) to reject files that only pretend to be PDFs
      - Unknown extensions added by admin fall through to Magento Uploader extension whitelist only
      - Inject Magento\MediaStorage\Model\File\Validator\Image and Magento\Framework\File\Mime via constructor 9595ed

    • Fix: safe default extensions fallback and code style cleanup in Config helper

      - Return ['gif','jpeg','jpg','png','txt','pdf'] when allowed_extension config is empty
      - Use array_filter() to strip empty values from exploded extension list
      - Remove trailing whitespace in isCaptchaEnabledForHelpdesk() 3a3595

swissup / pagebuilder

1 month ago success

swissup / module-pagebuilder

1 month ago success

swissup / hyva-easybanner

1 month ago success

swissup / helpdesk

1 month ago success

swissup / delivery-date

1 month ago success

swissup / module-delivery-date

1 month ago success

swissup / testimonials

1 month ago success

swissup / module-testimonials

1 month ago success
  • 1.4.0
    • Version 1.4.0 2ca286

    • Customizable frontend route, closes #12 e38c8c

    • Removed trailing slash in the canonical tag, see #13 109094

    • Fixed captcha for save controller after removing extend from deprecated class 2b4718

    • Fixed saving store relation bc50ab

    • Use escape in admin notification email b334aa

    • Small code fixes 29bd71

    • Rewrote front controllers without extending deprecated class 0d78e2

    • Updated code to use repository 16b611

    • Remove unnecessary setup_version ffbc53

    • Fixed wrong escaping 4ee69c

    • Fixed undefined $avgRating and division-by-zero 5e68bf

    • Removed deprecated call of $this->helper() in template 99e032

    • Replace deprecated code 94f1f1

    • Replace deprecated code db0ca7

    • Do not translate user-configured string 214f9a

    • Remove unused code 4a1b4f

    • Fixed wrong existing customer detecting 098a18

    • Fixed showing email regardless of config 09aacb

    • Fixed N+1 DB writes in mass status action 86330d

    • Added Testimonial Repository and updated controllers to use it 9a2a35

    • Fixed docblocks and const declarations a73587

swissup / pdf-invoice

1 month ago success