Sharkey/packages/backend/src/server/api/endpoints
Namekuji da83322200
feat: queueing bulk follow/unfollow and block/unblock (#10544)
* wrap follow/unfollow and block/unblock as job queue

* create import job to follow in each iteration

* make relationship jobs concurrent

* replace to job queue if called repeatedly

* use addBulk to import

* omit stream when importing

* fix job caller

* use ThinUser instead of User to reduce redis memory consumption

* createImportFollowingToDbJobの呼び出し方を変える, 型補強

* Force ThinUser

* オブジェクト操作のみのメソッド名はgenerate...Data

* Force ThinUser in generateRelationshipJobData

* silent bulk unfollow at admin api endpoint

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-04-12 09:13:58 +09:00
..
admin feat: queueing bulk follow/unfollow and block/unblock (#10544) 2023-04-12 09:13:58 +09:00
antennas perf(backend): cache avatar and banner url to db 2023-04-06 19:48:24 +09:00
ap refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
app fix import type 2022-09-21 05:33:11 +09:00
auth fix import type 2022-09-21 05:33:11 +09:00
blocking enhance(server): add rate limits for some endpoints 2023-01-14 15:59:15 +09:00
channels fix #10554 チャンネルの検索用ページとAPIの追加 (#10555) 2023-04-11 07:42:27 +09:00
charts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
clips perf(backend): cache avatar and banner url to db 2023-04-06 19:48:24 +09:00
drive feat: drive cleaner (#10366) 2023-03-20 12:58:06 +09:00
email-address refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
federation lint fix 2023-03-07 20:17:19 +09:00
flash refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
following refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
gallery refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
hashtags fix imports 2023-01-09 08:58:16 +09:00
i fetch person again (#10514) 2023-04-08 16:13:50 +09:00
miauth fix import type 2022-09-21 05:33:11 +09:00
mute enhance(backend): improve cache 2023-04-05 10:21:10 +09:00
my fix import type 2022-09-21 05:33:11 +09:00
notes perf(backend): cache avatar and banner url to db 2023-04-06 19:48:24 +09:00
notifications fix: 通知インジケータが光りっぱなしになる問題を修正 (#10483) 2023-04-06 06:11:59 +09:00
pages test(server): add validation test of api:notes/create (#10090) 2023-02-26 11:28:05 +09:00
promo refactor 2022-09-24 07:15:16 +09:00
renote-mute enhance(backend): improve cache 2023-04-05 10:21:10 +09:00
roles fix of #10145 2023-03-01 12:02:37 +09:00
sw enhance: Implement the toggle to (or not to) close push notifications when notifications or messages are read (#9219) 2022-12-18 01:59:59 +09:00
username fix import type 2022-09-21 05:33:11 +09:00
users perf(backend): cache avatar and banner url to db 2023-04-06 19:48:24 +09:00
announcements.ts fixes 2022-09-23 06:21:31 +09:00
drive.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
emoji.ts 絵文字のライセンスを表示できるように 2023-03-17 20:24:47 +09:00
emojis.ts perf(backend): cache local custom emojis 2023-04-06 11:14:43 +09:00
endpoint.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
endpoints.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
export-custom-emojis.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
fetch-rss.ts fix(server): node-fetchおよびgotを使う以前の実装に戻す 2023-01-25 12:00:04 +09:00
get-online-users-count.ts fix import type 2022-09-21 05:33:11 +09:00
i.ts enhance: アカウント削除時のクライアントの挙動をいい感じにするなど (#10002) 2023-03-09 14:27:16 +09:00
invite.ts refactor: rename role.options -> role.policies 2023-01-15 20:52:53 +09:00
meta.ts tweak postgresql entities 2023-03-10 14:53:56 +09:00
notes.ts perf(backend): cache avatar and banner url to db 2023-04-06 19:48:24 +09:00
page-push.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
ping.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
pinned-users.ts fix for pinned users. update changelog (#9159) 2022-11-11 11:22:31 +09:00
request-reset-password.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
reset-db.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
reset-password.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
retention.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
server-info.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
stats.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
test.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
users.ts Role (#9437) 2023-01-12 21:02:26 +09:00