0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
Commit graph

830 commits

Author SHA1 Message Date
Gao Sun
f82d2a8c4f
refactor(core)!: use case insensitive search for emails 2022-11-10 15:23:50 +08:00
Charles Zhao
970e7a626a
Merge pull request #2359 from logto-io/charles-log-4570-improve-admin-patch-user-api
refactor(core): allowing more editable properties for patch user API
2022-11-10 12:42:52 +08:00
Charles Zhao
25048a6604
refactor(core): allowing more editable properties for patch user API 2022-11-10 12:19:25 +08:00
wangsijie
6e4e5ffc0d
fix(core): add check required profile to password routes (#2357) 2022-11-09 08:36:11 +00:00
Charles Zhao
d015aa934c
feat(core,phrases): add re-authentication check function for protected access (#2327) 2022-11-09 15:38:07 +08:00
Charles Zhao
ec36266a1b
feat(core): add sign-in timestamp in session interaction (#2325) 2022-11-09 15:10:37 +08:00
wangsijie
854e373b81
Merge branch 'master' into merge/suspend 2022-11-09 11:05:32 +08:00
wangsijie
55dd05862e
Merge pull request #2171 from logto-io/feature/sie-v2
feat: sie v2
2022-11-09 10:18:20 +08:00
wangsijie
c8a7efb0cc
Merge branch 'feature/sie-v2' into merge/sie-v2 2022-11-09 08:45:19 +08:00
wangsijie
e699e3fb62
fix(core,schemas): fix email and sms verification for continue route (#2349) 2022-11-08 22:59:43 +08:00
wangsijie
5c81d6f147
Merge branch master into merge/sie-v2 2022-11-08 22:58:36 +08:00
Gao Sun
60a23f1b19
refactor(core): throw proper error in OIDC functions (#2331) 2022-11-08 12:30:51 +00:00
Gao Sun
183ebfd856
refactor(core): reuse connector reading function in cli (#2332) 2022-11-08 12:29:26 +00:00
Xiao Yijun
22cb416713
feat(core): remove unavailable social connector targets in the sie (#2328) 2022-11-08 19:10:22 +08:00
Gao Sun
b3a91141a7
Merge pull request #2343 from logto-io/gao-log-4346-replace-dayjs-with-something-better
refactor: replace dayjs with date-fns
2022-11-08 16:54:34 +08:00
Gao Sun
cbf75359c8
chore: enable Node 18 2022-11-07 21:25:34 +08:00
Gao Sun
e3c3515409
Merge pull request #2335 from logto-io/gao-upgrade-oidc-provider
chore(core): upgrade oidc-provider
2022-11-07 19:29:46 +08:00
Gao Sun
494c4ae483
refactor(core): optimize translation strictly partial check (#2333) 2022-11-07 19:29:19 +08:00
Gao Sun
931750f468
refactor: replace parse() with native Date 2022-11-07 14:44:40 +08:00
Gao Sun
15bb084b6e
refactor: replace dayjs with date-fns 2022-11-07 14:33:47 +08:00
Gao Sun
13a6f26cff
chore: upgrade got 2022-11-06 00:20:37 +08:00
Gao Sun
c680c31c94
chore(core): upgrade oidc-provider 2022-11-06 00:16:40 +08:00
Gao Sun
877eb892c9
refactor(core): use isTrue() to check params (#2321) 2022-11-04 22:25:58 +08:00
simeng-li
6f58f30ed0
feat(ui): add forgot password link
add forgot password link
2022-11-04 17:31:12 +08:00
İhsan Güldür
938608e72b
feat: add case insensitive user search (#2300)
Co-authored-by: wangsijie <wangsijie94@gmail.com>
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
Co-authored-by: wangsijie <wangsijie@silverhand.io>
2022-11-04 10:47:54 +08:00
wangsijie
73bb938c3c
feat(schemas): add user is suspended column (#2305)
Co-authored-by: Gao Sun <gao@silverhand.io>
2022-11-04 10:10:01 +08:00
wangsijie
5e571936c9
chore: remove old sign in methods (#2295) 2022-11-03 18:23:12 +08:00
Xiao Yijun
42de419f44
Merge branch master into merge/sie-v2 2022-11-03 11:31:42 +08:00
wangsijie
1c50efe632
feat: remove forgot password control (#2291) 2022-11-03 10:31:57 +08:00
wangsijie
386e021e76
feat(core): check username (#2290) 2022-11-01 16:52:57 +08:00
wangsijie
f419fc8279
feat(core): continue sign in with social (#2281) 2022-11-01 10:08:47 +08:00
Gao Sun
229a786255
feat(core): hasura unauthed access support (#2278) 2022-10-31 18:18:13 +08:00
wangsijie
bf73837839
feat(core): require set a password (#2272) 2022-10-31 11:37:06 +08:00
wangsijie
415c24aace
feat(core): password sign in with phone or email (#2266) 2022-10-28 15:05:02 +08:00
wangsijie
95cf53b59a
refactor(core): rename username password routes (#2263) 2022-10-27 15:45:00 +08:00
wangsijie
50170cfcbf
feat(core): enable forgot password check (#2257) 2022-10-27 11:50:48 +08:00
simeng-li
b5512b9213
refactor(core): rename phone signInMethod to sms (#2252)
Co-authored-by: Xiao Yijun <xiaoyijun@silverhand.io>
2022-10-26 14:47:13 +08:00
Xiao Yijun
9271f4e3dc
chore: fix type import lint error 2022-10-24 14:57:20 +08:00
Xiao Yijun
9b97775fc0
chore: merge master into feature/sie-v2 2022-10-24 13:50:26 +08:00
Xiao Yijun
bab7a607db
refactor: update language kit (#2232) 2022-10-24 12:26:11 +08:00
Gao Sun
f56b5b5c48
refactor: fix lint errors 2022-10-21 14:03:35 +08:00
renovate[bot]
4e74bcf0a4
chore(deps): update silverhand configs monorepo packages to v1.3.0 2022-10-21 14:03:31 +08:00
Gao Sun
19666e0401
chore: introduce changesets (#2215) 2022-10-21 13:59:08 +08:00
wangsijie
5959372325
Merge branch master into merge/sie-v2
merge
2022-10-21 10:43:56 +08:00
simeng-li
e0aaf64f82
fix(core): let ac SIE language load from default SIE language settings
let ac SIE language load from default SIR language settings
2022-10-20 18:40:45 +08:00
wangsijie
06ae2aff15
Revert "chore: merge master into sie-v2 (#2182)" (#2216) 2022-10-20 17:03:18 +08:00
wangsijie
2e5f332edc
feat(core): limit sign in method (#2213) 2022-10-20 15:36:50 +08:00
wangsijie
387bc21384
feat(core): control forgot password (#2212) 2022-10-20 14:41:41 +08:00
Darcy Ye
d38543122d
Merge pull request #2039 from logto-io/feature/decouple-passcode-verification
refactor(core,phrases,schemas): decouple passcode verification
2022-10-20 11:17:48 +08:00
wangsijie
55eb5f038d
feat(core): guard sign up methods (#2194) 2022-10-20 10:57:49 +08:00
Gao Sun
365b80ab13
chore: update contributing (#2209) 2022-10-19 14:47:59 +00:00
silverhand-bot
c0fb59881e
release: v1.0.0-beta.12 2022-10-19 08:28:21 +00:00
Gao Sun
79c6c1de93
refactor: require database name in URL (#2198) 2022-10-19 07:38:56 +00:00
silverhand-bot
33c10ce216
release: v1.0.0-beta.11 2022-10-19 06:19:36 +00:00
Xiao Yijun
e32b144369
chore: bump @logto/language-kit to v1.0.0-beta.19 (#2196) 2022-10-19 06:17:28 +00:00
wangsijie
e5f8139880
chore: merge master into sie-v2 (#2182)
Co-authored-by: Xiao Yijun <xiaoyijun@silverhand.io>
Co-authored-by: IceHe <icehe@silverhand.io>
Co-authored-by: Gao Sun <gao@silverhand.io>
Co-authored-by: simeng-li <simeng@silverhand.io>
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
Co-authored-by: Mahesh Vagicherla <59088937+b4s36t4@users.noreply.github.com>
Co-authored-by: FlurryNight <47457170+FlurryNight@users.noreply.github.com>
Co-authored-by: Lukas <lukas@slucky.de>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-18 15:44:49 +08:00
Xiao Yijun
8bb82e981e
fix(schemas): field name in sie db data type should be camel-case (#2178)
Co-authored-by: wangsijie <wangsijie@silverhand.io>
2022-10-18 11:52:15 +08:00
Gao Sun
c96495ad4e
chore!: update scripts 2022-10-16 00:49:16 +08:00
Darcy Ye
025456c16d
chore: merge master and fix conflicts 2022-10-14 17:55:58 +08:00
Gao Sun
24f8afaf80
chore(deps): upgrade jest 2022-10-14 14:57:27 +08:00
renovate[bot]
9ac4a77b33
chore(deps): update dependency @silverhand/jest-config to v1.2.2 2022-10-14 05:59:40 +00:00
wangsijie
5823e063d1
feat(core): update sie (#2128) 2022-10-14 13:26:04 +08:00
Gao Sun
39a5347ac9
chore: upgrade Silverhand configs (#2153) 2022-10-14 03:46:33 +00:00
Gao Sun
0fbe261a6e
chore: revert lerna version bump (#2150) 2022-10-13 22:50:16 +08:00
Gao Sun
5cf97af865
Merge pull request #2143 from logto-io/gao-fix-dev-script
refactor: fix dev script
2022-10-13 22:49:59 +08:00
simeng-li
5f8875c688
refactor(ui): refactor passwordless flow
refactor passwordless flow
2022-10-13 19:05:21 +08:00
Gao Sun
0843e8fdfc
refactor: fix dev script 2022-10-13 14:39:09 +08:00
simeng-li
e4914c9451
fix(core): remove log
remove log
2022-10-13 14:17:27 +08:00
simeng-li
2295946791
refactor(core): refactor passwordless route
refactor passwordless route
2022-10-13 14:13:03 +08:00
Charles Zhao
c419e00dcb
chore: bump toolkit version and update color tokens 2022-10-13 13:17:19 +08:00
Gao Sun
c16970f450
chore: using pnpm workspace 2022-10-13 11:15:10 +08:00
Gao Sun
343456f44d
Merge pull request #2124 from logto-io/gao-clean-up-core-inquiry
refactor(core): remove parameters
2022-10-12 11:47:46 +08:00
Gao Sun
a8b0290700
Merge pull request #2121 from logto-io/gao-remove-connector-command-in-core
refactor: remove connector commands in core
2022-10-12 11:44:43 +08:00
wangsijie
37c8e703da
feat(core): validate sign in (#2114) 2022-10-12 11:04:28 +08:00
Gao Sun
216fc9ed85
refactor(core): remove parameters 2022-10-11 22:14:09 +08:00
Xiao Yijun
01fdc4ba11
refactor: remove deprecated fixedLanguage property from LanguageInfo (#2111) 2022-10-11 20:25:35 +08:00
Gao Sun
36d26091e0
refactor: fix connector directory 2022-10-11 18:27:05 +08:00
Gao Sun
64a0936a77
refactor(core): remove connector commands 2022-10-11 18:10:57 +08:00
Darcy Ye
9f1c34bd4e
refactor: merge master to feature to resolve conflicts 2022-10-11 16:01:37 +08:00
Darcy Ye
2c0c49e1fb
refactor(core): sign-in and register flow share verification session (#2109) 2022-10-11 06:49:33 +00:00
Darcy Ye
9dba4b14a0
refactor(ui,phrases,core): forgot password reuse verification flow (#2105) 2022-10-11 06:31:26 +00:00
wangsijie
766e867297
feat(core): validate sign up (#2093) 2022-10-11 14:16:05 +08:00
Gao Sun
d7e42a5aef
Merge pull request #2081 from logto-io/gao-log-4313-cli-clean-up-to-dos
refactor(core,cli): extract common utils and upgrade essentials
2022-10-11 13:59:24 +08:00
Xiao Yijun
633ec8f5bc
refactor(core): use fallback language as default in demo app (#2095) 2022-10-11 10:30:17 +08:00
Gao Sun
e36ed7bd1a
chore: upgrade essentials 2022-10-10 23:28:39 +08:00
Gao Sun
ba09de9b1e
refactor(core,cli): extract common utils to @logto/shared 2022-10-10 23:26:40 +08:00
Mahesh Vagicherla
4b0970b6d8
fix: add redirectURI validation on frontend & backend (#1874)
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2022-10-10 21:20:20 +08:00
wangsijie
a17c0ae81f
refactor(core): split sign in experience lib 2022-10-10 16:20:10 +08:00
Gao Sun
696e7f181d
chore: merge branch 'master' into feature/manage-language 2022-10-10 15:52:06 +08:00
Darcy Ye
d3d189aa77
refactor(core,ui,test): sign-in and register flows mount on passwordless APIs (#2054) 2022-10-10 14:21:39 +08:00
Gao Sun
7f761203b7
refactor(core): fix tests 2022-10-09 22:23:50 +08:00
Gao Sun
7d7f5283ca
refactor(core): read OIDC configs from database 2022-10-09 17:22:34 +08:00
wangsijie
78eca37e87
feat(schemas): add sie2 schema (#2056) 2022-10-09 15:31:40 +08:00
Gao Sun
8c73067b48
refactor: improve dx 2022-10-08 17:35:01 +08:00
Gao Sun
9696060997
refactor: remove alteration from core 2022-10-08 17:34:58 +08:00
Gao Sun
ff900c3a65
Merge pull request #2051 from logto-io/gao-log-4312-core-remove-database-seed
refactor: remove database seed from core
2022-10-08 17:24:05 +08:00
Gao Sun
5f61450400
Merge pull request #2050 from logto-io/gao-log-4314-cli-alteration-deploy-command
feat(cli): `db alteration deploy` command
2022-10-08 17:08:31 +08:00
Gao Sun
7412faa728
Merge pull request #2045 from logto-io/gao-log-4311-cli-db-key-command
feat(cli): get/set db config key
2022-10-08 16:22:19 +08:00
simeng-li
11b605a3e7
fix(core): fix deletePasscodeByIds bug (#2049) 2022-10-08 14:47:30 +08:00
Gao Sun
a3dc967442
refactor: remove database seed from core 2022-10-07 23:08:25 +08:00