syuilo
|
ae7d17d121
|
fix of b9a3b2c165
|
2023-03-05 11:11:36 +09:00 |
|
syuilo
|
b9a3b2c165
|
enhance(server): make identicon same between local and remote
Resolve #10200
|
2023-03-05 11:09:55 +09:00 |
|
rinsuki
|
49f0837729
|
fix(server): DriveFile related N+1 query when call note packMany (again) (#10190)
* Revert "Revert "fix(server): DriveFile related N+1 query when call note packMany (#10133)""
This reverts commit a7c82eeabc .
* packManyByIdsMap: 存在チェックをしてなかったものは null を入れるように
* Note.packMany で reply とか renote がもうあったらそのファイルも引く
* テストを書く
* fix test
* fix test
* fix test
* fix test
|
2023-03-04 16:48:50 +09:00 |
|
syuilo
|
ad7ecbaf37
|
通知部分は残す
Co-Authored-By: rinsuki <428rinsuki+contact.github@gmail.com>
|
2023-03-03 20:43:31 +09:00 |
|
syuilo
|
a7c82eeabc
|
Revert "fix(server): DriveFile related N+1 query when call note packMany (#10133)"
This reverts commit 452a48e7f4 .
|
2023-03-03 20:26:44 +09:00 |
|
rinsuki
|
452a48e7f4
|
fix(server): DriveFile related N+1 query when call note packMany (#10133)
* fix(server): DriveFile related N+1 query when call note packMany
* Update packages/backend/src/misc/is-not-null.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* ignore lint
* 途中でやめたやつが混入していた
* fix: 順番通りである必要がある場所で順番通りになっていなかった
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
|
2023-03-03 10:06:59 +09:00 |
|
syuilo
|
9e5278d276
|
fix of #10145
|
2023-03-01 12:02:37 +09:00 |
|
syuilo
|
1c5291f818
|
feat: 時限ロール (#10145)
* feat: 時限ロール
* クライアントから期限を確認できるように
* リファクタとか
* fix test
* fix test
* fix test
* clean up
|
2023-03-01 10:20:03 +09:00 |
|
tamaina
|
becc4d2e54
|
fix: i/notificationsで古い通知タイプを許容するなど、古い通知タイプの清算 (#10042)
* wip
* fix
* create migration
* oops
* fix front const
* changelog
* fix type
* fix
* wip
* Revert "wip"
This reverts commit 6cdb3600e280be3550b8b6353b2c7930f7b31438.
* enumのこす
* fix
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-02-23 20:46:14 +09:00 |
|
syuilo
|
870f7608be
|
enhance: exploreで公開ロール一覧とそのメンバーを閲覧できるように
|
2023-02-22 14:43:18 +09:00 |
|
syuilo
|
60df819c60
|
refactor: fix types
|
2023-02-17 15:36:36 +09:00 |
|
Kagami Sascha Rosylight
|
8f9ce23e52
|
style(backend): fix all eslint errors (#9967)
|
2023-02-17 10:56:59 +09:00 |
|
Kagami Sascha Rosylight
|
63df2c851e
|
refactor: remove all unused imports (#9951)
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2023-02-16 23:09:41 +09:00 |
|
syuilo
|
8caf288ac1
|
drop group (#9942)
* drop group
* Update operations.ts
|
2023-02-15 13:37:18 +09:00 |
|
syuilo
|
8f2049bcd2
|
drop messaging (#9919)
* drop messaging (from backend)
* wip
|
2023-02-15 13:06:06 +09:00 |
|
syuilo
|
1b21bad202
|
refactor
|
2023-02-13 15:50:22 +09:00 |
|
syuilo
|
451bc0b444
|
refactor: fix types
|
2023-02-12 18:47:30 +09:00 |
|
tamaina
|
ee03ab8d2c
|
enhance(server): videoThumbnailGenerator config (#9845)
* enhance(server): videoThumbnailGenerator config
* ✌️
* fix
* 相対url
* サムネイルのproxyRemoteFilesは直接プロキシを指定する
* メディアプロキシ
|
2023-02-12 09:13:47 +09:00 |
|
syuilo
|
73f06e591a
|
revert: 650187deaf
|
2023-02-08 20:07:19 +09:00 |
|
syuilo
|
650187deaf
|
perf(client): do not render custom emojis in user names
#9778
|
2023-02-08 17:48:02 +09:00 |
|
tamaina
|
54f789bd55
|
fix(server): DriveFileEntityService.getPublicUrl調整
- 外部MediaProxyではビデオのサムネイルを生成できないので外部に投げない
- thumbnailUrlが存在しない場合、画像の場合はプロキシで圧縮させる
|
2023-02-07 14:24:15 +00:00 |
|
syuilo
|
6a3039f7b7
|
feat: ロールにアイコンを設定してユーザー名の横に表示できるように
Resolve #9761
|
2023-02-05 10:37:03 +09: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 |
|
syuilo
|
562b02310f
|
drop twitter/github/discord integrations
Close #9775
|
2023-02-03 15:01:31 +09:00 |
|
syuilo
|
4610d8dfe3
|
refactor: fix type
|
2023-02-01 20:15:11 +09:00 |
|
syuilo
|
452bd6db25
|
tweak custom emoji handling
Close #9721
|
2023-01-26 15:48:12 +09:00 |
|
tamaina
|
605b0f27e4
|
Merge branch 'develop' into emoji-re
|
2023-01-25 14:22:26 +00:00 |
|
syuilo
|
5ffa106cc1
|
サードパーティからも自身のロールを確認できるように
Close #9700
|
2023-01-25 19:34:10 +09:00 |
|
tamaina
|
d347f0a087
|
wip
|
2023-01-22 16:07:17 +00:00 |
|
syuilo
|
7a6534f30b
|
カスタム絵文字のURLが空文字列になる場合があるのを修正
|
2023-01-22 17:29:31 +09:00 |
|
syuilo
|
3e112da486
|
ローカルのカスタム絵文字については直接オリジナルURLにリクエストするように
|
2023-01-21 20:40:09 +09:00 |
|
syuilo
|
65cd605b73
|
Achievements (#9665)
* wip
* Update ja-JP.yml
* wip
* wip
* Update MkAchievements.vue
* wip
* 🎨
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
|
2023-01-21 13:14:55 +09:00 |
|
syuilo
|
30fced38c4
|
refactor: rename instance.caughtAt to instance.firstRetrievedAt
|
2023-01-16 05:02:38 +09:00 |
|
syuilo
|
81f11d8f86
|
refactor: rename role.options -> role.policies
|
2023-01-15 20:52:53 +09:00 |
|
syuilo
|
518b3e2f73
|
ロールの各オプションに優先度を設定できるように
|
2023-01-15 19:10:39 +09:00 |
|
syuilo
|
2bedc084a3
|
tweak MkRolePreview
|
2023-01-14 11:14:14 +09:00 |
|
tamaina
|
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 |
|
syuilo
|
4c21d83639
|
プロフィールにロールを表示するように
|
2023-01-13 12:07:24 +09:00 |
|
syuilo
|
c5c40a73b7
|
feat: conditional role
Resolve #9539
|
2023-01-13 11:03:54 +09:00 |
|
syuilo
|
2470afaa2e
|
Role (#9437)
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* Update create.ts
* wip
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
* wip
* wip
* Update delete.ts
* Update delete.ts
* wip
* wip
* wip
* Update account-info.vue
* wip
* wip
* Update settings.vue
* Update user-info.vue
* wip
* Update show-file.ts
* Update show-user.ts
* wip
* wip
* Update delete.ts
* wip
* wip
* Update overview.moderators.vue
* Create 1673500412259-Role.js
* wip
* wip
* Update roles.vue
* 色
* Update roles.vue
* integrate silence
* wip
* wip
|
2023-01-12 21:02:26 +09:00 |
|
syuilo
|
462acc9eee
|
カスタム絵文字一覧情報をmetaから分離
|
2023-01-09 15:50:25 +09:00 |
|
syuilo
|
2e2ed1385f
|
delete pollVote notification
|
2023-01-08 10:54:45 +09:00 |
|
syuilo
|
ebe340d510
|
MisskeyPlay (#9467)
* wip
* wip
* wip
* wip
* wip
* Update ui.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* wip
* 🎨
* wip
* ✌️
|
2023-01-05 13:59:48 +09:00 |
|
syuilo
|
c8bd139713
|
drop lastCommunicatedAt of instance
|
2023-01-03 09:00:42 +09:00 |
|
syuilo
|
7093573f0c
|
drop latestRequestSentAt of instance
|
2023-01-03 08:48:00 +09:00 |
|
syuilo
|
6f648fc058
|
clean up
|
2022-12-31 08:51:35 +09:00 |
|
syuilo
|
7157fd663c
|
fix(server): driveCapacityOverrideMbが公開情報になっているのを修正
|
2022-12-31 08:46:27 +09:00 |
|
syuilo
|
b2d6561bc6
|
enhance(server): clean emoji response
|
2022-12-31 08:43:13 +09:00 |
|
tamaina
|
1a408db3b1
|
fix: use || for emoji url fallback instead of ??
|
2022-12-30 13:37:58 +00:00 |
|
syuilo
|
912791b3ab
|
refactor: 絵文字URLを引き回すのをやめる (#9423)
|
2022-12-29 10:14:44 +09:00 |
|