summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* :art:syuilo2023-03-011-0/+1
|
* fix of #10145syuilo2023-03-012-2/+2
|
* feat: 時限ロール (#10145)syuilo2023-03-014-40/+22
| | | | | | | | | | | | | | | * feat: 時限ロール * クライアントから期限を確認できるように * リファクタとか * fix test * fix test * fix test * clean up
* fix Serialized typesyuilo2023-02-281-1/+8
|
* fix(server): ↵syuilo2023-02-281-2/+2
| | | | メールアドレス更新時にバリデーションが正しく行われていないのを修正
* fix(backend): return HTTP 404 for any unknown api endpoint paths (#10130)Kagami Sascha Rosylight2023-02-271-2/+18
| | | | | * fix(backend): return HTTP 400 for any invalid api endpoint paths * 404
* fix(server): 単純にrenoteできないのを修正tamaina2023-02-262-0/+16
|
* refactorsyuilo2023-02-261-11/+5
|
* ホームタイムラインの読み込みでクエリタイムアウトに ↵xianon2023-02-261-10/+13
| | | | るのを修正する (#10106)
* fix(server): エラーのスタックトレースは返さないようにsyuilo2023-02-261-2/+5
| | | | Fix #10064
* [Fix] fixed an typo in error message (#10102)daima36292023-02-261-1/+1
|
* test(server): add validation test of api:notes/create (#10090)tamaina2023-02-2610-190/+363
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(server): notes/createのバリデーションが効いていない Fix #10079 Co-Authored-By: mei23 <m@m544.net> * anyOf内にバリデーションを書いても最初の一つしかチェックされない * :v: * wip * wip * :v: * RequiredProp * Revert "RequiredProp" This reverts commit 74693900119a590263106fa3adefd008d69ce80c. * add api:notes/create * fix lint * text * :v: * improve readability --------- Co-authored-by: mei23 <m@m544.net> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: in-channel featured notesyuilo2023-02-251-0/+3
| | | | Resolve #9938
* fix(server): ↵tamaina2023-02-241-0/+10
| | | | | | | notes/createで、fileIdsと見つかったファイルの数が異なる場合はエラーにする (#9911) * fix(server): notes/createで、fileIdsと見つかったファイルの数が異なる場合はエラーにする * NO_SUCH_FILE
* fix: ↵tamaina2023-02-231-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i/notificationsで古い通知タイプを許容するなど、古い通知タイプの清算 (#10042) * wip * fix * create migration * oops * fix front const * changelog * fix type * fix * wip * Revert "wip" This reverts commit 6cdb3600e280be3550b8b6353b2c7930f7b31438. * enumのこす * fix --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(server): tweak admin/show-user apisyuilo2023-02-221-6/+0
| | | | Fix #9883
* fix typessyuilo2023-02-221-4/+4
|
* fix typesyuilo2023-02-221-2/+2
|
* chore: add tiny definition for redis-lock (#9971)dojineko2023-02-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * add tiny definition for redis-lock * Update packages/backend/src/@types/redis-lock.d.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * fix type name * add @typescript-eslint/naming-convention * define taskToPerform type * chore: use default settings for `@typescript-eslint/naming-convention` * set `format:none` to typeParameter (default) * ignore lines to be treated as exceptions * chore: fix naming --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: ↵tamaina2023-02-221-53/+54
| | | | | | | | | | | | MkUserSelectDialog/search-by-username-and-hostでローカルユーザーを絞って検索できない問題を修正 (#9943) * fix: MkUserSelectDialog/search-by-username-and-hostでローカルユーザーを絞って検索できない問題を修正 Fix #9627 * update CHANGELOG.md * clean up * search-by-username-and-host大改造
* enhance: ↵syuilo2023-02-229-4/+259
| | | | exploreで公開ロール一覧とそのメンバーを閲覧できるように
* fix(server): improve security of admin/drive/show-filesyuilo2023-02-211-4/+12
|
* :art: 2FA設定のデザイン向上 / ↵tamaina2023-02-2010-26/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | セキュリティキーの名前を変更できるように (#9985) * wip * fix * wip * wip * :v: * rename key * :art: * update CHANGELOG.md * パスワードレスログインの判断はサーバーで * 日本語 * 日本語 * 日本語 * 日本語 * :v: * fix * refactor * トークン→確認コード * fix password-less / qr click * use otpauth * 日本語 * autocomplete * パスワードレス設定は外に出す * :art: * :art: --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: 型エラー修正 / Fix type errors backend (#9983)noonworks2023-02-202-4/+4
| | | | | | | | | | | | | | | | | * refactor: fix type errors in backend * revert some changes * なるべくJS挙動を変えない方法に修正 * Update packages/backend/src/server/api/ApiCallService.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * コンフリクトするファイルを削除 --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* chore(server): tweak notes/featured apisyuilo2023-02-191-1/+1
|
* refactor: fix typessyuilo2023-02-171-1/+2
|
* refactor: fix typessyuilo2023-02-1715-96/+27
|
* refactor: fix typessyuilo2023-02-171-1/+1
|
* perf(client): ウェルカムページを最適化 (#9960)tamaina2023-02-172-2/+5
| | | | | * perf(client): ウェルカムページの最適化 * remove max
* style(backend): fix all eslint errors (#9967)Kagami Sascha Rosylight2023-02-174-5/+5
|
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-1693-121/+70
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* startAt -> startsAtsyuilo2023-02-153-7/+7
|
* 広告開始時期の設定 (#9944)nenohi2023-02-154-5/+8
| | | | | * 広告開始時期の設定 * 過去のものも表示するように
* drop group (#9942)syuilo2023-02-1519-1074/+4
| | | | | * drop group * Update operations.ts
* drop messaging (#9919)syuilo2023-02-1514-982/+1
| | | | | * drop messaging (from backend) * wip
* 改行コードをLFに統一 (#9926)Neko7sora2023-02-141-72/+72
| | | | | * chore: update gitattribute editorconfig * Normalize all the line endings
* refactorsyuilo2023-02-139-24/+24
|
* refactor: fix typessyuilo2023-02-134-11/+11
|
* refactor: fix typessyuilo2023-02-122-2/+2
|
* improve error handlingsyuilo2023-02-121-2/+15
|
* enhance: レートリミットを0%にできるようにsyuilo2023-02-121-8/+10
|
* i/notificationsのレートリミットを緩和syuilo2023-02-091-1/+1
|
* i/notificationsのレートリミットを緩和tamaina2023-02-091-1/+1
| | | | SubwayTooterのバグ対策でレートリミットを設定していたが、通常の使い方でも引っかかることもあるため緩和
* refactor: fix typessyuilo2023-02-091-2/+2
|
* refactor: fix typessyuilo2023-02-091-1/+1
|
* refactor: fix typessyuilo2023-02-092-2/+2
|
* refactor: fix typessyuilo2023-02-091-0/+1
|
* refactor: fix typessyuilo2023-02-091-3/+3
|
* clean upsyuilo2023-02-091-20/+6
|
* refactor: fix typessyuilo2023-02-094-6/+6
|