Kagami Sascha Rosylight
|
3b8b9a658a
|
Add authorization code tests
|
2023-06-28 22:15:05 +02:00 |
|
Kagami Sascha Rosylight
|
347a4a0b93
|
Decision endpoint tests
|
2023-06-28 22:15:04 +02:00 |
|
Kagami Sascha Rosylight
|
78c6bb1cc2
|
dedupe CID test logic
|
2023-06-28 22:15:04 +02:00 |
|
Kagami Sascha Rosylight
|
9a5fa00f9a
|
reduce typescript warnings on tests
|
2023-06-28 22:15:04 +02:00 |
|
Kagami Sascha Rosylight
|
967989c5f8
|
dedupe test logic
|
2023-06-28 22:15:03 +02:00 |
|
Kagami Sascha Rosylight
|
c25836bc1a
|
Split PKCE verification test
|
2023-06-28 22:15:03 +02:00 |
|
Kagami Sascha Rosylight
|
9022971fb9
|
precomputed pkce test
|
2023-06-28 22:15:03 +02:00 |
|
Kagami Sascha Rosylight
|
cbaae2201f
|
use MemoryKVCache for oauth store
|
2023-06-28 22:15:03 +02:00 |
|
Kagami Sascha Rosylight
|
2b23120664
|
upgrade to pkce-challenge@4
|
2023-06-28 22:15:02 +02:00 |
|
Kagami Sascha Rosylight
|
b6f6819b76
|
todo
|
2023-06-28 22:15:02 +02:00 |
|
Kagami Sascha Rosylight
|
77ad8c0ac6
|
reduce type errors with pkce params
|
2023-06-28 22:15:01 +02:00 |
|
Kagami Sascha Rosylight
|
92f3ae2d9c
|
reduce any using OAuthErrorResponse
|
2023-06-28 22:15:01 +02:00 |
|
Kagami Sascha Rosylight
|
94ea15d2d7
|
merge authorization validation logic
|
2023-06-28 22:15:01 +02:00 |
|
Kagami Sascha Rosylight
|
8e7fc1ed98
|
use errorHandler()
|
2023-06-28 22:15:01 +02:00 |
|
Kagami Sascha Rosylight
|
027c5734a4
|
concurrent flow test
|
2023-06-28 22:15:00 +02:00 |
|
Kagami Sascha Rosylight
|
a688bd1061
|
more discovery test
|
2023-06-28 22:15:00 +02:00 |
|
Kagami Sascha Rosylight
|
87dbe5e9fb
|
client info discovery test
|
2023-06-28 22:15:00 +02:00 |
|
Kagami Sascha Rosylight
|
f6d9cf1ef1
|
strict redirection uri
|
2023-06-28 22:15:00 +02:00 |
|
Kagami Sascha Rosylight
|
333d6a9283
|
server metadata test
|
2023-06-28 22:15:00 +02:00 |
|
Kagami Sascha Rosylight
|
deb4429e3a
|
return scope in token response
|
2023-06-28 22:14:59 +02:00 |
|
Kagami Sascha Rosylight
|
6385ca9b0d
|
iss parameter test
|
2023-06-28 22:14:59 +02:00 |
|
Kagami Sascha Rosylight
|
515af3176a
|
redirection test
|
2023-06-28 22:14:59 +02:00 |
|
Kagami Sascha Rosylight
|
0cc9d5aa32
|
header test
|
2023-06-28 22:14:59 +02:00 |
|
Kagami Sascha Rosylight
|
401575a903
|
scope test
|
2023-06-28 22:14:59 +02:00 |
|
Kagami Sascha Rosylight
|
88fd7f2758
|
test comment
|
2023-06-28 22:14:58 +02:00 |
|
Kagami Sascha Rosylight
|
5034e6cd69
|
PKCE verification test
|
2023-06-28 22:14:58 +02:00 |
|
Kagami Sascha Rosylight
|
2f566e4173
|
resolve conflicts
|
2023-06-28 22:14:58 +02:00 |
|
Kagami Sascha Rosylight
|
179640af30
|
todos
|
2023-06-28 22:14:58 +02:00 |
|
Kagami Sascha Rosylight
|
098d0670a3
|
a bit more tests
|
2023-06-28 22:14:58 +02:00 |
|
Kagami Sascha Rosylight
|
71f62b9d89
|
tmp
|
2023-06-28 22:14:58 +02:00 |
|
Kagami Sascha Rosylight
|
1b1f82a2e2
|
feat(backend): accept OAuth bearer token (#11052)
* feat(backend): accept OAuth bearer token
* refactor
* Update packages/backend/src/server/api/ApiCallService.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update packages/backend/src/server/api/ApiCallService.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix
* kind: permission for account moved error
* also for suspended error
* Update packages/backend/src/server/api/StreamingApiServerService.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-06-28 13:37:13 +09:00 |
|
Kagami Sascha Rosylight
|
d48172e9d1
|
refactor(backend/test): add interface UserToken (#11050)
|
2023-06-27 08:07:20 +09:00 |
|
Kagami Sascha Rosylight
|
d23ad8b511
|
fix(backend): APIエラーのHTTP status code変更 (#11047)
|
2023-06-26 10:09:12 +09:00 |
|
syuilo
|
8099bc24e1
|
refactor(backend): use node16 for moduleResolution (#10938)
* refactor(backend): use node16 for moduleResolution
* update deps
* Update tsconfig.json
* ✌️
* revive KEYWORD
* restore strict-event-emitter-types dependency
* restore ms dependency
* cancel redundant import reorder
* fix
* Delete ms.ts
* remove rndstr
---------
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
|
2023-06-25 21:13:15 +09:00 |
|
Kagami Sascha Rosylight
|
ef354e94f2
|
refactor(backend): replace rndstr with secureRndstr (#11044)
* refactor(backend): replace rndstr with secureRndstr
* Update pnpm-lock.yaml
* .js
|
2023-06-25 11:04:33 +09:00 |
|
Kagami Sascha Rosylight
|
7bb8c71543
|
chore(backend, misskey-js): add type for signup (#11043)
* chore(backend, misskey-js): add type for signup
* rerun
|
2023-06-25 08:34:18 +09:00 |
|
syuilo
|
1177528c25
|
fix backend e2e
|
2023-06-04 14:03:46 +09:00 |
|
syuilo
|
fd7b77c542
|
enhance(backend): migrate bull to bullmq (#10910)
* wip
* wip
* Update QueueService.ts
* wip
* refactor
* ✌️
* fix
* Update QueueStatsService.ts
* refactor
* Update ApNoteService.ts
* Update mock-resolver.ts
* refactor
* Update mock-resolver.ts
|
2023-05-29 11:54:49 +09:00 |
|
Nanashia
|
15db0b8812
|
test(backend): Add tests for antennas (#10868)
|
2023-05-19 20:53:20 +09:00 |
|
syuilo
|
7ce569424a
|
feat: カスタム絵文字ごとにそれをリアクションとして使えるロールを設定できるように
|
2023-05-18 18:45:49 +09:00 |
|
syuilo
|
d10d5a8d53
|
enhance: タイムラインにフォロイーの行った他人へのリプライを含めるかどうかの設定をアカウントに保存するのをやめるように
Resolve #10646
|
2023-05-16 12:16:37 +09:00 |
|
syuilo
|
b380dc53e1
|
fix typo
|
2023-05-11 16:22:46 +09:00 |
|
nenohi
|
c15b75e477
|
センシティブワードを正規表現、CWにも適用するように (#10688)
* cwにセンシティブが効いてない
* CWが無いときにTextを見るように
* 比較演算子間違えた
* とりあえずチェック
* 正規表現対応
* /test/giにも対応
* matchでしなくてもいいのでは感
* レビュー修正
* Update packages/backend/src/core/NoteCreateService.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update packages/backend/src/core/NoteCreateService.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* 修正
* wipかも
* wordsでスペース区切りのものできたかも
* なんか動いたかも
* test作成
* 文言の修正
* 修正
* note参照
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
|
2023-05-10 18:02:41 +09:00 |
|
syuilo
|
adf66154d2
|
fix test
|
2023-05-10 15:59:34 +09:00 |
|
syuilo
|
ae5a72a2df
|
feat: 投稿したコンテンツのAIによる学習を軽減するオプションを追加
Resolve #10819
|
2023-05-10 10:52:41 +09:00 |
|
syuilo
|
5c54e12099
|
fix(test): ジョブキューをテストが終わったら停止するように
Fix #10802 ?
|
2023-05-09 08:32:25 +09:00 |
|
syuilo
|
8957a89024
|
update test
|
2023-05-07 17:38:06 +09:00 |
|
syuilo
|
50985b2ffd
|
fix test
|
2023-05-07 16:42:19 +09:00 |
|
syuilo
|
61c12290fd
|
fix test
|
2023-05-07 16:41:37 +09:00 |
|
syuilo
|
8a9cc0e711
|
fix text
|
2023-05-07 12:53:41 +09:00 |
|