Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -Wall cleanup | Mike Macgirvin | 2010-10-30 | 8 | -20/+32 |
| | |||||
* | -Wall cleanup | Mike Macgirvin | 2010-10-30 | 2 | -4/+4 |
| | |||||
* | another typo | Mike Macgirvin | 2010-10-30 | 1 | -1/+1 |
| | |||||
* | messages need subjects to link to | Mike Macgirvin | 2010-10-29 | 1 | -0/+3 |
| | |||||
* | security issue | Mike Macgirvin | 2010-10-29 | 1 | -2/+1 |
| | |||||
* | upd readme | Mike Macgirvin | 2010-10-29 | 1 | -0/+8 |
| | |||||
* | provide the means to tag link a person by full_name | Mike Macgirvin | 2010-10-29 | 2 | -8/+18 |
| | |||||
* | catch a couple of edge cases with the tag linkifier | Mike Macgirvin | 2010-10-28 | 2 | -2/+12 |
| | |||||
* | linkify @person and @person@domain.com tags | Mike Macgirvin | 2010-10-28 | 2 | -3/+55 |
| | |||||
* | typo | Mike Macgirvin | 2010-10-28 | 1 | -2/+0 |
| | |||||
* | preserve utf-8 on notification emails | Mike Macgirvin | 2010-10-28 | 2 | -3/+31 |
| | |||||
* | accepted but ignored - should probably be a 202 http code | Mike Macgirvin | 2010-10-27 | 1 | -2/+2 |
| | |||||
* | match schemeless activities per the latest activity spec | Mike Macgirvin | 2010-10-27 | 2 | -6/+14 |
| | |||||
* | we need this file | Mike Macgirvin | 2010-10-26 | 1 | -0/+11 |
| | |||||
* | rework the logging interface | Mike Macgirvin | 2010-10-26 | 7 | -67/+47 |
| | |||||
* | a few more fsw tweaks | Mike Macgirvin | 2010-10-26 | 11 | -21/+48 |
| | |||||
* | more robust (though wasteful) salmon, try both encodings | Mike Macgirvin | 2010-10-26 | 1 | -3/+34 |
| | |||||
* | de-duplicate photo importation logic | Mike Macgirvin | 2010-10-26 | 3 | -111/+61 |
| | |||||
* | two-way subscriptions working with federated social accounts | Mike Macgirvin | 2010-10-25 | 15 | -34/+356 |
| | |||||
* | no sparkle on federated network | Mike Macgirvin | 2010-10-24 | 2 | -2/+3 |
| | |||||
* | workflow for federated/non-dfrn followers | Mike Macgirvin | 2010-10-24 | 16 | -359/+647 |
| | |||||
* | 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 |
| |