pics/public
Aaron van Geffen 12ea378b02 Photo uploader: reduce client memory usage.
To create inline thumbnails locally, the previous version of the photo uploader
used base64 representations of the local files to be uploaded. While this is
effective, it is a little wasteful. When uploading several photos at once, this
could even lead to the page becoming less responsive.

This commit changes the process such that the photos are actually resized on a
canvas, only using the local original as a buffer. Hence, only the resized
photo is retained in memory.
2020-02-08 20:35:26 +01:00
..
css Allow regular users to unlink tags from photos. 2019-03-09 13:48:18 +01:00
images Initial commit. 2017-11-09 17:00:22 +01:00
js Photo uploader: reduce client memory usage. 2020-02-08 20:35:26 +01:00
favicon.ico Added favicon. 2017-11-09 17:00:35 +01:00
index.php Initial commit. 2017-11-09 17:00:22 +01:00
robots.txt Initial commit. 2017-11-09 17:00:22 +01:00