summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* lint fixsyuilo2023-10-301-0/+2
|
* Update .eslintrc.jssyuilo2023-10-301-0/+7
|
* feat: ↵GrapeApple02023-10-3014-9/+52
| | | | | | | | | | | | | | | | | | | アイコンデコレーションの管理をロールで設定できるように (#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>
* tweak MkPullToRefreshsyuilo2023-10-301-15/+17
|
* fix(backend): We can renote pure renote (#12171)anatawa122023-10-305-5/+19
| | | | | | | | | | | | | | | | | | | | | | | * 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>
* enhance(frontend): URL入力フォームのtypeをurlにsyuilo2023-10-307-15/+15
| | | | Resolve #12137
* fix(frontend): ↵syuilo2023-10-302-1/+6
| | | | | | 標準テーマと同じIDを使用してインストールできてしまう問題を修正 Fix #12188
* Update CHANGELOG.mdsyuilo2023-10-301-0/+4
|
* chore(deps): bump actions/setup-node from 3.8.1 to 4.0.0 (#12128)dependabot[bot]2023-10-307-11/+11
| | | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 2023.11.0-beta.6syuilo2023-10-301-1/+1
|
* feat(frontend): ↵_2023-10-3014-80/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | スワイプやボタンでタイムラインを再読込する機能 (#12113) * pc reloading * add: disable TL websocket option * fix: stream disconnect when reload * add: pull to refresh * fix: pull to refresh * add changelog * fact: change to disableStreamingTimeline * lint * remove: en-US text * refactor * refactor * add license identifier * tweak * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * change name timeoutHeartBeat * tweak * :art: --------- 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-302-2/+6
| | | | | | | | | | | | フォローしたユーザが、自分のフォローしていないチャンネルにノートを投稿した時、そのノートがHTLで見えてしまう (#12186) * #12181 の問題に対処 「ユーザー・チャンネルともにフォローあり」のときの絞り込みに不備があり、フォローしているユーザの投稿であればチャンネルのフォロー関係なく通過するようになってしまっていた * fix CHANGELOG.md --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* Update CHANGELOG.mdsyuilo2023-10-301-0/+1
|
* fix: 個人カードのemojiがバッテリーになっている #12189 (#12190)yupix2023-10-301-1/+1
|
* 2023.11.0-beta.5syuilo2023-10-291-1/+1
|
* Update CHANGELOG.mdsyuilo2023-10-291-1/+2
|
* fix(backend): ↵かっこかり2023-10-294-1/+5
| | | | | | | | | プロフィールの自己紹介欄のMFMを連合するように (#12184) * (fix) federate user description mfm * fix * Update Changelog
* typosyuilo2023-10-291-1/+1
|
* Feat: リモートユーザーの更新をできるように (#12172)まっちゃてぃー2023-10-291-0/+14
| | | | | | | | | | | | | | | | | | * Feat: リモートユーザーの更新をできるように Signed-off-by: mattyatea <mattyacocacora0@gmail.com> * Update packages/frontend/src/scripts/get-user-menu.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Update packages/frontend/src/scripts/get-user-menu.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> --------- Signed-off-by: mattyatea <mattyacocacora0@gmail.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(backend): STLにGTLの投稿が混ざる問題を修正syuilo2023-10-291-1/+4
| | | | Fix #12169
* lint fixessyuilo2023-10-2915-17/+48
|
* Fix: ↵おさむのひと2023-10-292-6/+36
| | | | | | | | | | | notes/timelineにフォローしているチャンネルのノートを含める (#12179) * notes/timelineにフォローしているチャンネルのノートを含める * fix CHANGELOG.md --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* MkCodeのパースエンジンをShikiに変更 (#12102)かっこかり2023-10-2912-93/+380
| | | | | | | | | | | | | | | | | | | | | | | | | | | * (swap) prism -> shiki * fix styles * (bump) aiscript-vscode to v0.0.5 * refactor * replace prism-editor (beta) * Update scratchpad.vue * (enhance) MkCodeEditor自動インデント改行 * (fix) lint * (add) scratchpad: MkStickyContainer * Update CHANGELOG.md * clean up --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): tweak about-misskey pagesyuilo2023-10-293-13/+17
|
* Update CHANGELOG.mdsyuilo2023-10-291-0/+2
|
* Update .eslintrc.jssyuilo2023-10-291-0/+5
|
* feat: チャンネルの作成・更新時にapiWithDialogを使うように ↵yupix2023-10-292-5/+3
| | | | | | | | | (#12142) * feat: チャンネル作成、更新時にapiWithDialogを使うように * chore: 不要なsuccessの呼び出しを削除 * chore: 誤って削除した必要なコードを元通りに
* 2023.11.0-beta.4syuilo2023-10-281-1/+1
|
* New Crowdin updates (#12101)syuilo2023-10-2821-20/+508
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (German) * New translations ja-jp.yml (English) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Slovak) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Bengali) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Uzbek) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (German) * New translations ja-jp.yml (English) * New translations ja-jp.yml (German) * New translations ja-jp.yml (English) * New translations ja-jp.yml (German) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (German) * New translations ja-jp.yml (English) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Italian)
* feat(frontend): ↵taichan2023-10-283-3/+8
| | | | | | | | | | | プラグインを用いて疑似的にミュートできるようにする (#12135) * feat: mute note using plugin * Update CHANGELOG --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): MFMパース時に意図せずnyaizeされる問題を修正 ↵かっこかり2023-10-286-19/+26
| | | | | | | | | | | | | | | | | (#12161) * Update MkMisskeyFlavoredMarkdown.ts * Update MkMisskeyFlavoredMarkdown.ts * Update MkMisskeyFlavoredMarkdown.ts * Update MkNote.vue * (fix) にゃいずをノートでのみ適用 * fix * Fix lint
* update depssyuilo2023-10-286-495/+512
|
* Update CHANGELOG.mdsyuilo2023-10-281-2/+2
|
* enhance(frontend): データセーバー有効時はGIFアバターを停止 ↵かっこかり2023-10-282-1/+2
| | | | | | | | | | | | | (#12165) * (enhance) データセーバーモード有効時はGIFアバターを停止 * Update Changelog * Update CHANGELOG.md --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): ↵かっこかり2023-10-282-1/+4
| | | | | | | | | | | MkGoogleのクエリを正しくエンコードできるように修正 (#12164) * (fix)MkGoogleで一部キーワードのURLエンコードに失敗する * Update Changelog --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): ↵かっこかり2023-10-282-9/+39
| | | | | | | Intlが対応していない言語の場合はフォールバックする (#12163) * (fix) Intlが対応していない言語の場合はフォールバックする * Update Changelog
* enhance: プラグイン削除時にアクセストークンも削除する ↵かっこかり2023-10-283-9/+27
| | | | | | | (#12167) * (enhance) プラグイン削除時にトークンも削除 * update changelog
* fix(backend): ↵taichan2023-10-272-1/+2
| | | | | | | | | | | | | | | ハッシュタグのランキングの問い合わせ結果がないときのエラー修正 (#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-278-34/+127
| | | | | | | | | | | | | チャンネルのフォロー・アンフォローの反映速度を改善 (#12149) * チャンネルのフォロー・アンフォローの反映速度を改善 * fix lint * userFollowingChannelsCacheの場所をCacheServiceからChannelFollowingServiceに移動 --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* fix(frontend): ユーザーページの ノート > ファイル付き ↵NoriDev2023-10-272-1/+2
| | | | タブにリプライが表示されてしまう (#12148)
* chore(frontend): ↵Lya2023-10-255-6/+8
| | | | 絵文字名のフィールドでautocapitalizeしないように (#12139)
* Fix: ↵ikasoba2023-10-252-1/+18
| | | | | | | STLでフォローしていないチャンネルが表示される問題を修正 (#12143) * タイムラインをpostgresから取得する際にフォローしていないチャンネルが取得されるのを修正 * CHANGELOGに追記
* feat(AiScript): Mk:nyaize() を追加 (#12136)かっこかり2023-10-252-0/+6
| | | | | | | * feat(AiScript): Mk:nyaize * Update Changelog * Fix relative path
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-10-247-56/+167
|\
| * fix: ↵yukineko2023-10-245-48/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * ci: fix pullreq number may not get correctly (#12127)anatawa122023-10-242-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert "remove save-pr-number" This reverts commit 085f4bd76992fa0b3e4219a5c132b72f68c3d2cc. * Revert "Update report-api-diff.yml" This reverts commit b73daf4c0ec4240ea39b183a6b93f209b63e6d81. * Revert "Update report-api-diff.yml" This reverts commit cbf2b5ad8a7cba769446fa9bcf1f129c6f03db8c. * Revert "try to get pull request id from github.event.workflow_run.pull_requests" This reverts commit 07517ce501c12e75da03d325c23968d75ac37d00.
* | :art:syuilo2023-10-242-1/+11
|/
* ci: fix pull_req時にAPI diffの実行ができない (#12123)anatawa122023-10-242-54/+94
| | | | | | | | | | | | | * initial commit for report-api-diff.yml * add api-{base,head}.json into api-artifact * try to get pull request id from github.event.workflow_run.pull_requests * Update report-api-diff.yml * Update report-api-diff.yml * remove save-pr-number
* feat: Facilitates the rollback of migration operations (#12109)MomentQYC2023-10-232-0/+2
| | | | | * Update package.json * Update package.json