1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-05 02:08:56 +09:00
Commit Graph

4219 Commits

Author SHA1 Message Date
NoriDev
a3b628f197 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-08-18 17:04:54 +09:00
NoriDev
5afdb6324b Merge commit 'refs/pull/11729/head' of https://github.com/misskey-dev/misskey into develop 2023-08-18 17:02:43 +09:00
NoriDev
75ba0c52bd Merge remote-branch 'misskey/develop' 2023-08-18 17:02:13 +09:00
woxtu
dd1783f984
chore(backend): Resolve import/no-default-export rule violations (#11732)
* Disable `import/no-default-export` properly

* Disable `import/no-default-export`
2023-08-17 21:20:58 +09:00
NoriDev
08d8b28a81 chore: logger.ts 2023-08-17 16:18:06 +09:00
caipira113
e7178ce807 If the error level is warning, it is included in Cloud Logging. 2023-08-17 16:17:02 +09:00
Sayamame-beans
ed12aaeb2c
fix(frontend): Possibility of exception in non-semver version format 2023-08-17 00:55:09 +09:00
Sayamame-beans
f633860a12
fix: aiscript version check of plugin 2023-08-16 23:07:32 +09:00
syuilo
792622aead
refactor: prefix Mi for all entities (#11719)
* wip

* wip

* wip

* wip

* Update RepositoryModule.ts

* wip

* wip

* wip

* Revert "wip"

This reverts commit c1c13b37d2aaf3c65bc148212da302b0eb7868bf.
2023-08-16 17:51:28 +09:00
NoriDev
0b3aa6d45c Merge commit 'refs/pull/11721/head' of https://github.com/misskey-dev/misskey into develop 2023-08-16 17:30:30 +09:00
NoriDev
b8415e6d63 fix(frontend): 通報を処理してもインジケーターが消えない問題 2023-08-16 17:22:20 +09:00
NoriDev
6958bcf1a3 Merge remote-branch 'misskey/develop' 2023-08-16 17:13:56 +09:00
Hexirp
d9cb892e06
fix(frontend): "メッセージを送信" の初期テキストを
あるサーバー A にいるとする。他のサーバー B のユーザー X へ
「メッセージを送信」しようとしたとする。その時に出てくる投稿
フォームには X へのメンションが最初から入っている。

しかし、そのメンションには B の情報が入っておらず、 A の
同名ユーザー X へのメンションとなってしまっている。

See https://github.com/misskey-dev/misskey/issues/11716
2023-08-14 21:17:23 +09:00
파링
c3fd848750
fix: word mute is not applied to sub note (#11711)
* fix: word mute is not applied to sub note

* chore: update changelog

* chore: run eslint fix

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-08-14 13:02:59 +09:00
Kagami Sascha Rosylight
ab58b651f7
fix(frontend/scroll): no callback for disconnected elements (#11714)
* fix(frontend/scroll): no callback for disconnected elements

* Update CHANGELOG.md
2023-08-13 21:22:57 +09:00
syuilo
bbef2a953e enhance(frontend): tweak user moderation page 2023-08-13 21:02:25 +09:00
syuilo
a8d7b69fbd fix(frontend): fix style of _error_.vue 2023-08-13 20:23:54 +09:00
syuilo
9487856495
feat: refine announcement (#11497)
* wip

* Update read-announcement.ts

* wip

* wip

* wip

* Update index.d.ts

* wip

* Create 1691649257651-refine-announcement.js

* wip

* wip

* wip

* wip

* wip

* wip

* Update announcements.vue

* wip

* wip

* Update announcements.vue

* wip

* Update announcements.vue

* wip

* Update misskey-js.api.md

* Update users.ts

* Create MkAnnouncementDialog.stories.impl.ts

* wip

* wip

* Create AnnouncementService.ts
2023-08-13 20:12:29 +09:00
Kagami Sascha Rosylight
2896fc6cb4
fix(frontend/MkUrlPreview): allow fullscreen from tweets (#11712)
* fix(frontend/MkUrlPreview): allow fullscreen from tweets

* Update url-preview.test.ts
2023-08-13 12:29:13 +09:00
anatawa12
5aada8bbe2
fix(backend): correctFilename changes dll to exe (#11710) 2023-08-13 00:01:17 +09:00
NoriDev
ec5dd7c5bf feat(frontend): スクロール時の要素表示機能をFriendly以外のUIにも対応 2023-08-09 18:02:03 +09:00
NoriDev
3aeb5b52a1 missing 15683370 2023-08-09 17:26:20 +09:00
NoriDev
65027b507f fix(frontend/friendly): スクロールしてもウィジェットボタンが隠れない問題 2023-08-09 17:19:52 +09:00
NoriDev
ed326bed28 fix(frontend/friendly): ウィジェットボタンで「UIのアニメーションを減らす」オプションが適用されない 2023-08-09 17:18:57 +09:00
NoriDev
0b2ecececc enhance(frontend): 「モーダルにぼかし効果を使用」オプションが非活性になっている場合、画像をタップして表示するときに表示される背景を暗く調整 2023-08-09 17:08:30 +09:00
NoriDev
f5f8630812 enhance(frontend): 新しい通報がある場合、ナビゲーションバーのコントロールパネルアイコンとコントロールパネルページの通報セクションに点が表示 2023-08-09 16:38:55 +09:00
NoriDev
a1b11850ee Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-08-09 16:00:30 +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
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
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
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