summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints/reversi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add rate limits to all public endpointsHazelnoot2024-11-227-0/+42
|
* fix(backend): add missing schemas and fix incorrect schemas (#13295)zyoshoka2024-02-162-3/+3
| | | | | | | | | | | | | | | * 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-137-7/+7
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-137-7/+7
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-127-7/+7
|
* enhance(reversi): 変則なしマッチングを可能にsyuilo2024-01-241-1/+4
|
* enhance(reversi): more robust matching processsyuilo2024-01-241-1/+2
|
* enhance(reversi): 準備中の自分の対局も一覧に表示するようにsyuilo2024-01-241-1/+2
|
* enhance(reversi): improve desync handlingsyuilo2024-01-231-0/+64
|
* perf(reversi): improve performance of reversi backendsyuilo2024-01-223-4/+6
|
* enhance(reversi): tweak reversisyuilo2024-01-211-1/+1
|
* feat: reversisyuilo2024-01-196-0/+332
Resolve #12962