summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wipsyuilo2018-04-059-27/+50
|
* wipsyuilo2018-04-054-8/+22
|
* wipsyuilo2018-04-055-11/+5
|
* wipsyuilo2018-04-051-9/+12
|
* wipsyuilo2018-04-052-9/+8
|
* wipsyuilo2018-04-0513-68/+60
|
* wipsyuilo2018-04-052-24/+6
|
* wipsyuilo2018-04-058-108/+114
|
* wipsyuilo2018-04-053-60/+15
|
* wipsyuilo2018-04-053-84/+31
|
* wipsyuilo2018-04-052-243/+233
|
* wipsyuilo2018-04-051-69/+0
|
* wipsyuilo2018-04-049-101/+139
|
* wipsyuilo2018-04-041-13/+3
|
* wipsyuilo2018-04-0420-375/+352
|
* Merge pull request #1393 from akihikodaki/duplicatesyuilo2018-04-045-17/+30
|\ | | | | Allow to undo Create activity
| * Allow to undo Create activityAkihiko Odaki2018-04-045-17/+30
| |
* | [wip] Implement like activitysyuilo2018-04-041-0/+63
|/
* Implement Delete activityAkihiko Odaki2018-04-046-9/+81
|
* Always deduplicate Activity Streams objects by idAkihiko Odaki2018-04-041-28/+28
|
* Enforce URI uniqunessAkihiko Odaki2018-04-046-48/+82
|
* Refactorsyuilo2018-04-031-3/+1
|
* Refactor: Specify return typesyuilo2018-04-031-1/+1
|
* Refactor: Better variable namesyuilo2018-04-031-13/+13
|
* Refactorsyuilo2018-04-031-2/+2
|
* Wait for promise to resolve in Undo activity handlerAkihiko Odaki2018-04-031-1/+3
|
* Remove resolveRemoteUserObjects method of remote/activitypub/resolverAkihiko Odaki2018-04-035-46/+28
| | | | | The value of the value returned by resolveRemoteUserObjects method of remote/activitypub/resolver was inconsistent.
* Improve readabilitysyuilo2018-04-031-13/+10
|
* Refactorsyuilo2018-04-034-4/+8
|
* Implement visibility paramsyuilo2018-04-031-0/+5
|
* Merge branch 'master' of https://github.com/syuilo/misskeysyuilo2018-04-031-1/+1
|\
| * Merge pull request #1383 from akihikodaki/unfollowsyuilo2018-04-031-1/+1
| |\ | | | | | | Add a missing semicolon
| | * Add a missing semicolonAkihiko Odaki2018-04-031-1/+1
| | |
* | | Add createdAt propertysyuilo2018-04-031-0/+2
|/ /
* | Merge pull request #1382 from akihikodaki/unfollowsyuilo2018-04-036-47/+81
|\| | | | | Implement remote account unfollow
| * Implement remote account unfollowAkihiko Odaki2018-04-036-47/+81
| |
* | Merge pull request #1381 from akihikodaki/unfollowsyuilo2018-04-036-36/+107
|\| | | | | Implement unfollow by remote account
| * Implement unfollow by remote accountAkihiko Odaki2018-04-036-36/+107
| |
* | Merge pull request #1380 from akihikodaki/miscsyuilo2018-04-031-16/+19
|\ \ | |/ |/| Fix ActivityStreams collection resolution
| * Fix ActivityStreams collection resolutionAkihiko Odaki2018-04-031-16/+19
| |
* | Clean upsyuilo2018-04-032-38/+0
| |
* | Merge pull request #1379 from akihikodaki/miscsyuilo2018-04-031-2/+2
|\|
| * Invoke a constructor with parenthesesAkihiko Odaki2018-04-031-2/+2
| |
* | Merge pull request #1378 from akihikodaki/miscsyuilo2018-04-032-3/+9
|\|
| * Explicityly wrap objects with Create activityAkihiko Odaki2018-04-032-3/+9
| |
* | Merge pull request #1377 from akihikodaki/miscsyuilo2018-04-032-20/+31
|\|
| * Accept remote followAkihiko Odaki2018-04-032-20/+31
| |
* | Merge pull request #1376 from akihikodaki/miscsyuilo2018-04-0310-155/+214
|\| | | | | Misc
| * Deliver posts to remote followersAkihiko Odaki2018-04-037-130/+195
| |
| * Fix job processor interfacesAkihiko Odaki2018-04-034-25/+19
| |