fly_mc
|
32e835883b
|
Merge branch 'develop' into pari
|
2024-11-15 21:53:41 +08:00 |
|
syuilo
|
d9d92bcfbf
|
Revert "use nodemon 3.0.2"
This reverts commit ce1f84e5a3 .
|
2024-11-15 19:40:12 +09:00 |
|
syuilo
|
ce1f84e5a3
|
use nodemon 3.0.2
#14966
|
2024-11-15 19:33:50 +09:00 |
|
syuilo
|
e26e24b610
|
update deps (#14950)
* update deps
* wip
* Revert "wip"
This reverts commit 393de249fe248ae181221266e0b7828a3ac53152.
* wip
* wip
* wip
* wip
|
2024-11-15 17:22:00 +09:00 |
|
fly_mc
|
bb2c6e0326
|
fix: clear Service Worker caches correctly
|
2024-11-13 19:21:09 +08:00 |
|
fly_mc
|
afec66841d
|
lint
|
2024-11-10 01:56:06 +08:00 |
|
fly_mc
|
317c06d28b
|
Revert "restore sw.js"
This reverts commit a7d4c90cba .
|
2024-11-07 01:02:10 +08:00 |
|
fly_mc
|
a7d4c90cba
|
restore sw.js
|
2024-11-07 00:51:28 +08:00 |
|
fly_mc
|
0863a6d393
|
fix sw cache
|
2024-11-01 14:12:17 +08:00 |
|
fly_mc
|
5866269282
|
add sw cache
|
2024-10-30 22:11:16 +08:00 |
|
fly_mc
|
b042b9f13f
|
format sw
|
2024-10-30 21:29:31 +08:00 |
|
fly_mc
|
f4a4acf467
|
Revert "clear sw cache"
This reverts commit 88728db722 .
|
2024-10-30 21:28:16 +08:00 |
|
fly_mc
|
42b9efd118
|
Revert "temp: try unregister sw"
This reverts commit 574798d019 .
|
2024-10-30 21:28:05 +08:00 |
|
fly_mc
|
88728db722
|
clear sw cache
|
2024-10-25 21:41:47 +08:00 |
|
fly_mc
|
574798d019
|
temp: try unregister sw
|
2024-10-25 21:03:08 +08:00 |
|
fly_mc
|
3ef2922390
|
add edited in sw
|
2024-10-24 00:15:09 +08:00 |
|
fly_mc
|
98db77fa90
|
restore sw.ts
|
2024-10-23 23:56:33 +08:00 |
|
fly_mc
|
0205565045
|
fix sw
|
2024-10-23 23:21:21 +08:00 |
|
fly_mc
|
938b9d5896
|
fix sw
|
2024-10-23 22:49:53 +08:00 |
|
fly_mc
|
65fe0f7381
|
removed navigate in sw
|
2024-10-23 11:51:20 +08:00 |
|
fly_mc
|
29886c0a82
|
add navigate in sw.ts
|
2024-10-22 00:11:29 +08:00 |
|
fly_mc
|
c455231699
|
note about navigate in sw.ts
|
2024-10-21 22:56:31 +08:00 |
|
fly_mc
|
500c1f3eeb
|
Fix: Service worker cache
|
2024-10-21 22:54:38 +08:00 |
|
fly_mc
|
d11458168f
|
Bump version
|
2024-10-21 14:33:01 +08:00 |
|
fly_mc
|
913ed6a87e
|
removed sw root cache
|
2024-10-21 02:18:07 +08:00 |
|
fly_mc
|
667131d7cc
|
sw cache auto update
|
2024-10-21 01:54:08 +08:00 |
|
fly_mc
|
b7abc5ee54
|
try: fix sw cache
|
2024-10-21 01:37:52 +08:00 |
|
fly_mc
|
2668f800b3
|
Merge branch 'develop' into pari-20241009
|
2024-10-10 00:55:11 +08:00 |
|
syuilo
|
83db116c46
|
enhance(backend): notify new login (#14673)
* wip
* Update CHANGELOG.md
* wip
* fix
* Update index.d.ts
* Update SigninService.ts
* Update MkNotification.vue
|
2024-10-03 15:06:04 +09:00 |
|
fly_mc
|
90c2f2c149
|
fix
|
2024-10-02 14:44:30 +08:00 |
|
かっこかり
|
d8a2eeb7ed
|
feat: エクスポート完了時に通知を発行するように (#14484)
* feat: エクスポート完了時に通知を発行するように
* Update Changelog
* entitity -> entity
* fix: ペイロードを含むように
* fix icon
* exportableEntities -> userExportableEntities
|
2024-09-26 14:15:03 +09:00 |
|
syuilo
|
76408667f3
|
update deps (#14594)
* wip
* Update ClientServerService.ts
* eslint
* Update fetch-resource.ts
* wip
|
2024-09-22 12:32:01 +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 |
|
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 |
|
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 |
|
syuilo
|
085b3abf26
|
update deps (#14312)
|
2024-07-28 11:14:31 +09:00 |
|
Kisaragi
|
9fcae7d9b2
|
refactor(sw): enable noImplicitAny (#14191)
|
2024-07-13 16:59:08 +09:00 |
|
syuilo
|
427648c4b8
|
update deps (#14057)
* wip
* locales/index.jsのymlファイル取得ロジックを調節
* regenerate pnpm-lock.yaml
* fix(backend): typecheck fails
* chore(deps): bump ip-cidr from 4.0.0 to 4.0.1 in /packages/backend
* chore: migrate ESLint configs to flat config (#14094)
* chore: migrate ESLint configs to flat config
* fix: update paths
* fix: frontend lint fails
* refactor(misskey-js): lint build.js
* update deps
---------
Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
Co-authored-by: zyoshoka <root@zyoshoka.com>
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
|
2024-07-02 11:38:34 +09:00 |
|
syuilo
|
1df90cef4c
|
update typescript
|
2024-06-21 13:03:00 +09:00 |
|
sirsegv
|
1616cb533e
|
Fix json module imports for node 22 (#13875)
|
2024-06-13 10:18:01 +09:00 |
|
syuilo
|
2b21c19362
|
update deps (#13624)
* update deps
* Update package.json
* update deps
* build: pass --strip-leading-paths to restore 0.2.x behavior (#13684)
* ✌️
* ✌️
* pureimageの代わりに@napi-rs/canvasを使う (#13748)
* pureimageの代わりに@napi-rs/canvasを使う
* remove writestream
* remove createtemp
* wip
* Update ClientServerService.ts
* update pnpm to 9.x
* update deps
* re: update pnpm to 9.x
* update node
* ✌️
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2024-05-04 20:56:14 +09:00 |
|
zyoshoka
|
959cc8ff37
|
refactor(general): use Date.now() instead of creating a new Date instance (#13671)
|
2024-04-07 21:14:13 +09:00 |
|
syuilo
|
033d71ee28
|
update deps
|
2024-03-01 13:52:39 +09:00 |
|
syuilo
|
920c3be750
|
update deps
|
2024-02-29 11:10:03 +09:00 |
|
tamaina
|
c1514ce91d
|
(re) update SPDX-FileCopyrightText
Fix #13290
|
2024-02-13 15:59:27 +00:00 |
|
tamaina
|
311c2172d7
|
Revert "update SPDX-FileCopyrightText"
This reverts commit 9b5aeb76d8 .
|
2024-02-13 15:50:11 +00:00 |
|
syuilo
|
9b5aeb76d8
|
update SPDX-FileCopyrightText
|
2024-02-12 11:37:45 +09:00 |
|
おさむのひと
|
850d38414e
|
fix: 2024-01-22 10:50時点のdevelopにてCIがコケている (#13060)
* fix: バブルゲームのビルド失敗修正
* fix: api.jsonの定義誤りを修正
* fix: lint.yml(typecheck)
* fix: fix eslint error
* fix: frontend vitest version
* fix: frontend vitest version
* fix:
* fix: cypress
* fix: misskey-js test
* fix: misskey-js tsd(tsdはpakcage.jsonのexportsをサポートしない?)
* fix: conflict
* fix: 間違えて上書きしたところを修正
* fix: 再
* fix: api.json
* fix: api.json
* fix: タイムアウト延長
* Update packages/misskey-js/jest.config.cjs
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
|
2024-01-22 18:01:54 +09:00 |
|
syuilo
|
f4657eb16f
|
update deps
|
2024-01-21 18:43:01 +09:00 |
|
かっこかり
|
4de77784c9
|
enhance(sw): オフライン表示のデザインを改善 (#13052)
* enhance(sw): オフライン表示のデザインを改善
* Update Changelog
* fix
* fix
* fix
* 言語が取得できなかった場合のフォールバックを追加
* (change) translation key
|
2024-01-21 11:50:05 +09:00 |
|