Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-19 | OStatus: Salmon notifications now being generated moderately correctly. :) ↵ | Brion Vibber | |
Needs to be an <entry> not a <feed>. | |||
2010-02-19 | OStatus: sub/unsub notifications working again. Fixed up autodetection of ↵ | Brion Vibber | |
feed info at profile setup time | |||
2010-02-19 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
Conflicts: plugins/OStatus/actions/salmon.php | |||
2010-02-19 | some more salmon stuff | Evan Prodromou | |
2010-02-19 | OStatus: hooked up follow/unfollow events on Salmon endpoint to ↵ | Brion Vibber | |
create/destroy remote subscriber relationships | |||
2010-02-19 | OStatus: fix up Salmon endpoint detection/saving, timestamp fixes. | Brion Vibber | |
2010-02-18 | add ActivityContext class and test it | Evan Prodromou | |
2010-02-18 | OStatus refactoring to clean up profile vs feed and fix up subscription issues. | Brion Vibber | |
PuSH subscription maintenance broken back out to FeedSub, letting Ostatus_profile deal with the profile level (user or group, with unique id URI) | |||
2010-02-18 | OStatus sub/unsub updates: | Brion Vibber | |
- fix for PuSH unsub verification - send Salmon notification on unsub | |||
2010-02-18 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-18 | more work on salmon | Evan Prodromou | |
2010-02-17 | Twitter bridge - fix for Ticket #2192 | Zach Copley | |
2010-02-17 | Better logging for Twitter bridge account linking process | Zach Copley | |
2010-02-17 | Merge branch 'master' into testing | Brion Vibber | |
2010-02-17 | parse_url returns an associative array - not an object | Craig Andrews | |
2010-02-17 | PostDebug plugin - saves POST data to debug log or directory to help debug ↵ | Brion Vibber | |
form submission and server-to-server communications. Some sensitive items are sanitized but not all - don't just shove out the log results publicly! | |||
2010-02-17 | OStatus: override source link with the source domain and link to original ↵ | Brion Vibber | |
message | |||
2010-02-17 | OStatus: moving parts of profile processing to Activity from feedmunger. ↵ | Brion Vibber | |
Pausing before refactoring DB schema a bit to clean up feed vs person vs group info | |||
2010-02-16 | OStatus: migrated notice parsing to use Activity helper classes; on the way ↵ | Brion Vibber | |
to killing FeedMunger | |||
2010-02-16 | OStatus: check only direct children in ActivityUtil::child; fixes pulling ↵ | Brion Vibber | |
actor's info when we wanted post info | |||
2010-02-16 | OStatus: fix up some recent regressions in subscription setup; fix state ↵ | Brion Vibber | |
checks and verification token, and avatar save on setup. Needs updates for new atom code next... | |||
2010-02-16 | OStatus: fix for low-level remote subscribe | Brion Vibber | |
2010-02-16 | restructure Activity classes to push more DOM stuff to ActivityUtils | Evan Prodromou | |
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-16 | move some nickname-guessing code to lib/util.php from OpenID | Evan Prodromou | |
2010-02-16 | add a couple of FIXME comments | Evan Prodromou | |
2010-02-16 | change find() to staticGet() to use cache | Evan Prodromou | |
2010-02-16 | Upgrade Twitter bridge to use OAuth 1.0a. It's more secure, and allows | Zach Copley | |
us to automatically send in a callback url instead of having to manually configure one for each StatusNet instance. | |||
2010-02-15 | Use static class method for looking up Twitter user | Zach Copley | |
2010-02-15 | Use static class method for looking up Twitter user | Zach Copley | |
2010-02-15 | Twitter-bridge: lookup old foreign_user by primary key not url | Zach Copley | |
2010-02-15 | Twitter-bridge: lookup old foreign_user by primary key not url | Zach Copley | |
2010-02-15 | Better log msgs. Removed debugging statement. | Zach Copley | |
2010-02-15 | Better log msgs. Removed debugging statement. | Zach Copley | |
2010-02-15 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-02-15 | Fix for regression introduced with my last update to the | Zach Copley | |
TwitterStatusFetcher: the Twitter bridge was not saving a foreign user record when making a foreign link. | |||
2010-02-15 | Fix for regression introduced with my last update to the | Zach Copley | |
TwitterStatusFetcher: the Twitter bridge was not saving a foreign user record when making a foreign link. | |||
2010-02-15 | Added single whitespace to separate inline text words. | Sarven Capadisli | |
2010-02-14 | test parsing a default atom feed for activities | Evan Prodromou | |
2010-02-14 | update activity and salmon for previous commit | Evan Prodromou | |
2010-02-14 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-14 | More complete activity parsing | Evan Prodromou | |
Began the process of actually digging up activity information from an Atom entry. Added a test script to make sure parsing is working right. | |||
2010-02-13 | Dialogbox for OStatus remote subscription | Sarven Capadisli | |
2010-02-13 | Added dialogbox styles for OStatus subscribe form | Sarven Capadisli | |
2010-02-13 | Added XHR channel for OStatus Subscribe button | Sarven Capadisli | |
2010-02-13 | Updated feed subscription form markup | Sarven Capadisli | |
2010-02-13 | Updated OStatus form markup | Sarven Capadisli | |
2010-02-13 | Using the new remote subscription event and updated subscribe label | Sarven Capadisli | |
2010-02-12 | Add OStatus PuSH hub and Salmon links back into user and group feeds | Zach Copley | |