summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remoteDriveCapacityMbをロールに統合syuilo2023-01-133-15/+0
|
* feat: conditional rolesyuilo2023-01-132-0/+12
| | | | Resolve #9539
* perf(backend): Use undici instead of node-fetch and got (#9459)tamaina2023-01-124-30/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement? HttpFetchService * :v: * remove node-fetch * fix * refactor * fix * gateway timeout * UndiciFetcherクラスを追加 (仮コミット, ビルドもstartもさせていない) * fix * add logger and fix url preview * fix ip check * enhance logger and error handling * fix * fix * clean up * Use custom fetcher for ApRequest / ApResolver * bypassProxyはproxyBypassHostsに判断を委譲するように * set maxRedirections (default 3, ApRequest/ApResolver: 0) * fix comment * handle error s3 upload * add debug message * no return await * Revert "no return await" This reverts commit b5b0dc58a342393d260492e3a6f58304372f53b2. * reduce maxSockets * apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger * Revert "apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger" This reverts commit 997243915c8e1f8472da64f607f88c36cb1d5cb4. * add logger * fix * change logger name * safe * デフォルトでUser-Agentを設定
* Role (#9437)syuilo2023-01-1245-419/+744
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * wip * wip * Update create.ts * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * Update delete.ts * Update delete.ts * wip * wip * wip * Update account-info.vue * wip * wip * Update settings.vue * Update user-info.vue * wip * Update show-file.ts * Update show-user.ts * wip * wip * Update delete.ts * wip * wip * Update overview.moderators.vue * Create 1673500412259-Role.js * wip * wip * Update roles.vue * 色 * Update roles.vue * integrate silence * wip * wip
* perf(server): improve stats api performancesyuilo2023-01-101-8/+13
|
* typosyuilo2023-01-091-2/+1
|
* カスタム絵文字一覧情報をmetaから分離syuilo2023-01-094-57/+97
|
* fix importssyuilo2023-01-098-8/+8
|
* fix: Escape SQL LIKE (#9493)MeiMei2023-01-088-15/+23
| | | | | * SQL LIKE escape * CHANGELOG
* delete pollVote notificationsyuilo2023-01-081-7/+0
|
* fix(backend): Set correct access control of admin/drive/files (#9472)CyberRex2023-01-061-1/+1
|
* fix instance sortsyuilo2023-01-051-2/+2
|
* MisskeyPlay (#9467)syuilo2023-01-0511-0/+642
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update ui.ts * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * :art: * wip * :v:
* fix(server): pages/likeのエラーIDが重複しているのを修正syuilo2023-01-041-1/+1
|
* fix(server): fix pages/updatesyuilo2023-01-041-1/+1
|
* :v:syuilo2023-01-031-0/+2
|
* drop lastCommunicatedAt of instancesyuilo2023-01-031-2/+0
|
* PV集計はローカルユーザーのみにsyuilo2023-01-031-4/+6
|
* feat: add per user pv chartsyuilo2023-01-014-1/+52
|
* clean upsyuilo2023-01-011-7/+0
|
* feat: make possible to export favorited notessyuilo2023-01-013-0/+37
| | | | #9331
* enhance(server): productionじゃない限りレートリミットを無効にsyuilo2023-01-011-3/+8
|
* :v:syuilo2023-01-013-2/+4
|
* enhance(server): clean emoji responsesyuilo2022-12-311-2/+1
|
* refactor: 絵文字URLを引き回すのをやめる (#9423)syuilo2022-12-291-1/+2
|
* fix(server): bodyLimit for each endpointssyuilo2022-12-281-1/+1
|
* ダッシュボードにモデレーター一覧を表示syuilo2022-12-261-1/+3
|
* fix(server): アンテナの作成数上限を追加syuilo2022-12-261-0/+13
|
* refactorsyuilo2022-12-255-6/+5
|
* feat: introduce retention-rate aggregationsyuilo2022-12-253-0/+53
|
* chore: fix reporisotry namesyuilo2022-12-252-4/+4
|
* chore: fix reporisotry namesyuilo2022-12-252-4/+4
|
* GET非対応APIにGETでリクエストすると接続が開きっぱなし ↵syuilo2022-12-241-0/+2
| | | | | | なる Fix #9404
* fix(backend): request.body may be undefined (#9356)Kagami Sascha Rosylight2022-12-191-5/+5
|
* Fix peers API returning suspended instances (#9348)Effy Elden2022-12-191-0/+3
| | | | | * Fix peers API returning suspended instances * Fix missing comma
* enhance: Implement the toggle to (or not to) close push notifications when ↵tamaina2022-12-186-2/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notifications or messages are read (#9219) * create file * wip * fix * wip * tabun dekita * :v: * implement subscribe push notification button to tutorial * check-exists→show-registration * add column sendReadMessage * fix migration file * sw api * change PushNotificationService * wip * :v: * fix tutorial footer flex
* fix(server): GitHubログインしようとするとreply.setCookie is not a ↵syuilo2022-12-171-1/+4
| | | | | | function fix #9327
* Fix import related TypeScript errors (#9321)Kagami Sascha Rosylight2022-12-148-8/+8
| | | | | | | * Add missing @types packages * Fix TS1272 type only imports * Fix TS2821 import assertion
* fix #9299syuilo2022-12-101-0/+1
|
* fix(server): cookieが取得されないのを修正syuilo2022-12-063-5/+5
|
* fix(server): cookieが設定されないのを修正syuilo2022-12-064-4/+4
|
* fix(server): GitHub連携ができない問題を修正syuilo2022-12-061-2/+2
|
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-0433-27/+174
|
* refactorsyuilo2022-12-049-15/+15
|
* Fastify (#9106)syuilo2022-12-0311-429/+477
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * Update SignupApiService.ts * wip * wip * Update ClientServerService.ts * wip * wip * wip * Update WellKnownServerService.ts * wip * wip * update des * wip * Update ApiServerService.ts * wip * update deps * Update WellKnownServerService.ts * wip * update deps * Update ApiCallService.ts * Update ApiCallService.ts * Update ApiServerService.ts
* fix: add missing ,tamaina2022-12-021-1/+1
|
* fix for pinned users. update changelog (#9159)squidicuz2022-11-111-2/+2
|
* Add Cloudflare Turnstile CAPTCHA support (#9111)CyberRex2022-10-134-0/+47
| | | | | | | | | * Add Cloudflare Turnstile CAPTCHA support * Update packages/client/src/components/MkCaptcha.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* typesyuilo2022-09-242-7/+7
|
* fix typesyuilo2022-09-241-5/+3
|