NoriDev
69ef7a3bf8
Merge remote-branch 'misskey/develop'
2023-08-02 16:08:31 +09:00
NoriDev
61c871517d
Merge remote-branch 'misskey/develop'
2023-08-01 17:16:39 +09:00
syuilo
2b4c8c9e0f
update deps ( #11409 )
...
* update deps
* Update .eslintrc.js
* Update .eslintrc.js
* lint
* lint
* Update update.ts
* update deps
* Update .eslintrc.js
2023-07-31 19:14:20 +09:00
Shun Sakai
c2370a1be6
chore: 著作権とライセンスについての情報を各ファイルに追加する ( #11348 )
...
* chore: Add the SPDX information to each file
Add copyright and licensing information as defined in version 3.0 of
the REUSE Specification.
* tweak format
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-07-27 14:31:52 +09:00
NoriDev
26a2604134
Merge remote-branch 'misskey/develop'
2023-07-17 17:28:23 +09:00
syuilo
9a5bc78eb4
update deps
2023-07-15 16:07:30 +09:00
yukineko
52b440357f
fix(sw): アンケート終了時のプッシュ通知が正しく表示されない問題を修正 ( #11278 )
...
* fix(sw): アンケート終了時のプッシュ通知が正しく表示されない問題を修正
* update: CHANGELOG.md
2023-07-15 10:00:38 +09:00
NoriDev
0f3be8fcde
Merge remote-branch 'misskey/develop'
2023-07-14 17:36:02 +09:00
anatawa12
9845ccec5b
オフライン時の画面にリロードボタンを追加 ( #11242 )
...
* feat: オフライン時の画面にリロードボタンを追加
リロードのためのボタンがないとPWAでインターネットが復帰しても何もできなくなるため。
* docs(changelog): add オフライン時の画面にリロードボタンを追加
2023-07-11 18:24:10 +09:00
Kagami Sascha Rosylight
59046d583d
refactor(locales, sw): use es module ( #11204 )
...
* refactor(locales): use es module
* fix sw build
* fix gulp
* try fixing storybook
* Revert "try fixing storybook"
This reverts commit 5f2a4eee016776381a7d80407e28d129c252228f.
* try fixing storybook 2
* Update main.ts
* Update build.js
* Update main.ts
* Update changes.ts
* fix sw lint
* Update build.js
2023-07-09 17:19:07 +09:00
syuilo
644023316e
refactor: use esm
2023-07-08 13:03:31 +09:00
NoriDev
5a92456a83
Merge remote-branch 'misskey/develop'
2023-07-07 17:34:23 +09:00
syuilo
d5c4e77c44
update deps
2023-07-07 10:53:06 +09:00
NoriDev
b6979b0437
Merge remote-branch 'misskey/develop'
2023-06-26 16:52:07 +09:00
syuilo
8099bc24e1
refactor(backend): use node16 for moduleResolution ( #10938 )
...
* refactor(backend): use node16 for moduleResolution
* update deps
* Update tsconfig.json
* ✌️
* revive KEYWORD
* restore strict-event-emitter-types dependency
* restore ms dependency
* cancel redundant import reorder
* fix
* Delete ms.ts
* remove rndstr
---------
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
2023-06-25 21:13:15 +09:00
syuilo
60cc7f62e6
update deps
2023-06-24 13:11:53 +09:00
NoriDev
43addcbd00
CherryPick 🍒
2023-06-20 17:29:46 +09:00
NoriDev
53a4e4054d
misskey-js -> cherrypick-js
2023-06-12 16:35:30 +09:00
NoriDev
7431019016
refactor
2023-05-29 19:42:48 +09:00
NoriDev
c11aa0f336
Merge remote-branch 'misskey/master'
2023-05-13 19:50:38 +09:00
NoriDev
a3ea3bba41
Merge remote-branch 'ltlapy/develop-v13'
2023-05-12 20:25:08 +09:00
syuilo
5be6438bbc
update deps
2023-05-12 12:10:56 +09:00
NoriDev
b1e1928135
Revert "drop messaging ( #9919 )"
...
This reverts commit 8f2049bc
2023-05-11 21:39:03 +09:00
NoriDev
8373e6642d
Revert "drop group ( #9942 )"
...
This reverts commit 8caf288ac1
.
2023-05-11 21:38:13 +09:00
NoriDev
520b072c09
Merge remote-branch 'upstream/develop'
2023-05-11 21:34:09 +09:00
NoriDev
97c4782014
Merge remote-branch 'upstream/develop'
2023-05-11 20:55:13 +09:00
ltlapy
4310dc2326
Fix typo
2023-05-09 22:55:43 +09:00
ltlapy
78db91d63e
Bump base into v13.12.1
2023-05-09 16:06:32 +09:00
syuilo
bcd123371b
update deps
2023-05-02 20:52:36 +09:00
syuilo
8c9cb9ee15
update deps
2023-04-19 12:52:14 +09:00
tamaina
471b836a44
fix(sw): 通知全削除時にread_notification通知が消えないように
...
通知欄に現れたり消えたりするとうざい
2023-04-18 06:01:18 +00:00
okayurisotto
5002effd65
Refactor sw ( #10579 )
...
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): 冗長な部分を変更
* refactor(sw): 使われていない煩雑な機能を削除
* refactor(sw): remove dead code
* refactor(sw): URL文字列の作成に`URL`を使うように
* refactor(sw): 型アサーションの削除とそれに伴い露呈したエラーへの対処
* refactor(sw): `append` -> `set` in `URLSearchParams`
* refactor(sw): `any`の削除とそれに伴い露呈したエラーへの対処
* refactor(sw): 型アサーションの削除とそれに伴い露呈したエラーへの対処
対処と言っても`throw`するだけ。いままでもこの状況ではエラーが投げられていたはずなので、この対処により新たな問題が起きることはないはず。
* refactor(sw): i18n loading
* refactor(sw): 型推論がうまくできる書き方に変更
`codes`が`(string | undefined)[]`から`string[]`になった
* refactor(sw): クエリ文字列の作成に`URLSearchParams`を使うように
* refactor(sw): `findClient`
* refactor(sw): `openClient`における`any`や`as`の書き換え
* refactor(sw): `openPost`における`any`の書き換え
* refactor(sw): `let` -> `const`
* refactor(sw): `any` -> `unknown`
* cleanup(sw): import
* cleanup(sw)
* cleanup(sw): `?.`
* cleanup(sw/.eslintrc.js)
* refactor(sw): `@typescript-eslint/explicit-function-return-type`
* refactor(sw): `@typescript-eslint/no-unused-vars`
* refactor(sw): どうしようもないところに`eslint-disable-next-line`を
* refactor(sw): `import/no-default-export`
* update operations.ts
* throw new Error
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-04-12 01:07:24 +09:00
tamaina
3a90bcc03c
sw: なんかもうめっちゃ変えた ( #10570 )
...
* sw: なんかいろいろ
* remove debug code
* never renotify
* update changelog.md
2023-04-11 14:11:39 +09:00
tamaina
da64273b43
chore(sw): use PascalCase
2023-04-10 12:10:06 +00:00
okayurisotto
6a23ffcce5
swのesbuildの更新とビルドスクリプトの更新 ( #10549 )
...
* cleanup(sw/build.js)
* fix(sw/build.js): `define`に真偽値を渡していた問題を修正
`define`では文字列を渡さなければならないので、`JSON.stringify`をするようにした。
* fix(sw/build.js): `string`が期待される`define`において`undefined`になる場合がある問題を修正
* update(sw): esbuild 0.17.15
* fixup! update(sw): esbuild 0.17.15
* fixup! fix(sw/build.js): `string`が期待される`define`において`undefined`になる場合がある問題を修正
コメントの文言を調整
2023-04-10 19:43:15 +09:00
okayurisotto
69828e8dac
fix(sw): プッシュ通知の操作でZen UIなクライアントが開かれてしまう場合がある問題を修正 ( #10497 ) ( #10498 )
2023-04-07 15:48:49 +09:00
syuilo
88f22da052
update deps
2023-04-06 20:22:26 +09:00
syuilo
30d6992684
perf(backend): 通知をRedisに保存するように
...
Resolve #10168
2023-04-04 14:06:57 +09:00
ltlapy
7a7ac9f645
Bump base to v13.10.3+58f3a2e
2023-04-03 17:14:14 +09:00
tamaina
26068a3a8f
use workspace:*, use pnpm@8.1.0
2023-03-30 13:01:00 +00:00
syuilo
bb2b33f2c9
update deps
2023-03-30 12:03:04 +09:00
Kagami Sascha Rosylight
cee1d5e2d0
chore: integrate misskey-js as a workspace item (git subtree) ( #10409 )
...
* Additional changes for the merge
* api-misskey-js
2023-03-30 09:33:19 +09:00
Kagami Sascha Rosylight
abdb43c440
Revert "Additional changes for the merge"
...
This reverts commit efb5e1d1cc
.
2023-03-25 08:20:34 +01:00
Kagami Sascha Rosylight
efb5e1d1cc
Additional changes for the merge
2023-03-25 08:13:30 +01:00
ltlapy
bb72e0a40b
Bump base to 13.9.2+87d0f56
2023-03-06 10:29:31 +09:00
tamaina
ffe3386e5b
fix(sw): プッシュ通知でカスタム絵文字リアクションを表示できるように ( #10122 )
...
* fix(sw): プッシュ通知でカスタム絵文字リアクションを表示できるように
Fix #10117
/emoji/*.webpにbadgeモードを
* ?
* ✌️
* fix
2023-02-28 19:55:31 +09:00
ltlapy
64445ce895
Bump base to 13.7.3+a1f3bd6
2023-02-23 23:51:18 +09:00
syuilo
0fb9c372dd
lint
2023-02-22 15:28:17 +09:00
syuilo
716ffcace6
update deps
2023-02-20 17:04:57 +09:00
tamaina
cd5615d354
fix lint
2023-02-18 14:11:45 +00:00