Alexander Ebert

Results 81 comments of Alexander Ebert

Historically attachments were saved without file extensions to prevent them being abused for some kind of remote code execution. A few versions back we switched to the `.bin` extension which...

The file upload in the browser must be an asynchronous data pipeline with event access to allow custom behavior, such as scaling or other form of image manipulation to take...

We need a dedicated setting that limits the maximum size of files uploaded this way. Stitching together the file is a I/O-heavy operation that is limited by the available I/O...

https://www.php.net/manual/en/info.configuration.php#ini.max-execution-time > On non Windows systems, the maximum execution time is not affected by system calls, stream operations etc. Please see the [set_time_limit()](https://www.php.net/manual/en/function.set-time-limit.php) function for more details. That is interesting...

The files at minimum require an `objectTypeID` to be able to infer where they belong, but other than that no further information is required. At first I though that we...

I have increase the size of the icons and the text a bit to make them stand out more. The click area is already the entire item, not just the...

Yes, the replacement should take place on runtime on the server, resolving the logical links to their actual URL. The same process takes place in reverse when processing input messages...

After talking to @TimWolla a bit, we came to the conclusion that it makes things a lot easier to move the version into the schema and moving the package identifier...

Thank you for your feedback, although I think we’re trying to solve different problems here. The versioning is meant to allow us to handle all URLs in a centralized location...

We have received similar reports from users. Inspecting the paste event reveals that the actual URL is not in a text or HTML format, but instead is provided as `text/uri-list`...