summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix typesyuilo2023-10-231-2/+2
|
* fix typesyuilo2023-10-231-1/+7
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-10-231-9/+15
|\
| * (fix) ページキャッシュが効く問題を修正 (#12105)かっこかり2023-10-231-9/+15
| |
* | update depssyuilo2023-10-234-13/+13
|/
* fix(backend): fix i/signin-history responsesyuilo2023-10-231-1/+9
|
* fix(backend): ↵syuilo2023-10-222-1/+15
| | | | ローカルタイムラインに投稿者自身の投稿への返信が含まれない問題を修正
* :art:syuilo2023-10-221-1/+1
|
* chore(frontend): tweak settings uisyuilo2023-10-222-11/+16
|
* :art:syuilo2023-10-221-2/+4
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-10-222-5/+6
|\
| * fix(frontend): ↵zyoshoka2023-10-222-5/+6
| | | | | | | | | | | | | | 投稿フォームでのユーザー変更がプレビューに反映されるように修正 (#12022) * fix(frontend): 投稿フォームでのユーザー変更がプレビューに反映されるように修正 * Update CHANGELOG.md
* | enhance(frontend): ↵syuilo2023-10-225-5/+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-2211-26/+222
|/
* fix(backend): ↵syuilo2023-10-222-1/+17
| | | | | | リストTLに自分のフォロワー限定投稿が含まれない問題を修正 Fix #12110
* :art:syuilo2023-10-221-3/+7
|
* Update about-misskey.vuesyuilo2023-10-221-0/+1
|
* Feat: ↵かっこかり2023-10-2112-158/+674
| | | | | | | | | | | | | | | | | 外部サイトからテーマ・プラグインのインストールができるように (#12034) * Feat: 外部サイトからテーマ・プラグインのインストールができるように * Update Changelog * Change Changelog * Remove unnecessary imports * Update fetch-external-resources.ts * Update CHANGELOG.md * Update CHANGELOG.md
* すべてのフォロー中の人のwithRepliesを変える機能 (#12049)anatawa122023-10-214-0/+71
| | | | | | | | | * 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-2136-19/+880
| | | | | | | | | | | * wip * Update ja-JP.yml * Update profile.vue * .js * Update home.test.ts
* Switch avatar images that depend on the animation setting (#12097)woxtu2023-10-211-2/+8
|
* fix(frontend): Use opening quote in notifications (#12082)Natsuki Ikeguchi2023-10-211-0/+6
| | | Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
* fix(backend) ↵shiosyakeyakini2023-10-211-1/+5
| | | | | api/iの未読のお知らせにcreatedAtを追加するように修正 (#12092) Co-authored-by: sorairo <sorairo@shiosyakeyakini.info>
* update depssyuilo2023-10-202-21/+21
|
* update testsyuilo2023-10-201-0/+2
|
* fix(backend): ↵syuilo2023-10-202-2/+16
| | | | | | フォロ限へのリプのリプ元が(非公開)の表示のまま Fix #12083
* enhance(frontend): ↵syuilo2023-10-203-3/+14
| | | | 投稿されてから時間が経過しているノートであることを視覚的に分かりやすく
* chore: tweak MkNotificationssyuilo2023-10-201-1/+1
|
* 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-194-52/+52
|
* fix(frontend): Recieve Unrenote on streaming (#12079)atsuchan2023-10-193-1/+11
| | | | | | | | | | | * fix(frontend): Recieve Unrenote 表示しているリノートがリノート解除されたらストリーミングで受信してすぐに消えるようにする * fix(frontend): Recieve Unrenote lint fixing * fix(frontend): Recieve Unrenote Decapture Decapture忘れてたー
* chore: STLのdb ↵anatawa122023-10-191-9/+11
| | | | | | | fallbackでwithRepliesがtrueのときにすべてのリプライを除外しないように (#12075) MiFollowingを見るのは実装コストが高いため現状実装していない Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* UserLite.nameにnullが入りうるのを型で明示 (#12073)A.Yamamoto2023-10-192-2/+2
| | | | | * UserLite.nameにnullが入りうるのを型で明示 * ドキュメントの追従
* fix(frontend): fix of 30efd932a5syuilo2023-10-191-1/+1
|
* 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-195-30/+37
| | | | Resolve #12030
* refactor and perf tweaksyuilo2023-10-191-1/+2
|
* chore: disable debug log of fastifysyuilo2023-10-191-1/+1
|
* fix(backend): fix of 1671575d5dsyuilo2023-10-192-5/+5
|
* perf(backend): ↵syuilo2023-10-1913-23/+103
| | | | ノートのリアクション情報をキャッシュすることでDBへのクエリを削減
* perf(backend): improve my reaction population performancesyuilo2023-10-191-5/+4
|
* refactorsyuilo2023-10-197-7/+7
|