Age | Commit message (Collapse) | Author |
|
|
|
properly as an <atom:entry>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
plugins/OStatus/lib/activity.php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
plugins/OStatus/OStatusPlugin.php
|
|
Added support for favoring and disfavoring in OStatusPlugin.
Needed to represent the Notice as an activity:object, so added
some code for that in lib/activity.php.
Also, made some small changes to OStatusPlugin so it handled
having a non-default argument $object correctly.
|
|
|
|
|
|
|
|
- ostatussub via subscribe button now works again (changed to take profile instead of feed, patched up to the new discovery)
- added a quickie hack to allow putting your remote profile URI in place of webfinger acct through the remote-sub button (needs to be patched up to do proper discovery via XRDS or a link or something)
|
|
notifications are working again.
|
|
|
|
|
|
|
|
|
|
Moved some salmon processing to a superclass so we could handle group
salmon posts, too.
|
|
Needs to be an <entry> not a <feed>.
|
|
feed info at profile setup time
|
|
Conflicts:
plugins/OStatus/actions/salmon.php
|
|
|
|
create/destroy remote subscriber relationships
|
|
|
|
|
|
PuSH subscription maintenance broken back out to FeedSub, letting Ostatus_profile deal with the profile level (user or group, with unique id URI)
|
|
- fix for PuSH unsub verification
- send Salmon notification on unsub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|