summaryrefslogtreecommitdiff
path: root/lib/mediafile.php
AgeCommit message (Collapse)Author
2010-01-10Lots of tiny message changes.Siebrand Mazeland
* Mostly punctuation updates so that the same message is used consistently in all of StatusNet. * Some cases of "Title Case" removed, because that does not appear to be used consistently.
2009-11-02Detect "no file" upload error and, for now at least, ignore it gracefully.Brion Vibber
This was triggering on non-AJAX form submissions for new notices, preventing them from being posted when they contained no attachments.
2009-10-28Fixed header comment.Zach Copley
2009-10-28Rearanged a couple things & removed debugging statementsZach Copley
2009-10-28Rework MailDaemon to use the MediaFile class for uploadsZach Copley
2009-10-27Implement media upload in the APIZach Copley
2009-10-27Extract media upload stuff into its own library class.Zach Copley