NoriDev
fbf5641365
lint
2023-08-22 17:02:39 +09:00
NoriDev
f8d6f49964
enhance(frontend): チャットページのデザイン改善
2023-08-22 16:56:50 +09:00
NoriDev
142799d70a
fix: チャットでAutocompleteを使用できなかった問題
2023-08-22 16:56:34 +09:00
NoriDev
2497476f1d
🎨
2023-08-21 17:32:47 +09:00
NoriDev
358662795e
デフォルトのダークテーマを「Rosé Pine Moon」に変更
2023-08-21 17:03:42 +09:00
NoriDev
485eaf960c
Rosé Pineテーマ追加
2023-08-21 17:02:19 +09:00
NoriDev
1a608cfcdb
Merge remote-branch 'misskey/develop'
2023-08-21 16:58:14 +09:00
かっこかり
b60ff1f1ce
fix(misskey-js): Play関連の権限を追加(APIコンソールで発行可能に) ( #11360 )
...
* (add) permission: flash
* update changelog
* Update CHANGELOG.md (カレンダーリリース対応)
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-08-21 13:01:08 +09:00
syuilo
8038049068
enhance(frontend/aiscript): 現在の設定言語を取得できるように
...
Resolvve #11750
2023-08-21 11:53:06 +09:00
Hexirp
bf6158ca71
fix(frontend): "メッセージを送信" の初期テキストを修正する ( #11721 )
...
* fix(frontend): "メッセージを送信" の初期テキストを
あるサーバー A にいるとする。他のサーバー B のユーザー X へ
「メッセージを送信」しようとしたとする。その時に出てくる投稿
フォームには X へのメンションが最初から入っている。
しかし、そのメンションには B の情報が入っておらず、 A の
同名ユーザー X へのメンションとなってしまっている。
See https://github.com/misskey-dev/misskey/issues/11716
* Update CHANGELOG.md
2023-08-20 17:54:11 +09:00
taichan
af806352a1
feat: ローカルのみノート検索 ( #11451 )
...
* Add local search
* Update CHANGELOG
* lint
* Remove TODO comment
* lint
* Update packages/backend/src/core/SearchService.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-08-20 13:39:37 +09:00
atsuchan
750085ffd5
Fix: DB CONSTRAINT of RenoteMuting ( #11724 )
...
* Fix: DB CONSTRAINT of RenoteMuting
* change order of migration of fixing renotemuting
2023-08-20 13:22:37 +09:00
Essem
3eacbe6b6d
enhance(backend): Add address bind config option ( #11725 )
...
* Add address bind config option
* Edit changelog
* forgot to add to types
2023-08-20 13:20:01 +09:00
syuilo
c9aeccb2ab
fix(backend): ジョブキュー管理画面の認証を回避できる問題を修正
2023-08-20 10:00:10 +09:00
Juunini
60fe5d6824
fix(backend): fix typo lnik
to link
( #11740 )
2023-08-19 15:49:21 +09:00
Sayamame-beans
ba16abb9f3
fix(frontend): Misskeyプラグインをインストールする際のAiScriptバージョンのチェックが0.14.0以降に対応していない問題を修正 ( #11729 )
...
* fix: aiscript version check of plugin
* Update CHANGELOG.md
* docs(CHANGELOG): remove 11420 issue link
* fix(frontend): Possibility of exception in non-semver version format
2023-08-18 19:36:05 +09:00
NoriDev
37a6ab6a49
NodeinfoのSoftware名をCherryPick以外の名前に変更する際に関連するコメントを追加
2023-08-18 17:33:59 +09:00
NoriDev
da9df033c5
missing dd1783f9
2023-08-18 17:21:21 +09:00
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