aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* use browser geolocation when desiredMike Macgirvin2010-10-191-1/+7
|
* sorting out the last(?) quirks in group pages.Mike Macgirvin2010-10-181-3/+9
|
* pass community page permissions through notification feedsMike Macgirvin2010-10-181-2/+5
|
* allow for multiple pubsub hubs so everything can still work when/if one goes ↵Mike Macgirvin2010-10-151-9/+24
| | | | | | | | flaky (Google's hub has been particularly unreliable recently and the symptoms are that you just stop receiving updates, and/or updates you send are silently dropped and never delivered). Also add more instrumentation to help debug pubsub issues.
* cleanup to ensure protocol version is passed properly. We will need it ↵Mike Macgirvin2010-10-121-4/+4
| | | | if/when any incompatible protocol changes are introduced.
* activity objects weren't escaped properlyMike Macgirvin2010-10-101-5/+5
|
* infrastructure for salmonMike Macgirvin2010-10-061-0/+3
|
* a bit more robust about loading external picsMike Macgirvin2010-10-041-1/+1
| | | | also friend confirm was getting wrong email
* xrd cannot be called before db is open to get languageMike Macgirvin2010-10-041-1/+1
|
* notify hub only on public updatesMike Macgirvin2010-10-021-11/+11
|
* trialing pubsubhubbub - operational tweaksMike Macgirvin2010-10-011-2/+4
|
* pass params as string rather than array so it doesn'tMike Macgirvin2010-09-301-7/+1
| | | | get changed to multipart/forma-data
* the rest of pubsubhubbub except for the UI that actually turns it onMike Macgirvin2010-09-301-1/+40
|
* pubsubhubbub - discovery and notifierMike Macgirvin2010-09-301-0/+5
|
* pubsubhubbub endpointMike Macgirvin2010-09-301-0/+234
|
* implement rel alternate, some corresponding last minute touchups on display ↵Mike Macgirvin2010-09-301-0/+2
| | | | module