syuilo
3bc6205150
refactor(backend): ロジックをサービスに切り出す
2022-09-21 02:52:19 +09:00
syuilo
dc43fc68ef
enhance(backend): metaのポーリング頻度を減らし、redisで更新を受け取るように
2022-09-21 02:35:49 +09:00
syuilo
55f8a641a6
fix(backend): add missing noteEntityService dep
2022-09-21 02:19:49 +09:00
syuilo
192a1bd69e
🎨
2022-09-21 02:10:59 +09:00
syuilo
8fb0cf3064
12.120.0-alpha.4
2022-09-20 07:52:32 +09:00
syuilo
320ee29e2a
revert blurhash
...
https://github.com/woltapp/blurhash/issues/202
2022-09-20 07:52:23 +09:00
syuilo
622eb37dfe
12.120.0-alpha.3
2022-09-20 07:33:34 +09:00
syuilo
88a6c312e2
update deps
2022-09-20 07:33:27 +09:00
syuilo
27b40053c7
🎨
2022-09-20 07:14:47 +09:00
syuilo
4a7bec4e57
lint
2022-09-20 05:36:51 +09:00
syuilo
567c550120
lint
2022-09-20 05:32:18 +09:00
syuilo
1ed06e490c
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2022-09-20 05:19:39 +09:00
syuilo
3010dc207a
refactor(backend): refactor ChartManagementService
2022-09-20 05:19:37 +09:00
syuilo
f2663d37e9
Update test.yml
2022-09-20 04:56:19 +09:00
syuilo
72253a1029
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2022-09-20 04:02:05 +09:00
syuilo
eeca400fae
12.120.0-alpha.2
2022-09-20 03:24:11 +09:00
syuilo
0ea15f1c8a
Create .madgerc
2022-09-20 01:04:08 +09:00
syuilo
89174904bc
fix(test): fix chart test
2022-09-19 08:25:44 +09:00
syuilo
a2eac9fff6
test
2022-09-19 03:11:50 +09:00
syuilo
92c78218bc
revert
2022-09-19 03:08:54 +09:00
syuilo
0163cb7bc1
test
2022-09-19 03:03:11 +09:00
syuilo
6c5a42e745
fix queue bug
2022-09-19 03:00:25 +09:00
syuilo
2fbd09a07e
fix
2022-09-18 23:36:00 +09:00
syuilo
91d2c954fc
typo
2022-09-18 23:30:08 +09:00
syuilo
a66111ac1f
refactor(backend): simplify boot
2022-09-18 23:17:32 +09:00
syuilo
0abecffa8b
12.120.0-alpha.1
2022-09-18 23:09:12 +09:00
syuilo
dd35f2cce6
refactor(backend): refactor logger
2022-09-18 23:07:41 +09:00
syuilo
1cb85c5c76
fix(backend): サービスが二重にインスタンス化されるのを修正
2022-09-18 06:24:30 +09:00
syuilo
6b639f186d
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2022-09-18 06:10:13 +09:00
syuilo
b69bd0ee7c
refactor
2022-09-18 06:10:10 +09:00
dependabot[bot]
131c05f18c
chore(deps): bump undici from 5.8.0 to 5.10.0 in /packages/backend ( #9073 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.8.0 to 5.10.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.8.0...v5.10.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-18 05:48:29 +09:00
nenohi
c1667dc43c
フォロー、フォロワーのページでフォローされていることを表示 ( #9093 )
...
* followed-view
* Update MkUserInfo.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-09-18 04:07:59 +09:00
syuilo
b75184ec8e
なんかもうめっちゃ変えた
2022-09-18 03:27:08 +09:00
Francis Dinh
c89374c321
fix: Add comment property to DriveFile ( #46 )
...
* Add comment property to DriveFile
Some components of Misskey like the image viewer use this property, but it hasn't been defined in the type definition itself.
* Make DriveFile.comment nullable
There's a few places in the client code that checks for a null comment,
suggesting this field may be set to null.
2022-09-17 21:44:41 +09:00
syuilo
d9ab03f086
Update ROADMAP.md
2022-09-11 03:40:24 +09:00
syuilo
a97fcd9e73
Update .eslintrc.js
2022-09-11 03:34:41 +09:00
syuilo
6a87f4ade9
Update .eslintrc.js
2022-09-11 01:59:02 +09:00
syuilo
4c767f16f6
Update .eslintrc.js
2022-09-11 01:58:34 +09:00
syuilo
a2a1636c10
Merge branch 'develop'
2022-09-10 19:26:43 +09:00
syuilo
606d7dbc22
12.119.0
2022-09-10 19:26:17 +09:00
rinsuki
e60a6cc621
chore(sw): only proxies HTML requests ( #9070 )
...
* chore(sw): only proxies HTML requests
もはやHTMLじゃなさそうなリクエストにはSWで関与しないようにする
こうするといろいろな面倒事が解決するはず…たぶん
Resolve #9037
Resolve #9038
* align code style
* Update packages/sw/src/sw.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-09-10 19:25:32 +09:00
syuilo
d4b146e77a
New Crowdin updates ( #9047 )
...
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Traditional)
2022-09-10 19:25:06 +09:00
syuilo
406d088421
Update CHANGELOG.md
2022-09-10 19:14:14 +09:00
syuilo
7c89a27e61
update deps
2022-09-10 19:14:07 +09:00
syuilo
20aee2deed
chore(client): 🎨
2022-09-10 16:28:59 +09:00
syuilo
255f19bd23
Update ROADMAP.md
2022-09-07 17:39:45 +09:00
syuilo
06aeb49625
Update ROADMAP.md
2022-09-07 17:38:59 +09:00
syuilo
1b014bc3e5
fix(server): 他人の通知を既読にできる可能性があるのを修正
2022-09-06 20:54:49 +09:00
syuilo
a9e13693a5
refactor(client): refactor file name and directory structure
2022-09-06 18:21:49 +09:00
syuilo
0b99ffa8f9
refactor(client): use setup syntax
2022-09-06 18:09:17 +09:00