]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
OStatus partial support for group subscriptions:
authorBrion Vibber <brion@pobox.com>
Wed, 10 Feb 2010 02:32:52 +0000 (18:32 -0800)
committerBrion Vibber <brion@pobox.com>
Wed, 10 Feb 2010 02:32:52 +0000 (18:32 -0800)
commit8449256817f5a2bd7a7cac6bc04e4cb477d7dc49
treea975ae92a53a0cb23291f9e97f61306361db73fa
parent5509f923ea48aecd1422aa1a4173fc85938e2b74
OStatus partial support for group subscriptions:
* detection of group feeds is currently a nasty hack based on presence of '/groups/' in URL -- should use some property on the feed?
* listing for the remote group is kinda cruddy; needs to be named more cleanly
* still need to establish per-author profiles (easier once we have the updated Atom code in)
* group delivery probably not right yet
* saving of group messages still triggering some weird behavior

Added support for since_id and max_id on group timeline feeds as a free extra. Enjoy!
actions/apitimelinegroup.php
actions/showgroup.php
classes/Notice.php
classes/User_group.php
lib/util.php
plugins/OStatus/OStatusPlugin.php
plugins/OStatus/actions/feedsubsettings.php
plugins/OStatus/classes/Feedinfo.php
plugins/OStatus/lib/feedmunger.php
plugins/OStatus/lib/hubdistribqueuehandler.php