Commit graph

24964 commits

Author SHA1 Message Date
NoriDev a1b11850ee Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-08-09 16:00:30 +09:00
syuilo dc8a130570 use node 20.5.0 2023-08-09 09:52:30 +09:00
HAL9000COM 41ba242c9c
Update node to 20.5.0 (#11463) 2023-08-09 09:52:01 +09:00
tamaina e6f3dd81ba
fix(frontend): MkPopupMenuがドロワーで子メニューの出現と同時にpopupをresolveさせるのをやめさせる (#11441)
* fix(frontend): MkPopupMenuがドロワーで子メニューの出現と同時にpopupをresolveさせるのをやめさせる

* fix

* noCache

* ✌️

* fix

* ????

* a

* a

* ✌️

* fix emoji picker

* ?????

* close

* 1

* fix2

* ✌️

* fix

* ✌️

* ✌️

* ✌️

* preferClick

* ✌️

* fix lint

* a

* rm nocache
2023-08-09 09:08:47 +09:00
NoriDev af4d97f083 enhance: コントロールパネル - 通報ページのボタンの見やすさ向上 2023-08-08 17:34:12 +09:00
NoriDev f8d88a471c feat(frontend): Renote自体を通報できるように 2023-08-08 17:30:37 +09:00
NoriDev ec06e74506 feat(frontend): ノートのリアクションボタンのアイコンを変更し、削除をせずにリアクションを変更できるように 2023-08-08 16:52:28 +09:00
NoriDev 38ffb7653a Merge branch 'develop' of https://github.com/kokonect-link/cherrypick into develop 2023-08-08 16:11:56 +09:00
NoriDev d165143658
Merge pull request #80 from caipira113/gm-cloudLogging
perf(backend): Registering Cloud Logging as a global module
2023-08-08 16:11:23 +09:00
NoriDev 8fb121e3e5 Merge remote-branch 'misskey/develop' 2023-08-08 16:08:53 +09:00
NoriDev 8ccf966ef8 Merge remote-branch 'misskey/develop' 2023-08-08 16:03:36 +09:00
Kagami Sascha Rosylight ec229dbd3b
fix(backend/ApNoteService): try retrieving again when failed by duplication (#11472)
* fix(backend/ApNoteService): try retrieving again when failed by duplication

* Update CHANGELOG.md

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-08-08 13:26:03 +09:00
tamaina f6a3f6f5f1
enhance(backend): Improve behavior of correctFilename (#11484)
* enhance(backend): Improve behavior of correctFilename

* ✌️

* 未知のファイル形式かつ拡張子がある場合は何もしない

* ✌️

* .ext

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-08-08 13:24:30 +09:00
anatawa12 b26e4dc505
fix: muteがapiからのuser list timeline取得で機能しない (#11480) 2023-08-08 13:23:25 +09:00
Srgr0 43375409f7
fix(frontend): webkit-text-size-adjustを100%に固定する (#11487)
* disable webkit-text-size-adjust

* Update CHANGELOG.md
2023-08-08 13:22:01 +09:00
caipira113 f5263eab2e
perf(backend): Registering Cloud Logging as a global module 2023-08-07 18:27:34 +09:00
NoriDev 85e9e1da16 feat: ノート作成フォームの「ノート」ボタンを「にゃん!」に変更できるオプションを追加 2023-08-07 16:59:10 +09:00
tamaina db5046ed3a fix typo 2023-08-06 12:16:49 +00:00
tamaina 722a731c26 chore: Increase displayLimit in about.federation.vue
https://github.com/misskey-dev/misskey/issues/11355#issuecomment-1666823238
2023-08-06 12:15:28 +00:00
かっこかり 1d557089e9
Delete Misskey Forum (Issue template) (#11475) 2023-08-06 11:46:19 +09:00
Ryosei 2fb31a520a
fix:ドライブ ファイルの削除を確認するダイアログが誤解を招く (#11465)
* fix:ドライブ ファイルの削除を確認するダイアログが誤解を招く

* fix:ドライブのファイル削除メッセージ修正(全て→一部)
2023-08-06 11:34:56 +09:00
anatawa12 97adc27d4e
Merge branch 'develop' into report-renote-abuse 2023-08-05 20:53:38 +09:00
anatawa12 8f8b546fe1
docs: Renote自体を通報できるように 2023-08-05 20:53:04 +09:00
anatawa12 e949b53f91
feat: report abuse for renote 2023-08-05 20:48:37 +09:00
anatawa12 d857801e03
chore: add way to show renote in window / tab 2023-08-05 20:24:57 +09:00
syuilo b43906705c Update CHANGELOG.md 2023-08-05 14:10:14 +09:00
Ibuki Sugiyama e11320dbb7
feat: increase emoji picker search results (#11371)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-08-05 14:05:32 +09:00
tamaina 2217a3c549
chore: cacheRemoteFilesのデフォルト値をfalseに (#11398)
* chore: cacheRemoteFilesのデフォルト値をfalseに

* proxyRemoteFiles to default

* update ja-JP.yml

* update ja-JP.yml

* youCanCleanRemoteFilesCache

* changelog

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-08-05 14:03:01 +09:00
anatawa12 c5b8766a18
feat: sensitive channel (#11438)
* feat(backend): add isSensitive to Channel

* feat(backend): support isSensitive in channel endpoints

* feat(frontend/channel-editor): support isSensitive in create/edit channel page

* feat(frontend/channel): show sensitive indicator for sensitive channels

* docs(changelog): add チャンネルをセンシティブ指定できるようになりました

* chore: license header for each file

* chore: add isSensitive of channel to Note object
2023-08-05 13:58:31 +09:00
woxtu 79966d33b5
Fix typos (#11450) 2023-08-05 13:56:33 +09:00
woxtu 8a6791da3f
refactor(backend): Remove unused injections (#11462)
* Remove unused injections

* Remove unused imports
2023-08-05 10:33:00 +09:00
NoriDev bd936458b5 fix b7e427ae 2023-08-05 00:54:42 +09:00
NoriDev fb75a2dd93 fix: 設定バックアップ時に一部の設定が欠落してバックアップされる問題 2023-08-05 00:49:21 +09:00
NoriDev b7e427ae10 tweak 5ad37c97 2023-08-05 00:43:35 +09:00
NoriDev 5ad37c9700 feat: スクロール時の要素表示(ヘッダー、フローティングボタン、ナビゲーションバー)をカスタマイズできるオプションを追加 2023-08-05 00:30:29 +09:00
NoriDev 93e65570ba store.tsの順番の変更 2023-08-04 17:31:17 +09:00
NoriDev d72934f27d chore: removed unused import 2023-08-04 17:18:06 +09:00
NoriDev 66e76bff67 feat: about-misskeyページでクライアントバージョンを押すと、更新情報を確認できる 2023-08-04 16:59:34 +09:00
NoriDev d5579d89aa Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-08-04 16:36:40 +09:00
NoriDev 14a9750f10 Update CHANGELOG_CHERRYPICK.md 2023-08-04 16:35:08 +09:00
NoriDev 11f3e3b7a1 refactor(frontend/friendly): ぼかしコードをフローティングボタンにもマージ 2023-08-04 16:33:59 +09:00
NoriDev 13534588d4 fix(frontend/friendly): ぼかし効果を使用すると、下部のナビゲーションバーの読みやすさが非常に低下する問題 2023-08-02 17:34:15 +09:00
tamaina b465bcd601 chore(frontend): video sourceからtypeを削除
Resolve #7894
2023-08-02 08:14:17 +00:00
NoriDev 9500a1e2fb Update CHANGELOG_CHERRYPICK.md 2023-08-02 17:09:08 +09:00
NoriDev 32c2bc1c44 fix(frontend): モバイルでヘッダーのデザインを変更すると、ぼかし設定が強制された 2023-08-02 17:07:42 +09:00
NoriDev 73f419950a lint 2023-08-02 17:03:44 +09:00
NoriDev 658ff64cf0 fix(backend): ServerStatsService start within running app (dedfc7a3) 2023-08-02 16:35:14 +09:00
NoriDev dedfc7a35e Merge commit 'refs/pull/11342/head' of https://github.com/misskey-dev/misskey into develop 2023-08-02 16:33:38 +09:00
NoriDev 3b8619cdee Merge pull request #10949 from misskey-dev 2023-08-02 16:33:24 +09:00
NoriDev bf7a15f358 fix(frontend): 動きのあるMFM無効時にレインボー文字が出ない問題を修正 2023-08-02 16:15:02 +09:00