Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add nicknames to contact records (going forward and retroactive) | Mike Macgirvin | 2010-10-23 | 7 | -8/+30 |
| | |||||
* | pull out follow, unfollow and as:actor for handling | Mike Macgirvin | 2010-10-21 | 3 | -7/+59 |
| | |||||
* | rely on feed item (e.g. salmon) to declare namespaces. This way we | Mike Macgirvin | 2010-10-21 | 1 | -7/+2 |
| | | | | don't cause conflict with any chosen NS prefix in the feed | ||||
* | aid salmon discovery for feed scrapers that look for the old-style rel type. | Mike Macgirvin | 2010-10-21 | 1 | -1/+3 |
| | |||||
* | fixed it. Twas the infernal 100 continue headers | Mike Macgirvin | 2010-10-21 | 1 | -4/+14 |
| | |||||
* | temporary fix until I figure out why the header is leaking | Mike Macgirvin | 2010-10-21 | 1 | -4/+4 |
| | |||||
* | clean up the salmon consumer bits | Mike Macgirvin | 2010-10-21 | 2 | -35/+64 |
| | |||||
* | put lrdd link into html headers for completeness | Mike Macgirvin | 2010-10-21 | 1 | -4/+6 |
| | |||||
* | magic-envelope verification, status.net appears to do it wrong. | Mike Macgirvin | 2010-10-21 | 8 | -27/+354 |
| | | | | | | 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. | ||||
* | fakelink was being inherited incorrectly by the ACL selector | Mike Macgirvin | 2010-10-20 | 1 | -2/+2 |
| | |||||
* | ability to clear browser location on individual posts | Mike Macgirvin | 2010-10-20 | 5 | -2/+16 |
| | |||||
* | we'll need this for browser geotagging of course | Mike Macgirvin | 2010-10-19 | 1 | -0/+7 |
| | |||||
* | use browser geolocation when desired | Mike Macgirvin | 2010-10-19 | 14 | -21/+89 |
| | |||||
* | default the geotag privacy preference | Mike Macgirvin | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | provide choice of using browser geotag | Mike Macgirvin | 2010-10-19 | 3 | -1/+6 |
| | |||||
* | db support for relationship->with in profiles | Mike Macgirvin | 2010-10-19 | 3 | -1/+6 |
| | |||||
* | duplex wasn't getting set correctly on group pages | Mike Macgirvin | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | oops | Mike Macgirvin | 2010-10-19 | 1 | -0/+29 |
| | |||||
* | clean up the html layout on profile page | Mike Macgirvin | 2010-10-19 | 4 | -25/+23 |
| | |||||
* | lrdd link on profile page (for salmon m/e), remove dfrn-template, qualify ↵ | Mike Macgirvin | 2010-10-19 | 4 | -18/+16 |
| | | | | some contact lookups, some cleanup of app/boot | ||||
* | sorting out the last(?) quirks in group pages. | Mike Macgirvin | 2010-10-18 | 4 | -15/+28 |
| | |||||
* | eradicate redundant get_uid function | Mike Macgirvin | 2010-10-18 | 18 | -86/+79 |
| | |||||
* | hordes sounds better | Mike Macgirvin | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | readme update | Mike Macgirvin | 2010-10-18 | 1 | -1/+11 |
| | |||||
* | pass community page permissions through notification feeds | Mike Macgirvin | 2010-10-18 | 2 | -6/+7 |
| | |||||
* | we probably need the page template for the last checkin | Mike Macgirvin | 2010-10-18 | 1 | -0/+25 |
| | |||||
* | group/community/celebrity pages | Mike Macgirvin | 2010-10-18 | 13 | -52/+140 |
| | |||||
* | wrong type comparison (string, int) which was the cause of the last problem. | Mike Macgirvin | 2010-10-17 | 1 | -1/+1 |
| | |||||
* | funny behaviour with post permissions after recent changes | Mike Macgirvin | 2010-10-17 | 2 | -2/+6 |
| | |||||
* | dash, not underscore | Mike Macgirvin | 2010-10-17 | 1 | -1/+1 |
| | |||||
* | celebrity/group/community pages about 75% implemented | Mike Macgirvin | 2010-10-17 | 15 | -65/+136 |
| | |||||
* | infrastructure for supporting pages/groups | Mike Macgirvin | 2010-10-16 | 3 | -7/+26 |
| | |||||
* | allow login by username and multiple unique email addresses on system - this ↵ | Mike Macgirvin | 2010-10-16 | 5 | -26/+11 |
| | | | | will provide support for group/celebrity pages (coming soon). | ||||
* | don't allow ignored contacts to post through the hub, change default poll | Mike Macgirvin | 2010-10-15 | 2 | -8/+9 |
| | | | | for hub subscribers to once a day now that we can utilise multiple hubs. | ||||
* | add recipient url to pubsub instrumentation | Mike Macgirvin | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | allow for multiple pubsub hubs so everything can still work when/if one goes ↵ | Mike Macgirvin | 2010-10-15 | 4 | -19/+67 |
| | | | | | | | | 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. | ||||
* | readme | Mike Macgirvin | 2010-10-14 | 1 | -10/+9 |
| | |||||
* | readme update | Mike Macgirvin | 2010-10-14 | 1 | -9/+9 |
| | |||||
* | can no longer avoid recording the curl response code | Mike Macgirvin | 2010-10-13 | 3 | -5/+23 |
| | |||||
* | set correct content-type on feeds, status.net is fussy and ignores the one ↵ | Mike Macgirvin | 2010-10-13 | 1 | -0/+2 |
| | | | | declared in the xrd | ||||
* | proofreading nits | Mike Macgirvin | 2010-10-13 | 1 | -4/+4 |
| | |||||
* | updated readme | Mike Macgirvin | 2010-10-13 | 1 | -4/+4 |
| | |||||
* | updated readme | Mike Macgirvin | 2010-10-13 | 1 | -22/+33 |
| | |||||
* | publish both forms of profile pictures in feeds for compatibility. Also set ↵ | Mike Macgirvin | 2010-10-13 | 3 | -4/+8 |
| | | | | sizes. | ||||
* | mostly cosmetic | Mike Macgirvin | 2010-10-13 | 2 | -19/+32 |
| | |||||
* | cleanup to ensure protocol version is passed properly. We will need it ↵ | Mike Macgirvin | 2010-10-12 | 6 | -22/+44 |
| | | | | if/when any incompatible protocol changes are introduced. | ||||
* | Provide the ability to subscribe to our user from other federated sites. | Mike Macgirvin | 2010-10-12 | 3 | -111/+152 |
| | | | | | This is a read-only relationship until the rest of the salmon magic-envelope stuff lands | ||||
* | minor cleanup | Mike Macgirvin | 2010-10-12 | 2 | -13/+17 |
| | |||||
* | modularise webfinger and make it service agnostic | Mike Macgirvin | 2010-10-12 | 2 | -39/+71 |
| | |||||
* | i18n strings update | Mike Macgirvin | 2010-10-12 | 1 | -8/+14 |
| |