Commit Graph

9 Commits (1efa8e48d1cbf26715a764a9f4acf1b848a9f740)

Author SHA1 Message Date
Eugen Rochko eec0dc46a6 PostStatusService can attach media to status, ProcessFeedService likewise 9 years ago
Eugen Rochko b5ebf99439 Possibly fix issue with stale favourite/reblog information after API call 9 years ago
Eugen Rochko a08e724476 Fix subscriptions:clear task, refactor feeds, refactor streamable activites
and atom feed generation to some extent, as well as the way mentions are
stored
10 years ago
Eugen Rochko 12559b01ea Add pagination by max_id instead of offset/limit 10 years ago
Eugen Rochko 447cfef62d Improving feed queries, switching API to doorkeeper authentication 10 years ago
Eugen Rochko 6c4c84b161 Distrubute statuses as a fan-out-on-write system, with optional precomputing 10 years ago
Eugen Rochko fe57f6330f API methods for retrieving home and mentions timelines 10 years ago
Eugen Rochko f099bc6091 Adding API for favouriting a status 10 years ago
Eugen Rochko ab6696e855 Adding doorkeeper, adding a REST API
POST /api/statuses                  Params: status (text contents), in_reply_to_id (optional)
GET  /api/statuses/:id
POST /api/statuses/:id/reblog

GET  /api/accounts/:id
GET  /api/accounts/:id/following
GET  /api/accounts/:id/followers
POST /api/accounts/:id/follow
POST /api/accounts/:id/unfollow

POST /api/follows                  Params: uri (e.g. user@domain)

OAuth authentication is currently disabled, but the API can be used with HTTP Auth.
10 years ago