summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/stream/index.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update deps (#11820)syuilo2023-09-151-299/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * fix * wip * wip * wip * Update docker-compose.yml.example * Delete reviewer-lottery.yml * Update RepositoryModule.ts * wip * wip * clean up * update deps * wip * wip
* update deps (#11764)syuilo2023-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art:
* chore(backend): Resolve `import/no-default-export` rule violations (#11732)woxtu2023-08-171-0/+1
| | | | | * Disable `import/no-default-export` properly * Disable `import/no-default-export`
* refactor: prefix Mi for all entities (#11719)syuilo2023-08-161-8/+8
| | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update RepositoryModule.ts * wip * wip * wip * Revert "wip" This reverts commit c1c13b37d2aaf3c65bc148212da302b0eb7868bf.
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf(backend): use websockets/ws instead of theturtle32/WebSocket-Node (#10884)syuilo2023-05-291-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(backend): use websockets/ws instead of theturtle32/WebSocket-Node Resolve #10883 * refactor * Update StreamingApiServerService.ts * Update StreamingApiServerService.ts * :v: * Update StreamingApiServerService.ts * fix main stream init * fix timing 2 * setIntervalの重複を避ける(気休め) * add comment * :v: --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix streamin errorsyuilo2023-05-171-1/+1
|
* enhance(backend): improve cachesyuilo2023-04-051-144/+41
|
* enhance(backend): チャンネルの既読管理を削除syuilo2023-04-051-4/+1
| | | | | | - 現状上手く機能していない - パフォーマンス上の理由 - 実装するにしてももっと効率的な方法がある
* perf(backend): 通知をRedisに保存するようにsyuilo2023-04-041-2/+1
| | | | Resolve #10168
* refactor: rename schema to json-schemasyuilo2023-03-101-1/+1
|
* feat: Per-user renote mute (#10249)syuilo2023-03-081-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: per-user renote muting From FoundKey/c414f24a2c https://akkoma.dev/FoundKeyGang/FoundKey * Update ja-JP.yml * Delete renote-muting.ts * rename * fix ids * lint * fix * Update CHANGELOG.md * リノートをミュートしたユーザー一覧を見れるように * :art: * add test * fix test --------- Co-authored-by: Hélène <pleroma-dev@helene.moe>
* drop group (#9942)syuilo2023-02-151-1/+0
| | | | | * drop group * Update operations.ts
* drop messaging (#9919)syuilo2023-02-151-24/+0
| | | | | * drop messaging (from backend) * wip
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-041-4/+28
|
* なんかもうめっちゃ変えたsyuilo2022-09-181-28/+40
|
* refactor: fix typesyuilo2022-04-171-1/+1
|
* Streaming経由でのAPIリクエストを削除syuilo2022-04-171-34/+6
|
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* refactor: Use ESM (#8358)syuilo2022-02-271-41/+21
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* refactor: fix typesyuilo2022-02-191-1/+2
|
* fix lintsyuilo2021-12-091-13/+13
|
* refactoringsyuilo2021-11-121-0/+421
Resolve #7779