Commit Graph

23799 Commits

Author SHA1 Message Date
riku6460 757eae25bf
Revert "Merge pull request #86 from MisskeyIO/revert-bullmq"
This reverts commit e8cf53a1ea.

Revert "外部サーバーへの配送が行われない問題を修正 (たぶん) (#98)"

This reverts commit 53931ec59a.

Revert "fix(backend): restore start method in QueueProcessorService (#87)"

This reverts commit e88617e3c3.
2023-07-23 02:11:31 +09:00
nenohi eca41ca472
Revert "admin/role/userでuseridが指定できるように (#90)"
This reverts commit c492d450e9.
2023-07-23 02:10:36 +09:00
riku6460 760bcf26a0
Revert "ServerStatsService を無効化 (#91)"
This reverts commit b4f720cab6.
2023-07-23 02:10:36 +09:00
まっちゃとーにゅ 6611b74a0c
feat: MeilisearchにIndexするノートの範囲を設定できるように (#101) 2023-07-09 02:12:56 +09:00
riku6460 b77e7361fc
deliverMany に content の null チェックを追加 (#99) 2023-07-06 19:13:39 +09:00
riku6460 53931ec59a
外部サーバーへの配送が行われない問題を修正 (たぶん) (#98) 2023-07-06 07:51:01 +09:00
riku6460 f7ad3e847a
perf(backend): use mutex for nsfw model loading (#97)
Co-authored-by: popkirby <popkirby@gmail.com>
2023-07-06 03:37:35 +09:00
riku6460 3e93450fd4
perf(backend): Use addBulk to add deliver queues (#96)
* perf(backend): Use addBulk to add deliver queues (#11114)

* BullMQ -> Bull

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-05 23:59:32 +09:00
riku6460 680f367924
af3258dc79 の一部を取り込む (#94) 2023-07-02 20:32:40 +09:00
riku6460 59b1064fad
JSON.parse の回数を削減する (#93) 2023-07-02 12:17:55 +09:00
riku6460 65a75ecd9a
perf(backend): allow get for some endpoints (#92)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-07-02 10:20:40 +09:00
riku6460 b4f720cab6
ServerStatsService を無効化 (#91) 2023-07-02 09:54:26 +09:00
nenohi c492d450e9
admin/role/userでuseridが指定できるように (#90)
* admin/role/userでuseridが指定できるように

* Update packages/backend/src/server/api/endpoints/admin/roles/users.ts

---------

Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com>
2023-06-30 06:35:20 +09:00
riku6460 91af2d7b06
Fix offscreencanvas undefined (#88)
* Suppress ReferenceError on some environments (i.e. older iOS)

* fix

* fix

* lint

---------

Co-authored-by: yuriha-chan <yuriha.tsuchiura@gmail.com>
2023-06-16 14:33:13 +09:00
まっちゃとーにゅ e88617e3c3
fix(backend): restore start method in QueueProcessorService (#87) 2023-06-15 19:29:27 +09:00
riku6460 e8cf53a1ea
Merge pull request #86 from MisskeyIO/revert-bullmq
Revert "enhance(backend): migrate bull to bullmq (#10910)"
2023-06-15 11:40:50 +09:00
riku6460 9b3a92e999
Revert "enhance(backend): migrate bull to bullmq (#10910)"
This reverts commit fd7b77c542.
2023-06-15 03:32:16 +09:00
riku6460 cc87ef9e76
Merge pull request #85 from MisskeyIO/merge-upstream
Merge v13.13.2
2023-06-13 17:26:09 +09:00
riku6460 d4903a476a
fix 2023-06-13 17:05:18 +09:00
riku6460 7bf877e226
Merge tag '13.13.2' into merge-upstream 2023-06-13 16:54:49 +09:00
syuilo 7093662ce5
Merge pull request #10990 from misskey-dev/develop
Release: 13.13.2
2023-06-13 16:46:01 +09:00
syuilo f5dfb64a52 ユーザー統計表示機能を削除
Resolve #10998
2023-06-13 14:13:33 +09:00
syuilo fa7fd9ce25 fix image of MkError.vue 2023-06-11 15:38:06 +09:00
syuilo 63971f1cd8 13.13.2 2023-06-11 10:03:33 +09:00
syuilo b1313fbca8 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-06-11 10:01:41 +09:00
syuilo f1b0c54f6e
New Crowdin updates (#10971)
* New translations ja-JP.yml (Chinese Simplified)

* New translations ja-JP.yml (German)

* New translations ja-JP.yml (English)

* New translations ja-JP.yml (Chinese Traditional)

* New translations ja-JP.yml (Turkish)

* New translations ja-JP.yml (German)

* New translations ja-JP.yml (English)
2023-06-11 10:01:30 +09:00
syuilo 94c09f1441 🎨 2023-06-11 09:53:07 +09:00
syuilo 46222d0258 tweak of f3a16bcd6 2023-06-10 17:41:52 +09:00
syuilo c59a30ec09 Update CHANGELOG.md 2023-06-10 17:27:35 +09:00
nenohi f3a16bcd6d
ロールのユーザーリストを非公開にできるように (#10987)
* ロールのユーザーリストを非公開にできるように

* Changelog update
2023-06-10 17:26:48 +09:00
syuilo f69627939b Update misskey-js.api.md 2023-06-10 13:45:30 +09:00
syuilo e8420ad90b fix(backend): キャッシュが溜まり続けないように
Related #10984
2023-06-10 13:45:11 +09:00
syuilo 6182a1cb2c enhance(backend): WebSocketのPing/Pongをプロトコル制御フレームの物で判別する
Resolve #10969
2023-06-09 17:07:57 +09:00
syuilo 308ab8f177 chore 2023-06-09 16:11:28 +09:00
syuilo 359fbd78c1 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-06-09 15:53:43 +09:00
syuilo dd733ec1d0 enhance(frontend): サーバーのテーマ設定を別ページに分離 2023-06-09 15:53:40 +09:00
tamaina 5e680500e5 chore: instance → server 2023-06-09 06:32:09 +00:00
atsuchan 0465e74521
Fix: enhance: タイムラインにフォロイーの行った他人へのリプライを含めるかどうかの設定をアカウントに保存するのをやめるように (#10982) 2023-06-09 14:08:35 +09:00
Ebise Lutica 34a32a8334
エラー画像URLを設定可能に (#10959)
* エラー画像URLを設定可能に

* Update CHANGELOG.md

* 設定したエラーアイコンをprefetchするようにbase.pugを変更

* 不足していたデータを追加

* enhance(frontend): デザイン調整
2023-06-09 14:00:53 +09:00
syuilo 3941c73db0 tweak of 6032c2be1 2023-06-09 12:55:27 +09:00
syuilo 703f3a8e37 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-06-09 12:51:19 +09:00
syuilo 6032c2be1c fix(frontend): Scrolling Issue in Safari for Top and Bottom Bars
fix #10977
2023-06-09 12:51:16 +09:00
syuilo 13870c63b0 add note 2023-06-09 12:47:36 +09:00
mappi 88083925ce
Update CHANGELOG.md (#10979) 2023-06-09 12:09:21 +09:00
Outvi V 95b2148bfe
fix: correctly check the sensitivity flag (#10976) 2023-06-09 10:13:46 +09:00
syuilo 32c741154d
Merge pull request #10961 from misskey-dev/develop
Release: 13.13.1
2023-06-06 11:34:36 +09:00
syuilo 8ccf954065 Update misskey-js.api.md 2023-06-06 09:37:36 +09:00
syuilo e456c6a9c1 13.13.1 2023-06-06 09:17:11 +09:00
syuilo 68c5426fd5 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2023-06-06 09:16:40 +09:00
syuilo 29856a9129 tweak of 981e6f996 2023-06-06 09:16:38 +09:00