summaryrefslogtreecommitdiff
path: root/src/remote (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugsyuilo2018-04-072-4/+14
|
* Fix bugsyuilo2018-04-072-5/+28
|
* Bug fixes and some refactorssyuilo2018-04-073-15/+31
|
* Add todosyuilo2018-04-071-1/+8
|
* Fix bugsyuilo2018-04-061-1/+1
|
* Add todosyuilo2018-04-061-0/+1
|
* Resolve local Person IDsyuilo2018-04-061-2/+11
|
* Revert "Remove silent flag"syuilo2018-04-061-1/+1
| | | | This reverts commit 9c15c94f801de7019f014446aa3b8ea42980a1da.
* Split codesyuilo2018-04-066-120/+137
|
* Fix type annotationsyuilo2018-04-061-2/+2
|
* Add todossyuilo2018-04-061-0/+2
|
* Remove silent flagsyuilo2018-04-061-3/+3
|
* Better Englishsyuilo2018-04-061-1/+1
|
* RENAME: api --> servicessyuilo2018-04-064-5/+5
|
* wipsyuilo2018-04-051-3/+3
|
* wipsyuilo2018-04-054-50/+59
|
* wipsyuilo2018-04-051-1/+1
|
* wipsyuilo2018-04-053-25/+38
|
* wipsyuilo2018-04-052-2/+2
|
* wipsyuilo2018-04-052-1/+9
|
* wipsyuilo2018-04-052-7/+11
|
* wipsyuilo2018-04-056-45/+37
|
* wipsyuilo2018-04-056-45/+45
|
* wipsyuilo2018-04-051-45/+13
|
* wipsyuilo2018-04-051-12/+6
|
* wipsyuilo2018-04-042-59/+8
|
* wipsyuilo2018-04-044-228/+139
|
* 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-043-0/+38
|
* Always deduplicate Activity Streams objects by idAkihiko Odaki2018-04-041-28/+28
|
* Enforce URI uniqunessAkihiko Odaki2018-04-041-22/+55
|
* Refactorsyuilo2018-04-031-3/+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-033-44/+25
| | | | | The value of the value returned by resolveRemoteUserObjects method of remote/activitypub/resolver was inconsistent.
* Refactorsyuilo2018-04-034-4/+8
|
* Merge pull request #1383 from akihikodaki/unfollowsyuilo2018-04-031-1/+1
|\ | | | | Add a missing semicolon
| * Add a missing semicolonAkihiko Odaki2018-04-031-1/+1
| |
* | Merge pull request #1382 from akihikodaki/unfollowsyuilo2018-04-033-24/+15
|\| | | | | Implement remote account unfollow
| * Implement remote account unfollowAkihiko Odaki2018-04-033-24/+15
| |
* | Merge pull request #1381 from akihikodaki/unfollowsyuilo2018-04-034-34/+103
|\| | | | | Implement unfollow by remote account
| * Implement unfollow by remote accountAkihiko Odaki2018-04-034-34/+103
| |
* | Fix ActivityStreams collection resolutionAkihiko Odaki2018-04-031-16/+19
|/
* Invoke a constructor with parenthesesAkihiko Odaki2018-04-031-2/+2
|
* Explicityly wrap objects with Create activityAkihiko Odaki2018-04-031-0/+4
|
* Accept remote followAkihiko Odaki2018-04-032-20/+31
|
* Deliver posts to remote followersAkihiko Odaki2018-04-032-2/+36
|