Recent content by mm-tech

  1. M

    Fixed Small Bug in getBytesFromPhpConfigValue

    No sorry, I was not suggesting to add this, this is code in xenforo core and it is buggy so I reported it as a bug
  2. M

    Fixed Small Bug in getBytesFromPhpConfigValue

    So I mistyped my Units in my php.ini. I wrote 50MB, not 50M, but had to look through the source code until I realized what my error was. While looking I found this code that tries to fix this kind of mistake. But it can't handle this mistake, because $units will always be one character, in case...
  3. M

    XF 2.2 Automatically upgrading all addons (CLI)

    Okay, I can do it via shell, this seems to work: cd $PATH_TO_XENFORO find src/ -name 'addon.json' | sed 's/.*addons\///' | sed 's/\/addon.json//' | xargs -L 1 php8.0 cmd.php xf-addon:install -n find src/ -name 'addon.json' | sed 's/.*addons\///' | sed 's/\/addon.json//' | xargs -L 1 php8.0...
  4. M

    XF 2.2 xf:addon-upgrade -s option handling non existent addons

    Hi, The -s option of the command xf:addon-upgrade skips addons that are not installed, cannot be upgraded, or are disabled. Silently skipping non-upgradable addons is normal application behaviour, but trying to upgrade a nonexisting plugin is not usually expected. It should log a warning or...
  5. M

    XF 2.2 Automatically upgrading all addons (CLI)

    Hi, I want to automate my Xenforo deployment process. My plan is to deploy my xenforo source files and then to upgrade all addons via CLI-script. I know I can upgrade a single addon noninteractively by executing php8.0 cmd.php xf:addon-upgrade -n addon_id but is there a way to apply all...
  6. M

    s9e Media Sites

    Okay, thanks for looking into it. I haven't found something specifically for xenforo, but I will keep looking.
  7. M

    s9e Media Sites

    Okay, I see what you mean. But it's up to the interpretation of the judges whether transmitting IPs to insecure third countries like the US is justified by the interests of the website provider to provide pretty embeds. A lot major websites in Germany are playing it safe and ask the user for...
  8. M

    s9e Media Sites

    Well yes, but actually no. We just had a case in germany where you have to pay a fine if you use Google Fonts CDN, because the "fundamental rights and freedoms of the data subject" override the interrests of the website provider to use a CDN. I don't think that the data processing reasons...
  9. M

    s9e Media Sites

    Hi, first of all, thank you for this fantastic addon. There is just one problem: In the EU it is required by law that a user consents before his data is sent to third parties. This is normally done by a checkbox like in the attached screenshot. It says: External Content. The small text below...
Top Bottom