summaryrefslogtreecommitdiff
path: root/src/queue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-1225-1690/+0
| | | | Resolve #7779
* Migrate to Chart.js v3 (#7896)syuilo2021-10-224-7/+55
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * 定期的にresync * Update overview.vue * wip * wip
* typosyuilo2021-10-201-1/+1
|
* feat: ミュートとブロックのインポートsyuilo2021-10-204-0/+181
| | | | Resolve #7885
* Refactor request (#7814)MeiMei2021-10-162-4/+6
| | | | | | | | | * status code * Test ap-request.ts https://github.com/mei23/crytest/blob/4397fc5e70536e4175fe56e974ca83b8047bef3a/test/ap-request.ts * tune
* server: コマンドラインオプション廃止syuilo2021-10-081-2/+2
| | | | | Resolve #7863 Resolve #6337
* Update index.ts (#7830)MeiMei2021-09-231-1/+1
|
* feat(server): 管理者用アカウント削除API実装syuilo2021-09-223-6/+17
| | | | | 動作確認済み Resolve #7735
* chore, perf: Reduce redis memory (#7816)MeiMei2021-09-201-1/+3
| | | | | | | * Reduce redis memory * CHANGELOG * a
* fix(server): fix #7786syuilo2021-09-185-5/+5
|
* enhance: Improve account deletion experiencesyuilo2021-08-211-1/+11
|
* enhance(server): Use job queue for account delete (#7668)syuilo2021-08-213-1/+91
| | | | | | | | | | | | | | | | | | | | | | | * enhance(server): Use job queue for account delete Fix #5336 * ジョブをひとつに * remove done call * clean up * add User.isDeleted * コミット忘れ * Update 1629512953000-user-is-deleted.ts * show dialog * lint * Update 1629512953000-user-is-deleted.ts
* perf: Tune AP job queue timings (#7635)MeiMei2021-08-202-7/+20
| | | | | | | | | * perf: Tune AP job queue timings * CHANGELOG * chore: add reference Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-1919-108/+108
|
* refactor: refactoring importssyuilo2021-08-1919-113/+113
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* Refactoringsyuilo2021-07-152-2/+2
|
* AP Actorの修正 (#7573)MeiMei2021-07-101-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * AP Actorの修正 * Add ActivityPub test * Fix person * Test * ap test * Revert "Test" This reverts commit 3c493eff4e89f94fd33f25189ba3bc96ef4366b3. * Test comment * fix * fix * Update inbox * indent * nl * indent * TODO * Fix inbox * Update test
* Add queue timeout (#7519)MeiMei2021-05-191-0/+2
|
* Add queue types (#7504)MeiMei2021-05-0818-50/+97
|
* Refactor (#7394)syuilo2021-03-243-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update define.ts * Update update.ts * Update user.ts * wip * wip * Update request.ts * URL * wip * wip * wip * wip * Update invite.ts * Update create.ts
* refactor: Use path aliassyuilo2021-03-2311-19/+19
|
* Improve chart performance (#7360)syuilo2021-03-183-22/+26
| | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update chart.ts * wip * Improve server performance * wip * wip
* add notesyuilo2021-03-181-0/+1
|
* Improve server performancesyuilo2021-03-181-6/+13
|
* refactor: resolve #7139syuilo2021-02-131-2/+1
|
* feat(server): Fetch icon url of an instance (#6591)syuilo2020-07-262-4/+4
| | | | | | | * feat(server): Fetch icon url of an instance Resolve #6589 * chore: Rename the function
* Ignore Activities from deleted actors on both ends Fix #6553 (#6554)MeiMei2020-07-171-1/+9
|
* 署名検証失敗はリトライしないように (#6437)MeiMei2020-06-031-1/+1
|
* Apply blocked instance to LD-Signature host (#6355)MeiMei2020-05-151-0/+6
|
* pub-relay (#6341)MeiMei2020-05-101-6/+4
| | | | | | | | | | | | | | | * pub-relay * relay actorをApplicationにする * Disable koa-compress * Homeはリレーに送らない * Disable debug * UI * cleanupなど
* Fix inbox bug (#6334)MeiMei2020-05-091-0/+2
|
* APリファクタとLD-Signatureの検証に対応 (#6300)MeiMei2020-05-092-92/+79
| | | | | | | | | | | | | | | * DbResolver * inbox types * 認証順を変更 * User/Keyあたりをまとめる * LD-Signatue * Validate contexts url * LD-Signature DocumentLoaderにProxyとTimeout
* AP inboxの最小リトライ間隔 1秒→1分 (#5818)MeiMei2020-02-031-1/+1
|
* isMarkedAsClosed --> isSuspendedsyuilo2020-01-301-5/+5
|
* v12 (#5712)syuilo2020-01-302-12/+0
| | | | | Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
* APの流量制限とリトライ期間の変更 (#5734)MeiMei2020-01-201-6/+10
| | | | | | | | * AP rate limit * AP Job attempts * fix
* Fix #5728 (#5731)MeiMei2020-01-201-3/+3
|
* Fix #5611 (#5612)MeiMei2019-12-121-25/+33
|
* APの統計とログの修正と強化 (#5585)MeiMei2019-11-073-11/+43
| | | | | | * Fix #5580 * Improve AP logging
* Store nodeinfo per federated instances (#5578)syuilo2019-11-052-0/+6
| | | | | | | | | | * Store nodeinfo per federated instances * Update fetch-nodeinfo.ts * Update fetch-nodeinfo.ts * update
* Tune worker/job counts (#5346)MeiMei2019-08-271-2/+2
| | | | | | * デフォルトのワーカー数を1に * Tune default job count
* リモートファイルの削除が重い問題を修正syuilo2019-07-015-16/+63
|
* Set job concurrency to reduce performance issuesyuilo2019-07-011-1/+1
|
* Use WHATWG APIsyuilo2019-06-181-1/+0
| | | | > New application code should use the WHATWG API.
* Improve drive managementsyuilo2019-05-274-1/+65
|
* Some import and export fixes (#4842)MeiMei2019-05-036-6/+7
| | | | | | | | * Fix: Mastodon v2.8.0 のフォローリストがインポートできない * Fix: エクスポートリクエストに失敗してもエラーが出ない (#4821) * エクスポートファイルでは同一ハッシュチェックをしないように
* Cache metasyuilo2019-04-241-2/+1
|
* Improve readabilitysyuilo2019-04-181-30/+30
|
* Remove unused importssyuilo2019-04-181-2/+1
|
* Fix: ↵MeiMei2019-04-181-46/+18
| | | | | | | | v11で未認知ユーザーからActivityが飛んできた場合に処理できない (#4733) * Fix: inboxに未知のユーザーが来ると処理できない * こうかな