Commit graph

1237 commits

Author SHA1 Message Date
tamaina
2c494f1052 edit comment 2021-09-07 04:41:07 +09:00
tamaina
cd36102b90 edit comment 2021-09-07 04:01:06 +09:00
tamaina
1590cf000f edit comment 2021-09-07 03:58:58 +09:00
tamaina
fd55e2b5b5 wip 2021-09-07 03:31:56 +09:00
tamaina
be47a120d7 ✌️ 2021-09-07 02:40:38 +09:00
tamaina
4793d1cc56 送信側に型エラーがないことを3回確認した 2021-09-06 23:18:16 +09:00
tamaina
f6853b2254 ✌️ 2021-09-06 22:48:12 +09:00
tamaina
5db28922d0 wip 2021-09-06 22:47:27 +09:00
tamaina
f4652ec4ac wip 2021-09-06 22:12:07 +09:00
tamaina
3500705585 fix 2021-09-06 20:21:05 +09:00
tamaina
ac3dbcb114 wip 2021-09-06 20:20:39 +09:00
tamaina
70740c5e6d wip! 2021-09-06 18:29:23 +09:00
tamaina
dd175a8e6e wip 2021-09-06 17:56:17 +09:00
tamaina
ca82538e10 fix lint 2021-09-06 17:16:30 +09:00
tamaina
20c26c9dbd Merge branch 'expand-schema' into stream-types 2021-09-06 13:10:14 +09:00
tamaina
abbeb9a071 add simple-schema 2021-09-06 12:59:51 +09:00
tamaina
93fd76f841 remove no longer needed "as PackedUser/PackedNote" 2021-09-06 03:32:52 +09:00
tamaina
c86ac1c6ec yatta 2021-09-06 03:26:19 +09:00
tamaina
110de167e8 ok 2021-09-06 01:38:48 +09:00
tamaina
e9b9afbd2a Merge branch 'chore-api-R30906' into stream-types 2021-09-06 01:38:04 +09:00
tamaina
06c0373be9 add main stream 2021-09-06 00:55:40 +09:00
tamaina
08576c49de ✌️ 2021-09-06 00:11:31 +09:00
tamaina
f74f4ffc6a wip 2021-09-05 23:55:32 +09:00
tamaina
225805da8a wip 2021-09-05 23:55:01 +09:00
tamaina
987c98faec wip 2021-09-05 23:47:41 +09:00
syuilo
1cd8bfaded fix(server): ノート翻訳時に公開範囲が考慮されていない問題を修正 2021-09-05 16:25:30 +09:00
MeiMei
e21ff916b0
ファイルサイズのハードリミット (#7760)
* maxFileSize

* CHANGELOG
2021-09-04 20:33:14 +09:00
syuilo
d64e25e449 fix: support DeepL pro account
Fix #7648
2021-08-24 13:19:21 +09:00
syuilo
bae1282f74 clean up 2021-08-21 14:47:39 +09:00
tamaina
d2007add75
feat: Implement api sw/unregister (#7611)
* Implement api sw/unregister

* remove all mode

* add changelog

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-08-21 14:47:18 +09:00
syuilo
fd1ef4a62d
enhance(server): Use job queue for account delete (#7668)
* enhance(server): Use job queue for account delete

Fix #5336

* ジョブをひとつに

* remove done call

* clean up

* add User.isDeleted

* コミット忘れ

* Update 1629512953000-user-is-deleted.ts

* show dialog

* lint

* Update 1629512953000-user-is-deleted.ts
2021-08-21 12:41:56 +09:00
Johann150
1ffee15b83
fix: use correct query generate function (#7657)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-08-20 20:55:12 +09:00
syuilo
97f2675d40 refactor: use path alias to improve readability 2021-08-19 22:04:15 +09:00
syuilo
42cc93dd0f fix: mochaが動かないため拡張子なしに戻した 2021-08-19 21:55:45 +09:00
syuilo
b9cb6d1c10 refactor: refactoring imports
将来ESMに移行しやすいように
Related: #7658

なんかmochaが起動しなくなってるけど理由不明
すぐ直したい
2021-08-19 18:33:41 +09:00
syuilo
7015df37e3
enhance(server): Improve user block (#7640)
* enhance(server): Improve user block

* Update CHANGELOG.md

* ユーザーリスト対応

* 相手から見れなくなるように

* Update 1629004542760-chart-reindex.ts

2365761ba5 (commitcomment-54919821)

* update test

* add test

* add todos

* Update 1629004542760-chart-reindex.ts
2021-08-17 21:48:59 +09:00
syuilo
bf1d7e6252 fix(server): ja-JPのような形式にDeepLが対応してない 2021-08-15 21:52:58 +09:00
syuilo
cced83024b feat: ノートの翻訳機能
Resolve #5213
2021-08-15 20:26:44 +09:00
syuilo
b81ff340b1 Introduce e2e test 2021-08-12 19:05:07 +09:00
MeiMei
04e27e160e
認証の修正 (#7597)
* authenticateのキャッシュを廃止

* 凍結ユーザーがサインイン出来てしまうのを修正

* 凍結ユーザーはストリーミング接続出来ないように

* 他人のアクセストークンはrevoke出来ないように, 正常削除を待機するように

* ユーザー/アクセストークンを無効化したらストリーミングを切断するように

* Revert TODO

* ストリーミングterminateは、ユーザー削除後に行うように

* signinでsuspendは別のエラーにする

* トークン再生成後のストリーミング切断は少し待つように

* サスペンド後のストリーミング切断はローカルユーザーのみに
2021-07-18 19:57:53 +09:00
MeiMei
62dede02ea
API AuthenticateでDB接続エラーなどが発生するとログアウトさせられてしまうのを修正 Fix #7603 (#7604) 2021-07-18 00:53:16 +09:00
syuilo
dc69490e3a Refactoring 2021-07-15 20:45:32 +09:00
syuilo
49febe1764 Resolve #7165 2021-07-09 01:07:55 +09:00
syuilo
28f7e48dc6 improve type 2021-06-30 23:33:50 +09:00
syuilo
d97fc9ce4e カスタム絵文字インポート時もemojiAddedイベントを発行するように 2021-06-23 13:42:02 +09:00
syuilo
a65eb502d2 fix api response definition 2021-06-08 14:26:52 +09:00
syuilo
55c549a9f8 Remove entity descriptions
#6627
2021-06-08 14:24:21 +09:00
syuilo
56600ba1df refactor type 2021-06-08 14:14:58 +09:00
syuilo
6b312f755e Remove endpoint descriptions
#6627
2021-06-08 14:09:32 +09:00
MeiMei
caf40e40fb
Supports Array ActivityStreams type (#7536)
* Supports Array type

* Fix

* Fix Service to Note

* Update type.ts

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-05-31 13:04:13 +09:00