sharkey/packages/backend/src/server/api/endpoints/admin
tamaina c1a19ff900
fix(backend): Use OFFSET instead of SKIP when using LIMIT (#11379)
* fix(backend): Use OFFSET instead of SKIP when using LIMIT

* update CHANGELOG.md
2023-07-25 19:21:50 +09:00
..
accounts feat: preserved usernames 2023-04-29 17:03:14 +09:00
ad perf(backend): use limit() instead of take() 2023-07-08 16:53:07 +09:00
announcements perf(backend): use limit() instead of take() 2023-07-08 16:53:07 +09:00
drive perf(backend): use limit() instead of take() 2023-07-08 16:53:07 +09:00
emoji enhance(backend): admin/emoji/addで作成した絵文字を返すように 2023-07-20 17:40:04 +09:00
federation perf(backend): Use ThinUser in admin/federation/remove-all-following 2023-04-29 14:35:48 +00:00
invite fix(backend): Use OFFSET instead of SKIP when using LIMIT (#11379) 2023-07-25 19:21:50 +09:00
promo refactor(backend): 存在確認のfindOneByexistに置き換え (#11224) 2023-07-11 14:58:58 +09:00
queue fix(backend): ジョブキュー再試行時のタイミングずれによるエラーを抑制 (#11035) 2023-07-08 08:57:23 +09:00
relays enhance(backend): migrate bull to bullmq (#10910) 2023-05-29 11:54:49 +09:00
roles refactor(backend): 存在確認のfindOneByexistに置き換え (#11224) 2023-07-11 14:58:58 +09:00
abuse-user-reports.ts perf(backend): use limit() instead of take() 2023-07-08 16:53:07 +09:00
delete-account.ts fix import type 2022-09-21 05:33:11 +09:00
delete-all-files-of-a-user.ts Role (#9437) 2023-01-12 21:02:26 +09:00
get-index-stats.ts Role (#9437) 2023-01-12 21:02:26 +09:00
get-table-stats.ts Role (#9437) 2023-01-12 21:02:26 +09:00
get-user-ips.ts Role (#9437) 2023-01-12 21:02:26 +09:00
meta.ts feat(backend): allow disabling cache for sensitive files (#11245) 2023-07-15 20:12:20 +09:00
reset-password.ts refactor(backend): replace rndstr with secureRndstr (#11044) 2023-06-25 11:04:33 +09:00
resolve-abuse-user-report.ts Deliverキューに宛先がSharedInboxかどうかのフラグを追加 ( #10298 関係 ) (#10317) 2023-03-14 19:11:31 +09:00
send-email.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
server-info.ts fix types 2023-04-14 13:50:05 +09:00
show-moderation-logs.ts perf(backend): use limit() instead of take() 2023-07-08 16:53:07 +09:00
show-user.ts enhance: ユーザーにロールが期限付きでアサインされている場合、その期限をユーザーのモデレーションページで確認できるように 2023-07-20 10:54:41 +09:00
show-users.ts fix(backend): Use OFFSET instead of SKIP when using LIMIT (#11379) 2023-07-25 19:21:50 +09:00
suspend-user.ts feat: queueing bulk follow/unfollow and block/unblock (#10544) 2023-04-12 09:13:58 +09:00
unsuspend-user.ts fix import type 2022-09-21 05:33:11 +09:00
update-meta.ts feat(backend): allow disabling cache for sensitive files (#11245) 2023-07-15 20:12:20 +09:00
update-user-note.ts fix import type 2022-09-21 05:33:11 +09:00