Gao Sun
49498f457f
refactor: update demo app id ( #1399 )
2022-07-04 14:09:33 +08:00
silverhand-bot
2caed68c88
release: v0.1.2-alpha.5
2022-07-03 09:04:51 +00:00
silverhand-bot
2faf429e5b
release: v0.1.2-alpha.4
2022-07-03 08:33:26 +00:00
simeng-li
8c4fea093d
refactor(ui): refactor ac signin exp ( #1367 )
...
* refactor(ui): refactor ac signin exp
refactor ac signin exp
* fix(ui): adjust style
adjust style
* fix(ui): cr fix
cr fix
2022-07-03 15:50:29 +08:00
silverhand-bot
e588ba204a
release: v0.1.2-alpha.3
2022-07-03 06:54:10 +00:00
Gao Sun
5d35531cba
ci: add changelog to release ( #1372 )
2022-07-03 12:07:00 +08:00
silverhand-bot
2fa633a99b
release: v0.1.2-alpha.2
2022-07-02 09:11:16 +00:00
silverhand-bot
e234f64cec
release: v0.1.2-alpha.1
2022-07-02 04:24:46 +00:00
silverhand-bot
9396808fa4
release: v0.1.2-alpha.0
2022-07-02 02:29:37 +00:00
Charles Zhao
a3f42413e9
refactor: get-started task corresponding keys in DB
2022-07-02 09:53:11 +08:00
silverhand-bot
39890c1c29
release: v0.1.1-alpha.0
2022-07-01 19:18:23 +00:00
Gao Sun
b77ba0e0fa
refactor(schemas): update sie seed dark primary color ( #1307 )
2022-06-29 23:19:55 +08:00
Wang Sijie
f72b21d160
feat(console,ui): generate dark mode color in console ( #1231 )
...
* feat(console,ui): generate dark mode color in console
* fix: cr fix
Co-authored-by: Gao Sun <gao@silverhand.io>
Co-authored-by: Gao Sun <gao@silverhand.io>
2022-06-29 07:56:05 +00:00
simeng-li
6865efff27
refactor(ui): refactor app notification logic ( #1241 )
...
refactor app notification logic
2022-06-27 13:22:17 +08:00
simeng-li
2a34684587
refactor(phrases): extract ui phrases ( #1247 )
...
* refactor(phrases): extract ui-phrases
extract ui phrases
* fix(phrase-ui): cr update
cr update
2022-06-27 03:55:28 +00:00
simeng-li
84a6ea28ec
refactor(console): refine some welcome page settings ( #1246 )
...
refine some welcome page settings
2022-06-26 15:18:39 +08:00
Wang Sijie
2c413341d1
feat(console): sie form reorg ( #1218 )
2022-06-24 02:26:30 +00:00
simeng-li
837ad523ce
feat(core): add role table seed ( #1145 )
...
* fix(core): add default role db seed
add defaylt role db seed
* fix(table): add role table default seed
add role table default seed
* fix(db): cr fix
cr fix
2022-06-20 02:22:23 +00:00
IceHe.xyz
3ac01d72f9
feat(schemas): make users.avatar URL length 2048 ( #1141 )
2022-06-17 17:04:04 +08:00
simeng-li
f640dad52f
feat(core): add sign-in-mode ( #1132 )
...
* feat(core): add sign-in-mode
add sign-in-mode
* fix(core): remove console.log
remove console.log
* fix(ui): hide secondary signin section
hide secondary signin section if is under register mode
* fix(core): ci fix
ci fix
2022-06-17 10:36:07 +08:00
Xiao Yijun
9262a6f3be
fix(console): update terms of use ( #1122 )
2022-06-15 12:16:37 +08:00
Charles Zhao
0014a4696b
chore: remove only-allow pnpm from all sub-packages
2022-06-14 17:18:13 +08:00
Wang Sijie
04211957e1
feat(console): log details page ( #1064 )
2022-06-08 15:58:50 +08:00
IceHe.xyz
2ba11215ed
feat(core): log error body ( #1065 )
2022-06-07 10:16:14 +00:00
Gao Sun
f2b44b49f9
feat: use user level custom data to save preferences ( #1045 )
...
* feat: use user level custom data to save preferences
* fix(console): bugs
* refactor(console): per review
* refactor(core): update return order
* fix(core): error constructor
2022-06-07 16:05:24 +08:00
Gao Sun
90ca76eeb5
feat(demo-app): show notification in main flow ( #1038 )
...
* feat(demo-app): show notification in main flow
* fix: add missing file
2022-06-02 08:05:27 +00:00
Gao Sun
91e2f055f2
feat(demo-app): implementation (3/3) ( #1021 )
...
* feat(core): seed demo app for fresh DB
* feat(core): throw 404 when demo app deleted
* fix(core): import
* fix: lockfile
2022-06-02 07:32:46 +00:00
renovate[bot]
d1b9f9d28a
chore(deps): update dependency lint-staged to v13 ( #1019 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-02 13:19:09 +08:00
Wang Sijie
fdd12de1cf
feat(console): audit log table ( #1000 )
2022-06-01 16:54:24 +08:00
Gao Sun
7f4f4f84ad
feat(demo-app): implementation ( #982 )
...
* feat(demo-app): init card
* feat(demo-app): ui
* feat(demo-app): sign in using React SDK
* fix: typo
2022-05-31 04:39:03 +00:00
IceHe.xyz
9d8ef7632b
fix(schemas): remove user foreign key on application id ( #964 )
2022-05-26 17:44:32 +08:00
IceHe.xyz
bf6e08c372
feat(schemas): create log indices on application id and user id ( #933 )
2022-05-25 12:59:35 +08:00
Darcy Ye
054b0f7b6a
feat: remove target, platform from connector schema and add id to metadata ( #930 )
...
* feat(core,schema,connectors): remove target,platform form connector schema and add id to metadata
* feat(schema,ui,console): unwrap ConnectorMetadata in ConnectorDTO
* feat(schema,ui,console): connector id use dashline instead of underscore
* feat(connector-alipay*): fix typos
* feat(connector-alipay*): remove unnecessary type declaration
2022-05-24 11:39:44 +08:00
Gao Sun
43d4fd23fd
refactor: remove AC client dependency ( #917 )
...
* refactor: remove AC client dependency
* refactor: admin console URL and management API indicator
* fix: typo
2022-05-23 11:18:48 +00:00
IceHe.xyz
5d7f2e436c
refactor(core,schemas): remove passcode in logs ( #916 )
2022-05-20 17:04:22 +00:00
IceHe.xyz
e5196fc31d
feat(core): grantRevokedListener for logging revocation of access and refresh token ( #900 )
...
* feat(core): grantRevokedListener for logging access and refresh token revocation
* chore(core): improve description of grantRevokedListener test cases
* refactor(core): extract addOidcEventListeners
2022-05-20 13:54:05 +08:00
Gao Sun
11d9488f4b
refactor(core): update management API indicator ( #906 )
2022-05-20 10:23:13 +08:00
IceHe.xyz
3b048a80a3
feat(core,schemas): log token exchange success ( #809 )
2022-05-19 11:24:26 +08:00
Xiao Yijun
85a407c5f6
feat: update field check rules ( #854 )
2022-05-18 04:12:51 +00:00
Wang Sijie
664a2180a5
feat(console): dark logo ( #860 )
2022-05-18 10:25:20 +08:00
renovate[bot]
8a012a393d
chore(deps): update dependency @silverhand/ts-config to ^0.14.0 ( #859 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 11:04:12 +00:00
renovate[bot]
3316bbf429
chore(deps): update dependency @silverhand/eslint-config to ^0.14.0 ( #866 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 10:42:15 +00:00
renovate[bot]
66b57ad4d5
chore(deps): update dependency @silverhand/eslint-config to ^0.13.0 ( #858 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 18:07:13 +08:00
Wang Sijie
127664a62f
feat(core,console): social connector targets ( #851 )
...
* feat(core,console): social connector targets
* fix: add test
2022-05-17 17:09:42 +08:00
Wang Sijie
808a676da6
fix(console): align usage of customizeSignInExperience ( #837 )
2022-05-17 10:10:54 +08:00
IceHe.xyz
82c7138683
feat(core): log sending passcode with connector id ( #824 )
2022-05-16 06:40:51 +00:00
IceHe.xyz
4e60446411
feat(core,schemas): koaLogSession middleware ( #767 )
...
* feat(core,schemas): koaLogSession middleware
* fix(core): koa-log-session call next() first
* refactor(core,schemas): merge SessionLogPayload into BaseLogPayload
* refactor(core,schemas): rename logSession to addLogContext
2022-05-13 20:37:36 +08:00
Charles Zhao
7fd42fdaa1
feat(console): hide get-started page on clicking 'Hide this' button
2022-05-13 00:43:24 +08:00
Darcy Ye
8e1533a702
feat(core): update connector db schema ( #732 )
...
* feat(core): update connector db schema
* feat(core): eliminate code redundancy for UTs
* feat(core): delete insertConnector on conflict logic and fix UTs
* feat(core): fix UI according to new connector type implementation
* feat(core): removed unused getConnectorByTargetAndPlatform methods
* feat(core): deprecate the function that updateConnector by giving target and platform
* feat(core): keep SSOT on combination of connector and corresponding metadata
* feat(core): rename index name in db
2022-05-12 12:17:17 +08:00
Wang Sijie
bafd09474c
feat(console): sign in exp guide ( #755 )
2022-05-12 04:05:10 +00:00