Evan Prodromou
Evan Prodromou
If you pass no oauth_token, or an invalid oauth_token, to /oauth/authorize, the authenticate handler will be called regardless. It may be useful to validate these before calling the authenticate handler....
If user A follows user B, there should be about 4 changes to the state of the world: 1. User "A" should be added to user B's "followers" collection. 2....
An example would be https://www.w3.org/wiki/Socialwg/Social_API/User_stories#Liking_And_Showing_Likes . If a user likes some content, it should have about three effects: 1. A "like" activity is included in the user's recent activities stream....
The defaults in lib/app.js are incomplete; we should explicitly set out all defaults.
The problem is this: if A has two followers B and C, but B and C don't follow each other, and all of them are on different sites, then when...
If you don't, web-test.js fails. I think maybe that part should be broken out as a separate test-as-root file?
@larjona says, 'When I click "comment" in a note with already many comments, the cursor does not scroll down to the comment box, I need to go down manually. I...
We should implement API limits for unauthenticated requests, client-authenticated requests, and user-authenticated requests. One thing that is different about pump.io from GNU Social is that pump.io requires OAuth client authentication...