summaryrefslogtreecommitdiff
path: root/src/server/activitypub (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies :rocket:syuilo2019-09-274-8/+8
* Fix: ピン留め投稿の表示順がおかしい (#4906)MeiMei2019-05-121-1/+4
* strictNullChecks (#4666)syuilo2019-04-134-12/+15
* Use PostgreSQL instead of MongoDB (#4572)syuilo2019-04-074-108/+62
* Improve error handling of API (#4345)syuilo2019-02-223-3/+0
* Add prelude function for URL Query (#4135)Acid Chicken (硫酸鶏)2019-02-133-9/+34
* Migrate cafy to 14.0 (#4240)syuilo2019-02-133-7/+7
* Fix styleAcid Chicken (硫酸鶏)2019-02-051-1/+2
* Do not import as pack from AP renderer (#4048)MeiMei2019-01-314-11/+11
* Return 404 for invalid Object ID (#3627)MeiMei2018-12-164-11/+33
* local only visibility (#3254)MeiMei2018-11-161-1/+2
* Refactoring, Clean up and bug fixessyuilo2018-11-023-7/+7
* Specify AP Cache-Control (#2735)MeiMei2018-09-194-0/+5
* Publish pinned notes (#2731)MeiMei2018-09-181-0/+38
* Fix AP Announce detection (#2672)MeiMei2018-09-091-1/+1
* ActivityPub Outboxの修正とactivity idのURLを実装 (#2662)MeiMei2018-09-081-12/+19
* Resolve #2625 (#2627)Aya Morisawa2018-09-061-1/+2
* #2620syuilo2018-09-051-1/+1
* Set ActivityPub Content-Typemei232018-08-213-6/+15
* Respect visibility in ActivityPub Note/Outboxmei232018-08-211-1/+1
* Better querysyuilo2018-08-151-2/+9
* Implement ActivityPub Followers/Following/Outboxmei232018-08-143-0/+256
* wipsyuilo2018-04-136-148/+0
* Check whether is local usersyuilo2018-04-081-4/+8
* Use id in uri instead of usernamesyuilo2018-04-085-51/+24
* Implement announcesyuilo2018-04-082-20/+5
* Post --> Notesyuilo2018-04-083-12/+12
* wipsyuilo2018-04-055-11/+5
* wipsyuilo2018-04-051-2/+2
* wipsyuilo2018-04-041-1/+1
* Revert "Fix"syuilo2018-04-031-7/+15
* Fixsyuilo2018-04-031-15/+7
* Resolve account by signature in inboxAkihiko Odaki2018-04-021-36/+6
* Distribute posts from remoteAkihiko Odaki2018-04-021-2/+7
* Introduce acct directoryAkihiko Odaki2018-04-023-3/+3
* Introduce config moduleAkihiko Odaki2018-04-023-3/+3
* Abolish common and misc directoriesAkihiko Odaki2018-04-023-3/+3
* Refactorsyuilo2018-04-026-12/+12
* Refactorsyuilo2018-04-021-3/+4
* Merge pull request #1358 from akihikodaki/inboxsyuilo2018-04-021-4/+20
|\
| * Make inbox signature verification compatible with MastodonAkihiko Odaki2018-04-021-4/+20
* | 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 requestAkihiko Odaki2018-04-011-1/+1
* | Merge pull request #1351 from akihikodaki/webfingersyuilo2018-04-013-4/+89
|\ \ | |/ |/|