summaryrefslogtreecommitdiff
path: root/actions/apiaccountupdateprofileimage.php
AgeCommit message (Collapse)Author
2009-11-09Make /api/account/update_profile_background_image.format work evenZach Copley
when there isn't an existing Design for the user. Plus a few other fixups.
2009-11-06Better workaround for PHP returning empty $_POST and $_FILES whenZach Copley
POST length > post_max_size in php.ini. I also added this check to avatar upload, which was failing with huge files.
2009-11-04Implement update avatar via API (/api/account/update_profile_image.format)Zach Copley