aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* more robust (though wasteful) salmon, try both encodingsMike Macgirvin2010-10-261-3/+34
|
* de-duplicate photo importation logicMike Macgirvin2010-10-263-111/+61
|
* two-way subscriptions working with federated social accountsMike Macgirvin2010-10-2515-34/+356
|
* no sparkle on federated networkMike Macgirvin2010-10-242-2/+3
|
* workflow for federated/non-dfrn followersMike Macgirvin2010-10-2416-359/+647
|
* add nicknames to contact records (going forward and retroactive)Mike Macgirvin2010-10-237-8/+30
|
* pull out follow, unfollow and as:actor for handlingMike Macgirvin2010-10-213-7/+59
|
* rely on feed item (e.g. salmon) to declare namespaces. This way weMike Macgirvin2010-10-211-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 Macgirvin2010-10-211-1/+3
|
* fixed it. Twas the infernal 100 continue headersMike Macgirvin2010-10-211-4/+14
|
* temporary fix until I figure out why the header is leakingMike Macgirvin2010-10-211-4/+4
|
* clean up the salmon consumer bitsMike Macgirvin2010-10-212-35/+64
|
* put lrdd link into html headers for completenessMike Macgirvin2010-10-211-4/+6
|
* magic-envelope verification, status.net appears to do it wrong.Mike Macgirvin2010-10-218-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 selectorMike Macgirvin2010-10-201-2/+2
|
* ability to clear browser location on individual postsMike Macgirvin2010-10-205-2/+16
|
* we'll need this for browser geotagging of courseMike Macgirvin2010-10-191-0/+7
|
* use browser geolocation when desiredMike Macgirvin2010-10-1914-21/+89
|
* default the geotag privacy preferenceMike Macgirvin2010-10-191-1/+1
|
* provide choice of using browser geotagMike Macgirvin2010-10-193-1/+6
|
* db support for relationship->with in profilesMike Macgirvin2010-10-193-1/+6
|
* duplex wasn't getting set correctly on group pagesMike Macgirvin2010-10-191-1/+1
|
* oopsMike Macgirvin2010-10-191-0/+29
|
* clean up the html layout on profile pageMike Macgirvin2010-10-194-25/+23
|
* lrdd link on profile page (for salmon m/e), remove dfrn-template, qualify ↵Mike Macgirvin2010-10-194-18/+16
| | | | some contact lookups, some cleanup of app/boot
* sorting out the last(?) quirks in group pages.Mike Macgirvin2010-10-184-15/+28
|
* eradicate redundant get_uid functionMike Macgirvin2010-10-1818-86/+79
|
* hordes sounds betterMike Macgirvin2010-10-181-1/+1
|
* readme updateMike Macgirvin2010-10-181-1/+11
|
* pass community page permissions through notification feedsMike Macgirvin2010-10-182-6/+7
|
* we probably need the page template for the last checkinMike Macgirvin2010-10-181-0/+25
|
* group/community/celebrity pagesMike Macgirvin2010-10-1813-52/+140
|
* wrong type comparison (string, int) which was the cause of the last problem.Mike Macgirvin2010-10-171-1/+1
|
* funny behaviour with post permissions after recent changesMike Macgirvin2010-10-172-2/+6
|
* dash, not underscoreMike Macgirvin2010-10-171-1/+1
|
* celebrity/group/community pages about 75% implementedMike Macgirvin2010-10-1715-65/+136
|
* infrastructure for supporting pages/groupsMike Macgirvin2010-10-163-7/+26
|
* allow login by username and multiple unique email addresses on system - this ↵Mike Macgirvin2010-10-165-26/+11
| | | | will provide support for group/celebrity pages (coming soon).
* don't allow ignored contacts to post through the hub, change default pollMike Macgirvin2010-10-152-8/+9
| | | | for hub subscribers to once a day now that we can utilise multiple hubs.
* add recipient url to pubsub instrumentationMike Macgirvin2010-10-151-1/+1
|
* allow for multiple pubsub hubs so everything can still work when/if one goes ↵Mike Macgirvin2010-10-154-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.
* readmeMike Macgirvin2010-10-141-10/+9
|
* readme updateMike Macgirvin2010-10-141-9/+9
|
* can no longer avoid recording the curl response codeMike Macgirvin2010-10-133-5/+23
|
* set correct content-type on feeds, status.net is fussy and ignores the one ↵Mike Macgirvin2010-10-131-0/+2
| | | | declared in the xrd
* proofreading nitsMike Macgirvin2010-10-131-4/+4
|
* updated readmeMike Macgirvin2010-10-131-4/+4
|
* updated readmeMike Macgirvin2010-10-131-22/+33
|
* publish both forms of profile pictures in feeds for compatibility. Also set ↵Mike Macgirvin2010-10-133-4/+8
| | | | sizes.
* mostly cosmeticMike Macgirvin2010-10-132-19/+32
|