summaryrefslogtreecommitdiff
path: root/packages/backend/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf(backend): createPersonでキャッシュに保存する, DBのトラン...tamaina2023-07-201-57/+42
* enhance: ユーザーにロールが期限付きでアサインされてい...syuilo2023-07-201-3/+8
* fix: failed to resolve acct URI which points to local Person (#11024)xtex2023-07-192-4/+22
* Fix auto-fixable issues (#11314)woxtu2023-07-1914-22/+21
* feat(backend): allow disabling cache for sensitive files (#11245)Kagami Sascha Rosylight2023-07-151-6/+7
* fix type errorssyuilo2023-07-151-5/+6
* refactor(backend): Improve UUID generation (#11286)woxtu2023-07-154-20/+19
* fix: typo in comment (#11283)ZerglingGo2023-07-151-1/+1
* feat: MeilisearchにIndexするノートの範囲を設定できるように ...まっちゃとーにゅ2023-07-151-1/+21
* enhance: 招待機能の改善 (#11195)yukineko2023-07-153-0/+67
* refactor: 可読性のため一部で`Array.prototype.at`を使うように (...okayurisotto2023-07-141-1/+1
* refactor: `substr` -> `substring` (#11273)okayurisotto2023-07-141-1/+1
* fix runtime errorsyuilo2023-07-131-67/+67
* refactor(backend): `core/activitypub` (#11247)okayurisotto2023-07-1312-155/+146
* refactor(backend): 存在確認の`findOneBy`を`exist`に置き換え (#11224)okayurisotto2023-07-1113-74/+103
* fix(backend): fix fetchInstanceMetadata error (#11236)nomad2023-07-111-1/+1
* refactor(backend): skip fetching notes when the data is same-origin (#11200)Kagami Sascha Rosylight2023-07-092-9/+12
* fix(backend): Remove Meilisearch index when notes are deleted (#10988)Caipira2023-07-082-3/+20
* perf(backend): Reduce memory usage of MemoryKVCache (#11076)tamaina2023-07-081-8/+39
* perf(backend): use limit() instead of take()syuilo2023-07-081-1/+1
* refactor(backend): `core/activitypub/models` (#11067)okayurisotto2023-07-086-244/+186
* fix(backend): deliverManyにcontentのnullチェックを追加tamaina2023-07-071-0/+2
* fixtamaina2023-07-071-2/+0
* perf(backend): use mutex for nsfw model loading (#11109)popkirby2023-07-081-1/+9
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-0844-400/+402
* perf(backend): Improve performance of FetchInstanceMetadata (#11128)Yuriha2023-07-072-23/+27
* update depssyuilo2023-07-071-6/+7
* refactor(backend): ノート削除時の`findCascadingNotes`の処理を整...okayurisotto2023-07-061-9/+9
* refactor(`ApDbResolverService.ts`): URLを扱う複雑な正規表現をURL...okayurisotto2023-07-061-20/+12
* refactor: ApDeliverManagerService.tsの型とJSDocを適切に置き換え (#...Umisyo(Souta Kusunoki)2023-07-051-8/+13
* perf(backend): Use addBulk to add deliver queues (#11114)tamaina2023-07-052-10/+45
* refactor(backend): use node16 for moduleResolution (#10938)syuilo2023-06-255-5/+6
* refactor(backend): replace private-ip with ipaddr.js (#11041)Kagami Sascha Rosylight2023-06-251-9/+9
* fix(backend): Resolve missing parseObjectId in IdService (#11039)Caipira2023-06-231-2/+2
* fix: clear queue endpoint error with redis script (#11037)Balazs Nadasdi2023-06-221-2/+2
* fix(backend): キャッシュが溜まり続けないようにsyuilo2023-06-107-10/+73
* refactorsyuilo2023-05-2910-14/+67
* enhance(backend): migrate bull to bullmq (#10910)syuilo2023-05-297-77/+79
* fix:ロールタイムライン無効に関する修正 (#10843)nenohi2023-05-191-0/+8
* feat: 公開リスト (#10842)Chocolate Pie2023-05-191-0/+1
* feat: センシティブなカスタム絵文字のリアクションを受...syuilo2023-05-191-1/+6
* tweak of 7ce569424syuilo2023-05-181-1/+2
* feat(backend): カスタム絵文字ごとに連合するかどうか設定...syuilo2023-05-181-3/+3
* feat: カスタム絵文字ごとにそれをリアクションとして使...syuilo2023-05-185-24/+62
* perf(backend): pre-compile regexpsyuilo2023-05-181-2/+5
* enhance: タイムラインにフォロイーの行った他人へのリプ...syuilo2023-05-163-7/+5
* fix(backend): ひとつのMeilisearchサーバーを複数のMisskeyサーバ...syuilo2023-05-111-1/+1
* enhance(backend): ノートのハッシュタグもMeilisearchに突っ込む...syuilo2023-05-111-0/+2
* fix typosyuilo2023-05-111-1/+1
* センシティブワードを正規表現、CWにも適用するように (#...nenohi2023-05-101-1/+28