| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | perf(backend): cache local custom emojis | syuilo | 2023-04-06 | 1 | -3/+3 |
| | | |||||
| * | fix misskey-dev/misskey-#10417 (#10418) | totegamma | 2023-04-06 | 1 | -0/+4 |
| | | |||||
| * | fix: webhook delivery content-type (#9823) (#10458) | xtexChooser | 2023-04-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | * fix: webhook delivery content-type (#9823) * style: indent * Update packages/backend/src/queue/processors/WebhookDeliverProcessorService.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * style: trailing comma --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> | ||||
| * | enhance(backend): improve cache | syuilo | 2023-04-05 | 1 | -10/+4 |
| | | |||||
| * | enhance(backend): improve cache | syuilo | 2023-04-04 | 1 | -5/+5 |
| | | |||||
| * | refactor(backend): rename Cache -> MemoryCache | syuilo | 2023-04-04 | 1 | -3/+3 |
| | | |||||
| * | perf(backend): 通知をRedisに保存するように | syuilo | 2023-04-04 | 1 | -8/+1 |
| | | | | | Resolve #10168 | ||||
| * | perf(backend): store notes of an antenna to redis instead of postgresql | syuilo | 2023-04-03 | 1 | -4/+1 |
| | | | | | Resolve #10169 | ||||
| * | enhance(backend): ↵ | syuilo | 2023-03-24 | 2 | -4/+12 |
| | | | | | リモートサーバーのチャート生成を無効にするオプションを追加 | ||||
| * | refactor(backend): rename cache class | syuilo | 2023-03-24 | 1 | -3/+3 |
| | | |||||
| * | enhance: 使われてないアンテナは自動停止されるように | syuilo | 2023-03-20 | 1 | -2/+13 |
| | | | | | Resolve #9373 | ||||
| * | enhance: ↵ | syuilo | 2023-03-16 | 1 | -0/+1 |
| | | | | | | | カスタム絵文字にライセンス情報を付与できるように Resolve #10091 | ||||
| * | refactor(backend): integrate CreateNotificationService to NotificationService | syuilo | 2023-03-16 | 1 | -4/+4 |
| | | |||||
| * | Update AggregateRetentionProcessorService.ts | syuilo | 2023-03-15 | 1 | -0/+2 |
| | | |||||
| * | fix: tweak retention rate aggregation | syuilo | 2023-03-15 | 1 | -7/+16 |
| | | |||||
| * | Deliverキューに宛先がSharedInboxかどうかのフラグを追加 ( ↵ | CyberRex | 2023-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | #10298 関係 ) (#10317) * enhance(backend): 配送先が410 Goneで応答してきた場合配送停止するように * Update CHANGELOG.md * Deliverキューのデータに宛先がSharedInboxかどうかのフラグを追加 * Fix lint * Mapを使用するように * Fix typo | ||||
| * | enhance(backend): 配送先が410 ↵ | CyberRex | 2023-03-13 | 1 | -0/+12 |
| | | | | | | | | Goneで応答してきた場合配送停止するように (#10298) * enhance(backend): 配送先が410 Goneで応答してきた場合配送停止するように * Update CHANGELOG.md | ||||
| * | refactor(backend): 必要ないas anyを消去 (#10293) | Kisaragi | 2023-03-11 | 1 | -1/+1 |
| | | |||||
| * | feat: Reaction acceptance (#10256) | syuilo | 2023-03-08 | 2 | -1/+3 |
| | | | | | | | | * wip * wip * デフォルト設定 | ||||
| * | feat: 時限ロール (#10145) | syuilo | 2023-03-01 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | * feat: 時限ロール * クライアントから期限を確認できるように * リファクタとか * fix test * fix test * fix test * clean up | ||||
| * | refactor: remove all unused imports (#9951) | Kagami Sascha Rosylight | 2023-02-16 | 20 | -24/+14 |
| | | | | Co-authored-by: tamaina <tamaina@hotmail.co.jp> | ||||
| * | refactor | syuilo | 2023-02-13 | 1 | -2/+2 |
| | | |||||
| * | refactor: fix types | syuilo | 2023-02-13 | 1 | -2/+2 |
| | | |||||
| * | fix(server): validate filename and emoji name to improve security | syuilo | 2023-02-05 | 2 | -1/+9 |
| | | |||||
| * | drop hashtag chart | syuilo | 2023-02-03 | 3 | -9/+1 |
| | | |||||
| * | fix(server): fix aggregation of retention | syuilo | 2023-01-27 | 1 | -1/+8 |
| | | |||||
| * | fix(server): node-fetchおよびgotを使う以前の実装に戻す | syuilo | 2023-01-25 | 1 | -21/+18 |
| | | | | | see #9710 | ||||
| * | enhance: ↵ | syuilo | 2023-01-14 | 1 | -2/+2 |
| | | | | | ユーザーリストおよびユーザーリスト内のユーザーの作成可能数を設定可能に | ||||
| * | enhance: Judge instance block by endsWith (#9263) | tamaina | 2023-01-13 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TypeScriptでendsWith * fix * SQL? * バ〜カアホ * Update packages/backend/src/core/UtilityService.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * add comment * add description * Update packages/backend/src/core/UtilityService.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Update packages/backend/src/core/chart/charts/federation.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * remove comment * fix * fix? * add changelog * ILIKE, ARRAY Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | perf(backend): Use undici instead of node-fetch and got (#9459) | tamaina | 2023-01-12 | 1 | -18/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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を設定 | ||||
| * | clean up | syuilo | 2023-01-03 | 1 | -5/+0 |
| | | |||||
| * | :v: | syuilo | 2023-01-03 | 2 | -9/+22 |
| | | |||||
| * | drop latestStatus of instance | syuilo | 2023-01-03 | 1 | -2/+0 |
| | | |||||
| * | drop lastCommunicatedAt of instance | syuilo | 2023-01-03 | 2 | -2/+0 |
| | | |||||
| * | drop latestRequestSentAt of instance | syuilo | 2023-01-03 | 1 | -8/+6 |
| | | |||||
| * | feat: add per user pv chart | syuilo | 2023-01-01 | 2 | -2/+8 |
| | | |||||
| * | feat: make possible to export favorited notes | syuilo | 2023-01-01 | 1 | -0/+162 |
| | | | | | #9331 | ||||
| * | feat: introduce retention-rate aggregation | syuilo | 2022-12-25 | 1 | -0/+75 |
| | | |||||
| * | enhance(server): delete outdated notes of antenna regularly to improve db ↵ | syuilo | 2022-12-22 | 1 | -1/+8 |
| | | | | | performance | ||||
| * | enhance(server): delete outdated hard-mutes regularly to improve db performance | syuilo | 2022-12-22 | 1 | -1/+11 |
| | | |||||
| * | enhance(server): delete outdated notifications regularly to improve db ↵ | syuilo | 2022-12-22 | 1 | -2/+9 |
| | | | | | performance | ||||
| * | refactor: introduce bindThis decorator to bind this automaticaly | syuilo | 2022-12-04 | 24 | -0/+48 |
| | | |||||
| * | refactor | syuilo | 2022-12-04 | 6 | -19/+19 |
| | | |||||
| * | fix typo on CleanRemoteFilesProcessorService (#9171) | heka | 2022-11-14 | 1 | -1/+1 |
| | | |||||
| * | fix type | syuilo | 2022-09-24 | 1 | -1/+1 |
| | | |||||
| * | fixes | syuilo | 2022-09-23 | 7 | -8/+7 |
| | | |||||
| * | fix import type | syuilo | 2022-09-21 | 24 | -45/+44 |
| | | |||||
| * | test | syuilo | 2022-09-19 | 24 | -126/+126 |
| | | |||||
| * | なんかもうめっちゃ変えた | syuilo | 2022-09-18 | 51 | -1732/+2299 |
| | | |||||
| * | chore: fix lint errors (#8981) | yzhe819 | 2022-07-10 | 1 | -1/+1 |
| | | |||||