hippofish/packages/backend/src/server/api
dojineko a6fb6150a3
chore: add tiny definition for redis-lock (#9971)
* 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>
2023-02-22 14:51:34 +09:00
..
endpoints fix: MkUserSelectDialog/search-by-username-and-hostでローカルユーザーを絞って検索できない問題を修正 (#9943) 2023-02-22 14:47:51 +09:00
openapi lint 2022-09-20 05:32:18 +09:00
stream refactor: fix types 2023-02-17 15:36:36 +09:00
ApiCallService.ts refactor: 型エラー修正 / Fix type errors backend (#9983) 2023-02-20 08:13:37 +09:00
ApiLoggerService.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
ApiServerService.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
AuthenticateService.ts refactor 2023-02-13 15:50:22 +09:00
endpoint-base.ts chore: add tiny definition for redis-lock (#9971) 2023-02-22 14:51:34 +09:00
endpoints.ts enhance: exploreで公開ロール一覧とそのメンバーを閲覧できるように 2023-02-22 14:43:18 +09:00
EndpointsModule.ts enhance: exploreで公開ロール一覧とそのメンバーを閲覧できるように 2023-02-22 14:43:18 +09:00
error.ts なんかもうめっちゃ変えた 2022-09-18 03:27:08 +09:00
GetterService.ts refactor: 型エラー修正 / Fix type errors backend (#9983) 2023-02-20 08:13:37 +09:00
RateLimiterService.ts refactor: fix types 2023-02-09 10:55:15 +09:00
SigninApiService.ts 🎨 2FA設定のデザイン向上 / セキュリティキーの名前を変更できるように (#9985) 2023-02-20 16:40:24 +09:00
SigninService.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
SignupApiService.ts refactor 2023-02-13 15:50:22 +09:00
StreamingApiServerService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00