A simple follow()
controller method is implemented in Allura/allura/ext/user_profile/user_main.py
on forge:tv/timelines. Implement a similar watch()
method for projects, and hook up the follow and watch actions to buttons in the UI (someplace that makes sense).
allura:cj/4388
activitystream:cj/4388
I'm not entirely certain about the changes in the activitystream library.
Over all this looks great. Found one small problem - we need to prevent a user from following himself.