]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
OStatus cleanup...
authorBrion Vibber <brion@pobox.com>
Mon, 8 Feb 2010 22:06:36 +0000 (14:06 -0800)
committerBrion Vibber <brion@pobox.com>
Mon, 8 Feb 2010 22:58:12 +0000 (14:58 -0800)
commit384387c9b05aefb438f5dbe7e272b1f234ede172
tree7ac5935467b748c98782800846165b864a3588f7
parentdc09453a77f33c4dfdff306321ce93cf5fbd2d57
OStatus cleanup...
* Treat linkless feed posts as status updates; drop the "New post:" prefix and quotes on them.
* Use stable user IDs for atom/rss2 feed links instead of unstable nicknames
* Pull Atom feed preferentially when subscribing -- can now put the remote user's profile page straight into the feed subscription form and get to the right place.
* Clean up naming for push endpoints
actions/showstream.php
classes/Notice.php
lib/util.php
plugins/OStatus/OStatusPlugin.php
plugins/OStatus/actions/feedsubcallback.php [deleted file]
plugins/OStatus/actions/hub.php [deleted file]
plugins/OStatus/actions/pushcallback.php [new file with mode: 0644]
plugins/OStatus/actions/pushhub.php [new file with mode: 0644]
plugins/OStatus/classes/Feedinfo.php
plugins/OStatus/lib/feeddiscovery.php
plugins/OStatus/lib/feedmunger.php