tamaina
0e267f25a7
Merge branch 'develop' into noman
2023-08-09 01:19:02 +00:00
tamaina
ccecf3cdd0
Merge branch 'fix-menu' into noman
2023-08-09 01:18:57 +00: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
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
tamaina
c57e49516c
情報が欠損している場合があるのでマージで対応
2023-08-08 02:59:08 +00:00
tamaina
70b363f4c3
✌️
2023-08-07 01:44:22 +00:00
tamaina
366dce1758
✌️
2023-08-06 16:36:18 +00:00
tamaina
2d0d87c8c0
add comment
2023-08-06 16:33:17 +00:00
tamaina
bd98c3e3fd
revert watch computed
2023-08-06 16:28:09 +00:00
tamaina
e59ed9008c
diff
2023-08-06 16:15:00 +00:00
tamaina
f083cbbeb2
✌️
2023-08-06 15:38:12 +00:00
tamaina
ff6e3cc2c9
✌️
2023-08-06 15:22:38 +00:00
tamaina
4d252a32dd
✌️
2023-08-06 15:21:00 +00:00
tamaina
8ab1a97ab3
✌️
2023-08-06 14:31:22 +00:00
tamaina
3f53da1296
✌️
2023-08-06 14:29:06 +00:00
tamaina
e00acb5dc1
fix
2023-08-06 14:16:54 +00:00
tamaina
a2c130a484
✌️
2023-08-06 14:09:21 +00:00
tamaina
956b197316
Merge branch 'develop' into noman
2023-08-06 12:46:18 +00:00
tamaina
db15cab350
fix?
2023-08-06 12:46:13 +00:00
tamaina
fb924e6dc3
rm nocache
2023-08-06 12:41:53 +00: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
tamaina
89c245c5e4
Merge branch 'develop' into fix-menu
2023-08-05 13:17:07 +00:00
tamaina
fe04bc6fb1
a
2023-08-05 13:16:32 +00: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
tamaina
58894838f0
fix lint
2023-08-04 14:53:47 +00:00
tamaina
5a3d7f9ef8
✌️
2023-08-04 14:14:09 +00:00
tamaina
68a2d9675f
preferClick
2023-08-04 13:18:11 +00:00
tamaina
9165dc4493
✌️
2023-08-04 13:09:25 +00:00
tamaina
6eaadfac7b
✌️
2023-08-04 13:01:26 +00:00
tamaina
1294f5f06f
✌️
2023-08-04 12:56:06 +00:00
tamaina
c73ec73920
fix
2023-08-04 12:48:11 +00:00
tamaina
8a3dbc1c99
✌️
2023-08-04 12:46:45 +00:00
tamaina
d25c38911d
fix2
2023-08-04 12:05:52 +00:00
tamaina
f7511ac93c
1
2023-08-04 12:05:07 +00:00
tamaina
b73f88fe54
✌️
2023-08-04 11:01:43 +00:00
tamaina
fc0d9366d8
削除時の挙動をちゃんとする
2023-08-04 10:53:26 +00:00
tamaina
150b4d7715
Merge branch 'develop' into noman
2023-08-04 19:43:37 +09:00