Brion Vibber
|
027c7e61fd
Fix regression breaking file attachments. This is what I get for rushing fixes and not properly testing them. :P
|
15 years ago |
Brion Vibber
|
6159edcebb
Improve name validation checks on local File references
|
15 years ago |
Brion Vibber
|
84ab0156b4
Improve name validation checks on local File references
|
15 years ago |
Craig Andrews
|
672126968f
Updated some references to the long gnone "isEnclosure" function to the new "getEnclosure"
|
15 years ago |
Evan Prodromou
|
866dfa6822
Merge branch 'master' into 0.9.x
|
15 years ago |
Evan Prodromou
|
f463329b9a
check before inserting File_oembed and File_thumbnail
|
15 years ago |
Craig Andrews
|
250bcfa8dc
Require users to login to view attachments on private sites
|
15 years ago |
Craig Andrews
|
fc2426d7ce
Fix some bugs in the URL linkification, and fixed the unit test.
|
15 years ago |
Craig Andrews
|
a535ccdc4e
Merge remote branch 'laconica/0.8.x' into 0.9.x
|
15 years ago |
Craig Andrews
|
efcfd209ef
Check "Files" of type 'application/xhtml+xml' for oEmbed in addition to just text/html
|
15 years ago |
Evan Prodromou
|
c0d03fc279
make URL analyzer save new info on URLs
|
15 years ago |
Evan Prodromou
|
a08c76a434
Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x
|
15 years ago |
Craig Andrews
|
504c42aa7d
Fix some stupid bugs, such as a mispelling of oembed
|
15 years ago |
Craig Andrews
|
6d60d74093
Display linked oembed resources as enclosures if they are of non-html mime types
|
15 years ago |
Evan Prodromou
|
df86aa7214
define LACONICA and accept LACONICA for backwards compatibility
|
15 years ago |
Evan Prodromou
|
865b716f09
change LACONICA to STATUSNET
|
15 years ago |
Evan Prodromou
|
4737563b95
a distributed -> the distributed
|
15 years ago |
Evan Prodromou
|
c8b8f07af1
change Laconica and Control Yourself to StatusNet in PHP files
|
15 years ago |
Brett Taylor
|
3243612e76
Prevents redirect URLs that have canonical URLs longer than 255 chars from being written to the database as their canonical. Redirecting URLs will instead be saved to the database as given.
|
15 years ago |
Evan Prodromou
|
3af5774769
throw an exception rather than die()
|
15 years ago |
Evan Prodromou
|
8371aea9c1
remove debugging code about processing a new URL
|
15 years ago |
Brenda Wallace
|
28b62f357d
fixed SQL in checking for monthly quota - works in postgres and mysql
|
15 years ago |
Brenda Wallace
|
2aa47096b8
missing AND in the SQL
|
15 years ago |
Craig Andrews
|
a35794e3c3
Try oEmbed discovery before using oohembed
|
15 years ago |
Craig Andrews
|
c97957cf3e
HTML "File"/attachments should probably not be considered enclosures.
|
15 years ago |
Craig Andrews
|
593af9feb6
Moved the decision logic as to whether an attachment should be an enclosure to the File class
|
15 years ago |
Craig Andrews
|
5f72423523
File classes does not use the $FILES array directly, as users of this class aren't necessarily from the web
|
15 years ago |
Evan Prodromou
|
638905c270
avoid getting duplicate errors on upload
|
15 years ago |
Evan Prodromou
|
a21a9f26c5
append uploads to content rather than showing them double
|
15 years ago |
Zach Copley
|
d9bebfd651
Attachment upload server and path now configurable
|
15 years ago |