summaryrefslogtreecommitdiff
path: root/packages/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(backend): ↵_2023-10-312-2/+2
| | | | | | | 自身の宛先なしダイレクト投稿がストリーミングで流れてこない問題を修正 (#12203) * fix: dm stream * add CHANGELOG
* fix(backend): ↵syuilo2023-10-312-9/+5
| | | | アクセストークンを削除すると、通知が取得できなくなる場合がある問題を修正
* lint fixsyuilo2023-10-301-0/+2
|
* feat: ↵GrapeApple02023-10-305-5/+7
| | | | | | | | | | | | | | | | | | | アイコンデコレーションの管理をロールで設定できるように (#12173) * アイコンデコレーションの管理をロールで設定できるように * インポートミス * Update packages/frontend/src/ui/_common_/common.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Update packages/frontend/src/ui/_common_/common.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(backend): We can renote pure renote (#12171)anatawa122023-10-304-5/+18
| | | | | | | | | | | | | | | | | | | | | | | * chore: make pure renote detection an function * fix: we can renote pure renote * docs(changelog): リノートをリノートできるのを修正 * fix: remaining debug log * chore: move isPureRenote to misc * chore: make isPureRenote type guard * chore: use isPureRenote in other places * fix CHANGELOG * style: fix lint --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(backend): ↵かっこかり2023-10-301-2/+18
| | | | | | | | | プロフィールの自己紹介欄のMFMを連合するように(実装漏れ) (#12185) * (refactor) eliminate nested ternary operation * fix lint * Jissou more
* Fix: ↵おさむのひと2023-10-301-1/+5
| | | | | | | | | | | | フォローしたユーザが、自分のフォローしていないチャンネルにノートを投稿した時、そのノートがHTLで見えてしまう (#12186) * #12181 の問題に対処 「ユーザー・チャンネルともにフォローあり」のときの絞り込みに不備があり、フォローしているユーザの投稿であればチャンネルのフォロー関係なく通過するようになってしまっていた * fix CHANGELOG.md --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* fix(backend): ↵かっこかり2023-10-293-1/+4
| | | | | | | | | プロフィールの自己紹介欄のMFMを連合するように (#12184) * (fix) federate user description mfm * fix * Update Changelog
* typosyuilo2023-10-291-1/+1
|
* fix(backend): STLにGTLの投稿が混ざる問題を修正syuilo2023-10-291-1/+4
| | | | Fix #12169
* Fix: ↵おさむのひと2023-10-291-6/+35
| | | | | | | | | | | notes/timelineにフォローしているチャンネルのノートを含める (#12179) * notes/timelineにフォローしているチャンネルのノートを含める * fix CHANGELOG.md --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* update depssyuilo2023-10-281-10/+10
|
* enhance: プラグイン削除時にアクセストークンも削除する ↵かっこかり2023-10-281-7/+22
| | | | | | | (#12167) * (enhance) プラグイン削除時にトークンも削除 * update changelog
* fix(backend): ↵taichan2023-10-271-1/+1
| | | | | | | | | | | | | | | ハッシュタグのランキングの問い合わせ結果がないときのエラー修正 (#12145) * fix(backend): undefined result error * Update Changelog * Update packages/backend/src/core/FeaturedService.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Fix: ↵おさむのひと2023-10-277-34/+126
| | | | | | | | | | | | | チャンネルのフォロー・アンフォローの反映速度を改善 (#12149) * チャンネルのフォロー・アンフォローの反映速度を改善 * fix lint * userFollowingChannelsCacheの場所をCacheServiceからChannelFollowingServiceに移動 --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* Fix: ↵ikasoba2023-10-251-1/+17
| | | | | | | STLでフォローしていないチャンネルが表示される問題を修正 (#12143) * タイムラインをpostgresから取得する際にフォローしていないチャンネルが取得されるのを修正 * CHANGELOGに追記
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-10-244-48/+152
|\
| * fix: ↵yukineko2023-10-244-48/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RedisへのTLキャッシュが有効の場合にHTL/LTL/STL/リストが空になることがある問題を修正 (#12088) (#12124) * fix: RedisTimelineが有効の場合にHTLがリセットされた状態になる問題を修正 * add: CHANGELOG.md * fix: LTL, STLでもTLが空になることがある問題を修正 * update: CHANGELOG.md * fix: DBへのフォールバック時にwithRenotesが考慮されていないのを修正 * feat: リストにもDBフォールバックを実装 * fix: リストのDBフォールバック時の挙動を修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | :art:syuilo2023-10-241-1/+4
|/
* feat: Facilitates the rollback of migration operations (#12109)MomentQYC2023-10-231-0/+1
| | | | | * Update package.json * Update package.json
* enhance(server): Improve user block (Renote Part) (#12089)atsuchan2023-10-231-0/+14
|
* fix(backend): ↵syuilo2023-10-234-12/+28
| | | | | | 自分のフォローしているユーザーの自分のフォローしていないユーザーの visibility: followers な投稿への返信がストリーミングで流れてくる問題を修正 Fix #12117
* enhance(backend): RedisへのTLのキャッシュをオフにできるようにsyuilo2023-10-2310-334/+467
|
* fix typesyuilo2023-10-231-2/+2
|
* fix typesyuilo2023-10-231-1/+7
|
* update depssyuilo2023-10-231-6/+6
|
* fix(backend): fix i/signin-history responsesyuilo2023-10-231-1/+9
|
* fix(backend): ↵syuilo2023-10-222-1/+15
| | | | ローカルタイムラインに投稿者自身の投稿への返信が含まれない問題を修正
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-10-221-1/+6
|\
| * Update schemas.ts (#12103)Acid Chicken (硫酸鶏)2023-10-221-1/+6
| |
* | enhance: improve avatar decorationsyuilo2023-10-225-8/+50
|/
* fix(backend): ↵syuilo2023-10-222-1/+17
| | | | | | リストTLに自分のフォロワー限定投稿が含まれない問題を修正 Fix #12110
* Feat: ↵かっこかり2023-10-213-0/+78
| | | | | | | | | | | | | | | | | 外部サイトからテーマ・プラグインのインストールができるように (#12034) * Feat: 外部サイトからテーマ・プラグインのインストールができるように * Update Changelog * Change Changelog * Remove unnecessary imports * Update fetch-external-resources.ts * Update CHANGELOG.md * Update CHANGELOG.md
* すべてのフォロー中の人のwithRepliesを変える機能 (#12049)anatawa122023-10-213-0/+60
| | | | | | | | | * feat: endpoint to update all following * feat(frontend): change show replies for all * docs(changelog): すでにフォローしたすべての人の返信をTLに追加できるように * fix: cancel not working
* プロフィールのURL認証をrel=meで可能に (#12100)CyberRex2023-10-211-2/+6
|
* feat: Avatar decoration (#12096)syuilo2023-10-2123-6/+628
| | | | | | | | | | | * wip * Update ja-JP.yml * Update profile.vue * .js * Update home.test.ts
* fix(backend) ↵shiosyakeyakini2023-10-211-1/+5
| | | | | api/iの未読のお知らせにcreatedAtを追加するように修正 (#12092) Co-authored-by: sorairo <sorairo@shiosyakeyakini.info>
* update depssyuilo2023-10-201-1/+1
|
* update testsyuilo2023-10-201-0/+2
|
* fix(backend): ↵syuilo2023-10-202-2/+16
| | | | | | フォロ限へのリプのリプ元が(非公開)の表示のまま Fix #12083
* add timeline testssyuilo2023-10-201-0/+20
|
* add timeline testssyuilo2023-10-201-0/+20
|
* fix(backend): ↵syuilo2023-10-203-8/+14
| | | | | | 自分のフォロワー限定ノートがWebsoketに乗ってこない Fix #12081
* clean upsyuilo2023-10-204-29/+2
|
* fix(backend): ↵syuilo2023-10-191-1/+2
| | | | 管理者権限のロールを持っていても一部のAPIが使用できないことがある問題を修正
* update depssyuilo2023-10-191-33/+33
|
* chore: STLのdb ↵anatawa122023-10-191-9/+11
| | | | | | | fallbackでwithRepliesがtrueのときにすべてのリプライを除外しないように (#12075) MiFollowingを見るのは実装コストが高いため現状実装していない Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: replies are included even if withReplies = false in local timeline (#12074)anatawa122023-10-191-0/+12
|
* fix(backend): Redisがからのときにhybrid-timelineにwithReplies = ↵syuilo2023-10-191-0/+2
| | | | | | trueでアクセスするとSQLのシンタックスエラーになる Fix #12064
* enhance: nyaizeはクライアントで表示時に行うようにsyuilo2023-10-191-22/+1
| | | | Resolve #12030