aboutsummaryrefslogtreecommitdiffstats
path: root/mod/wall_attach.php
Commit message (Expand)AuthorAgeFilesLines
* We don't need photos to also include attachments. It's interesting, but not a...redmatrix2015-08-201-0/+1
* turn attached audio/video into audio/video elements as well as providing an a...redmatrix2015-07-011-2/+1
* more photos workredmatrix2015-06-171-1/+4
* fix attachment permissions when they also contain an image.redmatrix2015-06-151-1/+1
* photo upload: pass in the contact_allow and resource_id via include/attach.phpredmatrix2015-06-151-1/+1
* first cut at merging files and photos, not yet well integrated but they are i...redmatrix2015-06-141-19/+25
* switch from IMG_XXX constants to IMAGETYPE_XXX constantsMichael Johnston2015-04-191-1/+1
* log this since we may need it to track down failuresfriendica2015-04-181-0/+1
* make sure this sucker is quietfriendica2015-03-161-1/+1
* phase one of the great file storage unification - use one button for uploads ...friendica2015-03-161-2/+29
* code cleanupfriendica2014-02-201-14/+3
* debugging of file attachment api - somewhat functional but the attachment inf...friendica2013-01-311-0/+2
* file/attachment storage api with revision control - needs a bit more testing ...friendica2013-01-311-115/+5
* file replace option for wall attachments.friendica2013-01-301-18/+53
* beginning of backend file/attachment apifriendica2013-01-301-3/+1
* fix observer permissions on wall_attachfriendica2013-01-221-52/+19
* plaintext default - richtext is a featurefriendica2012-11-051-6/+1
* more heavy liftingfriendica2012-10-231-34/+47
* wall posts now display - address book structure revamp startedfriendica2012-10-101-1/+1
* updatesfriendica2012-09-091-8/+19
* typos in bbcode, add service class restrictions to jot uploadsfriendica2012-06-251-0/+13
* naked br appearing when attaching and textplainfriendica2012-04-171-1/+6
* fix to wall_upload photos default permissions to use cid rather than uid.friendica2012-04-081-2/+3
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
* mime_content_type requires access to the file, not just the namefriendica2012-01-281-2/+0
* add remove_user hook (it looks like dreamhost changed all my file permissions...friendica2012-01-181-0/+0
* parent eval order issueFriendika2011-09-081-1/+1
* several fixes for attachmentsFriendika2011-08-031-3/+3
* file attachmentsFriendika2011-05-251-3/+4
* basic file upload/attachFriendika2011-05-241-0/+105