1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-12 21:58:58 +09:00
Commit Graph

3921 Commits

Author SHA1 Message Date
NoriDev
117cf6c30a tweak 43782d22 2023-06-23 18:51:11 +09:00
NoriDev
43782d223d enhance(client): MkPostFormDialogの改善 2023-06-23 17:32:11 +09:00
NoriDev
5ce3756cf9 enhance(client): ノートの内容がない場合、翻訳ボタンを有効にしない 2023-06-23 17:08:26 +09:00
NoriDev
4b85f4f6e6 tweak b7ecb6f7 2023-06-23 16:44:32 +09:00
NoriDev
351cea0b52 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-06-23 16:35:24 +09:00
Caipira
e8c5117b2d
fix(backend): Resolve missing parseObjectId in IdService (#11039) 2023-06-23 16:30:47 +09:00
NoriDev
d6f18f6584 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-06-23 15:37:24 +09:00
NoriDev
101adfc46d feat: タイムラインを編集できるように 2023-06-22 20:29:05 +09:00
NoriDev
41948632c4 fix missing icon 2023-06-22 19:37:39 +09:00
NoriDev
e85b35cc63 Update cherrypick-js.api.md 2023-06-22 19:37:20 +09:00
NoriDev
e73f52cc86 Update cherrypick-js.api.md 2023-06-22 17:06:45 +09:00
NoriDev
728b450186 fix missing icon 5e02db85 2023-06-22 17:01:55 +09:00
NoriDev
9598552367 feat: メディアタイムラインを改善 2023-06-22 17:00:32 +09:00
NoriDev
5e02db855e feat: キャットタイムラインを追加 2023-06-22 16:44:37 +09:00
Balazs Nadasdi
e2261b63e9
fix: clear queue endpoint error with redis script (#11037)
Error message:
```
ReplyError: ERR value is not an integer or out of range script: 720d973b3877f92b4fb3285ced83c97cdd204979, on @user_script:209.
```

The whole error can be tracked back to one of the arguments, which is
`Infinity` in the codebase, but it has to be a number.

The documentation in bullmq says `0` is unlimited[^1], and bullmq tries to
parse the argument with `tonumber` which returns with `-9223372036854775808` if
the argument is `"Infinity"` which is out of bound.

```
127.0.0.1:6379> eval 'return tonumber(ARGV[3])' '2' 'slippy.xyz:queue:inbox:inbox:delayed' 'slippy.xyz:queue:inbox:inbox:events' 'slippy.xyz:queue:inbox:inbox:' '1687183763944' Infinity 'delayed'
(integer) -9223372036854775808
127.0.0.1:6379>
```

[^1]: https://github.com/taskforcesh/bullmq/blob/master/src/commands/cleanJobsInSet-2.lua#L10

Signed-off-by: Efertone <efertone@pm.me>
2023-06-22 15:56:40 +09:00
NoriDev
2654f6013d feat: ノートの時刻を日付で表示する機能 2023-06-21 16:39:41 +09:00
NoriDev
d5747a3f36 feat: コントロールパネルのメイン画面にサーバーメトリクスを追加 2023-06-21 16:09:35 +09:00
NoriDev
d499f5a4a9 enhance(client): welcomeBackメッセージをMFMでレンダリング 2023-06-21 15:45:48 +09:00
NoriDev
02f8258c70 Merge branch 'fix-note-header-reaction-acceptance' of https://github.com/kokonect-link/cherrypick into develop 2023-06-21 03:10:36 +09:00
NoriDev
463d4a9fe2 リアクションの受け入れのデフォルト値を全体に設定 2023-06-21 03:10:17 +09:00
NoriDev
28cd670d95 add cherrypick badge 2023-06-21 03:07:48 +09:00
NoriDev
5cce3215be enhance(client): 絶対時刻で表示する場合、ツールチップでは相対時刻を表記 2023-06-21 03:04:25 +09:00
NoriDev
8ba57763a6 enhance(client): ユーザーポップアップデザインの改善 2023-06-21 02:42:43 +09:00
NoriDev
8c8b7fa20c fix(client): サブノートの内容非表示ボタンのデザインが間違って表示される問題 2023-06-21 02:32:25 +09:00
NoriDev
d54e28d286 enhance(client): Renoteする前に確認ポップアップを表示 2023-06-21 02:30:57 +09:00
NoriDev
d76dc26409 test 2023-06-21 02:01:54 +09:00
NoriDev
6268e1035f fix(client): アイコンが透明なときにノート返信線が映る問題 2023-06-20 19:56:18 +09:00
NoriDev
b7ecb6f711 fix(client): ノートデザインが正しく表示されない問題 2023-06-20 18:52:42 +09:00
NoriDev
22e0f71dd2 fix(client): グループ招待通知アイコンが正しく表示されない問題 2023-06-20 18:41:19 +09:00
NoriDev
f95e11ce57 Update favicon.ico 2023-06-20 17:36:34 +09:00
NoriDev
43addcbd00 CherryPick🍒 2023-06-20 17:29:46 +09:00
NoriDev
2beb4b2b84 tweak ab8a920a 2023-06-20 15:28:04 +09:00
NoriDev
34d179f7fb fix widget e2e test 2023-06-20 05:51:53 +09:00
NoriDev
f9951e7321 fix: チャット内容が長すぎると、その分スペースを占有する問題 2023-06-20 05:22:04 +09:00
NoriDev
49d326a108 fix e2e test 2023-06-20 05:14:46 +09:00
NoriDev
fec18294e0 fix test 2023-06-20 04:30:34 +09:00
NoriDev
030597e572 fix jest 2023-06-19 20:03:56 +09:00
NoriDev
38ab7141f2 fix jest 2023-06-19 19:06:09 +09:00
NoriDev
7107bf2fc1 Merge commit 'refs/pull/10628/head' of https://github.com/misskey-dev/misskey into develop 2023-06-19 16:54:53 +09:00
NoriDev
eba092e319 fix lint 2023-06-19 16:44:56 +09:00
NoriDev
5ff28f08a9 fix jest 2023-06-19 04:04:24 +09:00
NoriDev
c1496e9fff Update cherrypick-js 2023-06-19 03:46:19 +09:00
ssmucny
a5dcc8264d update event types for federation 2023-06-18 13:39:43 -04:00
NoriDev
be15081ab5
Merge pull request #76 from caipira113/translatorAvailable
fix(frontend): Show translate button only if translator is available
2023-06-19 01:16:31 +09:00
NoriDev
42cc15d7f8 tweak 0491042d 2023-06-19 01:12:56 +09:00
caipira113
11b9a5210e
fix(frontend): Show translate button only if translator is available 2023-06-19 01:02:10 +09:00
NoriDev
ab8a920a80 related fe714d14 2023-06-19 00:11:43 +09:00
NoriDev
4262c9852d tweak f34ee384 2023-06-18 22:23:34 +09:00
NoriDev
f34ee384d5 tweak cfcaedc5 2023-06-18 20:50:29 +09:00
NoriDev
eb4acc358b fix 54545fb5 2023-06-18 20:49:38 +09:00
NoriDev
54545fb501 Merge pull request #10949 from misskey-dev 2023-06-18 19:37:54 +09:00
caipira113
47d0116a8e tweak 610780c8 2023-06-18 19:13:08 +09:00
caipira113
d04df47f7d Add Cloud Logging Support 2023-06-18 19:11:42 +09:00
NoriDev
3b7fe6bafd fix MkEventEditor style 2023-06-18 18:26:46 +09:00
NoriDev
fb056e1344 Merge pull request #10628 from misskey-dev 2023-06-18 18:13:06 +09:00
ssmucny
20f1a39781 lint fixes 2023-06-17 17:38:26 -04:00
NoriDev
d622933e61 fix: User page is duplicated 2023-06-18 06:36:44 +09:00
ssmucny
5b9c73334c update api types 2023-06-17 17:35:22 -04:00
ssmucny
8293c1babe - refactor search page
- lint fixes
- UI bug fix
2023-06-17 17:27:42 -04:00
ssmucny
e40ffc1308 UI fixes 2023-06-17 16:15:02 -04:00
NoriDev
136b758e8f fix: MkEvent missing 2023-06-18 05:06:35 +09:00
NoriDev
c1f6c3ac83 Merge pull request #10628 from misskey-dev/develop 2023-06-18 04:51:25 +09:00
ssmucny
603ed1a779 fix event search 2023-06-17 15:47:08 -04:00
Sam Smucny
30f43e771e
Merge branch 'develop' into ssmucny-events 2023-06-17 15:32:34 -04:00
ssmucny
04aad405f7 - add links to event display
- add fold expansion for advanced event options
- index update
2023-06-17 15:31:10 -04:00
NoriDev
8835238fe6 Merge commit 'refs/pull/11017/head' of https://github.com/misskey-dev/misskey into develop 2023-06-18 02:24:09 +09:00
NoriDev
9e725d84ac ruby tag missing 2023-06-18 02:10:38 +09:00
NoriDev
08fa342950 Update ruby 2023-06-18 02:09:52 +09:00
NoriDev
74a5cd6058 Revert "ルビ表記に対応"
This reverts commit df194e432b.
2023-06-18 01:58:12 +09:00
NoriDev
727e819788 Merge branch 'mfm-ruby-fn' of https://github.com/yuriha-chan/misskey into develop 2023-06-18 01:57:31 +09:00
NoriDev
4013405fa9 enhance: グループのlocaleを改善 2023-06-18 01:10:55 +09:00
NoriDev
cfcaedc5d4 enhance: 翻訳を完了したときにボタンをもう一度押すと、翻訳を閉じるように 2023-06-18 00:48:10 +09:00
NoriDev
e19fef0853 enhance(client): ファイルと投票のdetailsデザインの改善 2023-06-17 20:30:20 +09:00
NoriDev
bb12e517c3 fix: note header style 2023-06-17 19:49:05 +09:00
NoriDev
7017244090 enhance(client): グループページのデザイン改善 2023-06-17 19:13:13 +09:00
NoriDev
5d64edf8c1 fix(friendly): sidebar username overflow 2023-06-17 17:39:23 +09:00
NoriDev
8c7bcdf998
fix(client): サーバーメトリクスが90度傾いている (#11012) 2023-06-17 13:54:54 +09:00
caipira113
ebbd759a03
fix(backend): Resolve issue with UserGroupInvitation in notifications
This commit resolves the issue of `Internal error occurred in i/notifications: Could not find any entity of type "UserGroupInvitation"`.
2023-06-17 04:09:58 +09:00
NoriDev
3ccefa7b00 delete description 2023-06-17 03:12:24 +09:00
NoriDev
1708561a57 fix group style 2023-06-17 03:12:13 +09:00
NoriDev
b9842e1728 fix group style 2023-06-17 00:15:48 +09:00
NoriDev
8f1fe94da3 fix group 2023-06-17 00:08:08 +09:00
NoriDev
a68e2d714d enhance(client): データセーバーをオンにすると、設定を反映するためにページを更新するように 2023-06-16 23:43:00 +09:00
NoriDev
f1ed46802a fix: MkInstanceTickerが溢れる問題 2023-06-16 23:38:03 +09:00
NoriDev
d191fda2b0 fix user info bg 2023-06-16 23:37:26 +09:00
NoriDev
1c360b99c7 tweak d66f2b62 2023-06-16 23:37:16 +09:00
NoriDev
9eb989af1f Update package.json 2023-06-16 22:31:02 +09:00
Yuriha
dc6a6dcdc3 fix 2023-06-16 12:56:22 +00:00
Yuriha
4cfd28a452 fix 2023-06-16 12:52:14 +00:00
NoriDev
94056806a9 fix margin 2023-06-16 21:41:12 +09:00
NoriDev
c4bd885d16 danger 🎨 2023-06-16 21:41:05 +09:00
Yuriha
446f0c2ea5 fix 2023-06-16 12:36:30 +00:00
NoriDev
835ca3ba33 fix padding 2023-06-16 21:17:37 +09:00
NoriDev
ecb65358f0 enhance(client): ノート下部ボタンの利便性向上 2023-06-16 21:17:28 +09:00
Yuriha
0a109d4f74 Introduce MFM syntax: $[ruby base-text ruby-text] 2023-06-16 12:16:18 +00:00
NoriDev
2d15ed6667 tweak 63afde0b 2023-06-16 20:28:02 +09:00
NoriDev
fbd5122b34 tweak fc413756 2023-06-16 19:04:54 +09:00
NoriDev
423283139e enhance(client): ノートを公開したときにトースト通知を表示 2023-06-16 18:03:06 +09:00
NoriDev
a3a8f4ff16 tweak 63afde0b, 9d5eac81 2023-06-16 17:51:22 +09:00
NoriDev
9d5eac81a0 enhance(client): ノートヘッダーにリアクションの受け入れ状態を表示 2023-06-16 17:42:29 +09:00