aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* provide the means to tag link a person by full_nameMike Macgirvin2010-10-292-8/+18
|
* catch a couple of edge cases with the tag linkifierMike Macgirvin2010-10-282-2/+12
|
* linkify @person and @person@domain.com tagsMike Macgirvin2010-10-282-3/+55
|
* typoMike Macgirvin2010-10-281-2/+0
|
* preserve utf-8 on notification emailsMike Macgirvin2010-10-282-3/+31
|
* accepted but ignored - should probably be a 202 http codeMike Macgirvin2010-10-271-2/+2
|
* match schemeless activities per the latest activity specMike Macgirvin2010-10-272-6/+14
|
* we need this fileMike Macgirvin2010-10-261-0/+11
|
* rework the logging interfaceMike Macgirvin2010-10-267-67/+47
|
* a few more fsw tweaksMike Macgirvin2010-10-2611-21/+48
|
* 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
|