silverhand-bot
0decba0308
release: version packages ( #5868 )
2024-05-31 23:48:43 +08:00
Gao Sun
76fd33b7ed
feat: default user role ( #5872 )
...
* feat: default user role
* chore: add tests and changeset
* refactor: show warning for deprecated env
* chore: fix tests
2024-05-17 16:02:05 +08:00
silverhand-bot
7b5a4e3fb4
release: version packages ( #5684 )
2024-05-14 20:27:55 +08:00
simeng-li
e7a642028d
feat(schemas): define data hook events ( #5828 )
...
* feat(schemas): define data hook events
define data hook events
* fix(schemas,core): fix the type error
fix the type error
* fix(core): fix unit test
fix unit test
* feat(test): add integration tests for DataHooks
add integration tests for DataHooks
* fix(test): fix ut of management api hook middleware
fix ut of the management api hook middleware
* refactor(test,core,schemas): refactor some DataHook definiations
refactor some DataHook definitations
* chore(test): remove upper scope describe wrap
remove upper scope describe wrap
* fix(test): fix tests
fix tests
* refactor(schemas): rename the info.update events
rename the info.update events
* refactor(schemas): rename
rename
* refactor(core,schemas): refactor DataHook code
refactor DataHook code to address some code review comments
* fix(test): fix ut
fix ut
* fix(schemas): update DataHookEventPayload type
update DataHookEventPayload type
* chore(schemas): update comments
update comments
2024-05-13 16:11:50 +08:00
renovate[bot]
8508469abf
chore(deps): update silverhand configs monorepo packages to v6 (major) ( #5750 )
...
* chore: upgrade configs
* refactor: fix lint errors
* refactor: fix lint errors
* refactor: fix stylelint issues
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
2024-04-18 12:26:37 +00:00
Gao Sun
4aa6db99db
chore: upgrade packages ( #5749 )
2024-04-18 18:26:58 +08:00
Charles Zhao
59acedeecd
feat(console): update user access immediately on tenant role updates ( #5720 )
...
* feat(console): update user access immediately on tenant role updates
* chore: improve comments
Co-authored-by: Gao Sun <gao@silverhand.io>
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
2024-04-16 16:31:34 +00:00
silverhand-bot
fb55249ab2
release: version packages ( #5463 )
2024-04-10 21:27:24 +08:00
Charles Zhao
2c97cd6898
fix(console): user should switch account and accept invitation properly in console ( #5657 )
...
* fix(console): bump js sdks to fix the cannot switch user account issue
* fix(console): accept invitation automatically after switching account
2024-04-09 17:30:17 +08:00
Gao Sun
6d56434b48
refactor: use ky in integration tests ( #5584 )
...
* refactor: use ky in integration tests
* refactor: remove node-fetch
* refactor: fix test cases
* refactor: remove waitFor after each test
2024-03-29 10:10:13 +00:00
Gao Sun
3f59461df6
chore(deps): update packges ( #5545 )
...
* chore(deps): upgrade puppeteer
* chore: replace plugin
* refactor: fix tests
2024-03-27 10:21:46 +08:00
Charles Zhao
8d14c87652
chore: bump @logto dependencies ( #5548 )
2024-03-25 18:34:06 +08:00
renovate[bot]
166f29fe17
chore(deps): update logto js sdk monorepo packages (major) ( #5422 )
...
* chore(deps): update logto js sdk monorepo packages
* chore: rebase master and update lock file
rebase master and update lock file
* fix(test): update the @logto/node version
update the @logto/node version
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: simeng-li <simeng@silverhand.io>
2024-02-26 15:20:35 +08:00
renovate[bot]
2cb4ec7578
chore(deps): update dependency jest-puppeteer to v10 ( #5416 )
...
* chore(deps): update dependency jest-puppeteer to v10
* fix: rebase and fix lock file
rebase and fix lock file
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: simeng-li <simeng@silverhand.io>
2024-02-23 12:28:56 +08:00
renovate[bot]
86c8179f00
chore(deps): update dependency expect-puppeteer to v10 ( #5415 )
...
* chore(deps): update dependency expect-puppeteer to v10
* fix: rebase and align lock file
rebase and align lock file
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: simeng-li <simeng@silverhand.io>
2024-02-23 11:58:11 +08:00
silverhand-bot
3f28e9a445
release: version packages ( #5068 )
2024-02-08 13:18:42 +08:00
Gao Sun
0a87ffd609
refactor(core): use deepmerge ( #5361 )
2024-02-01 09:17:29 +08:00
Gao Sun
0a20b5a6f8
feat(core): put invitation status
2024-01-29 19:39:27 +08:00
renovate[bot]
3911f92a22
chore(deps): update dependency got to v14 ( #5008 )
...
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-12-26 02:59:22 +00:00
Gao Sun
9089dbf845
chore(deps): upgrade TypeScript ( #5141 )
...
* chore(deps): upgrade TypeScript
* chore: upgrade configs
* chore: fix tsconfig and add changeset
* chore: upgrade jest-related deps and fix code
2023-12-22 15:16:49 +08:00
simeng-li
cb43ebb7d1
feat(core,phrases): add post application user consent scopes api ( #5101 )
...
add post application user consent scopes api
2023-12-15 16:59:48 +08:00
Gao Sun
31e60811d7
chore: use Node 20 LTS for engine requirement ( #5084 )
2023-12-11 09:10:53 +08:00
silverhand-bot
4865610b51
release: version packages ( #4894 )
2023-12-06 16:13:56 +08:00
Gao Sun
fc9c9ea721
chore: upgrade logto sdks ( #5011 )
...
* chore: upgrade logto sdks
* chore: fix tests
* fix(demo-app): fix hook infinite loop issue
* refactor(demo-app): use enum from sdk
2023-12-02 15:22:27 +08:00
Gao Sun
9a4da065dc
fix(core): generate correct swagger components ( #4884 )
...
* fix(core): generate correct swagger components
* refactor(core): fix tests
2023-11-16 11:19:54 +08:00
Gao Sun
52766acaa9
refactor(test): add integration tests for org token grant
2023-11-09 16:57:33 +08:00
silverhand-bot
a5a0d44dc8
release: version packages ( #4624 )
2023-11-03 13:14:52 +08:00
silverhand-bot
f3ec4c6734
release: version packages ( #4575 )
2023-10-07 00:39:33 -05:00
wangsijie
c3f865ac2c
test: add tests for mfa totp flows ( #4566 )
2023-09-26 14:42:02 +08:00
silverhand-bot
e69f941e38
release: version packages ( #4451 )
2023-09-18 10:47:19 +00:00
Gao Sun
092b3d7aea
refactor: ui -> experience (part 1)
2023-09-15 00:50:13 +08:00
Gao Sun
e1fac554db
test: add console tests for password policy ( #4493 )
...
* test: add console tests for password policy
* test: increase time duration
* test: fix sequencer
* chore: add jest-pptr config
* ci: separate experience and console tests
* test: skip tests of unpublished features
2023-09-14 17:28:00 +08:00
Gao Sun
423e799b5d
refactor(test): add flows integration tests
2023-09-12 18:42:15 +08:00
Gao Sun
668e0e82a0
refactor(test): rename directories
2023-09-11 12:41:12 +08:00
Gao Sun
b8a7b900e1
feat(core): guard password by policy
2023-09-03 02:11:22 +08:00
renovate[bot]
0007c75df1
chore(deps): update dependency puppeteer to v21 ( #4282 )
...
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2023-08-30 16:17:19 +08:00
Gao Sun
947de83173
chore: upgrade configs ( #4132 )
...
* chore: upgrade configs
* chore: fix lint errors
2023-07-07 17:17:21 +00:00
Gao Sun
e89ccd4d4c
refactor: cloud cleanup ( #4103 )
...
* refactor: cleanup cloud
* chore: fix cloud dependencies
* chore: update LICENSE
2023-07-03 14:33:19 +08:00
silverhand-bot
53131ad5a7
release: version packages ( #4033 )
2023-06-28 18:57:43 +08:00
renovate[bot]
417534e9e4
chore(deps): update dependency got to v13 ( #3915 )
...
chore(deps): update dependency got to v13.0.0
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-06-07 08:10:27 +00:00
silverhand-bot
3acb0d2db1
release: version packages ( #3857 )
2023-06-06 23:21:29 +08:00
Charles Zhao
19ef8c1e35
chore: bump logto js sdks ( #3943 )
2023-06-01 17:01:00 +08:00
renovate[bot]
b1e048772c
chore(deps): update dependency puppeteer to v20 ( #3803 )
...
* chore(deps): update dependency puppeteer to v20
* chore(deps): update dependency jest-puppeteer to v9
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-06-01 12:37:59 +08:00
Darcy Ye
1b57f26533
feat(cloud,test): add DELETE /tenants/:id API ( #3900 )
2023-05-30 02:50:06 +00:00
Darcy Ye
8cbf87bb73
feat(schemas,cli,core,cloud): add manage tenant self scope ( #3865 )
2023-05-26 17:38:09 +08:00
Gao Sun
02eee1956f
Merge pull request #3879 from logto-io/gao-feature-updates-for-openai-plugins
...
feat: updates for openai plugins
2023-05-23 22:55:47 +08:00
Gao Sun
4f1e29aefc
release: version packages
2023-05-23 21:42:01 +08:00
Charles Zhao
f1730db70b
test(test): add tests for console user management ( #3863 )
...
* test(test): add tests for console user management
* chore: remove unused dependency
* chore: remove testing screenshots
2023-05-22 13:31:45 +08:00
Darcy Ye
7c2af46cf6
chore(test): complete custom phrase API guard and add ITs ( #3772 )
2023-04-28 03:41:00 +00:00
renovate[bot]
8abcf079ae
chore(deps): update logto js sdk monorepo packages to v2 (major) ( #3766 )
...
chore(deps): update logto js sdk monorepo packages to v2
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-04-26 17:21:04 +00:00