summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: レジストリAPIをサードパーティから利用可能に (#12229)syuilo2023-11-0323-230/+268
| | | | | | | | | * wip * wip * Update remove.ts * refactor
* CWを使用する場合、注釈を空にすることを許可しないsyuilo2023-11-035-2/+13
| | | | Resolve #12217
* enhance(frontend): tweak drive file componentsyuilo2023-11-033-6/+15
| | | | Resolve #12220
* clean upsyuilo2023-11-031-1/+0
|
* fix ↵Srgr02023-11-022-1/+2
| | | | | | | 絵文字ピッカーでバッテリーの絵文字が複数表示される問題を修正 (#12212) * Update emojilist.json * Update CHANGELOG.md
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-11-023-3/+3
|\
| * docs: Remove forum references and use Github Discussions (#12158)Tom Anderson2023-11-023-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * docs: Replace forum with Github Discussions * Remove outdated forum link from CONTRIBUTING.md * Remove outdated forum link from misskey-js/CONTRIBUTING.md * Remove outdated forum link from misskey-js/docs/CONTRIBUTING.en.md --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* | enhance(frontend): tweak MkNotificationsyuilo2023-11-023-20/+22
|/
* Revert "enhance(frontend): ↵syuilo2023-11-021-1/+1
| | | | | | 「内容を隠す」でリアクションも隠れるように" This reverts commit e85b8217c0eda4b0cb2ebf5642cabd2af7212140.
* enhance(frontend): improve pull to refreshsyuilo2023-11-023-36/+56
|
* 2023.11.0-beta.8syuilo2023-11-021-1/+1
|
* Update locales/ja-JP.ymlsyuilo2023-11-021-2/+2
| | | Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* feat: notification groupingsyuilo2023-11-0219-66/+581
| | | | Resolve #12211
* fix(frontend): /about ↵Camilla Ett2023-11-021-1/+1
| | | | の連合タブのレイアウトが一部崩れているのを修正 (#12215)
* i/updateのレートリミットを緩和syuilo2023-11-011-1/+1
|
* 2023.11.0-beta.7syuilo2023-11-011-1/+1
|
* tweak testsyuilo2023-11-011-1/+1
|
* fix vitestsyuilo2023-11-011-1/+1
|
* :art:syuilo2023-11-011-2/+2
|
* fixsyuilo2023-11-011-0/+1
|
* update depssyuilo2023-11-016-705/+801
|
* tweak default configurationsyuilo2023-11-011-1/+1
|
* perf(backend): remove needless querysyuilo2023-11-012-13/+3
| | | | #12206
* Feat: 未読通知数を表示できるように (#11982)かっこかり2023-11-0122-28/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 未読通知数を表示できるように * Update Changelog * オプトインにする * Fix lint * (add) テスト通知のプッシュ通知を追加 * add test * フロントエンドの表示上限を99に変更 * Make it default on * 共通スタイルをくくりだす * Update Changelog * tweak * Update UserEntityService.ts * rename * Update navbar-for-mobile.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): ↵syuilo2023-11-011-1/+1
| | | | | | 「内容を隠す」でリアクションも隠れるように Resolve #12199
* perf(frontend): ノート表示時のMFMパース処理を減らすsyuilo2023-11-015-12/+12
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-10-314-55/+80
|\
| * Update CHANGELOG.mdsyuilo2023-10-311-1/+1
| |
| * feat: add tools to navbar (#12204)anatawa122023-10-313-27/+46
| | | | | | | | | | * feat: add tools to navbar * docs(changelog): ナビゲーションバーにツールを追加しました
| * fix: ↵果物リン2023-10-311-28/+34
| | | | | | | | | | | | | | headerActionにPC以外で空のボタンが出てしまうバグの修正 (#12202) * headerActionにPC以外で空のボタンが出てしまうバグの修正 * fix eslint
* | Update .eslintrc.jssyuilo2023-10-311-0/+2
|/
* fix(backend): ↵_2023-10-313-2/+3
| | | | | | | 自身の宛先なしダイレクト投稿がストリーミングで流れてこない問題を修正 (#12203) * fix: dm stream * add CHANGELOG
* :art:syuilo2023-10-313-2/+38
|
* fix(backend): ↵syuilo2023-10-313-9/+6
| | | | アクセストークンを削除すると、通知が取得できなくなる場合がある問題を修正
* Update CHANGELOG.mdsyuilo2023-10-301-1/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-10-304-72/+102
|\
| * chore: Convert issue templates to YAML (#12194)Shun Sakai2023-10-304-72/+102
| |
* | lint fixessyuilo2023-10-302-1/+4
|/
* 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