summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix(backend): ↵syuilo2023-10-223-3/+19
| | | | | | リストTLに自分のフォロワー限定投稿が含まれない問題を修正 Fix #12110
* :art:syuilo2023-10-221-3/+7
|
* Update about-misskey.vuesyuilo2023-10-221-0/+1
|
* 2023.11.0-beta.1syuilo2023-10-211-1/+1
|
* Feat: ↵かっこかり2023-10-2115-158/+784
| | | | | | | | | | | | | | | | | 外部サイトからテーマ・プラグインのインストールができるように (#12034) * Feat: 外部サイトからテーマ・プラグインのインストールができるように * Update Changelog * Change Changelog * Remove unnecessary imports * Update fetch-external-resources.ts * Update CHANGELOG.md * Update CHANGELOG.md
* すべてのフォロー中の人のwithRepliesを変える機能 (#12049)anatawa122023-10-217-0/+80
| | | | | | | | | * 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-2138-19/+888
| | | | | | | | | | | * wip * Update ja-JP.yml * Update profile.vue * .js * Update home.test.ts
* Update CHANGELOG.mdsyuilo2023-10-211-1/+1
|
* New Crowdin updates (#12094)syuilo2023-10-216-1/+127
| | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Uyghur) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Croatian) * New translations ja-jp.yml (Haitian Creole) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Chinese Simplified)
* 2023.10.2syuilo2023-10-211-1/+1
|
* 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>
* chore: Pull Request時にapi.jsonの差分を表示するActions workflow ↵taichan2023-10-211-0/+225
| | | | | | | | | | | | | | | | | | | | | | | (#12090) * chore: Pull Request時にapi.jsonのdiffを出力するworkflow * refactor: job names * fix: set repository to get api diff * chore: set permission to workflow * set sleep 30s (shorter) * chore: set label of diff * chore: more attempts to fetch misskey * chore: add full diff output of api.js * chore: save full-diff to Artifact * chore: add message to download diff Artifact
* update depssyuilo2023-10-203-455/+577
|
* update testsyuilo2023-10-201-0/+2
|
* fix(backend): ↵syuilo2023-10-202-2/+16
| | | | | | フォロ限へのリプのリプ元が(非公開)の表示のまま Fix #12083
* enhance(frontend): ↵syuilo2023-10-204-3/+15
| | | | 投稿されてから時間が経過しているノートであることを視覚的に分かりやすく
* 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-192-1/+3
| | | | 管理者権限のロールを持っていても一部のAPIが使用できないことがある問題を修正
* disable cypress widgets testssyuilo2023-10-191-0/+2
|
* update depssyuilo2023-10-196-500/+439
|
* New Crowdin updates (#12070)syuilo2023-10-197-9/+27
| | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Chinese Traditional)
* Update CHANGELOG.mdsyuilo2023-10-191-1/+1
|
* 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(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#12062)dependabot[bot]2023-10-1911-14/+14
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 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
* 2023.10.2-beta.2syuilo2023-10-191-1/+1
|
* Update CHANGELOG.mdsyuilo2023-10-191-0/+1
|
* enhance: nyaizeはクライアントで表示時に行うようにsyuilo2023-10-196-31/+39
| | | | 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
|
* perf(backend): reduce needless populateMyReaction callssyuilo2023-10-198-15/+29
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-10-187-24/+114
|\
| * New Crowdin updates (#12036)syuilo2023-10-187-24/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (German) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai)
* | Update CHANGELOG.mdsyuilo2023-10-181-3/+4
|/
* 2023.10.2-beta.1syuilo2023-10-181-1/+1
|