summaryrefslogtreecommitdiff
path: root/classes/File.php
AgeCommit message (Expand)Author
2010-10-14Make HTTPS urls in File::url() if necessaryEvan Prodromou
2010-09-28* i18n/L10n and translator documentation updates.Siebrand Mazeland
2010-07-30Fixes for messages after review by Brion.Siebrand Mazeland
2010-07-29* add translator documentationSiebrand Mazeland
2010-07-28Number parametersSiebrand Mazeland
2010-06-28Fix regression in 92ded7c6cb56056a89bc8b3caabd08049104898e: spewed PHP notice...Brion Vibber
2010-05-27Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-05-25Hotpatch for infinite redirection-following loop seen processing URLs to http...Brion Vibber
2010-03-26Fixes problem with IRC URLs showing as attachmentsNick Holliday
2010-03-11A null mimetype is not an enclosure (more likely than not means there was an ...Craig Andrews
2010-03-10Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-10Fixup script for files w/ bogus data saved into file record ('h bug')Brion Vibber
2010-03-10Fix for attachment "h bug": posting a shortened link to an oembed-able resour...Brion Vibber
2010-03-04Merge commit 'origin/testing' into 0.9.xBrion Vibber
2010-03-02OStatus: save file records for enclosuresBrion Vibber
2010-03-02Updated some references to the long gnone "isEnclosure" function to the new "...Craig Andrews
2010-03-01Correctly handle the case when MIME/Type doesn't know what file extension a m...Craig Andrews
2010-02-16Merge branch 'testing' into 0.9.xBrion Vibber
2010-02-11let files go to SSL dir tooEvan Prodromou
2010-02-02Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-02-02Fix regression breaking file attachments. This is what I get for rushing fixe...Brion Vibber
2010-02-02Fix regression breaking file attachments. This is what I get for rushing fixe...Brion Vibber
2010-02-01Improve name validation checks on local File referencesBrion Vibber
2010-02-01Improve name validation checks on local File referencesBrion Vibber
2010-01-22Updated some references to the long gnone "isEnclosure" function to the new "...Craig Andrews
2010-01-10Merge branch 'master' into 0.9.xEvan Prodromou
2010-01-10check before inserting File_oembed and File_thumbnailEvan Prodromou
2010-01-05Require users to login to view attachments on private sitesCraig Andrews
2009-09-27Fix some bugs in the URL linkification, and fixed the unit test.Craig Andrews
2009-09-02Merge remote branch 'laconica/0.8.x' into 0.9.xCraig 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-27Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
2009-08-26Fix some stupid bugs, such as a mispelling of oembedCraig Andrews
2009-08-26Display linked oembed resources as enclosures if they are of non-html mime typesCraig Andrews
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