tamaina
|
cf950224de
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-02-26 11:10:29 +00:00 |
|
tamaina
|
02d7ffd305
|
fix(server): 単純にrenoteできないのを修正
|
2023-02-26 11:10:24 +00:00 |
|
 
|
18dbcfa0b0
|
test(server): add validation test of api:notes/create (#10090)
* fix(server): notes/createのバリデーションが効いていない
Fix #10079
Co-Authored-By: mei23 <m@m544.net>
* anyOf内にバリデーションを書いても最初の一つしかチェックされない
* ✌️
* wip
* wip
* ✌️
* RequiredProp
* Revert "RequiredProp"
This reverts commit 7469390011.
* add api:notes/create
* fix lint
* text
* ✌️
* improve readability
---------
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-02-26 11:28:05 +09:00 |
|
tamaina
|
8b30c0c0cd
|
fix(client): Android ChromeでPWAとしてインストールできない問題を修正 (#10069)
* fix(client): Android ChromeでPWAとしてインストールできない問題を修正
* 順番関係ある?
|
2023-02-25 05:22:09 +09:00 |
|
tamaina
|
e4336f5b76
|
fix(server): notes/createで、fileIdsと見つかったファイルの数が異なる場合はエラーにする (#9911)
* fix(server): notes/createで、fileIdsと見つかったファイルの数が異なる場合はエラーにする
* NO_SUCH_FILE
|
2023-02-24 16:32:01 +09:00 |
|
tamaina
|
5c989ed18f
|
fix/refaftor(client): MkTime.vueの変更 (#10061)
* fix(client): MkTime.timeにstringでもDateでない値が入った場合、?を表示
* fix(client): MkTimeを改良
* numberを許容
* falsyな値もとる
* 不明
* ありません
* fix
|
2023-02-24 16:21:49 +09:00 |
|
tamaina
|
a1f3bd6865
|
fix CHANGELOG
|
2023-02-23 14:03:02 +00:00 |
|
tamaina
|
c925e3d281
|
fix(server): 全ての通知が削除されてしまうのを修正
|
2023-02-23 14:01:18 +00:00 |
|
 tamainaandsyuilo
|
becc4d2e54
|
fix: i/notificationsで古い通知タイプを許容するなど、古い通知タイプの清算 (#10042)
* wip
* fix
* create migration
* oops
* fix front const
* changelog
* fix type
* fix
* wip
* Revert "wip"
This reverts commit 6cdb3600e2.
* enumのこす
* fix
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-02-23 20:46:14 +09:00 |
|
tamaina
|
a5341cbd7d
|
CONTRIBUTING: enumの削除は気をつける
|
2023-02-23 11:33:49 +00:00 |
|
tamaina
|
cb3b167d61
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-02-23 10:56:10 +00:00 |
|
tamaina
|
774b7fed1f
|
update CHANGELOG.md
|
2023-02-23 10:55:54 +00:00 |
|
tamaina
|
bda3d69539
|
fix(client):「キャッシュを削除」した後、ローカルのカスタム絵文字が表示されなくなる問題を修正
Fix #10044
|
2023-02-23 10:29:20 +00:00 |
|
tamaina
|
4c01198811
|
chore(backend): fix indent
|
2023-02-23 08:15:54 +00:00 |
|
tamaina
|
f7c6ea93d7
|
perf(backend): Use swc on pnpm build (#10026)
* perf(backend): Use swc on pnpm build
* update CHANGELOG
* no jest
|
2023-02-22 23:09:24 +09:00 |
|
tamaina
|
b9ee14fe5b
|
fix: MkUserSelectDialog/search-by-username-and-hostでローカルユーザーを絞って検索できない問題を修正 (#9943)
* fix: MkUserSelectDialog/search-by-username-and-hostでローカルユーザーを絞って検索できない問題を修正
Fix #9627
* update CHANGELOG.md
* clean up
* search-by-username-and-host大改造
|
2023-02-22 14:47:51 +09:00 |
|
 tamainaandsyuilo
|
980bf1306e
|
🎨 2FA設定のデザイン向上 / セキュリティキーの名前を変更できるように (#9985)
* wip
* fix
* wip
* wip
* ✌️
* rename key
* 🎨
* update CHANGELOG.md
* パスワードレスログインの判断はサーバーで
* 日本語
* 日本語
* 日本語
* 日本語
* ✌️
* fix
* refactor
* トークン→確認コード
* fix password-less / qr click
* use otpauth
* 日本語
* autocomplete
* パスワードレス設定は外に出す
* 🎨
* 🎨
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-02-20 16:40:24 +09:00 |
|
tamaina
|
16ba1b3708
|
fix typescript version on vscode
|
2023-02-19 12:29:04 +00:00 |
|
tamaina
|
cd5615d354
|
fix lint
|
2023-02-18 14:11:45 +00:00 |
|
tamaina
|
8c883653c9
|
fix/enhance(sw): プッシュ通知 (バックグラウンドで開いている場合も通知, リアクション通知はノートにつき1つに) (#9977)
* fix(sw): クライアントがあってもpush notificationを無視しない
「プッシュ通知を更新しました」の原因になるため
* enhance(sw): リアクション通知は1つのノートにつき1つしか表示しない
Safari対応で、通知tagは能動的に閉じるように
* revert closeNotificationsByTags
|
2023-02-18 17:48:20 +09:00 |
|
tamaina
|
36170a11f5
|
refactor(sw): self => globalThis
|
2023-02-18 05:16:34 +00:00 |
|
tamaina
|
e8c5307f66
|
perf(client): ウェルカムページを最適化 (#9960)
* perf(client): ウェルカムページの最適化
* remove max
|
2023-02-17 12:38:30 +09:00 |
|
tamaina
|
4db787c4ee
|
fix(server): マイグレーションad1676438468213が通らないのを修正 (#9963)
* fix(server): マイグレーションad1676438468213が通らないのを修正
Fix #9962
* fix
|
2023-02-16 22:08:45 +09:00 |
|
tamaina
|
839a626716
|
fix(server): dropGroupマイグレーションが通るように (#9961)
|
2023-02-16 22:07:34 +09:00 |
|
tamaina
|
d0aba46ee3
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-02-14 07:25:29 +00:00 |
|
tamaina
|
57c94a5cf0
|
fix(client): ユーザーページのファイル付きTLはリプライも含む
|
2023-02-14 07:25:14 +00:00 |
|
 tamainaandsyuilo
|
4e68126c06
|
enhance(server): URLプレビュー(summaly)はプロキシを通すように (#9905)
* enhance(server): URLプレビュー(summaly)はプロキシを通すように
* update summaly
* update summaly
* 型エラーバスター
* basic.html
* Delete basic.html
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-02-14 14:17:07 +09:00 |
|
tamaina
|
b7b8fd4b59
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-02-14 04:09:03 +00:00 |
|
tamaina
|
55d4d3418e
|
fix(server): HttpRequestService.sendでは常にUser-Agentを含むように
Fix #9817 (maybe)
|
2023-02-14 04:08:56 +00:00 |
|
tamaina
|
8d4c5deb8d
|
perf(sw): skipWaitingしない
|
2023-02-12 15:48:56 +00:00 |
|
tamaina
|
d7a2d59f41
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-02-12 08:42:42 +00:00 |
|
tamaina
|
7deb4691fb
|
🎨
|
2023-02-12 08:42:34 +00:00 |
|
tamaina
|
ee03ab8d2c
|
enhance(server): videoThumbnailGenerator config (#9845)
* enhance(server): videoThumbnailGenerator config
* ✌️
* fix
* 相対url
* サムネイルのproxyRemoteFilesは直接プロキシを指定する
* メディアプロキシ
|
2023-02-12 09:13:47 +09:00 |
|
tamaina
|
5d02405a98
|
🎨
|
2023-02-11 13:07:09 +00:00 |
|
tamaina
|
998c2b692a
|
🎨
|
2023-02-11 11:35:28 +00:00 |
|
tamaina
|
19c0027605
|
fix(client): ユーザーページでアクティビティを見ることができないのを修正
|
2023-02-11 07:17:50 +00:00 |
|
tamaina
|
9349f72227
|
refactor(client): Refactor MkPageHeader #9869 (#9878)
* disable animation
* refactor(client): MkPageHeaderのタブをMkPageHeader.tabsに分離
animationをフォローするように
* update CHANGELOG.md
* remove unnecessary props
|
2023-02-11 16:04:45 +09:00 |
|
tamaina
|
0138c3b00e
|
enhance(client): ヘッダー(MkPageHeader)関連 (#9869)
* MkPageHeader大改造
* ユーザーページのノート一覧をタブにするなど
* ✌️
* 🎨
* fix
* wheel
* clean up
* 🎨
* 🎨
* remove console.log
* update CHANGELOG.md
* fix
* fix
* fix
* ✌️
* header avatar clickable
* !hideTitle
* Revert "!hideTitle"
This reverts commit 19cad428c9.
* fix changelog
|
2023-02-11 13:08:18 +09:00 |
|
 tamainaandacid-chicken
|
6f33be6c75
|
enhance(client): MkNoteのリアクションの表示数は16に制限 (#9841)
* enhance(client): MkNoteのリアクションの表示数は16に制限・リアクションの横の?ボタンでリアクション詳細
* info-circleにする
* - Layout Shiftが起こらないように
- 自分のリアクションは必ずつける
* https://github.com/misskey-dev/misskey/pull/9841#issuecomment-1423786235
* remove logger
* refactor
* refactor
Co-authored-by: acid-chicken <root@acid-chicken.com>
* Revert "https://github.com/misskey-dev/misskey/pull/9841#issuecomment-1423786235"
This reverts commit ec1315b1fb.
* wip
* wip
* 🎨
* fix
* fix
* fix
* 🎨
* wip
* remove extras from MkNoteDetailed
* もっと!
* no v-if
* dashed
---------
Co-authored-by: acid-chicken <root@acid-chicken.com>
|
2023-02-11 13:05:36 +09:00 |
|
tamaina
|
7b29e36d64
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-02-10 11:52:27 +00:00 |
|
tamaina
|
9cc36ef32d
|
fix share page
|
2023-02-10 11:52:13 +00:00 |
|
tamaina
|
512e451f24
|
app auth / miauthの文言編集
|
2023-02-09 17:29:22 +00:00 |
|
tamaina
|
ca0d53ec5d
|
enhance(client): /authおよびMiAuthのUIをブラッシュアップ
Fix #9742
|
2023-02-09 17:18:27 +00:00 |
|
tamaina
|
83fb629f0b
|
🎨
|
2023-02-09 15:34:49 +00:00 |
|
tamaina
|
35eeeb25e3
|
update pnpm to 7.27.0
|
2023-02-09 15:05:23 +00:00 |
|
tamaina
|
19035c676c
|
/proxyでemoji, avatarなどの命令がありかつ画像でないなら404を返すように
|
2023-02-09 12:39:24 +00:00 |
|
tamaina
|
6e61a36d05
|
i/notificationsのレートリミットを緩和
SubwayTooterのバグ対策でレートリミットを設定していたが、通常の使い方でも引っかかることもあるため緩和
|
2023-02-09 08:32:42 +00:00 |
|
tamaina
|
f80bf1fb1c
|
perf: renderBaseでCache-Controlを300秒から30秒に
|
2023-02-09 08:19:12 +00:00 |
|
tamaina
|
deed25a2ff
|
Fix #9842
|
2023-02-09 08:00:45 +00:00 |
|
tamaina
|
a486716520
|
perf: renderBaseでCache-Controlを15秒から300秒に
|
2023-02-09 07:49:39 +00:00 |
|
tamaina
|
6f7cfa82b5
|
fix(client): 通知のノート表示で_nowrapが効いていない問題を修正
Fix #9834
|
2023-02-08 09:50:34 +00:00 |
|
tamaina
|
54f789bd55
|
fix(server): DriveFileEntityService.getPublicUrl調整
- 外部MediaProxyではビデオのサムネイルを生成できないので外部に投げない
- thumbnailUrlが存在しない場合、画像の場合はプロキシで圧縮させる
|
2023-02-07 14:24:15 +00:00 |
|
tamaina
|
30704e6de8
|
update CHANGELOG
|
2023-02-06 12:13:43 +00:00 |
|
tamaina
|
41932ac409
|
MkEmojiPickerでも Fix #9598
|
2023-02-06 12:05:33 +00:00 |
|
tamaina
|
9843c596d8
|
disableShowingAnimatedImagesのデフォルト値をprefers-reduced-motionにする
Resolve #9821
Related to #6501
|
2023-02-06 11:29:48 +00:00 |
|
tamaina
|
868c8fffb3
|
update CHANGELOG.md
|
2023-02-04 15:05:13 +00:00 |
|
tamaina
|
faed3b438e
|
fix(server): clean up file in FileServer
|
2023-02-04 13:46:19 +00:00 |
|
tamaina
|
2dfed75402
|
perf(server): improvement of external mediaProxy (#9787)
* perf(server): improvement of external mediaProxy
* add a comment
* ✌️
* /filesでsharpの処理を行わずリダイレクトする
* fix
* thumbnail => static
* Fix #9788
* add avatar mode
* add url
* fix
* static.webp
* remove encodeURIComponent from media proxy path
* remove existance check
|
2023-02-04 13:38:51 +09:00 |
|
tamaina
|
b2a67ba5ca
|
fix(client): オートコンプリートでUnicode絵文字がカスタム絵文字として表示されてしまうのを修正
|
2023-02-03 21:21:36 +00:00 |
|
tamaina
|
d78e15cc1a
|
fix(client): カスタム絵文字にアニメーション画像を再生しない設定が適用されていない問題を修正
|
2023-02-03 20:37:15 +00:00 |
|
tamaina
|
0d148bd23b
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-02-03 08:07:25 +00:00 |
|
tamaina
|
ebedb81e3f
|
update idb-proxy.ts
Maybe fixed #9769
|
2023-02-03 08:07:17 +00:00 |
|
tamaina
|
8a6f73c5ff
|
enhance: PizzaxデータをindexedDBに保存するように (#9225)
* Revert "Revert #8098"
This reverts commit 8b9dc962ae.
* fix
* use deepClone instead of deepclone
* defaultStore.loaded
* fix load
* wait ready
* use top-level await, await in device-kind.ts
|
2023-02-02 16:43:56 +09:00 |
|
tamaina
|
7c3143b8e5
|
enhance(backend): enhance SchemaType handling of anyOf (#9762)
* enhance(backend): enhance anyOf handling
* clean up
|
2023-02-01 20:04:01 +09:00 |
|
tamaina
|
5b38f76254
|
update CHANGELOG.md
|
2023-01-28 12:37:28 +00:00 |
|
tamaina
|
ca7dbd6010
|
gitignore docker-compose.yml
|
2023-01-28 11:34:34 +00:00 |
|
tamaina
|
133644e5a9
|
Rename docker-compose.yml to docker-compose.yml.example
|
2023-01-28 11:33:44 +00:00 |
|
tamaina
|
04d60426c7
|
modify CHANGELOG.md
|
2023-01-28 06:22:38 +00:00 |
|
tamaina
|
8282bbd07c
|
fix(client): Chromeで検索ダイアログで変換確定するとそのまま検索されてしまう
Fix #9598
|
2023-01-28 06:15:29 +00:00 |
|
tamaina
|
6670c72f8b
|
fix(client): note reacted reflection failed
Fix #9730
|
2023-01-26 08:48:36 +00:00 |
|
tamaina
|
4735ae6451
|
refactor: /proxyをFileServerServiceに統合し、/proxyのurlで/filesが指定されていた場合は直接ファイルを解決するようにする (#9709)
* wip?
* clean up
* Implement? HttpFetchService
* ✌️
* remove node-fetch
* fix
* refactor
* fix
* gateway timeout
* UndiciFetcherクラスを追加 (仮コミット, ビルドもstartもさせていない)
* fix
* add logger and fix url preview
* fix ip check
* enhance logger and error handling
* fix
* fix
* clean up
* Use custom fetcher for ApRequest / ApResolver
* bypassProxyはproxyBypassHostsに判断を委譲するように
* set maxRedirections (default 3, ApRequest/ApResolver: 0)
* fix
* wip????
* wip
* ✌️
* set .node-version
* clean up
* refactor
* clean up
* refactor
* refactor detectRequestType
* rename detectResponseType
* ✌️
* fix
* wip
* clean up
* no got
* remove got
* wip
* ✌️
* fix
* clean up
* remove unnnecessary const
* good cleanup
* no stream
* Revert "no stream"
This reverts commit 636f9192fc.
* fix
* cache-control: max-age=300 to error
* refactor cleanup
|
2023-01-26 16:06:29 +09:00 |
|
tamaina
|
605b0f27e4
|
Merge branch 'develop' into emoji-re
|
2023-01-25 14:22:26 +00:00 |
|
tamaina
|
fc641c9b96
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-01-25 06:21:17 +00:00 |
|
tamaina
|
5f49ac1b11
|
fix(client): アニメーションをオフに設定しても絵文字のアニメーションが止まらない
Fix #9720
|
2023-01-25 06:21:08 +00:00 |
|
tamaina
|
6589e8a390
|
Fix #9710 ? (#9712)
* wip
* update pnpm-lock
* use our own DevNull
* fix
* deliverJobConcurrencyをmacSocketsで割ってソケット数にする
|
2023-01-24 15:54:14 +09:00 |
|
tamaina
|
9fd1b35d95
|
fix TypeError: Cannot read properties of undefined (reading 'getLogger')
|
2023-01-24 01:34:14 +00:00 |
|
tamaina
|
26fbb3a560
|
fix
|
2023-01-22 17:39:11 +00:00 |
|
tamaina
|
93dd0638ad
|
better category null handling
|
2023-01-22 17:33:20 +00:00 |
|
tamaina
|
0d44129ae3
|
remove console.log
|
2023-01-22 17:20:53 +00:00 |
|
tamaina
|
0cffe60abc
|
1時間に
|
2023-01-22 17:14:05 +00:00 |
|
tamaina
|
8a6750278e
|
✌️
|
2023-01-22 17:11:28 +00:00 |
|
tamaina
|
d347f0a087
|
wip
|
2023-01-22 16:07:17 +00:00 |
|
tamaina
|
226e0c4714
|
✌️
|
2023-01-22 15:17:20 +00:00 |
|
tamaina
|
0b2f945bb6
|
wip
|
2023-01-22 15:13:03 +00:00 |
|
tamaina
|
2f6c45e118
|
wip
|
2023-01-22 14:53:24 +00:00 |
|
tamaina
|
a5f54580a9
|
fix
|
2023-01-22 12:57:51 +00:00 |
|
tamaina
|
b19dba80f4
|
Fix #9691
|
2023-01-22 12:25:55 +00:00 |
|
tamaina
|
a8b19f4aa8
|
Merge branch 'develop' into emoji-re
|
2023-01-22 12:07:38 +00:00 |
|
tamaina
|
85f3df4c0e
|
fix(client): messaging-room周り (#9643)
* wip
* ✌️
* clean up
|
2023-01-18 20:26:38 +09:00 |
|
tamaina
|
79212bbd37
|
refactor(server): notify url when fetch error
|
2023-01-17 17:12:41 +00:00 |
|
tamaina
|
d456308653
|
pref: Optimize client imports (#9506)
* pref: Optimize client imports
* split api?
* fix
* ✌️
* no vue split?
* Revert "no vue split?"
This reverts commit 27ccec971e.
* function => const
* ✌️
* Revert "function => const"
This reverts commit 34f2feb224.
* function api
|
2023-01-17 17:36:18 +09:00 |
|
tamaina
|
f8d0902080
|
enhahce(client): 🎨 通知のノートサマリーを1行にする (#9625)
* 🎨 add nowrap to notification
* 🎨 通知のノートサマリーを1行にする
|
2023-01-17 06:22:57 +09:00 |
|
tamaina
|
fe98ad8849
|
add comments to CHANGELOG
|
2023-01-16 14:53:57 +00:00 |
|
tamaina
|
65577e43c8
|
add docker note to CHANGELOG
|
2023-01-16 14:41:11 +00:00 |
|
tamaina
|
890564e1da
|
refactor
|
2023-01-16 10:56:43 +00:00 |
|
tamaina
|
002f98987d
|
fix
|
2023-01-16 10:51:51 +00:00 |
|
tamaina
|
43956f3ffb
|
customEmojiCategories as computed
|
2023-01-16 10:36:29 +00:00 |
|
tamaina
|
f2a9194c79
|
✌️
|
2023-01-16 10:13:19 +00:00 |
|
tamaina
|
4cd70df7f4
|
setInterval
|
2023-01-16 09:52:45 +00:00 |
|
tamaina
|
21e4c3dfe9
|
wip
|
2023-01-16 09:39:58 +00:00 |
|