Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-27 | Merge branch 'testing' into 0.9.x | Evan Prodromou | |
2010-02-27 | fix call of common_find_mentions() in Notice::saveReplies() | Evan Prodromou | |
2010-02-27 | Use notice for context when deciding who @nickname refers to | Evan Prodromou | |
In a federated system, "@nickname" is insufficient to uniquely identify a user. However, it's a very convenient idiom. We need to guess from context who 'nickname' refers to. Previously, we were using the sender's profile (or what we knew about them) as the only context. So, we assumed that they'd be mentioning to someone they followed, or someone who followed them, or someone on their own server. Now, we include the notice information for context. We check to see if the notice is a reply to another notice, and if the author of the original notice has the nickname 'nickname', then the mention is probably for them. Alternately, if the original notice mentions someone with nickname 'nickname', then this notice is probably referring to _them_. Doing this kind of context sleuthing means we have to render the content very late in the notice-saving process. | |||
2010-02-27 | uri -> URI in interface text | Siebrand Mazeland | |
2010-02-26 | blow cache on known replies | Evan Prodromou | |
2010-02-26 | bail out if the requested nickname is illegal | Craig Andrews | |
2010-02-26 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-02-25 | Fix a few keys that got dropped from statusnet.ini by mistake | Brion Vibber | |
2010-02-25 | Add lots of fun avatars to our Atom output | Zach Copley | |
2010-02-25 | Rationalize group activity stuff | Zach Copley | |
2010-02-25 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-25 | OStatus: save categories from the Atom entry as hashtags. | Brion Vibber | |
2010-02-25 | method for getting a group's URI | Evan Prodromou | |
2010-02-25 | save mainpage element for groups | Evan Prodromou | |
2010-02-25 | Add 'mainpage' to User_group | Evan Prodromou | |
Add the mainpage attribute to user_group objects. | |||
2010-02-25 | modify group actions so they use Local_group to look up by nickname | Evan Prodromou | |
2010-02-24 | recover user_openid tables, which got lost in generation | Evan Prodromou | |
2010-02-24 | fixup exe bits | Evan Prodromou | |
2010-02-24 | Make user_group able to handle remote groups | Evan Prodromou | |
We add a local_group table to store data about local groups. It has the unique key for nickname, so /group/<nickname> looks up here. Updated DB data object classes and data files. | |||
2010-02-24 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-24 | Add class and (if present) id to DB_DataObject error exceptions; often ↵ | Brion Vibber | |
they're VERRRRRY vague, and it helps to know what type of item is failing! | |||
2010-02-22 | Add PoCo namespace to optional ns output in Notice::asAtomEntry() | Zach Copley | |
2010-02-22 | Merge branch 'rationalize-activity' into testing | Zach Copley | |
* rationalize-activity: Move ActivityObject and related stuff to core Add PoCo bits, avatar link, geo point, etc. to person activity obj output | |||
2010-02-22 | Move ActivityObject and related stuff to core | Zach Copley | |
2010-02-23 | OStatus group delivery initial implementation. | Brion Vibber | |
- added rel="ostatus:attention" links for group delivery - added events for plugins to override group profile/permalink pages - pulled Notice::saveGroups up to save-time so we can override; it's relatively cheap and gives us a clean list of target groups for distrib time even with customized delivery. - fixed notice::getGroups to return group objects as expected - added some doc on new parameters to Notice::saveNew - 'groups' list of group IDs to push to in place of parsing - messages that come in via PuSH and contain local group targets are delivered to local group members - messages that come in via PuSH and contain remote group targets are delivered to local members of the remote group Todo: - handle group posts that only come through Salmon - handle conflicts in case something comes in both through Salmon and PuSH - better source verification - need a cleaner interface to look up groups by URI - need a way to handle remote groups with conflicting names | |||
2010-02-22 | add PoCo preferredUsername for nickname in Profile::asActivityNoun() | Evan Prodromou | |
2010-02-22 | add strongly-suggested link to Profile::asActivityNoun() | Evan Prodromou | |
2010-02-22 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-02-22 | Upgrade profile-based activity noun to have more complete set of | Zach Copley | |
profile fields | |||
2010-02-21 | don't calculate replies for remote notices | Evan Prodromou | |
2010-02-21 | slight rearrangement of getting profile URIs | Evan Prodromou | |
2010-02-21 | Combine code that finds mentions into one place and add hook points | Evan Prodromou | |
Combined the code that finds mentions of other profiles into one place. common_find_mentions() finds mentions and calls hooks to allow supplemental syntax for mentions (like OStatus). common_linkify_mentions() links mentions. common_linkify_mention() links a mention. Notice::saveReplies() now uses common_find_mentions() instead of trying to parse everything again. | |||
2010-02-21 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-21 | permalink on a note represented by rel=alternate | Evan Prodromou | |
2010-02-21 | Notice::saveNew() accepts url and rendered options | Evan Prodromou | |
2010-02-20 | OStatus: send favorite/unfavorite notifications to remote authors | Brion Vibber | |
2010-02-20 | Add events for favor and disfavor | Evan Prodromou | |
Added events to core code for when someone favors or disfavors a notice. | |||
2010-02-19 | Refactor subs_* functions for remote use | Evan Prodromou | |
The subs_* functions in subs.php have made a lot of assumptions about users versus profiles. I've refactored the functions to be methods of the Subscription class instead, and to use Profile objects throughout. Some of the checks for blocks or existing subscriptions depended on users or profiles, so I've moved those methods around a bit. I've left stubs for the subs_* functions until we get time to replace them. | |||
2010-02-18 | add type='text/html' to alternate link in Notice Atom | Evan Prodromou | |
2010-02-18 | always distribute to inbox of author immediately | Evan Prodromou | |
2010-02-17 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-02-17 | - Set the root of a new local conversation to a new conversation.id | Zach Copley | |
- Output conversation URIs from conversation.uri | |||
2010-02-17 | - conversation.uri needs to be nullable | Zach Copley | |
- factory method for creating new local conversations | |||
2010-02-16 | New Conversation DO to handle remote notices as conversation roots | Zach Copley | |
2010-02-16 | More sensical profile::getUri() | Zach Copley | |
2010-02-16 | Take remote profiles into account when looking up canonical profile URIs | Zach Copley | |
2010-02-16 | Add rel="avatar" to img links in <activity:actor> stanzas | Zach Copley | |
2010-02-16 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-16 | add a FIXME to Profile | Evan Prodromou | |
2010-02-16 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: lib/iomaster.php |