summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints/bubble-game (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add rate limits to all public endpointsHazelnoot2024-11-221-0/+6
|
* fix(backend): add missing schemas and fix incorrect schemas (#13295)zyoshoka2024-02-162-7/+22
| | | | | | | | | | | | | | | * fix(backend): add missing schemas and fix incorrect schemas * fix: ci * fix: ci (本命) * fix: run `pnpm build-misskey-js-with-types` * fix: typos * fix: role-condition-formula-value contains `id` * fix: incorrect schema
* (re) update SPDX-FileCopyrightTexttamaina2024-02-132-2/+2
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-132-2/+2
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-122-2/+2
|
* refactor(backend): User関連のスキーマ/型の指定を強くする ↵zyoshoka2024-01-311-1/+1
| | | | | | | | | | | | | | | | | (#12808) * refactor(backend): User関連のスキーマ/型の指定を強くする * refactor(backend): `pack()`の引数にスキーマを指定するように * chore: fix ci * fix: 変更漏れ * fix ci --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(drop-and-fusion): ゲームバランスの調整などsyuilo2024-01-171-2/+2
|
* run `pnpm build-misskey-js-with-types` (#12972)かっこかり2024-01-112-4/+0
|
* feat: ranking system of bubble gamesyuilo2024-01-112-0/+161
Resolve #12961