aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
Commit message (Expand)AuthorAgeFilesLines
* some tagging fixes - including old bugs which were never reportedfriendica2014-02-031-2/+2
* transmit, receive, and parse bookmarksfriendica2014-02-031-5/+16
* bring photo tagging back which hasn't worked since forking from Friendica - t...friendica2014-01-191-4/+4
* preserve mid on editsfriendica2014-01-101-2/+9
* some minor cleanup on plinks for some very subtle permissions issuesfriendica2014-01-091-1/+5
* a few fixes to webpage editingfriendica2014-01-041-29/+5
* Merge pull request #254 from cvogeley/mastercvogeley2014-01-031-1/+2
|\
| * Correct wrong service class check for webpagesChristian Vogeley2013-12-311-1/+2
* | fix attachment rendering for previewfriendica2014-01-011-0/+1
* | group ACL control using tags (group must be "visible")friendica2013-12-291-29/+59
* | handle exclusive tags and add to ACLfriendica2013-12-291-3/+5
* | basic support for exclusion tags - we just need to use the results to tweak t...friendica2013-12-291-89/+66
* | add ability to set created date/time from the apifriendica2013-12-221-3/+4
|/
* issue #237 - when manually changing an uploaded photo URL in a post to an inv...friendica2013-12-101-1/+4
* allow editing posts on connectors that support editsfriendica2013-11-261-1/+3
* sort out the preview iconsfriendica2013-11-251-1/+1
* wp-to-red: now supports editing, titles, and native permalinksfriendica2013-11-251-0/+13
* Add some message_id meta information for wordpress posts so we'll know where ...friendica2013-11-241-0/+10
* pull in some posts when we first connect with a new channel (if allowed to) -...friendica2013-11-171-8/+0
* fix photo permissions on encrypted postsfriendica2013-11-131-2/+8
* provide expire feature on post and comments as well as private messages. This...friendica2013-11-071-5/+3
* private tagged posts weren't creating second delivery chain - they were incor...friendica2013-11-041-1/+1
* part one - honour system.tagifonlyrecip pconfig, default is false - not ready...friendica2013-10-191-2/+3
* oauth wasn't logging in properly, also fixed api status_show to return last p...friendica2013-10-151-1/+0
* linkify post categoriesfriendica2013-10-141-1/+1
* Typo in replaced variableOlaf Conradi2013-10-121-1/+1
* bug 175 - categories not updated when editingfriendica2013-10-111-15/+1
* Typo and whitespaceOlaf Conradi2013-10-071-2/+2
* fix a bunch of post editing bugs - though this consolidates some disparate co...friendica2013-10-041-43/+11
* post signaturesfriendica2013-10-021-5/+10
* 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