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 |
|
tamaina
|
7e5f3dbf11
|
set -webkit-touch-callout (#9447)
|
2023-01-16 03:38:16 +09:00 |
|
tamaina
|
678c7d9502
|
Fix style of messaging form, use css module (#9602)
* Fix style of messaging form, use css module
* clean up
|
2023-01-16 02:37:45 +09:00 |
|
tamaina
|
c46b45a467
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-01-15 16:32:37 +00:00 |
|
tamaina
|
9385767b12
|
fix(client): add :disable-link="true" to some <MkAvatar /> Fix #9606
|
2023-01-15 16:32:24 +00:00 |
|
tamaina
|
a9acd72eb7
|
fix(client): Fix #9600 chat paging issue
Previous chat history not shown
|
2023-01-15 14:28:02 +00:00 |
|
tamaina
|
b8da51e08c
|
fix css module syntax error
|
2023-01-14 04:52:42 +00:00 |
|
tamaina
|
73d735a1f7
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-01-14 04:48:17 +00:00 |
|
tamaina
|
b8b1899a9f
|
chore: fix ref name (pages/timeline.vue)
|
2023-01-14 04:47:59 +00:00 |
|
 
|
d2204fd5c8
|
refactor: pagination/date-separated-list系処理を良い感じに? (#8209)
* pages/messaging/messaging-room.vue
* wip
* wip
* wip???
* wip?
* ✌️
* messaaging-room.form.vue rewrite to compositon api
* refactor
* 関心事でないのでとりあえず置いておく
* 🎨
* 🎨
* i18n.ts
* fix scroll container find function
* fix
* FIX
* ✌️
* Fix scroll bottom detect
* wip
* aaaaaaaaaaa
* rename
* fix
* fix?
* ✌️
* ✌️
* clean up
* clena up
* refactor
* scroll event once or not
* fix
* fix once
* add safe-area-inset-bottom to spacer
* fix
* ✌️
* 🎨
* fix
* fix
* wip
* ✌️
* clean up
* fix lint
* Update packages/client/src/components/global/sticky-container.vue
Co-authored-by: Johann150 <johann.galle@protonmail.com>
* Update packages/client/src/components/ui/pagination.vue
Co-authored-by: Johann150 <johann.galle@protonmail.com>
* Update packages/client/src/pages/messaging/messaging-room.form.vue
Co-authored-by: Johann150 <johann.galle@protonmail.com>
* clean up: single line comment
* https://github.com/misskey-dev/misskey/pull/8209#discussion_r867386077
* fix
* asobi → tolerance
* pick form
* pick message
* pick room
* fix lint
* fix scroll?
* fix scroll.ts
* fix directives/sticky-container
* update global/sticky-container.vue
* fix, 🎨
* revert merge
* ✌️
* fix lint errors
* 🎨
* Update packages/client/src/types/date-separated-list.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* https://github.com/misskey-dev/misskey/pull/8209#discussion_r917225080
* use '
* Update packages/client/src/scripts/scroll.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* use Number.EPSILON
Co-authored-by: acid-chicken <root@acid-chicken.com>
* revert
* fix
* fix
* Use % instead of vh
* 🎨
* 🎨
* 🎨
* wip
* wip
* css modules
Co-authored-by: Johann150 <johann.galle@protonmail.com>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
|
2023-01-13 18:25:40 +09:00 |
|
 
|
303519a1bd
|
enhance: Judge instance block by endsWith (#9263)
* TypeScriptでendsWith
* fix
* SQL?
* バ〜カアホ
* Update packages/backend/src/core/UtilityService.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* add comment
* add description
* Update packages/backend/src/core/UtilityService.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update packages/backend/src/core/chart/charts/federation.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* remove comment
* fix
* fix?
* add changelog
* ILIKE, ARRAY
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-01-13 18:21:07 +09:00 |
|
tamaina
|
b2117ba3a1
|
リモートユーザーはcanPublicNoteがfalseでもhomeにしないように
https://github.com/misskey-dev/misskey/issues/9534#issuecomment-1380645073
|
2023-01-12 16:54:11 +00:00 |
|
tamaina
|
ba349fc62f
|
Fix #9534
|
2023-01-12 16:33:00 +00:00 |
|
tamaina
|
978a9bbb3b
|
perf(backend): Use undici instead of node-fetch and got (#9459)
* 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 comment
* handle error s3 upload
* add debug message
* no return await
* Revert "no return await"
This reverts commit b5b0dc58a3.
* reduce maxSockets
* apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger
* Revert "apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger"
This reverts commit 997243915c.
* add logger
* fix
* change logger name
* safe
* デフォルトでUser-Agentを設定
|
2023-01-12 21:03:02 +09:00 |
|
tamaina
|
6b37c09274
|
refactor: api, apiGet関数をosから@/scripts/api.tsに分離する (#9510)
* split api?
* fix
* ✌️
* no vue split?
* Revert "no vue split?"
This reverts commit 27ccec971e.
|
2023-01-10 13:53:06 +09:00 |
|
tamaina
|
02df6a28cd
|
fix: 続rss-ticker.vue修正
|
2023-01-09 15:45:22 +00:00 |
|
tamaina
|
d64abedf9f
|
fix: fix rss-ticker TypeError
|
2023-01-09 15:41:06 +00:00 |
|
tamaina
|
b442c38f41
|
enhance: Push Notification badges to Tabler Icons (#9406)
* enhance: Push Notification badges to Tabler Icons
* add receiveFollowRequest icon
|
2023-01-08 16:47:57 +09:00 |
|
tamaina
|
c336201084
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-01-06 14:01:02 +00:00 |
|
tamaina
|
0f3399753d
|
chore: remove Search from the name of OpenSearch
|
2023-01-06 14:00:54 +00:00 |
|
tamaina
|
5ec89ea0c3
|
カスタム絵文字にプロキシを復活 (#9481)
* wip
* Revert "Update ClientServerService.ts"
This reverts commit 88c64ece78.
* Revert "disable custom emoji proxy temporary"
This reverts commit 495d513efd.
* ✌️
|
2023-01-06 22:34:50 +09:00 |
|
tamaina
|
ded8584fdd
|
miauthのcallback urlをsearchParams.setで作るように (#9470)
|
2023-01-05 17:18:32 +09:00 |
|
tamaina
|
b1a75177a0
|
enhance: RSSウィジェット / RSSティッカーウィジェットをいい感じにする (#9469)
* ✌️
* use useInterval
* ✌️
* rawItems.value.length !== 0
* fix
* https://github.com/misskey-dev/misskey/pull/9469#discussion_r1061763613
|
2023-01-05 03:28:25 +09:00 |
|
tamaina
|
fa04b7a3c3
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-01-04 11:09:15 +00:00 |
|
tamaina
|
e02183bb1b
|
chore: remove unused function (truncateUnreadAntennaNote)
|
2023-01-04 11:09:05 +00:00 |
|
tamaina
|
63d8b7986b
|
do yarn cache clean --all in clean-all.js
|
2023-01-03 14:58:10 +00:00 |
|
tamaina
|
46c2706b7e
|
perf: use overflow: clip instead of overflow: hidden (#9443)
* use overflow: clip
* revert
|
2023-01-02 12:15:26 +09:00 |
|
tamaina
|
c3a36698e5
|
use Intl.DateTimeFormat and Intl.NumberFormat instead of toLocaleString (#9444)
|
2023-01-01 17:11:33 +09:00 |
|
tamaina
|
aba06b4ef9
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2022-12-31 06:18:32 +00:00 |
|
tamaina
|
57037928d5
|
Fix #9438
|
2022-12-31 06:18:23 +00:00 |
|
tamaina
|
1a408db3b1
|
fix: use || for emoji url fallback instead of ??
|
2022-12-30 13:37:58 +00:00 |
|