Sharkey/packages/backend/src/services
Johann150 32dff28460
fix: add id for activitypub follows (#8689)
* add id for activitypub follows

* fix lint

* fix: follower must be local, followee must be remote

Misskey will only use ActivityPub follow requests for users that are local
and are requesting to follow a remote user. This check is to ensure that
this endpoint can not be used by other services or instances.

* fix: missing import

* render block with id

* fix comment
2022-06-04 13:52:42 +09:00
..
blocking fix: add id for activitypub follows (#8689) 2022-06-04 13:52:42 +09:00
chart refactor: improve code quality (#8751) 2022-05-29 15:15:52 +09:00
drive refactor: temporary files (#8713) 2022-05-25 16:50:22 +09:00
following fix: Promises -> Promise (#8545) 2022-04-25 15:14:13 +09:00
i refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
messages feat: Improve Push Notification (#7667) 2022-04-30 21:52:07 +09:00
note fix: always remove completed tasks (#8771) 2022-05-31 17:54:02 +09:00
user-list refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
add-note-to-antenna.ts refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
create-notification.ts feat: Improve Push Notification (#7667) 2022-04-30 21:52:07 +09:00
create-system-user.ts refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
fetch-instance-metadata.ts enhance: uniform theme color (#8702) 2022-05-19 09:54:45 +02:00
insert-moderation-log.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
instance-actor.ts refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
logger.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
push-notification.ts feat: Improve Push Notification (#7667) 2022-04-30 21:52:07 +09:00
register-or-fetch-instance-doc.ts refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
relay.ts refactor: use structuredClone for deep clone 2022-04-23 12:38:02 +09:00
send-email-notification.ts refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
send-email.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
stream.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
suspend-user.ts .js 2022-03-25 16:35:24 +09:00
unsuspend-user.ts .js 2022-03-25 16:35:24 +09:00
update-hashtag.ts refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
user-cache.ts refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
validate-email-for-account.ts refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00