]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
OStatus: fix remote groups to work with new user_groups/local_groups split.
authorBrion Vibber <brion@pobox.com>
Thu, 25 Feb 2010 21:02:08 +0000 (13:02 -0800)
committerBrion Vibber <brion@pobox.com>
Thu, 25 Feb 2010 21:02:08 +0000 (13:02 -0800)
commitb5b5184c885e74d9532409a5962f851c4baf41c4
treeaaf0aae0468ff15bd61ad8f4234020ae40e1bd19
parent7e0872c7ca9827220ad9859abaeea268c9d4fee6
OStatus: fix remote groups to work with new user_groups/local_groups split.
- fix <activity:subject> generation so we get the profile info (what's available so far)
- use id instead of nickname for group join/leave forms so we can join/leave remote groups
  while the rest of the groups UI remains limited to local groups
  (plugins are responsible for making sure remote notifications and permission checks are done)
- fix remote notification when joining group through OStatus's remote subscribe form
actions/joingroup.php
actions/leavegroup.php
classes/User_group.php
lib/activity.php
lib/joinform.php
lib/leaveform.php
lib/router.php
plugins/OStatus/actions/ostatussub.php
plugins/OStatus/classes/Ostatus_profile.php