summaryrefslogtreecommitdiff
path: root/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Implement Mention objectAkihiko Odaki2018-04-051-3/+7
| |
| * Retry HTTP requestsAkihiko Odaki2018-04-044-8/+8
| |
* | Fix bugsyuilo2018-04-071-1/+1
| |
* | RENAME: api --> servicessyuilo2018-04-062-2/+2
| |
* | wipsyuilo2018-04-051-1/+2
| |
* | wipsyuilo2018-04-051-9/+2
| |
* | wipsyuilo2018-04-055-11/+5
| |
* | wipsyuilo2018-04-051-9/+12
| |
* | wipsyuilo2018-04-051-2/+2
| |
* | wipsyuilo2018-04-051-71/+11
| |
* | wipsyuilo2018-04-041-1/+1
|/
* Implement visibility paramsyuilo2018-04-031-0/+5
|
* Implement remote account unfollowAkihiko Odaki2018-04-031-23/+10
|
* Clean upsyuilo2018-04-031-2/+0
|
* Deliver posts to remote followersAkihiko Odaki2018-04-031-5/+2
|
* Fix: Remove unused importssyuilo2018-04-022-2/+0
|
* Make migration scriptssyuilo2018-04-022-4/+4
| | | | and use createdAt instead of _id
* Introduce followed log and following logAkihiko Odaki2018-04-027-89/+60
|
* Resolve account by signature in inboxAkihiko Odaki2018-04-021-36/+6
|
* Distribute posts from remoteAkihiko Odaki2018-04-025-300/+43
|
* Introduce acct directoryAkihiko Odaki2018-04-028-10/+10
|
* Introduce renderers directoryAkihiko Odaki2018-04-022-4/+4
|
* Introduce publishers directoryAkihiko Odaki2018-04-0222-33/+36
|
* Introduce config moduleAkihiko Odaki2018-04-0219-19/+19
|
* Abolish common and misc directoriesAkihiko Odaki2018-04-0231-51/+51
|
* Refactorsyuilo2018-04-0216-29/+29
|
* Refactorsyuilo2018-04-024-17/+18
|
* Merge pull request #1358 from akihikodaki/inboxsyuilo2018-04-021-4/+20
|\ | | | | Make inbox signature verification compatible with Mastodon
| * Make inbox signature verification compatible with MastodonAkihiko Odaki2018-04-021-4/+20
| |
* | Merge pull request #1356 from akihikodaki/publickeysyuilo2018-04-015-77/+8
|\ \ | | | | | | Implement remote follow
| * | Implement remote followAkihiko Odaki2018-04-015-77/+8
| | |
* | | Add missing semicolonsyuilo2018-04-011-1/+1
| | |
* | | Fix type annotationsyuilo2018-04-011-1/+1
|/ /
* / Implement account public key endpointAkihiko Odaki2018-04-015-50/+63
|/
* Implement outboxAkihiko Odaki2018-04-014-76/+62
|
* Refactor: Better variable namesyuilo2018-04-011-2/+2
|
* Fix type annotationsyuilo2018-04-011-1/+1
|
* Merge pull request #1352 from akihikodaki/inboxsyuilo2018-04-011-1/+1
|\ | | | | Respond with 202 for inbox request
| * Respond with 202 for inbox requestAkihiko Odaki2018-04-011-1/+1
| |
* | Merge pull request #1351 from akihikodaki/webfingersyuilo2018-04-013-4/+89
|\ \ | |/ |/| Implement post Activity Streams
| * Implement post Activity StreamsAkihiko Odaki2018-04-013-4/+89
| |
* | Fixsyuilo2018-04-011-1/+1
| |
* | Use dot notationsyuilo2018-04-011-1/+1
|/
* Implement inboxAkihiko Odaki2018-04-013-6/+60
|
* Implement WebFingerAkihiko Odaki2018-04-012-0/+49
|
* Merge pull request #1347 from akihikodaki/usersyuilo2018-04-011-1/+1
|\ | | | | Mark host parameter of /api/users/show nullable
| * Mark host parameter of /api/users/show nullableAkihiko Odaki2018-04-011-1/+1
| |
* | Disable needless headersyuilo2018-04-011-0/+1
| |
* | Use sendStatus instead of sendsyuilo2018-04-011-3/+4
| |
* | Merge pull request #1346 from akihikodaki/usersyuilo2018-04-012-0/+62
|\| | | | | Implement Activity Streams representation of user