HolzHannes
HolzHannes
I like the Idea very much. Maybe it is possible to use the tool [macOS-enterprise-privileges](https://github.com/SAP/macOS-enterprise-privileges) just to give the user the rights to do a upgrade. For updates it seems...
@virgo79 using the code from https://github.com/bueltge/multisite-global-media/issues/54#issuecomment-436980167 on version 0.0.8 it works 😄. Beta version I will test once it is working.
> ``` > function global_media_user_cap($allcaps, $caps, $args, $user) { > > if( !in_array('upload_files', $args) ) > return $allcaps; > > if( defined('DOING_AJAX') && DOING_AJAX && isset($_POST['action']) && $_POST['action'] == 'query-attachments'...
Workaround: [Let's encrypt notifications: Missed domain names failed to pass validation: webmail.example.com](https://support.plesk.com/hc/en-us/articles/360000449474-Let-s-encrypt-notifications-Missed-domain-names-failed-to-pass-validation-webmail-example-com)
This pull request could be closed after pull request #40 was merged, because it includes an option to disable image processing and upload.
Thanks for your reply I will check if I can do this and of course create a pull request if I am finished.