Usage
Profile Pictures
If the feature is enabled, users can upload their own profile pictures. Currently this is not supported through the frontend, so external tools have to be used. An image is uploaded through a html multipart form request to the /upload/{user,article}/<id> endpoint, with the image as the avatar field.
Using curl a user profile picture can be uploaded like this:
curl -F avatar=@<profile_picture.png> https://demo.strichrliste.de/upload/user/<user_id>
Currently the only way to delete an image is directly on the server filesystem.