hippofish/packages/backend/src/server/api
Daiki Mizukami 0d508db8a7
fix(backend): check visibility of following/followers of remote users / feat: moderators can see following/followers of all users (#14375)
* fix(backend): check visibility of following/followers of remote users

Resolves https://github.com/misskey-dev/misskey/issues/13362.

* test(backend): add tests for visibility of following/followers of remote users

* docs(changelog): update CHANGELOG.md

* feat: moderators can see following/followers of all users

* docs(changelog): update CHANGELOG.md

* refactor(backend): minor refactoring

`createPerson`と`if`の条件を統一するとともに、異常系の
処理をearly returnに追い出すための変更。

* feat(backend): moderators can see following/followers count of all users

As per https://github.com/misskey-dev/misskey/pull/14375#issuecomment-2275044908.
2024-08-09 12:10:51 +09:00
..
endpoints fix(backend): check visibility of following/followers of remote users / feat: moderators can see following/followers of all users (#14375) 2024-08-09 12:10:51 +09:00
openapi fix(backend): api-docをScalarに変更 (#14152) 2024-07-09 21:57:19 +09:00
stream 自分のフォロワー限定投稿に対するリプライがホームタイムラインで見えないことが有る問題を修正 (#13835) 2024-07-30 19:44:08 +09:00
ApiCallService.ts feat(backend): report Retry-After if client hit rate limit (#13949) 2024-06-13 10:56:26 +09:00
ApiLoggerService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ApiServerService.ts feat: suspend instance improvements (#13861) 2024-05-23 15:55:47 +09:00
AuthenticateService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
endpoint-base.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
endpoints.ts feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (#13758) 2024-06-08 15:34:19 +09:00
EndpointsModule.ts feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (#13758) 2024-06-08 15:34:19 +09:00
error.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
GetterService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
RateLimiterService.ts fix rate limit check never ends (#13994) 2024-06-15 08:42:13 +09:00
SigninApiService.ts refactor(backend): remove/replace deprecated type deps (#13252) 2024-02-16 20:09:07 +09:00
SigninService.ts fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
SignupApiService.ts fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
StreamingApiServerService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00