aboutsummaryrefslogtreecommitdiffstats
path: root/include/ConversationObject.php
Commit message (Collapse)AuthorAgeFilesLines
* local_user => local_channelfriendica2015-01-281-2/+2
|
* basic backend work for creating consensus itemsfriendica2015-01-111-2/+2
|
* trying to call mod/magic on rss resources - which have no hubfriendica2014-09-221-4/+4
|
* make discover items interactivefriendica2014-09-221-6/+6
|
* Ability to close comments at a certain date/time - needed for loom.io ↵friendica2014-08-281-17/+12
| | | | emulation (and many other uses)
* until we can figure out how to allow commenting on the discover page without ↵friendica2014-04-131-0/+7
| | | | killing the matrix, just turn it off.
* firehose fixes and optimisations. In particular get rid of the unresponsive ↵friendica2014-03-271-2/+8
| | | | script warning when trying to load updates (sine they aren't our posts, we can't check for unseen, hence we can't really load updates). Also make the url selection pluggable.
* fix default cipher for comments and set it at the conversation level rather ↵friendica2013-11-141-1/+8
| | | | than the item level.
* Optionally pass a prepared "top level" item into conversation(). This will ↵friendica2013-10-241-2/+14
| | | | eventually be used by the photos module where the "top level item" of the conversation is a photo with editing and album navigation controls and doesn't look anything like a post.
* close commentfriendica2013-09-281-0/+1
|
* fix can_comment_on_post when viewing wall-to-wallfriendica2013-09-281-1/+4
|
* is_commentable() had some major issues when applied to the atrocity known as ↵friendica2013-09-201-10/+13
| | | | | | ConversationObject, hopefully this won't destabilise the network as it's a somewhat major permission tweak related to comments; also add any local clones to allowed_public_recips() as they should always be allowed recipients. Not sure what to do about host permissions in the event of clones. They have more than one host, and it isn't spelled out in the sent message. All of this stuff will make your head hurt.
* implement the other part of ITEM_NOCOMMENT - which means an item is not ↵friendica2013-07-141-1/+7
| | | | commentable. Useful for pages - that is if they use the conversation() function to render the post.
* This should fix some of the remote permissions issuesfriendica2013-07-081-2/+5
|
* more work on bug #59 - hope this doesn't hork everything. Also some tweaking ↵friendica2013-07-081-6/+24
| | | | of the theme for the new radius control, which produced some surprising results when expert mode was toggled.
* fix comment permissions on display (again) and clean up an error seen in the ↵friendica2013-03-061-1/+8
| | | | logs
* just tinkering and trying a few things - don't get upset. It can all be ↵friendica2013-03-051-0/+5
| | | | reverted it it sucks. Freedom's just another word for "nothin' left to lose" and I'm not sure it's possible to create a UI that's hated more than Friendica. So that gives us plenty of artististic license to explore some different directions and see if they lead to anything interesting.
* start formatting for Doxygenfriendica2013-02-251-1/+2
|
* progress on pages - they're still getting lost inside conversation(), but ↵friendica2013-01-141-0/+4
| | | | progress is progress.
* start to whip the permissions into shape, also got rid of the mce drop ↵friendica2012-12-091-2/+5
| | | | shadow until we can figure out how to do it without the ugly black bars. I tend to prefer "outy" shadows over "inny" shadows anyway, but maybe that's just me.
* fixing broken things again after the latest round of ripping out the yellow ↵friendica2012-10-291-1/+1
| | | | slime and replacing it with red slime.
* move things to the newer conversation object, a few minor bugs - will sort ↵friendica2012-10-251-10/+3
| | | | it out eventually
* mv objects from object dir to include where they belongfriendica2012-10-221-0/+162