summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/api-handler.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* なんかもうめっちゃ変えたsyuilo2022-09-181-92/+0
|
* fix: QueryFailedError when logging user's IPs (#8973)dogcraft2022-07-101-2/+2
| | | | | * fix QueryFailedError when logging user's IPs * use `orIgnore` to fix
* feat: Log user ips (#8872)syuilo2022-07-021-0/+34
| | | | | | | | | | | | | | | | | | | * wip * store ip and headers * Update admin-file.vue * require admin for view ip/headers * IP (recent) 消した * admin必須 * opt in * clean ips periodically * respect logging setting in drive/files/create
* fix #8894syuilo2022-06-261-1/+1
|
* feat: allow GET for some endpointssyuilo2022-06-251-1/+8
| | | | Resolve #8263
* refactor: Use ESM (#8358)syuilo2022-02-271-5/+5
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* refactor: use ajv instead of cafy (#8324)syuilo2022-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update abuse-user-reports.ts * Update files.ts * Update list-remote.ts * Update list.ts * Update show-users.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update update.ts * Update search.ts * Update reactions.ts * Update search.ts * wip * wip * wip * wip * Update update.ts * Update relation.ts * Update available.ts * wip * wip * wip * Update packages/backend/src/server/api/define.ts Co-authored-by: Johann150 <johann.galle@protonmail.com> * Update define.ts * Update define.ts * typo * wip * wip * wip * wip * wip * wip * wip * wip * Update update.ts * wip * Update signup.ts * Update call.ts * minimum for limit * type * remove needless annotation * wip * Update signup.ts * wip * wip * fix * Update create.ts Co-authored-by: Johann150 <johann.galle@protonmail.com>
* refactor: ↵MeiMei2022-01-311-1/+1
| | | | | | | APIで非JSON入力の型変換はendpointに渡す前に行うように (#8229) * Resolve #8228 * fix
* fix lintsyuilo2021-12-091-3/+3
|
* refactoringsyuilo2021-11-121-0/+51
Resolve #7779