syuilo
|
f45059b7b1
|
fix
|
2023-01-14 10:46:40 +09:00 |
|
syuilo
|
4151087d3c
|
フォロワー数、フォロー数もConditional roleで利用できるように
|
2023-01-14 08:27:23 +09:00 |
|
syuilo
|
39c058a4bb
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-01-14 08:04:41 +09:00 |
|
syuilo
|
d1807ee5dc
|
enhance: ハードワードミュートの最大文字数を設定可能に
Resolve #7574
|
2023-01-14 08:04:38 +09:00 |
|
こけっち
|
98469117bf
|
fix: follow request list api pagination (#9548)
* fix: follow request list api pagination
* fix: improve alias
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-01-14 06:18:58 +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
|
161da24841
|
fix(server): signup-complete Broken
Fix #9538
|
2023-01-13 17:59:40 +09:00 |
|
syuilo
|
6e40024660
|
typo
|
2023-01-13 17:49:05 +09:00 |
|
syuilo
|
2654936c17
|
fix
|
2023-01-13 17:42:12 +09:00 |
|
syuilo
|
bc0b8afb1f
|
fix ads/update api
|
2023-01-13 15:15:31 +09:00 |
|
syuilo
|
b250456814
|
カスタム絵文字の管理を権限を持つユーザーが行えるように
Resolve #9542
|
2023-01-13 14:58:27 +09:00 |
|
syuilo
|
0a6e237d09
|
refactor
|
2023-01-13 14:46:56 +09:00 |
|
syuilo
|
7b7faf1e84
|
招待コード発行を権限を持つユーザーが行えるように
Resolve #9541
|
2023-01-13 14:22:53 +09:00 |
|
syuilo
|
6458239a7c
|
remoteDriveCapacityMbをロールに統合
|
2023-01-13 11:14:07 +09:00 |
|
syuilo
|
c5c40a73b7
|
feat: conditional role
Resolve #9539
|
2023-01-13 11:03:54 +09:00 |
|
tamaina
|
978a9bbb3b
|
perf(backend): Use undici instead of node-fetch and got (#9459)
* Implement? HttpFetchService
* ✌️
* remove node-fetch
* fix
* refactor
* fix
* gateway timeout
* UndiciFetcherクラスを追加 (仮コミット, ビルドもstartもさせていない)
* fix
* add logger and fix url preview
* fix ip check
* enhance logger and error handling
* fix
* fix
* clean up
* Use custom fetcher for ApRequest / ApResolver
* bypassProxyはproxyBypassHostsに判断を委譲するように
* set maxRedirections (default 3, ApRequest/ApResolver: 0)
* fix comment
* handle error s3 upload
* add debug message
* no return await
* Revert "no return await"
This reverts commit b5b0dc58a342393d260492e3a6f58304372f53b2.
* reduce maxSockets
* apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger
* Revert "apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger"
This reverts commit 997243915c8e1f8472da64f607f88c36cb1d5cb4.
* add logger
* fix
* change logger name
* safe
* デフォルトでUser-Agentを設定
|
2023-01-12 21:03:02 +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
|
33b22a323c
|
perf(server): improve stats api performance
|
2023-01-10 20:06:25 +09:00 |
|
syuilo
|
3bc0cdbfb7
|
typo
|
2023-01-09 17:22:21 +09:00 |
|
syuilo
|
462acc9eee
|
カスタム絵文字一覧情報をmetaから分離
|
2023-01-09 15:50:25 +09:00 |
|
syuilo
|
91ced90fb2
|
fix imports
|
2023-01-09 08:58:16 +09:00 |
|
MeiMei
|
10e526ba56
|
fix: Escape SQL LIKE (#9493)
* SQL LIKE escape
* CHANGELOG
|
2023-01-08 20:32:17 +09:00 |
|
syuilo
|
2e2ed1385f
|
delete pollVote notification
|
2023-01-08 10:54:45 +09:00 |
|
CyberRex
|
bcc3380cfc
|
fix(backend): Set correct access control of admin/drive/files (#9472)
|
2023-01-06 08:05:02 +09:00 |
|
syuilo
|
6f9aa94e3a
|
fix instance sort
|
2023-01-05 16:38:12 +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
|
d306db4ff8
|
fix(server): pages/likeのエラーIDが重複しているのを修正
|
2023-01-04 17:41:39 +09:00 |
|
syuilo
|
1ed078d7f9
|
fix(server): fix pages/update
|
2023-01-04 17:41:09 +09:00 |
|
syuilo
|
4cc71d2443
|
✌️
|
2023-01-03 09:32:36 +09:00 |
|
syuilo
|
c8bd139713
|
drop lastCommunicatedAt of instance
|
2023-01-03 09:00:42 +09:00 |
|
syuilo
|
771348e887
|
PV集計はローカルユーザーのみに
|
2023-01-03 08:29:25 +09:00 |
|
syuilo
|
969e9df889
|
feat: add per user pv chart
|
2023-01-01 17:45:49 +09:00 |
|
syuilo
|
4c4af2ae84
|
clean up
|
2023-01-01 17:38:02 +09:00 |
|
syuilo
|
e414737179
|
feat: make possible to export favorited notes
#9331
|
2023-01-01 16:53:10 +09:00 |
|
syuilo
|
ee6e022b2a
|
enhance(server): productionじゃない限りレートリミットを無効に
|
2023-01-01 11:58:16 +09:00 |
|
syuilo
|
6f51e7300e
|
✌️
|
2023-01-01 09:35:14 +09:00 |
|
syuilo
|
b2d6561bc6
|
enhance(server): clean emoji response
|
2022-12-31 08:43:13 +09:00 |
|
syuilo
|
912791b3ab
|
refactor: 絵文字URLを引き回すのをやめる (#9423)
|
2022-12-29 10:14:44 +09:00 |
|
syuilo
|
af9e742e71
|
fix(server): bodyLimit for each endpoints
|
2022-12-28 09:07:41 +09:00 |
|
syuilo
|
dd4c411d22
|
ダッシュボードにモデレーター一覧を表示
|
2022-12-26 09:22:10 +09:00 |
|
syuilo
|
c801434d11
|
fix(server): アンテナの作成数上限を追加
|
2022-12-26 08:50:17 +09:00 |
|
syuilo
|
f44a7e2536
|
refactor
|
2022-12-25 14:22:23 +09:00 |
|
syuilo
|
3e81913b6a
|
feat: introduce retention-rate aggregation
|
2022-12-25 09:09:46 +09:00 |
|
syuilo
|
b11f8b0aae
|
chore: fix reporisotry name
|
2022-12-25 08:30:13 +09:00 |
|
syuilo
|
b648c4bc4d
|
chore: fix reporisotry name
|
2022-12-25 08:27:06 +09:00 |
|
syuilo
|
4ede367c1e
|
GET非対応APIにGETでリクエストすると接続が開きっぱなしになる
Fix #9404
|
2022-12-24 13:55:50 +09:00 |
|
Kagami Sascha Rosylight
|
c3cb218975
|
fix(backend): request.body may be undefined (#9356)
|
2022-12-19 15:57:36 +09:00 |
|
Effy Elden
|
5e448deb03
|
Fix peers API returning suspended instances (#9348)
* Fix peers API returning suspended instances
* Fix missing comma
|
2022-12-19 09:00:13 +09:00 |
|
tamaina
|
4ecc42744c
|
enhance: Implement the toggle to (or not to) close push notifications when notifications or messages are read (#9219)
* create file
* wip
* fix
* wip
* tabun dekita
* ✌️
* implement subscribe push notification button to tutorial
* check-exists→show-registration
* add column sendReadMessage
* fix migration file
* sw api
* change PushNotificationService
* wip
* ✌️
* fix tutorial footer flex
|
2022-12-18 01:59:59 +09:00 |
|
syuilo
|
96dda253b0
|
fix(server): GitHubログインしようとするとreply.setCookie is not a function
fix #9327
|
2022-12-17 11:02:49 +09:00 |
|