aboutsummaryrefslogtreecommitdiffstats
path: root/mod/wall_attach.php
Commit message (Collapse)AuthorAgeFilesLines
* more work on api media uploadsredmatrix2015-12-131-11/+17
|
* We don't need photos to also include attachments. It's interesting, but not ↵redmatrix2015-08-201-0/+1
| | | | all that useful.
* turn attached audio/video into audio/video elements as well as providing an ↵redmatrix2015-07-011-2/+1
| | | | attachment link
* 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 ↵redmatrix2015-06-141-19/+25
| | | | integrated
* 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
| | | | of any type (image or attachment). We'll sort out which one it is and deal with it appropriately.
* code cleanupfriendica2014-02-201-14/+3
|
* debugging of file attachment api - somewhat functional but the attachment ↵friendica2013-01-311-0/+2
| | | | info structure in the item table needs to be re-done.
* file/attachment storage api with revision control - needs a bit more testing ↵friendica2013-01-311-115/+5
| | | | but the framework is in place
* 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
| | | | | | Conflicts: include/config.php update.php
* 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 ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* 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