Questions tagged [activity-streams]

Activity Streams is an open format specification for activity stream protocols, which are used to syndicate activities taken in social web applications and services.

36 questions
0
votes
1 answer

Django signals sending twice

I'm working on a simple Django reputation app, based on Actstream justquick/django-activity-stream/ that creates a signal to be used as: rep.send(request.user, action='increase', target=obj, val=10) However, even with dispatch UID: #…
ab11
  • 45
  • 7
0
votes
0 answers

Social Activity Feed - Best Approach for Per-User Capped Collections in MongoDB?

I am working on a social activity feed system very similar to the 10Gen Socialite Project which has been running in production for a couple of years now. I have a new use case wherein I need to store a chronologically ordered list of activities per…
Matt
  • 1
  • 1
0
votes
1 answer

ASP.Net MVC Facebook-like activity stream

I would like to implement facebook - like news feed for my website, with social functionalities, such as share, like, comment and post and I want to connect it to already created users (nice to have it connected with Azure Active Directory). Is…
0
votes
0 answers

Django-Activity-Stream in Admin

I am trying to implement django-activity-stream and got all the way to implementing actions. (http://django-activity-stream.readthedocs.org/en/latest/actions.html) So far this is the action I have: def schedules_concert(sender, instance, created,…
Bruno Amaral
  • 169
  • 1
  • 12
0
votes
2 answers

Activity stream missing after JIRA upgrade

I upgraded our JIRA from version 6 to version 6.1. Suddenly the Activity Streams are always empty. It is very annoying for the users who were very dependent on them. So I need to get the activity streams back. What I have tried so far: 1.…
look
  • 667
  • 10
  • 17
-1
votes
1 answer

creating an activity stream (news feed) view in android

I have been working on creating a social networking application. Now am battling with effectively implementing the activity stream view. This is what I have done so far a feed (view) with only a user post (thats only text display) and a feed (view)…
1 2
3