NoriDev
|
8a4a895231
|
Merge remote-branch 'misskey/develop'
|
2024-09-12 09:51:05 +09:00 |
|
かっこかり
|
672779a15f
|
fix(frontend-embed): 不足していたスタイル・インポートを追加 (#14531)
* fix(frontend-embed): add missing imports
* fix(frontend-embed): add missing styles
|
2024-09-09 22:44:39 +09:00 |
|
かっこかり
|
2cbe1d1210
|
feat(frontend): ノート・ユーザータイムライン埋め込み (#13929)
* fix
* navhookをbootに移動
* サーバーサイドのbootも分けるように
* 埋め込みページかどうかの判定は最初の一回だけに
* tooltipは出せるように
* fix design
* 埋め込み独自のtooltipを削除
* ロジックの分岐が多かったMkNoteDetailedを分離
* fix indent
* プレビュー用iframeにフォーカスが当たるのを修正
* popupの制御を出す側で行うように
* パラメータが逆になっていたのを修正
* Update MkEmbedCodeGenDialog.vue
* fix
* eliminate misskey-js lint warns
* fix
* add appropriate attributes to embed html
* enhance: サーバーサイドのembed系をさらに分離
* enhance: embed routerを分離(route定義をboot時に変更できるようにする改修を含む)
* type
* lint
* fix indent
* server-side styleを完全に分離
* Revert "refactor: 画面サイズのしきい値をconstにまとめる"
This reverts commit 05ca36f400889456981e89489ae0ae242fa09b67.
* fix
* revert all changes in base.pug
* embedドメインをまとめた
* embedドメインをまとめた
* prevent calling contextmenu in embed page by stopping at the caller
* fix import
* fix import
* improve directory structure
* fix import
* register timeline ui as a container
* wa-
* rename
* wa-
* Update EmMediaList.vue
* Update EmMediaList.vue
* Update EmMediaList.vue
* Update EmMediaImage.vue
* Update EmNote.vue
* revert mkmedialist changes
* 戻し漏れ
* wip
* tweak embed media ui
* revert original media components
* Update boot.embed.js
* rename
* wip
* Update MkNote.vue
* wip
* Update MkSubNoteContent.vue
* Update EmNote.vue
* Update packages/frontend/src/router/definition.ts
* Revert "Update packages/frontend/src/router/definition.ts"
This reverts commit 937ae44521cdb0f250796943b20142b65f8ed944.
* refactor EmMediaImage
* fix import
* remove unused imports
* Update router.ts
* wip
* Update boot.ts
* wip
* wip
* wip
* wip
* Update EmNote.vue
* Update EmNote.vue
* Create EmA.vue
* Create EmAvatar.vue
* Update EmAvatar.vue
* wip
* wip
* wip
* Create EmImgWithBlurhash.vue
* Update EmImgWithBlurhash.vue
* Create EmPagination.vue
* wip
* Update boot.ts
* wip
* wip
* wi@p
* wip
* wip
* wiop
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update boot.ts
* wip
* Update MkMisskeyFlavoredMarkdown.ts
* wip
* wip
* wip
* wip
* wip
* Update post-message.ts
* wip
* Update EmNoteDetailed.vue
* Update EmNoteDetailed.vue
* Create instance.ts
* Update EmNoteDetailed.vue
* wip
* Update EmNoteDetailed.vue
* wip
* wip
* wip
* Update pnpm-lock.yaml
* wip
* wip
* wp
* wip
* Update ClientServerService.ts
* wip
* Update boot.ts
* Update vite.config.local-dev.ts
* Update vite.config.ts
* Create index.html
* wa-
* wip
* Update boot.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Create EmLink.vue
* Create EmMention.vue
* Update EmMfm.ts
* wip
* wip
* wip
* wip
* Update vite.config.ts
* Update boot.ts
* Update EmA.vue
* うぃp
* wip
* wip
* Create EmError.vue
* wip
* Update MkEmbedCodeGenDialog.vue
* Update EmNote.vue
* wip
* wip
* Update user-timeline.vue
* Update check-spdx-license-id.yml
* wip
* wip
* style(frontend-shared): lint fixes on build.js
* fix(frontend-shared): include `*.{js,json}` files in js-built
* wip
* use alias
* refactor
* refactor
* Update scroll.ts
* refactor
* refactor
* refactor
* wip
* wip
* wip
* wip
* Update roles.vue
* Update branding.vue
* wip
* wip
* wip
* Update page.vue
* wip
* fix import
* add missing css variables
* 絵文字をtwemojiに変更
クライアントデフォルトにあわせるため
* force empoll readonly
* fix compiler error
* fix broken imports
* tweak button style
* run api extractor
* fix storybook theme preloads
* fix storybook instance imports
* Update preview.ts
* Update preview.ts
* Update preview.ts
* Revert "Update preview.ts"
This reverts commit 12bab1c6fbd3baf753515df760ff19d027b85155.
* Revert "Update preview.ts"
This reverts commit 5c0ce01dbdf2194ffe94aba950f747a9968f29c4.
* Revert "Update preview.ts"
This reverts commit f4863524d7e5ca0f25470808849c24a72bea000a.
* Revert "fix storybook instance imports"
This reverts commit ed8eabb246edf731d31adffbe3c77c539e53ae9e.
* Revert "wip"
This reverts commit d3c1926519878155193a1654f49141e515d49683.
* Revert "Update page.vue"
This reverts commit 27c7900b0c1ae296b56075e8a9c22585d9cd744b.
* Revert "Update branding.vue"
This reverts commit c08ccb65ba66774c3e2b3dcfc6153004b5c0aa16.
* Revert "Update roles.vue"
This reverts commit 1488b670660cb1803d17d8f5c78f2d79e59fa52d.
* Revert "wip"
This reverts commit aab1c769814b08c257cad3025422a0eea3bfba4f.
* refactor: use common media proxy
* fix imports
* fix
* fix: MediaProxyの初期化を保証する(storybook対策?)
* enhance(frontend-embed): improve embedParams provide
* fix(backend): MK_DEV_PREFER=backendのときにembed viteが読み込めないのを修正
* fix
* embed-pageを共通化
* fix import
* fix import
* fix import
* const.jsを共通化
(たぶんrevertしすぎた)
* fix type error
* fix duplicated import
* fix lint
* fix
* コメントとして残す
* sharedとembedをlint対象にする
* lint
* attempt to fix eslint (frontend-shared)
* lint fixes
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
|
2024-09-09 20:57:36 +09:00 |
|
かっこかり
|
0d0cd738f8
|
refactor(misskey-js): warnを除去 (#14520)
|
2024-09-07 02:38:01 +09:00 |
|
かっこかり
|
567acea2a3
|
fix(frontend): instance infoページで不必要なapiリクエストが飛ぶのを抑止 (#14515)
* fix(frontend): instance infoページで不必要なapiリクエストが飛ぶのを抑止
* fix
|
2024-09-06 17:23:40 +09:00 |
|
かっこかり
|
8d19bdbb65
|
fix(misskey-js): content-typeはapplication/jsonでないもののみを記録するように (#14508)
|
2024-09-06 17:22:45 +09:00 |
|
かっこかり
|
cdb0566c5b
|
refactor(frontend): scss deprecated 警告に対応 (#14513)
|
2024-09-06 16:12:14 +09:00 |
|
かっこかり
|
f7398faeac
|
enhance(frontend): アイコンデコレーション管理画面にプレビューを追加 (#14511)
* enhance(frontend): アイコンデコレーション管理画面にプレビューを追加
* Update Changelog
* tweak
|
2024-09-06 15:37:03 +09:00 |
|
taiy
|
c8f49b6ae7
|
chore(ci/lint): ESLintのキャッシュが保存できない問題を修正 (#14506)
|
2024-09-06 14:45:53 +09:00 |
|
NoriDev
|
c3b237b3b3
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2024-09-06 11:20:35 +09:00 |
|
syuilo
|
74c93fcebe
|
Update .gitignore
|
2024-09-05 14:07:36 +09:00 |
|
NoriDev
|
b7f9f9d4aa
|
Merge remote-branch 'misskey/develop'
|
2024-09-05 10:14:16 +09:00 |
|
zyoshoka
|
8be624aa44
|
refactor(sw): fix type errors (#14478)
* style(sw): lint fixes
* refactor(sw): fix type errors
* chore(sw): disable `noImplicitAny`
* ci(sw): enable typecheck ci
* ci(sw): build `misskey-js` before typecheck
|
2024-08-30 15:53:04 +09:00 |
|
NoriDev
|
957112d4a5
|
Merge remote-branch 'misskey/develop'
|
2024-08-30 14:51:28 +09:00 |
|
NoriDev
|
e6137beff5
|
Merge branch 'master' of https://github.com/kokonect-link/cherrypick into develop
|
2024-08-30 14:37:37 +09:00 |
|
NoriDev
|
dab3e64ca2
|
4.11.1
|
2024-08-30 14:36:54 +09:00 |
|
NoriDev
|
72491fca66
|
fix(frontend): 노트의 세부 옵션을 표시하는 더 보기! 버튼을 누를 수 없음
|
2024-08-30 14:31:19 +09:00 |
|
zyoshoka
|
3fe7e37f10
|
fix(frontend): server metrics look strange after reload (#14467)
|
2024-08-30 10:59:23 +09:00 |
|
zyoshoka
|
7fe3035059
|
fix(backend): use prefixItems in admin/queue/*-delayed endpoint schema (#14468)
* fix(backend): represent tuples with `prefixItems`
* refactor(frontend): fix type errors
* fix(backend): add `prefixItems` in `SchemaType`
* fix(backend): add `unevaluatedItems: false` to disallow extra items
* refactor(frontend): consolidate `'deliver' | 'queue'` type def into `queue.vue`
* fix(backend): add `unevaluatedItems` in `SchemaType`
|
2024-08-30 10:58:59 +09:00 |
|
zyoshoka
|
06855f769f
|
refactor(sw): use fully typed locales (#14470)
* refactor(sw): use fully typed locales
* fix(backend): enumerate achievement notification type
|
2024-08-30 10:58:11 +09:00 |
|
zyoshoka
|
3e85052754
|
fix(backend): correct app -type notification schema (#14471)
|
2024-08-29 18:57:44 +09:00 |
|
NoriDev
|
59ffa11bba
|
Merge branch 'develop-based-2024.8.0' of https://github.com/kokonect-link/cherrypick into develop
|
2024-08-28 16:41:13 +09:00 |
|
NoriDev
|
78d315d952
|
Merge branch 'develop' of https://github.com/kokonect-link/cherrypick
|
2024-08-28 16:38:50 +09:00 |
|
NoriDev
|
523b0f9d1b
|
Update CHANGELOG_CHERRYPICK.md
|
2024-08-28 16:38:01 +09:00 |
|
NoriDev
|
b625dbaebd
|
Release: 4.11.0
|
2024-08-28 16:36:04 +09:00 |
|
NoriDev
|
4fdb904026
|
4.11.0
|
2024-08-28 16:33:23 +09:00 |
|
NoriDev
|
351aaaa6e2
|
lint
|
2024-08-28 16:07:38 +09:00 |
|
NoriDev
|
b89374e6cc
|
Merge remote-branch 'misskey/develop'
|
2024-08-28 15:43:17 +09:00 |
|
NoriDev
|
56a34650f0
|
Merge remote-branch 'misskey/develop'
|
2024-08-28 15:33:43 +09:00 |
|
syuilo
|
b6fdd71957
|
消し忘れ
|
2024-08-27 20:40:11 +09:00 |
|
syuilo
|
36dff66883
|
refactor
|
2024-08-27 20:36:43 +09:00 |
|
NoriDev
|
15182f9ab1
|
4.11.0-beta.2
|
2024-08-27 16:49:53 +09:00 |
|
NoriDev
|
5452b2d0e0
|
Merge branch 'master' of https://github.com/kokonect-link/cherrypick into develop
|
2024-08-27 16:45:23 +09:00 |
|
NoriDev
|
0428fb20b2
|
fix: Misskey의 최신 버전을 불러올 수 없음
test (#490)
|
2024-08-27 16:40:45 +09:00 |
|
NoriDev
|
e4b95b2d7a
|
fix(frontend): 노트를 인용했을 때 더 보기 버튼이 보이지 않거나 잘려서 표시될 수 있음
|
2024-08-27 15:43:59 +09:00 |
|
NoriDev
|
4c87b4a211
|
4.11.0-beta.1
|
2024-08-26 19:51:49 +09:00 |
|
NoriDev
|
7d09934c0b
|
Merge remote-branch 'misskey/develop'
|
2024-08-26 19:51:23 +09:00 |
|
NoriDev
|
cce73537ee
|
Merge pull request #479 from kokonect-link/develop
Release: 4.10.0
|
2024-08-26 17:24:02 +09:00 |
|
NoriDev
|
314b1fd473
|
Merge branch 'master' of https://github.com/kokonect-link/cherrypick into develop
|
2024-08-26 17:21:27 +09:00 |
|
NoriDev
|
8d4655760f
|
4.10.0
|
2024-08-26 17:20:08 +09:00 |
|
NoriDev
|
d826a1ad27
|
fix(frontend): CherryPick 클라이언트 업데이트를 올바르게 확인하지 못할 수 있음
|
2024-08-26 16:47:24 +09:00 |
|
Kisaragi
|
255c8bd1b9
|
fix: 投稿フォームの字数上限計算を実際の投稿内容に合わせる (#14466)
|
2024-08-26 15:55:38 +09:00 |
|
syuilo
|
44f62160cb
|
enhance(frontend): error message i18n
|
2024-08-24 16:59:17 +09:00 |
|
syuilo
|
8032a4e12a
|
enhance(frontend): サイズ制限を超過するファイルをアップロードしようとした際にエラーを出すように
|
2024-08-23 16:40:11 +09:00 |
|
syuilo
|
2f009f7d49
|
add note
|
2024-08-23 16:31:16 +09:00 |
|
syuilo
|
f85aa7b641
|
fix(backend): ファイルがサイズの制限を超えてアップロードされた際にエラーを返さなかった問題を修正
|
2024-08-23 16:29:05 +09:00 |
|
syuilo
|
1008fa32a0
|
better boot error screen
|
2024-08-22 14:03:11 +09:00 |
|
NoriDev
|
56a0832913
|
4.10.0-rc.4
|
2024-08-21 09:46:42 +09:00 |
|
NoriDev
|
a22435fd1e
|
Update CHANGELOG_CHERRYPICK.md
|
2024-08-21 09:45:03 +09:00 |
|
pen
|
4b284a3ddf
|
fix(backend): withCatsがフィルタされていない問題を修正 (#485)
* Fix:withCatsがフィルタされていない問題を修正 (#323)
* del:test
|
2024-08-21 09:36:39 +09:00 |
|