Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
resources that require a user context vs those that don't (such as public timeline)
/api/v1/statuses/public -> /api/v1/timelines/public
/api/v1/statuses/home -> /api/v1/timelines/home
/api/v1/statuses/mentions -> /api/v1/timelines/mentions
/api/v1/statuses/tag/:tag -> /api/v1/timelines/tag/:tag
|
|
|
|
|
|
created via remote look-up when domains differ but point to the same resource
|
|
status
|
|
|
|
|
|
|
|
to the API
|
|
status lists in API
|
|
|
|
all required resource links (profile page, salmon, atom feed, magic key)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service if XML given is nil
|
|
|
|
|
|
|
|
/api/v1/accounts/verify_credentials
|
|
|
|
|
|
|
|
|
|
registration API
|
|
Track relationship in redux state. Display follow/unfollow and following-back
information on account view (unstyled)
|
|
|
|
|
|
subscription confirmation request,
we'll have to default that value to the GS "minimum" (from their code) which is 24 hours.
|
|
|
|
|
|
|
|
respect hub.lease_seconds (fix #46)
|
|
|
|
|
|
fetching status context
|
|
|
|
Added stack trace for SQL queries in development
Removed badly thought out accounts/lookup API
|
|
|
|
|
|
|
|
|
|
|
|
and atom feed generation to some extent, as well as the way mentions are
stored
|