tamaina
|
f30275a975
|
fix?
|
2023-07-14 13:11:59 +00:00 |
|
tamaina
|
04ff07e4e7
|
🎨
|
2023-07-14 12:03:59 +00:00 |
|
anatawa12
|
1c82e97350
|
fix(build): d.ts生成時にexport defaultを生成するように (#11280)
|
2023-07-14 20:53:09 +09:00 |
|
tamaina
|
7d4f33d2c0
|
✌️
|
2023-07-14 11:13:00 +00:00 |
|
tamaina
|
2a434c63df
|
Merge branch 'develop' into pag-back
|
2023-07-14 07:21:05 +00:00 |
|
tamaina
|
a1b90d6dd3
|
at
|
2023-07-14 07:20:45 +00:00 |
|
tamaina
|
c7c3c32871
|
skip executeQueue if no queue
|
2023-07-14 07:19:43 +00:00 |
|
tamaina
|
4fabe26b07
|
lob
|
2023-07-14 07:09:46 +00:00 |
|
tamaina
|
752c01ba91
|
?
|
2023-07-14 05:25:44 +00:00 |
|
okayurisotto
|
2b6dbd4fcb
|
refactor: 可読性のため一部でArray.prototype.at を使うように (#11274)
* refactor: `Array.prototype.at`を使うように
* fixup! refactor: `Array.prototype.at`を使うように
|
2023-07-14 10:45:01 +09:00 |
|
okayurisotto
|
c0dbc3b53f
|
refactor: substr -> substring (#11273)
|
2023-07-14 07:59:54 +09:00 |
|
syuilo
|
af30959cb9
|
fix runtime error
|
2023-07-13 20:15:47 +09:00 |
|
syuilo
|
35ffe3c52f
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-07-13 20:10:21 +09:00 |
|
setaria
|
c13fd42015
|
現在閲覧中のURLを取得するプロパティを追加 (#11234)
* 現在閲覧中のURLを取得するプロパティを追加 #11232
* commit the uncommitted remainder
---------
Co-authored-by: setaria <v.setaria@gmail.com>
|
2023-07-13 19:52:18 +09:00 |
|
hibiya (김종이)
|
a72ef70770
|
fix(frontend): allow non-center container align (#11255)
Closes #11251
|
2023-07-13 19:51:16 +09:00 |
|
syuilo
|
9a391bd863
|
Update about-misskey.vue
|
2023-07-13 16:21:08 +09:00 |
|
tamaina
|
ba3fa8b431
|
??
|
2023-07-13 07:20:11 +00:00 |
|
syuilo
|
12456b22c5
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-07-13 16:16:13 +09:00 |
|
tamaina
|
2bbada3cd4
|
256
|
2023-07-13 06:24:40 +00:00 |
|
tamaina
|
a26f289dd5
|
???
|
2023-07-13 06:10:42 +00:00 |
|
tamaina
|
8213380ded
|
✌️
|
2023-07-13 05:58:17 +00:00 |
|
tamaina
|
68d647d6b8
|
?
|
2023-07-13 05:48:18 +00:00 |
|
tamaina
|
130ece74f9
|
fix
|
2023-07-13 05:36:32 +00:00 |
|
tamaina
|
fae912a754
|
✌️
|
2023-07-13 05:27:53 +00:00 |
|
tamaina
|
877a7a81bb
|
?
|
2023-07-13 04:38:04 +00:00 |
|
tamaina
|
88315d3e80
|
✌️
|
2023-07-13 04:15:32 +00:00 |
|
tamaina
|
af00c2c96c
|
Merge branch 'pag-back' of https://github.com/misskey-dev/misskey into pag-back
|
2023-07-13 03:54:08 +00:00 |
|
tamaina
|
974f7c13d3
|
✌️
|
2023-07-13 03:54:00 +00:00 |
|
okayurisotto
|
e35a370af0
|
refactor(backend): core/activitypub (#11247)
* eslint: `explicit-function-return-type`
* eslint: `no-unnecessary-condition`
* eslint: `eslint-disable-next-line`
* eslint: `no-unused-vars`
* eslint: `comma-dangle`
* eslint: `import/order`
* cleanup: unnecessary non-null assertion
* cleanup: `IActivity`に`actor`は常に存在するようなので
* cleanup: unnecessary `as`
* cleanup: unnecessary `Promise.resolve`
* cleanup
* refactor: `String.prototype.match()`である必要がない部分をよりシンプルな書き方に変更
* refactor: よりよい型定義
* refactor: よりよい型定義
- `LdSignature`の`normalize`メソッドでの使われ方から、
- `data`引数の型定義を`any`から`JsonLdDocument`へ修正
- `getLoader`メソッドの返り値の型定義の一部を`any`から`RemoteDocument`へ修正
- `contextUrl`が不正な値(`null`)となっていたことが判明したため`undefined`へ修正
- `document`の型と合わせるために`CONTEXTS`の型定義の一部を`unknown`から`JsonLd`へ修正
- とりあえず`satisfies`を使用
- `document`の型と合わせるために`fetchDocument`メソッドの返り値の型定義の一部を`unknown`から`JsonLd`へ修正
- どうしようもなく`as`を使用
* refactor: 型ガードを使うことでnon-null assertionをやめた
* refactor: non-null assertionをやめた
`.filter()`で行っている型ガードなどの文脈から、より適しているだろうと思われる書き方に変更した。
* refactor: 型ガードを使うことで`as`をやめた
* refactor: `as`をやめた
* refactor: よりよい型定義
- `id`は`null`とのunionになっていたが、`null`を渡している場面はなかった
- またおそらくこのメソッドは`IOrderedCollection`を返すため、そちらに合わせて`null`とのunionをやめた
- `IOrderedCollection`とはまだ型に相違がある
- `totalItems`をコメントや使われ方を元に`number`へ推論
* refactor: `for-of` -> `Array.prototype.map`
* refactor: `delete`演算子を使わない形に
|
2023-07-13 12:48:34 +09:00 |
|
Kagami Sascha Rosylight
|
44dee0f883
|
Merge branch 'develop' into pag-back
|
2023-07-13 02:36:00 +02:00 |
|
Kagami Sascha Rosylight
|
b6a432fd7b
|
fix(storybook): solve test failures (#11262)
* fix(locales, storybook): use default import
* fix(storybook): solve test failures
* Update MkAd.stories.impl.ts
|
2023-07-13 08:41:55 +09:00 |
|
Kagami Sascha Rosylight
|
794ff58b07
|
Merge branch 'develop' into pag-back
|
2023-07-12 22:29:49 +02:00 |
|
Kagami Sascha Rosylight
|
cd9affd568
|
fix(locales, storybook): use default import (#11259)
|
2023-07-12 22:27:51 +02:00 |
|
Lui
|
b97694b083
|
fix: typo in custom emojis manager (#11250)
|
2023-07-12 16:31:48 +09:00 |
|
tamaina
|
f5a019a6d6
|
active?
|
2023-07-11 15:17:52 +00:00 |
|
tamaina
|
ddb41bd0ba
|
✌️
|
2023-07-11 14:39:59 +00:00 |
|
tamaina
|
035c98dc15
|
✌️
|
2023-07-11 14:14:15 +00:00 |
|
tamaina
|
b4d532efb4
|
fix
|
2023-07-11 13:23:56 +00:00 |
|
tamaina
|
28f914f67f
|
wip
|
2023-07-11 13:11:25 +00:00 |
|
tamaina
|
2481123972
|
128
|
2023-07-11 12:47:06 +00:00 |
|
tamaina
|
5f1cd1e532
|
wip
|
2023-07-11 12:36:45 +00:00 |
|
anatawa12
|
9845ccec5b
|
オフライン時の画面にリロードボタンを追加 (#11242)
* feat: オフライン時の画面にリロードボタンを追加
リロードのためのボタンがないとPWAでインターネットが復帰しても何もできなくなるため。
* docs(changelog): add オフライン時の画面にリロードボタンを追加
|
2023-07-11 18:24:10 +09:00 |
|
tamaina
|
9f246e3dc7
|
test
|
2023-07-11 07:53:56 +00:00 |
|
okayurisotto
|
cf3e39178b
|
refactor(backend): 存在確認のfindOneBy をexist に置き換え (#11224)
* refactor(backend): 存在確認の`findOneBy`を`exist`に置き換え
* cleanup
|
2023-07-11 14:58:58 +09:00 |
|
tamaina
|
48d3341462
|
chore(frontend): Remove experimental flag from migration feature
|
2023-07-11 05:56:56 +00:00 |
|
nomad
|
791ae608a5
|
fix(backend): fix fetchInstanceMetadata error (#11236)
|
2023-07-11 14:40:56 +09:00 |
|
yupix
|
f4d1fcaf67
|
feat: ユーザーをcontextmenuからアンテナに追加できるようになど (#11206)
* feat: ユーザーをcontextmenuからアンテナに追加できるように close #11115
* MkAvatars.vue変更
* nanka iroiro
* fix MkAvatars
* ix
* fix
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2023-07-10 15:55:10 +09:00 |
|
Sayamame-beans
|
239ea39d6f
|
feat: フォローやお気に入り登録をしていないチャンネルを開く時は概要ページを開くように (#11218)
* feat: フォローやお気に入り登録をしていないチャンネルを開く時は概要ページを開くように
* Update CHANGELOG.md
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2023-07-10 13:30:41 +09:00 |
|
akanevrc
|
63e21a4ee3
|
fix(frontend): 画面ビューワをタップした場合、マウスクリックと同様に画像ビューワを閉じるように (#11211)
* fix: change tapAction of photoswipe to 'close'
* doc: update CHANGELOG.md
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2023-07-10 13:26:05 +09:00 |
|
anatawa12
|
1a096c557e
|
refactor: fix lint failure (#11214)
|
2023-07-09 15:46:17 +02:00 |
|