aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
* string updateFriendika2011-01-141-1/+1
|
* compatibility: version discoveryFriendika2011-01-141-0/+1
|
* create birthday event from feedFriendika2011-01-131-3/+54
|
* add owner's birthday information to feed (if allowed to)Friendika2011-01-121-5/+45
|
* preserve body content in feed to extract microformat stuffFriendika2011-01-121-0/+4
|
* call get_app()Friendika2011-01-091-0/+1
|
* missing 'else'Friendika2011-01-071-0/+4
|
* convert received ostatus unfollow verb to activity streams stop-followingFriendika2011-01-041-1/+11
|
* import items from feeds in inverse date orderfabrixxm2011-01-031-2/+5
|
* try to auto-fill the profile address if we actually do know it.Friendika2011-01-011-1/+0
|
* more plugin hooksFriendika2010-12-251-1/+3
|
* undo one of the hooks from last checkin - passing objects led to errorFriendika2010-12-241-1/+2
|
* more plugin hooksFriendika2010-12-241-0/+14
|
* plugin/addon API landing - still things left to do before it's usefulFriendika2010-12-221-0/+2
|
* display the fact that a conversation is private without disclosing the ↵Friendika2010-12-071-1/+17
| | | | details of who can/cannot see it.
* flatten conversation hierarchy to one level on import but preserve all ↵Friendika2010-12-041-2/+17
| | | | | | thread info in case somebody wants to write a plugin to display as multi-level thread
* rino recipient patchFriendika2010-12-011-2/+2
|
* rino landingFriendika2010-11-301-2/+30
|
* no newlines in tagsFriendika2010-11-281-1/+0
|
* ensuring all non-deliveries get in the queueFriendika2010-11-251-3/+15
|
* tag search boolean modeFriendika2010-11-241-1/+0
|
* infrastructure for queueing, redeliveryFriendika2010-11-211-1/+4
|
* give orphans a second chance, linkify naked linksFriendika2010-11-111-33/+41
|
* lintFriendika2010-11-091-26/+34
|
* couple of issues w/ profile photo update propogationFriendika2010-11-091-29/+36
|
* use raw db queries wherever query items could contain '%'Friendika2010-11-091-1/+1
|
* more refactor remote reply off networkFriendika2010-11-081-7/+13
|
* refactor outgoing comment ability for off network contactsFriendika2010-11-081-4/+5
|
* use date ordering on public feedsFriendika2010-11-081-2/+5
|
* lintFriendika2010-11-071-1/+1
|
* lintFriendika2010-11-071-1/+1
|
* notification email on follow activitiesFriendika2010-11-061-0/+20
|
* add micro profile photoFriendika2010-11-041-0/+4
|
* hub anomolies & swat0 complianceFriendika2010-11-041-8/+10
|
* ativity rel links went to target instead of objectFriendika2010-11-041-1/+1
|
* minor stuffFriendika2010-11-041-2/+2
|
* show like/dislike when no comments yet, bit of lintFriendika2010-11-031-1/+7
|
* add activity target to items, allow multiple link relationsFriendika2010-11-031-7/+97
|
* infrastructure for swat0 (#fsw)Mike Macgirvin2010-11-011-2/+2
|
* build feeds rather than template themMike Macgirvin2010-11-011-63/+75
|
* add rel=mentioned links for tagged personsMike Macgirvin2010-10-311-0/+3
|
* notify folks who have been tagged in a postMike Macgirvin2010-10-311-11/+5
|
* more lintMike Macgirvin2010-10-311-1/+1
|
* match schemeless activities per the latest activity specMike Macgirvin2010-10-271-6/+6
|
* rework the logging interfaceMike Macgirvin2010-10-261-2/+1
|
* a few more fsw tweaksMike Macgirvin2010-10-261-4/+8
|
* workflow for federated/non-dfrn followersMike Macgirvin2010-10-241-39/+162
|
* pull out follow, unfollow and as:actor for handlingMike Macgirvin2010-10-211-7/+56
|
* aid salmon discovery for feed scrapers that look for the old-style rel type.Mike Macgirvin2010-10-211-1/+3
|
* magic-envelope verification, status.net appears to do it wrong.Mike Macgirvin2010-10-211-1/+1
| | | | | | Ultimately we need to do it right (or why bother having a spec?), and fallback to doing it wrong if we're talking to a broken system - which ironically seems to include most of the federated social web projects.