Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-02-16 | Merge branch 'master' into testing | Brion Vibber | |
Conflicts: lib/stompqueuemanager.php | |||
2010-02-16 | Stomp queue restructuring for mass scalability: | Brion Vibber | |
- Multiplexing queues into groups and for multiple sites. - Sharing vs breakout configurable per site and per queue via $config['queue']['breakout'] - Detect how many times a message is redelivered, discard if it's killed too many daemons - count configurable with $config['queue']['max_retries'] - can dump the items to files in $config['queue']['dead_letter_dir'] Queue daemon memory & resource leak fixes: - avoid unnecessary reconnections to memcached server (switch persistent connections back in on second initialization, assuming it's child process) - monkey-patch for leaky .ini loads in DB_DataObject::databaseStructure() - was leaking 200k per active switch - applied leak fixes to Status_network as well, using intermediate base Safe_DataObject for both it and Memcache_DataObject Misc queue fixes: - correct handling of child processes exiting due to signal termination instead of regular exit - shutdown instead of infinite respawn loop if we're already past the soft memory limit at startup - Added --all option for xmppdaemon... still opens one xmpp connection per site that has xmpp active Cache updates: - add Cache::increment() method with native support for memcached atomic increment | |||
2010-02-13 | Merge branch 'ssleverything' into testing | Evan Prodromou | |
2010-02-12 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-12 | fix for Atom notice output: correct check against conversation & current id | Brion Vibber | |