summaryrefslogtreecommitdiff
path: root/src/remote (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge pull request #1394 from akihikodaki/duplicatesyuilo2018-04-044-8/+8
| |\| | | | | | | Retry HTTP requests
| | * Retry HTTP requestsAkihiko Odaki2018-04-044-8/+8
| | |
* | | Ignore post that not publicsyuilo2018-04-071-0/+2
| | |
* | | Support unlisted visibility typesyuilo2018-04-071-0/+1
| | |
* | | Visibility supportsyuilo2018-04-071-0/+6
| | |
* | | 投稿に関しては論理削除するようにsyuilo2018-04-071-7/+9
| | | | | | | | | | | | 処理をシンプルにするため
* | | Fix bugsyuilo2018-04-071-2/+3
| | |
* | | Refactorsyuilo2018-04-071-1/+2
| | |
* | | 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