Album software van pics.hashru.nl
Go to file
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
controllers Correct JSON media type. 2019-09-29 15:00:28 +02:00
models Refactor leftover old-style arrays into new-style arrays. 2019-09-29 14:47:56 +02:00
public Photo uploader: reduce client memory usage. 2020-02-08 20:35:26 +01:00
templates Refactor leftover old-style arrays into new-style arrays. 2019-09-29 14:47:56 +02:00
.gitattributes Initial commit. 2017-11-09 17:00:22 +01:00
.gitignore Initial commit. 2017-11-09 17:00:22 +01:00
README Initial commit. 2017-11-09 17:00:22 +01:00
TODO.md Implement basic tag management. 2017-11-09 17:00:36 +01:00
app.php Re-enable custom error handler. 2017-11-09 17:00:35 +01:00
composer.json Initial commit. 2017-11-09 17:00:22 +01:00
config.php.dist Fixes the template config for new websites 2018-06-30 17:02:03 +00:00
import_albums.php More hashes to get rid of. 2017-11-09 17:00:34 +01:00
import_postprocess.sh Fix rotation through exiftool after importing. 2017-11-09 17:00:34 +01:00
migrate_thumbs.php Backport asynchronous thumbnail generation from Kabuki. 2017-12-20 14:51:23 +01:00
server Process login_url properly. 2017-11-09 17:00:35 +01:00

README

This marks the development repository for the HashRU website.