summaryrefslogtreecommitdiff
path: root/packages/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance(backend): APIパラメータサイズ上限を128kbから1mbに緩和syuilo2023-04-111-1/+1
|
* enhance(backend): APIパラメータサイズ上限を32kbから128kbに緩和syuilo2023-04-111-1/+1
| | | | Fix #10574
* perf(backend): cache swSubscriptionssyuilo2023-04-111-5/+16
|
* sw: なんかもうめっちゃ変えた (#10570)tamaina2023-04-113-0/+6
| | | | | | | | | * sw: なんかいろいろ * remove debug code * never renotify * update changelog.md
* fix #10554 チャンネルの検索用ページとAPIの追加 (#10555)たーびん2023-04-113-0/+73
| | | | | | | | | | | | | | | | | | | | | | * add channel search * move channel search to channel list page --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com> Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> Co-authored-by: xianon <xianon@hotmail.co.jp> Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com> Co-authored-by: YS <47836716+yszkst@users.noreply.github.com> Co-authored-by: Khsmty <me@khsmty.com> Co-authored-by: Soni L <EnderMoneyMod@gmail.com> Co-authored-by: mei23 <m@m544.net> Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com> Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com>
* カスタム絵文字のキャッシュ時に"{}"が入ってしまう問題 ↵Chimorium2023-04-112-8/+4
| | | | を修正 (#10573)
* fix(backend): ↵syuilo2023-04-103-3/+3
| | | | | | アンテナのノート、チャンネルのノート、通知が正常に作成できないことがある問題を修正 Fix #10482
* fix(backend): イベント用redis分離が上手く動かない問題を修正syuilo2023-04-099-34/+53
|
* fix(backend): ↵syuilo2023-04-091-2/+2
| | | | ストリーミングのLTLチャンネルでサーバー側にエラーログが出るのを修正
* fix(backend): ↵syuilo2023-04-091-1/+1
| | | | | | 連合しているインスタンスについて予期せず配送が全て停止されることがある問題を修正 Fix #10499
* add notesyuilo2023-04-091-0/+1
|
* fix(server): リアクションできない問題をとりあえず修正 ↵tamaina2023-04-092-3/+6
| | | | | | | | | | | | (#10529) * fix(server): リアクションできない問題をとりあえず修正 Fix #10502 * Update packages/backend/src/core/CustomEmojiService.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(backend): ↵syuilo2023-04-091-0/+1
| | | | 通知読み込みでエラーが発生する場合がある問題を修正
* fix: redis から取得できないチャンネル投稿はDBから取得 ↵futchitwo2023-04-091-6/+12
| | | | (#10539)
* fix(server): ↵tamaina2023-04-097-7/+92
| | | | | | | | | IdService.parseを全てのidタイプに対応させるように (#10533) * wip fix-id * :v: * fix import
* disable account migrationsyuilo2023-04-082-3/+3
|
* use for ofsyuilo2023-04-081-4/+4
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-081-1/+1
|\
| * chore: local test が redis version 起因で落ちる (#10519)omi2023-04-081-1/+1
| |
* | disable flaky testsyuilo2023-04-081-34/+35
|/
* fetch person again (#10514)Namekuji2023-04-082-15/+23
|
* fix typesyuilo2023-04-081-2/+0
|
* feat(backend): support replication of postgresqlsyuilo2023-04-082-0/+26
| | | | Resolve #10205
* Create 1680931179228-account-move.jssyuilo2023-04-081-0/+17
|
* chore: use for instead of forEachsyuilo2023-04-081-4/+4
|
* feat: account migration (#10507)Namekuji2023-04-0814-55/+534
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add Move activity * add endpoint to move from local to remote * follow move activity coming to inbox * fix move endpoint * add known-as endpoint to create account alias * add migration page * add route to migration page * add move and known-as endpoints * fix dependnecies error * fix new endpoints * fix move activity id * fix refollow * add movedToUri and alsoKnownAs to api * fix moveToUri indicator * fix missing context * add chengelog * rename MkMoved to MkAccountMoved * add missing semicolon * fix targetUri * fix followings query * remove redundant null check
* enhance(backend): ↵syuilo2023-04-081-24/+43
| | | | | | Redisにチャンネル投稿がない場合はDBから持ってくるように Fix #10473
* fix(test): disable remote user testssyuilo2023-04-071-0/+6
| | | | #10495
* Revert "test"syuilo2023-04-071-1/+1
| | | | This reverts commit cb39db100aefd0d174567a186f9f37ffb95a2680.
* testsyuilo2023-04-071-1/+1
|
* fix(backend): restore date properly of federated instance cachesyuilo2023-04-071-1/+9
|
* perf(backend): improve cache of federated instancessyuilo2023-04-072-18/+22
|
* enhance(backend): tweak cache of rolesyuilo2023-04-071-2/+2
| | | | #10439
* perf(backend): improve cache of instance of usersyuilo2023-04-071-7/+10
|
* typosyuilo2023-04-071-4/+4
|
* feat(backend): ↵syuilo2023-04-072-6/+17
| | | | ジョブキュー用Redisを別サーバーに分離できるように
* feat(backend): イベント用Redisを別サーバーに分離できるようにsyuilo2023-04-0710-51/+64
|
* perf(backend): reduce db querysyuilo2023-04-071-1/+1
|
* update depssyuilo2023-04-061-23/+23
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-061-0/+2
|\
| * perf(backend): prevent emit needless db queriessyuilo2023-04-061-0/+2
| |
* | perf(backend): cache avatar and banner url to dbsyuilo2023-04-0628-183/+126
|/
* perf(backend): reduce db querysyuilo2023-04-061-1/+7
|
* fix(backend): fix pack of notification behavioursyuilo2023-04-061-3/+7
|
* fixsyuilo2023-04-061-1/+1
|
* perf(backend): cache local custom emojissyuilo2023-04-0620-310/+335
|
* refactorsyuilo2023-04-061-2/+2
|
* perf(backend): reduce db querysyuilo2023-04-061-4/+7
|
* fix misskey-dev/misskey-#10417 (#10418)totegamma2023-04-061-0/+4
|
* fix: 通知インジケータが光りっぱなしになる問題を修正 ↵tamaina2023-04-062-4/+5
| | | | | | | | | | | (#10483) * fix(misskey-js): ストリームがstringで送信される場合があるのを修正 * pnpm run api * force read notification * fix competition