summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* inboxが処理できない問題を多分修正syuilo2022-12-061-0/+2
|
* chore: add missing decoration of PushNotificationServicesyuilo2022-12-061-0/+1
|
* bull-board復活syuilo2022-12-041-10/+13
|
* chore: fix import positionsyuilo2022-12-0416-16/+29
|
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-04198-96/+968
|
* fix typosyuilo2022-12-041-1/+1
|
* fix import pathssyuilo2022-12-0416-16/+16
|
* refactor: remove needless const notationsyuilo2022-12-041-2/+2
|
* refactorsyuilo2022-12-0489-150/+150
|
* Fix forkbomb 2tamaina2022-12-032-7/+5
| | | | | | also in extractApMentions and parseAudience Co-authored-by: mei23 <m@m544.net>
* Fastify (#9106)syuilo2022-12-0329-1004/+1007
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * Update SignupApiService.ts * wip * wip * Update ClientServerService.ts * wip * wip * wip * Update WellKnownServerService.ts * wip * wip * update des * wip * Update ApiServerService.ts * wip * update deps * Update WellKnownServerService.ts * wip * update deps * Update ApiCallService.ts * Update ApiCallService.ts * Update ApiServerService.ts
* fix(server): "forkbomb" DOS mitigation (#9247)Derek2022-12-034-7/+12
| | | | | | | | | | | | | | | | | | | | * Add recursion limit to resolver * Use shared resolver in featured and question * Changelog * Changelog fix * Update CHANGELOG.md Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Add host to recursion limit error message Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix: add missing ,tamaina2022-12-021-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-11-171-3/+11
|\
| * fix: 引用内の文章をnyaizeをしないように (#9141)kabo24682022-11-171-3/+11
| | | | | | | | | | | | | | | | | | | | | | * fix nyaize in quote * Update CHANGELOG.md * for ofのほうが早いらしい * Update NoteEntityService.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | improve performancesyuilo2022-11-174-3/+24
|/
* fix typo on CleanRemoteFilesProcessorService (#9171)heka2022-11-141-1/+1
|
* update node to v18syuilo2022-11-133-9/+3
|
* Update QueueProcessorService.tssyuilo2022-11-111-5/+13
|
* fix for pinned users. update changelog (#9159)squidicuz2022-11-111-2/+2
|
* Add Cloudflare Turnstile CAPTCHA support (#9111)CyberRex2022-10-136-0/+75
| | | | | | | | | * Add Cloudflare Turnstile CAPTCHA support * Update packages/client/src/components/MkCaptcha.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix typesyuilo2022-09-251-4/+4
|
* typesyuilo2022-09-242-7/+7
|
* fix typesyuilo2022-09-241-1/+1
|
* fix typesyuilo2022-09-241-5/+3
|
* fix typesyuilo2022-09-242-3/+3
|
* test: 後で戻すsyuilo2022-09-241-4/+1
|
* fix type errorssyuilo2022-09-244-42/+24
|
* fix typesyuilo2022-09-241-0/+5
|
* fixsyuilo2022-09-241-3/+3
|
* fixsyuilo2022-09-241-0/+2
|
* fix typesyuilo2022-09-241-4/+0
|
* fix typesyuilo2022-09-241-28/+33
|
* fixsyuilo2022-09-241-2/+3
|
* fixessyuilo2022-09-2410-15/+20
|
* fix typesyuilo2022-09-241-0/+1
|
* refactorsyuilo2022-09-2442-45/+43
|
* remove unused filessyuilo2022-09-242-86/+0
|
* fixessyuilo2022-09-2410-25/+37
|
* fixessyuilo2022-09-2420-70/+87
|
* fixessyuilo2022-09-2327-35/+39
|
* chore: fix type importsyuilo2022-09-231-1/+2
|
* feat: Youtube window player (#9095)こけっち2022-09-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | * wip: feat: Youtube Player Window * fix: player fill window * fix: improve design * fix: disable at mobile and creanup code * fix: tailing comma * fix: delete debug output * fix: eslint * fix: switch to component * fix(backend): add missing dependency Fix #9101 Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(backend): refactor dependencysyuilo2022-09-223-14/+13
|
* Fix ioredis import typo (#9099)Takuya Yoshida2022-09-213-6/+6
| | | | | * Fix import typo * Fix type
* fix wrong impotsyuilo2022-09-211-1/+1
|
* fix import typesyuilo2022-09-21407-474/+473
|
* testsyuilo2022-09-211-3/+3
|
* refactor(backend): ロジックをサービスに切り出すsyuilo2022-09-212-40/+49
|
* enhance(backend): ↵syuilo2022-09-213-6/+45
| | | | metaのポーリング頻度を減らし、redisで更新を受け取るように