Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | infrastructure for queueing, redelivery | Friendika | 2010-11-21 | 1 | -1/+4 |
| | |||||
* | give orphans a second chance, linkify naked links | Friendika | 2010-11-11 | 1 | -33/+41 |
| | |||||
* | lint | Friendika | 2010-11-09 | 1 | -26/+34 |
| | |||||
* | couple of issues w/ profile photo update propogation | Friendika | 2010-11-09 | 1 | -29/+36 |
| | |||||
* | use raw db queries wherever query items could contain '%' | Friendika | 2010-11-09 | 1 | -1/+1 |
| | |||||
* | more refactor remote reply off network | Friendika | 2010-11-08 | 1 | -7/+13 |
| | |||||
* | refactor outgoing comment ability for off network contacts | Friendika | 2010-11-08 | 1 | -4/+5 |
| | |||||
* | use date ordering on public feeds | Friendika | 2010-11-08 | 1 | -2/+5 |
| | |||||
* | lint | Friendika | 2010-11-07 | 1 | -1/+1 |
| | |||||
* | lint | Friendika | 2010-11-07 | 1 | -1/+1 |
| | |||||
* | notification email on follow activities | Friendika | 2010-11-06 | 1 | -0/+20 |
| | |||||
* | add micro profile photo | Friendika | 2010-11-04 | 1 | -0/+4 |
| | |||||
* | hub anomolies & swat0 compliance | Friendika | 2010-11-04 | 1 | -8/+10 |
| | |||||
* | ativity rel links went to target instead of object | Friendika | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | minor stuff | Friendika | 2010-11-04 | 1 | -2/+2 |
| | |||||
* | show like/dislike when no comments yet, bit of lint | Friendika | 2010-11-03 | 1 | -1/+7 |
| | |||||
* | add activity target to items, allow multiple link relations | Friendika | 2010-11-03 | 1 | -7/+97 |
| | |||||
* | infrastructure for swat0 (#fsw) | Mike Macgirvin | 2010-11-01 | 1 | -2/+2 |
| | |||||
* | build feeds rather than template them | Mike Macgirvin | 2010-11-01 | 1 | -63/+75 |
| | |||||
* | add rel=mentioned links for tagged persons | Mike Macgirvin | 2010-10-31 | 1 | -0/+3 |
| | |||||
* | notify folks who have been tagged in a post | Mike Macgirvin | 2010-10-31 | 1 | -11/+5 |
| | |||||
* | more lint | Mike Macgirvin | 2010-10-31 | 1 | -1/+1 |
| | |||||
* | match schemeless activities per the latest activity spec | Mike Macgirvin | 2010-10-27 | 1 | -6/+6 |
| | |||||
* | rework the logging interface | Mike Macgirvin | 2010-10-26 | 1 | -2/+1 |
| | |||||
* | a few more fsw tweaks | Mike Macgirvin | 2010-10-26 | 1 | -4/+8 |
| | |||||
* | workflow for federated/non-dfrn followers | Mike Macgirvin | 2010-10-24 | 1 | -39/+162 |
| | |||||
* | pull out follow, unfollow and as:actor for handling | Mike Macgirvin | 2010-10-21 | 1 | -7/+56 |
| | |||||
* | aid salmon discovery for feed scrapers that look for the old-style rel type. | Mike Macgirvin | 2010-10-21 | 1 | -1/+3 |
| | |||||
* | magic-envelope verification, status.net appears to do it wrong. | Mike Macgirvin | 2010-10-21 | 1 | -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 desired | Mike Macgirvin | 2010-10-19 | 1 | -1/+7 |
| | |||||
* | sorting out the last(?) quirks in group pages. | Mike Macgirvin | 2010-10-18 | 1 | -3/+9 |
| | |||||
* | pass community page permissions through notification feeds | Mike Macgirvin | 2010-10-18 | 1 | -2/+5 |
| | |||||
* | allow for multiple pubsub hubs so everything can still work when/if one goes ↵ | Mike Macgirvin | 2010-10-15 | 1 | -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 Macgirvin | 2010-10-12 | 1 | -4/+4 |
| | | | | if/when any incompatible protocol changes are introduced. | ||||
* | activity objects weren't escaped properly | Mike Macgirvin | 2010-10-10 | 1 | -5/+5 |
| | |||||
* | infrastructure for salmon | Mike Macgirvin | 2010-10-06 | 1 | -0/+3 |
| | |||||
* | a bit more robust about loading external pics | Mike Macgirvin | 2010-10-04 | 1 | -1/+1 |
| | | | | also friend confirm was getting wrong email | ||||
* | xrd cannot be called before db is open to get language | Mike Macgirvin | 2010-10-04 | 1 | -1/+1 |
| | |||||
* | notify hub only on public updates | Mike Macgirvin | 2010-10-02 | 1 | -11/+11 |
| | |||||
* | trialing pubsubhubbub - operational tweaks | Mike Macgirvin | 2010-10-01 | 1 | -2/+4 |
| | |||||
* | pass params as string rather than array so it doesn't | Mike Macgirvin | 2010-09-30 | 1 | -7/+1 |
| | | | | get changed to multipart/forma-data | ||||
* | the rest of pubsubhubbub except for the UI that actually turns it on | Mike Macgirvin | 2010-09-30 | 1 | -1/+40 |
| | |||||
* | pubsubhubbub - discovery and notifier | Mike Macgirvin | 2010-09-30 | 1 | -0/+5 |
| | |||||
* | pubsubhubbub endpoint | Mike Macgirvin | 2010-09-30 | 1 | -0/+234 |
| | |||||
* | implement rel alternate, some corresponding last minute touchups on display ↵ | Mike Macgirvin | 2010-09-30 | 1 | -0/+2 |
| | | | | module | ||||
* | inherit parent ACL's on remote children | Mike Macgirvin | 2010-09-28 | 1 | -3/+17 |
| | |||||
* | stronger type checking on comparisons | Mike Macgirvin | 2010-09-26 | 1 | -5/+5 |
| | |||||
* | preliminary network abstraction, configurable debugging. | Mike Macgirvin | 2010-09-26 | 1 | -0/+90 |
| | |||||
* | localisation path for all view templates | Mike Macgirvin | 2010-09-22 | 1 | -4/+4 |
| | |||||
* | more robust feed error handling, at the expense of performance. | Mike Macgirvin | 2010-09-20 | 1 | -3/+10 |
| | | | | | Pass profile owner through HTML (yuk) to the ajax updater - as browser pre-fetch totally buggers passing it via the server session. |