summaryrefslogtreecommitdiff
path: root/packages/backend/src/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* improve webhooksyuilo2022-04-035-20/+10
|
* fix typessyuilo2022-04-031-5/+6
|
* chore: fix lintsyuilo2022-04-032-3/+3
|
* feat: Webhook (#8457)syuilo2022-04-025-7/+99
| | | | | | | | | | | * feat: introduce webhook * wip * wip * wip * Update CHANGELOG.md
* limit federation of reactions on direct notes (#8448)Johann1502022-03-271-1/+10
|
* perf(server): use cached user info in getUserFromApIdsyuilo2022-03-262-4/+4
|
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-2641-146/+155
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* .jssyuilo2022-03-252-2/+2
|
* perf(server): refactor and performance improvementssyuilo2022-03-259-14/+75
|
* Resolve #7208 (#7226)Ehsan Javadynia2022-03-221-0/+4
| | | add decrement replies count on delete note and a test for that
* perf(server): disable some antenna features to improve performancesyuilo2022-03-221-14/+5
|
* perf(server): reduce db querysyuilo2022-03-211-11/+27
|
* Fix: "Adding email to profile ends in error" (#8405)dogcraft2022-03-141-1/+1
|
* fix federation chartsyuilo2022-03-082-9/+29
|
* delete needless instance drive columnssyuilo2022-03-073-6/+0
|
* feat: add active to federation chartsyuilo2022-03-072-1/+9
|
* feat: アンケート終了通知syuilo2022-03-061-0/+10
| | | | Resolve #4664
* fix query errorsyuilo2022-03-041-3/+3
|
* enhance(chart): better federation pub/sub calculationsyuilo2022-03-041-1/+14
|
* fix federation chart pubsubsyuilo2022-03-041-1/+1
|
* fix esmsyuilo2022-03-013-3/+3
|
* refactor: Use ESM (#8358)syuilo2022-02-2784-582/+494
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-02-231-6/+12
|\
| * fix: also recognize "shortcut icon" favicon (#8220)Johann1502022-02-231-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * also recognize "shortcut icon" favicon Not using querySelector for this because it uses jsdom which might be slower. Reversing the order because WHATWG says the last appropriate link should be used. * also fetchIconUrl * br * improve readability * fix * フォールバックにhrefの評価を含める * fix val name * 将来的な拡張を考えたコードにした Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | feat: add pub & sub item for federation chartsyuilo2022-02-232-1/+14
|/
* SchemaTypeの型計算量を削減 (#8332)tamaina2022-02-191-2/+2
| | | | | | | | | | | | | * schema typeの型計算量を削減 * reduce some type error * wip * fix * clean up * more shrink
* refacator: fix typwsyuilo2022-02-191-1/+1
|
* refactor: use ajv instead of cafy (#8324)syuilo2022-02-191-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update abuse-user-reports.ts * Update files.ts * Update list-remote.ts * Update list.ts * Update show-users.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update update.ts * Update search.ts * Update reactions.ts * Update search.ts * wip * wip * wip * wip * Update update.ts * Update relation.ts * Update available.ts * wip * wip * wip * Update packages/backend/src/server/api/define.ts Co-authored-by: Johann150 <johann.galle@protonmail.com> * Update define.ts * Update define.ts * typo * wip * wip * wip * wip * wip * wip * wip * wip * Update update.ts * wip * Update signup.ts * Update call.ts * minimum for limit * type * remove needless annotation * wip * Update signup.ts * wip * wip * fix * Update create.ts Co-authored-by: Johann150 <johann.galle@protonmail.com>
* refactor: better getChart result typesyuilo2022-02-181-2/+14
|
* refactor: fix typessyuilo2022-02-131-4/+4
|
* refactor: fix typessyuilo2022-02-131-63/+72
|
* enhance: improve federation chartsyuilo2022-02-1019-37/+128
|
* fix(server): ↵syuilo2022-02-091-0/+4
| | | | チャートのcleanでエラーが出る可能性がある問題を修正
* fix(server): チャートのresyncでエラーが出る問題を修正syuilo2022-02-091-0/+4
| | | | Fix #8274
* feat: introduce intersection calculation of chartssyuilo2022-02-096-7/+80
|
* feat: improve federation chartsyuilo2022-02-082-2/+5
|
* feat: ↵syuilo2022-02-086-0/+7
| | | | notes/instance/perUserNotesチャートに添付ファイル付きノートの数を追加
* chore: remove unused codesyuilo2022-02-081-10/+0
|
* fixsyuilo2022-02-061-11/+11
|
* imprpve active users chartsyuilo2022-02-063-8/+29
|
* fix chart cleansyuilo2022-02-061-2/+2
|
* Improve chart engine (#8253)syuilo2022-02-0635-1650/+525
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * Update core.ts * wip * wip * #7361 * delete network chart * federationChart強化 apRequestChart追加 * tweak
* use date-fnssyuilo2022-02-041-3/+3
|
* refactorsyuilo2022-02-031-12/+12
|
* refactorsyuilo2022-02-035-13/+13
|
* refactor(backend): use insert instead of savesyuilo2022-01-262-4/+4
|
* refactor, enhance: ドライブ引数のオブジェクト化, ↵MeiMei2022-01-232-32/+55
| | | | | | | | | | | 追加時のcomment指定 (#8180) * refactor: ドライブの引数をオブジェクト化する Resolve #8177 * Resolve #8181 * fix * archivePath
* enhance: convert svg to png of custom emojissyuilo2022-01-211-9/+5
|
* refactor(server): use named exportsyuilo2022-01-202-3/+3
|
* feat(server): store mime type of webpublicsyuilo2022-01-201-0/+2
|