summaryrefslogtreecommitdiff
path: root/packages/backend (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix of #11293syuilo2023-07-161-3/+3
* Export notes with file detail (#11293)CGsama2023-07-161-2/+8
* use happy-dom 10.0.3syuilo2023-07-161-1/+1
* feat(backend): allow disabling cache for sensitive files (#11245)Kagami Sascha Rosylight2023-07-157-12/+165
* fix type errorssyuilo2023-07-151-5/+6
* refactor(backend): Improve UUID generation (#11286)woxtu2023-07-158-28/+25
* update depssyuilo2023-07-152-12/+12
* fix: typo in comment (#11283)ZerglingGo2023-07-151-1/+1
* feat: MeilisearchにIndexするノートの範囲を設定できるように ...まっちゃとーにゅ2023-07-152-1/+22
* enhance: 招待機能の改善 (#11195)yukineko2023-07-1518-33/+667
* refactor: 可読性のため一部で`Array.prototype.at`を使うように (...okayurisotto2023-07-1412-27/+28
* refactor: `substr` -> `substring` (#11273)okayurisotto2023-07-143-3/+3
* fix runtime errorsyuilo2023-07-131-67/+67
* refactor(backend): `core/activitypub` (#11247)okayurisotto2023-07-1313-159/+163
* refactor(backend): 存在確認の`findOneBy`を`exist`に置き換え (#11224)okayurisotto2023-07-1142-200/+287
* 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-094-23/+130
* fix(backend): Remove Meilisearch index when notes are deleted (#10988)Caipira2023-07-083-3/+26
* perf(backend): Reduce memory usage of MemoryKVCache (#11076)tamaina2023-07-082-17/+64
* fix: add suuport Japanese message of errors. (#11159)SASAGAWA Kiyoshi2023-07-081-1/+3
* Add unit test for FetchInstanceMetadataService (#11173)Yuriha2023-07-081-0/+109
* fix(frontend): search user with trailing space (#11184)nomad2023-07-082-0/+2
* perf(backend): use limit() instead of take()syuilo2023-07-0870-75/+75
* fix(backend): ジョブキュー再試行時のタイミングずれによる...CyberRex2023-07-081-2/+22
* refactor(backend): `core/activitypub/models` (#11067)okayurisotto2023-07-087-247/+189
* 広告の曜日を設定できるように (#10095)nenohi2023-07-085-11/+31
* use enginessyuilo2023-07-082-6/+3
* nodeの推奨(デフォルト)バージョンと最小バージョンを分離syuilo2023-07-081-1/+1
* 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-082-1/+10
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-0893-513/+515
* perf(backend): Improve performance of FetchInstanceMetadata (#11128)Yuriha2023-07-072-23/+27
* update depssyuilo2023-07-073-37/+38
* refactor(backend): ノート削除時の`findCascadingNotes`の処理を整...okayurisotto2023-07-061-9/+9
* エスケープせずにDescriptionを出力、Update info-card.pug (#11108)EdamAme2023-07-061-1/+1
* 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
* perf(backend): JSON.parse の呼び出しを削減する (#11091)riku64602023-07-041-5/+11
* perf(backend): make some features optionablesyuilo2023-07-028-7/+82
* perf(backend): allow get for some endpointssyuilo2023-07-022-0/+4
* feat(backend): accept OAuth bearer token (#11052)Kagami Sascha Rosylight2023-06-284-48/+203
* refactor(backend/test): add `interface UserToken` (#11050)Kagami Sascha Rosylight2023-06-271-17/+19
* fix(backend): APIエラーのHTTP status code変更 (#11047)Kagami Sascha Rosylight2023-06-262-3/+49
* refactor(backend): use node16 for moduleResolution (#10938)syuilo2023-06-2523-31/+36
* refactor(backend): replace rndstr with secureRndstr (#11044)Kagami Sascha Rosylight2023-06-2515-61/+57
* chore(backend, misskey-js): add type for signup (#11043)Kagami Sascha Rosylight2023-06-2518-278/+292
* refactor(backend): replace private-ip with ipaddr.js (#11041)Kagami Sascha Rosylight2023-06-253-11/+11
* update depssyuilo2023-06-242-30/+30