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

2246 commits

Author SHA1 Message Date
Gao Sun
8c2faa1099
chore(console): temporarily bypass new lint rules 2022-10-10 17:19:22 +08:00
Gao Sun
21bb2dd144
chore: merge branch 'master' into merge/manage-language 2022-10-10 16:44:46 +08:00
Gao Sun
3537d30e63
ci: increase commitlint length tolerance in CI (#2094) 2022-10-10 08:41:02 +00:00
Gao Sun
696e7f181d
chore: merge branch 'master' into feature/manage-language 2022-10-10 15:52:06 +08:00
Gao Sun
6146230a09
Merge pull request #2078 from logto-io/gao-log-4330-core-read-oidc-keys-and-config-from
refactor(core): read OIDC configs from database
2022-10-10 14:18:34 +08:00
wangsijie
ec3898f530
style(console): fix position of added tag (#2070) 2022-10-10 11:36:36 +08:00
simeng-li
2249d717a8
feat(ui): add a11y support (#2076) 2022-10-10 10:57:07 +08:00
Xiao Yijun
a2d59cd0ff
refactor(console): refresh preview on custom phrases updated (#2083) 2022-10-10 10:00:37 +08:00
simeng-li
afa2ac47ee
feat(ui): add reset password error handling flow (#2079) 2022-10-10 09:51:18 +08:00
Xiao Yijun
691bdb3ac9
refactor: replace LanguageKey with LanguageTag (#2080) 2022-10-10 09:43:13 +08:00
Gao Sun
8651c06f93
Merge pull request #2073 from logto-io/gao-log-4334-cli-separate-oidc-config-keys-in
refactor(cli): flatten OIDC config keys
2022-10-09 22:31:13 +08:00
Gao Sun
7f761203b7
refactor(core): fix tests 2022-10-09 22:23:50 +08:00
Xiao Yijun
8417fc851a
refactor(console): support searching in add language selector (#2069) 2022-10-09 22:12:52 +08:00
Gao Sun
7d7f5283ca
refactor(core): read OIDC configs from database 2022-10-09 17:22:34 +08:00
Xiao Yijun
81f9fbc483
fix(console): set undefined value to empty string in custom phrases (#2074) 2022-10-09 16:47:05 +08:00
Gao Sun
e385b60418
refactor(cli): use cli project root as alteration scripts directory (#2075) 2022-10-09 16:29:53 +08:00
wangsijie
b6b9d7ce80
fix(console): clear select state on close modal (#2071) 2022-10-09 15:40:02 +08:00
Gao Sun
4134547cca
refactor(cli): flatten OIDC config keys 2022-10-09 15:16:19 +08:00
simeng-li
37d2b0ce5c
feat(console): add a11y lint to ac (#2066) 2022-10-09 07:07:09 +00:00
Gao Sun
50ae65e674
Merge pull request #2067 from logto-io/gao-log-4329-cli-generate-and-save-keys-into-database
feat(cli): `db seed oidc` command
2022-10-09 13:58:19 +08:00
Gao Sun
121d6d5b74
Merge pull request #2064 from logto-io/gao-log-4325-cli-use-env-to-replace-config-json
refactor(cli): use env to replace config json
2022-10-09 13:57:31 +08:00
Xiao Yijun
68e88840bf
feat(console): delete custom phrases (#2065) 2022-10-09 12:08:50 +08:00
Gao Sun
7d40c2603a
refactor(cli): fixing cli config and log issues 2022-10-08 23:42:42 +08:00
Gao Sun
911117a785
feat(cli): db seed oidc command 2022-10-08 23:27:43 +08:00
Gao Sun
e5e0c42104
chore: fix integration test 2022-10-08 19:30:06 +08:00
Gao Sun
cc5c99beb0
refactor(cli): support dotenv 2022-10-08 18:18:49 +08:00
Gao Sun
ec1c292246
Merge pull request #2062 from logto-io/gao-log-4324-cli-refactor-per-review
refactor(cli): per review
2022-10-08 18:18:11 +08:00
Gao Sun
a8c364e9b3
refactor(cli): use env to replace config json 2022-10-08 18:06:40 +08:00
wangsijie
02c082cb71
fix(console): show correct password after reset (#2063) 2022-10-08 17:56:26 +08:00
Gao Sun
fc656aeed2
Merge pull request #2052 from logto-io/gao-log-4315-core-remove-database-alteration-and-move
refactor: remove alteration from core
2022-10-08 17:55:28 +08:00
Xiao Yijun
4995ab9461
refactor(console): make custom languages become available language options (#2038) 2022-10-08 17:45:55 +08:00
Gao Sun
4a5dfb1b8a
refactor(cli): per review 2022-10-08 17:42:14 +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
3e24e3b404
refactor: fix integration test 2022-10-08 17:12:19 +08:00
Gao Sun
0570d5eef1
chore: update cli script (#2059)
`dev` -> `start:dev` to avoid unnecessary runs during root `pnpm dev` script
2022-10-08 09:12:17 +00: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
a60e78dc8c
Merge pull request #2048 from logto-io/gao-log-4309-cli-seed-command
feat(cli): `db seed` command
2022-10-08 16:44:21 +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
Gao Sun
465fb81295
Merge pull request #2043 from logto-io/gao-log-4310-cli-db-config-command
feat(cli): database config command
2022-10-08 16:12:33 +08:00
Gao Sun
dcc1cb947a
Merge pull request #2042 from logto-io/gao-log-4308-cli-init-command
feat(cli): command `init/i/install`
2022-10-08 15:37:35 +08:00
simeng-li
11b605a3e7
fix(core): fix deletePasscodeByIds bug (#2049) 2022-10-08 14:47:30 +08:00
Gao Sun
ba01f13bfa
Merge pull request #2007 from logto-io/feature-cli
feat: init cli
2022-10-08 13:29:06 +08:00
simeng-li
e3de677bd3
refactor(ui): refactor ui i18n (#2033) 2022-10-08 10:24:59 +08:00
Gao Sun
aba872ea4b
refactor(cli): add oraPromise() util 2022-10-07 23:31:13 +08:00
Gao Sun
a3dc967442
refactor: remove database seed from core 2022-10-07 23:08:25 +08:00
Gao Sun
c324e29df3
refactor(core): use config key enum 2022-10-07 20:26:50 +08:00
Gao Sun
a5280a2afd
feat(cli): db alteration deploy command 2022-10-07 19:48:17 +08:00
Gao Sun
2c159a06d2
refactor(cli): add todo for alteration state 2022-10-07 00:37:39 +08:00