@robertgendler commented on GitHub:
This is actually on purpose.
When you set it with profile it locks the GUI but the command line can override it. So we decided the configuration profile is…
@robertgendler commented on GitHub:
@mani2care open a feedback with Apple. Unfortunately, almost none of the iCloud controls will turn the feature off. It just disables the ability to toggle…
@paolafrancesca commented on GitHub:
So the amount of time a file is stored and shared on the TransferSH instance before its purged.
this is something advertised on the frontend but there is…
@paolafrancesca commented on GitHub:
@vas777 transfer.sh was always registered by ducthcoders, they are the original author and mantainer of the project. I will try to contact @nl5887 about…
@splifter commented on GitHub:
fixed it with using the command option within the docker-compose file:
command: --basedir /tmp/ --provider s3 --s3-endpoint https://minio.domain.tld --bucket…
@golbiga commented on GitHub:
This does not appear to be an issue with the project, moving to discussions.
@paolafrancesca commented on GitHub:
@alexeyantropov you want to use
for i in hello*txt; do curl -s --upload-file $i http://transfer.sh/$i
@brodjieski commented on GitHub:
The compliance script is a zsh script. Calling it with bash will cause issues and not run correctly.
Try calling the script directly as the generate guidance…
@paolafrancesca commented on GitHub:
Last versions of apps breaks consoles and my mind.
@alexeyantropov newline was never present in master, neither in tagged versions. it is the original…
@paolafrancesca commented on GitHub:
@stek29 I think that instead of disabling the inline handler we could sanitize the html content using bluemonday (https://github.com/microcosm-cc/bluemonday). …
@stek29 commented on GitHub:
Is content type sanitized in any way? MIME types are case insensitive afaik, and from what i see it’s not lowercased anywhere
@paolafrancesca commented on GitHub:
you are right @stek29 : https://github.com/dutchcoders/transfer.sh/blob/master/server/handlers.go#L476-L480
I forgot that we use mime.TypeByExtension…