summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/act (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wipsyuilo2018-04-0912-462/+0
|
* Use id in uri instead of usernamesyuilo2018-04-082-19/+15
|
* Fix bugsyuilo2018-04-082-7/+5
|
* Implement announcesyuilo2018-04-084-1/+97
| | | | And bug fixes
* Fix bugsyuilo2018-04-081-1/+1
|
* Some bug fixessyuilo2018-04-084-4/+4
|
* Post --> Notesyuilo2018-04-084-26/+26
| | | | Closes #1411
* Implement likesyuilo2018-04-072-52/+14
|
* Refactorsyuilo2018-04-071-2/+2
|
* Refactorsyuilo2018-04-077-39/+38
|
* Refactorsyuilo2018-04-072-1/+26
|
* Add todosyuilo2018-04-071-0/+1
|
* 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-072-13/+29
|
* Add todosyuilo2018-04-071-1/+8
|
* Add todosyuilo2018-04-061-0/+1
|
* 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-063-4/+4
|
* wipsyuilo2018-04-051-3/+3
|
* wipsyuilo2018-04-052-49/+54
|
* wipsyuilo2018-04-051-1/+1
|
* wipsyuilo2018-04-052-20/+30
|
* wipsyuilo2018-04-053-21/+37
|
* wipsyuilo2018-04-056-45/+45
|
* wipsyuilo2018-04-051-12/+6
|
* wipsyuilo2018-04-042-59/+8
|
* wipsyuilo2018-04-042-29/+105
|
* Merge pull request #1393 from akihikodaki/duplicatesyuilo2018-04-043-17/+7
|\ | | | | Allow to undo Create activity
| * Allow to undo Create activityAkihiko Odaki2018-04-043-17/+7
| |
* | [wip] Implement like activitysyuilo2018-04-041-0/+63
|/
* Implement Delete activityAkihiko Odaki2018-04-043-0/+38
|
* Refactorsyuilo2018-04-031-3/+1
|
* Wait for promise to resolve in Undo activity handlerAkihiko Odaki2018-04-031-1/+3
|
* Remove resolveRemoteUserObjects method of remote/activitypub/resolverAkihiko Odaki2018-04-031-9/+11
| | | | | The value of the value returned by resolveRemoteUserObjects method of remote/activitypub/resolver was inconsistent.
* Refactorsyuilo2018-04-034-4/+8
|
* Add a missing semicolonAkihiko Odaki2018-04-031-1/+1
|
* Implement remote account unfollowAkihiko Odaki2018-04-032-24/+11
|
* Implement unfollow by remote accountAkihiko Odaki2018-04-034-34/+103
|