Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-28 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-28 | Enhanced upload file type detection. If given an original filename, we'll ↵ | Brion Vibber | |
attempt to detect type from the extension if we were unable to make a definitive match from content. Generic octet-stream, zip, and MS Office type are explicitly singled out for re-checks, which fixes OpenOffice and MS Office documents to come up with the proper types when misdetected. File extensions can also be added to the upload type whitelist; they'll be normalized to types for the actual comparison, so only known extensions will work. | |||
2010-03-23 | Use $param instead of hardcoded 'attach' name. | Craig Andrews | |
2010-03-01 | Modify configuration to have an option to allow uploads regardless of mime type | Craig Andrews | |
2010-01-10 | Lots 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-02 | Detect "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-28 | Fixed header comment. | Zach Copley | |
2009-10-28 | Rearanged a couple things & removed debugging statements | Zach Copley | |
2009-10-28 | Rework MailDaemon to use the MediaFile class for uploads | Zach Copley | |
2009-10-27 | Implement media upload in the API | Zach Copley | |
2009-10-27 | Extract media upload stuff into its own library class. | Zach Copley | |