aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
Commit message (Expand)AuthorAgeFilesLines
* fix can_comment_on_post when viewing wall-to-wallfriendica2013-09-281-8/+14
* hopefully(?) the final word on remote comment permissionsfriendica2013-09-201-0/+3
* hopefully this will go over a bit better - check post owner permissions as we...friendica2013-09-201-1/+9
* sync photo permissions with the attached item whenever they change.friendica2013-09-171-1/+4
* provide detailed error to remote site for the myriad of things that can go wr...friendica2013-09-101-1/+2
* .Christian Vogeley2013-09-081-1/+1
* retrun checkChristian Vogeley2013-09-081-0/+1
* Merge service classChristian Vogeley2013-09-081-1/+48
|\
| * Service class itemsChristian Vogeley2013-09-081-0/+48
* | provide mimetype selector on edit (pages and blocks)friendica2013-09-061-1/+2
* | fix private message encryption since the input_filter mangled itfriendica2013-09-031-0/+3
* | security fix and ability to change layout on webpage edit formfriendica2013-09-031-1/+2
* | pass execflag - Working for preview but not yet executing on page renderfriendica2013-09-021-1/+19
* | fix webpage storagefriendica2013-09-021-7/+3
* | webpage content-type -- needs cleaning up and a security check once all the i...friendica2013-09-021-117/+127
* | Sheesh. Three lines of Javascript. All you have to do is find which of the th...friendica2013-09-011-40/+41
* | add layouts and editlayout and rework the page logic in mod/itemfriendica2013-09-011-13/+4
* | This isn't optimal, but on the short term we'll clone the page editor to use ...friendica2013-09-011-2/+15
|/
* block content-type (called ITEM_BUILDBLOCK to avoid confusion with content th...friendica2013-08-121-0/+3
* yhis should fix the privacy leak - as well as non-private replies to private ...friendica2013-08-011-1/+1
* fix some privacy leakage in logsfriendica2013-07-311-11/+14
* fix bug #84, make imported messages from your clones show up on your wallfriendica2013-07-291-0/+3
* encrypt private messages on disk - there are still a couple of places where t...friendica2013-07-281-0/+30
* autotag clean-up, mop up, and go homefriendica2013-06-271-4/+5
* testing autotagfriendica2013-06-271-1/+2
* if you send a private post to an @-taggable channel (and nobody else), tag th...friendica2013-06-271-0/+12
* map comment_policy on local post submissionfriendica2013-06-181-0/+1
* hijack the #getzot tagfriendica2013-06-151-9/+17
* convert most red photos to zmgfriendica2013-05-281-2/+2
* workarounds for people that re-install and end up polluting everybody's datab...friendica2013-05-161-0/+2
* get search page working with live-update and endless scroll, still not perfec...friendica2013-05-091-1/+3
* turn naked links in posts into zrl's if we've got a hubloc for the sitefriendica2013-04-181-0/+7
* turn all Red links into zrls (not the old zrls, the new bbcode zrl which mean...friendica2013-04-151-4/+4
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer...friendica2013-03-211-22/+22
* prepare for multiple content typesfriendica2013-03-141-69/+32
* progress on tag deliveryfriendica2013-02-111-3/+3
* work on notificationsfriendica2013-02-061-22/+10
* convert wall_upload to use the photo apifriendica2013-02-051-0/+21
* ensure that stored tag terms are taken after term expansion, e.g. @"Mike Macg...friendica2013-02-021-3/+3
* sort out the rest of the nasty stuff in the attachment/file api - time to mov...friendica2013-02-011-3/+8
* debugging of file attachment api - somewhat functional but the attachment inf...friendica2013-01-311-1/+2
* file/attachment storage api with revision control - needs a bit more testing ...friendica2013-01-311-26/+17
* @tags sorta work, but we might have an issue with sending zids in @tagsfriendica2013-01-231-3/+2
* make @tags half-ass workfriendica2013-01-231-14/+11
* backend for storing items as arbitrary webpagesfriendica2013-01-111-8/+33
* fix item owner on conversationsfriendica2013-01-031-2/+3
* accept expire params if expire feature is enabledfriendica2012-12-311-0/+13
* plaintext default - richtext is a featurefriendica2012-11-051-1/+1
* fix post previewfriendica2012-11-031-3/+4
* share mostly working, preview still horkedfriendica2012-11-031-1/+1