misskey/packages/backend/src/server/api
おさむのひと 39a3f4ae98
feat: チャンネル内→チャンネル外へのリノート制限機能追加 (#12230)
* チャンネル内→チャンネル外へのリノート制限機能追加

* fix CHANGELOG.md

* コメント対応(canRenoteSwitch→allowRenoteToExternal)

* コメント対応(別チャンネルへのリノート対策)

* コメント対応(canRenote->allowRenoteToExternal)

* fix comment

* Update misskey-js.api.md

* ✌️

---------

Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-11-03 17:34:23 +09:00
..
endpoints feat: チャンネル内→チャンネル外へのリノート制限機能追加 (#12230) 2023-11-03 17:34:23 +09:00
openapi
stream
ApiCallService.ts
ApiLoggerService.ts
ApiServerService.ts
AuthenticateService.ts
endpoint-base.ts
endpoints.ts feat: レジストリAPIをサードパーティから利用可能に (#12229) 2023-11-03 13:23:03 +09:00
EndpointsModule.ts feat: レジストリAPIをサードパーティから利用可能に (#12229) 2023-11-03 13:23:03 +09:00
error.ts
GetterService.ts
RateLimiterService.ts
SigninApiService.ts
SigninService.ts
SignupApiService.ts enhance: アカウント登録時のメールアドレス認証に30分の有効期限を設定 (#12221) 2023-11-03 14:54:28 +09:00
StreamingApiServerService.ts