summaryrefslogtreecommitdiff
path: root/classes/File.php
AgeCommit message (Expand)Author
2009-09-10If there is no mimetype set, the file shouldn't be considered an enclosureCraig Andrews
2009-09-01Check "Files" of type 'application/xhtml+xml' for oEmbed in addition to just ...Craig Andrews
2009-08-27make URL analyzer save new info on URLs0.8.1rc2Evan Prodromou
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-12Prevents redirect URLs that have canonical URLs longer than 255 chars from be...Brett Taylor
2009-07-30throw an exception rather than die()Evan Prodromou
2009-07-30remove debugging code about processing a new URLEvan Prodromou
2009-07-22fixed SQL in checking for monthly quota - works in postgres and mysqlBrenda Wallace
2009-07-22missing AND in the SQLBrenda Wallace
2009-07-15Try oEmbed discovery before using oohembedCraig Andrews
2009-07-14HTML "File"/attachments should probably not be considered enclosures.Craig Andrews
2009-07-14Moved the decision logic as to whether an attachment should be an enclosure t...Craig Andrews
2009-07-07File classes does not use the $FILES array directly, as users of this class a...Craig Andrews
2009-06-25avoid getting duplicate errors on uploadEvan Prodromou
2009-06-23append uploads to content rather than showing them doubleEvan Prodromou
2009-06-22Attachment upload server and path now configurableZach Copley
2009-06-22change staticGet() from DB_DataObject to Memcached_DataObject for file classesEvan Prodromou
2009-06-22Database changes for file tablesEvan Prodromou
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-06-17Fixed recent attachment bug that required URLs to be posted twice to be taken...Robin Millette
2009-05-31Refactored some attachment code and fixed upload bug in interface.Robin Millette
2009-05-15Attachments and their list now provide "ajax" view. Also added a few sidebars...Robin Millette
2009-05-13rewrote short url stuff to handle new file/url classes (redirections, oembed,...Robin Millette
2009-05-11db stuff for URLs: redirections, oembed, etc.Robin Millette