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

1677 commits

Author SHA1 Message Date
simeng-li
5368cb31f6
build(core): add prepare script to the logto root postinstall life cycle (#292)
* build(core): add prepare script to the logto root postinstall life cycle

add prepare script to the logto root postinstall life cycle

* ci(core): update prepack script

add prepare:pack script to the logto root level

* fix(prepack): cr fix

rename to prepack
2022-03-07 13:50:21 +08:00
IceHe.xyz
607a5344c2
chore(core): add TODO comments for adding the real connector logo URL (#330) 2022-03-07 13:49:57 +08:00
IceHe.xyz
c42b2a5a67
refactor(core): remove unnecessary check in github and aliyun-sms connector (#329) 2022-03-07 13:41:28 +08:00
IceHe.xyz
3dd7d496ef
test(core): fix typos in connectors/*/index.test.ts (#328) 2022-03-07 12:01:24 +08:00
Xiao Yijun
f6a0aa8bd6
feat(console): api resources list page (#322) 2022-03-06 19:56:51 +08:00
Gao Sun
bb1d3c0a37
feat(console): retrieve applications from api (#320)
* feat(console): retrieve applications from api

* fix(console): i18n key

* fix(console): update per review
2022-03-04 17:26:34 +08:00
Gao Sun
06fd253754
refactor(console): update sidebar styles (#318) 2022-03-04 15:33:33 +08:00
Gao Sun
2b038dce34
Merge pull request #319 from logto-io/gao-fix-styles
fix(console): styles
2022-03-04 15:22:19 +08:00
Gao Sun
80e32f2987
fix(console): styles 2022-03-04 15:18:34 +08:00
Gao Sun
b973a11e8f
Merge pull request #317 from logto-io/gao-init-console-table
feat(console): init table
2022-03-04 14:17:21 +08:00
Gao Sun
5b0caa5d97
feat(console): add table row hover effect 2022-03-04 13:45:34 +08:00
Gao Sun
f31a6e0db8
feat(console): copy to clipboard 2022-03-04 13:34:35 +08:00
Gao Sun
b30c431140
feat(console): init console table 2022-03-04 13:10:39 +08:00
Gao Sun
92a40a4e6c
feat(console): applications layout (#316)
* feat(console): applications layout

* feat(console): button disabled style
2022-03-04 12:47:02 +08:00
Gao Sun
5dcf1b92f3
refactor(console): title i18n (#315) 2022-03-03 17:44:44 +08:00
Gao Sun
ab15ee8555
feat(console): init api resources (#313) 2022-03-03 17:44:25 +08:00
Gao Sun
a265a3434b
fix(console): tab route link (#314) 2022-03-03 17:42:47 +08:00
Gao Sun
9e0f60ebc8
fix(console): set base url when needed (#312)
* fix(console): set base url when needed

* fix(console): replace `a` with `Link`

* refactor(console): update var name
2022-03-03 15:44:42 +08:00
Gao Sun
b9b3637300
feat(console): theme (#311)
* feat(console): theme

* feat(console): use css var for font
2022-03-03 07:15:33 +00:00
Gao Sun
cc8bb825fb
feat(console): active tab by route (#309)
* feat(console): active tab by route

* refactor(console): export sidebar utils and consts in index
2022-03-03 07:02:30 +00:00
Gao Sun
14d6c9e18a
feat(console): topbar (#310)
* feat(console): topbar

* refactor(console): move logo to assets folder
2022-03-03 07:00:20 +00:00
Gao Sun
365c63b2c7
feat(core): connect console (#306)
* feat(core): connect console

* fix(core): prod spa dist

* fix(core): test

* test(core): refactor spa proxy tests
2022-03-03 14:25:32 +08:00
Darcy Ye
5734333dea
test(core): add UT for aliyun sms (#305)
* test(core): add UT for aliyun sms

* test(core): define some params as top-level consts
2022-03-02 16:50:26 +08:00
Xiao Yijun
8ae42e9666
feat(core): google connector (#300) 2022-03-02 16:26:07 +08:00
Xiao Yijun
dcd84086f6
refactor(core): slonik error handling (#307) 2022-03-02 15:44:57 +08:00
Darcy Ye
16396cf231
test(core): add UTs for session routes (#299)
* test(core): add email not exists check to sign-in email code verification

* test(core): add remaining UTs except for /session/consent

* test(core): fix username validity check according to new username rules

* test(core): remove UT for /session/consent as an individual PR

* test(core): fix error code 500
2022-03-02 14:16:09 +08:00
IceHe.xyz
c5a9eef852
chore(core): fix typos (#303)
* chore(core): fix typos in routes/session.ts

* chore(core): fix typos in utils/password.ts

* chore(core): fix Connector typos

* chore(core): fix typos in connectors/utilities/aliyun.ts

* chore(core): fix 'custom' typos in database/update-where.test.ts

* chore(core): fix typos in middleware/koa-oidc-error-handler.ts
2022-03-02 12:24:07 +08:00
Gao Sun
572d5ad6a5
Merge pull request #298 from logto-io/gao-log-1626-top-bar-side-bar-and-layout
feat(console): sidebar
2022-03-02 12:22:43 +08:00
Wang Sijie
ba2b499637
test(core): session consent (#304) 2022-03-02 11:24:15 +08:00
Gao Sun
c782a7db8b
refactor(console): update per review 2022-03-01 22:59:02 +08:00
Wang Sijie
4d7ea642a0
refactor(core): session tests (#302) 2022-03-01 17:03:41 +08:00
IceHe.xyz
62c6c3812a
chore(phrases): fix typos in locales/en.ts (#301) 2022-03-01 14:26:27 +08:00
simeng-li
b03a666fde
ci(core): add codecov github action (#297)
* ci(core): add codecov github action

add codecov github action

* ci(core): update codecov uploader

update codecov uoloader

* ci(core): delete useless codecov yml

delete codecov yml

* chore(core): remove deprecated packages

remove deprecated pacakages
2022-03-01 11:05:25 +08:00
Wang Sijie
7af6973079
test(core): aliyun-dm (#295) 2022-03-01 11:04:20 +08:00
Gao Sun
a74d2b0aa6
chore: upgrade configs 2022-02-28 22:51:29 +08:00
Gao Sun
a89e3d1eb7
feat(console): fulfill tab sections and items 2022-02-28 22:39:15 +08:00
Gao Sun
02e9b8fde4
refactor(console): use consts and i18n 2022-02-28 22:18:01 +08:00
Gao Sun
f505d87638
feat(console): implement sidebar 2022-02-28 18:48:00 +08:00
Gao Sun
9dca1e8083
fix(schemas): remove unused dependency (#296) 2022-02-28 15:47:10 +08:00
Gao Sun
f7925d9332
chore: upgrade configs and eslint (#294)
* chore: upgrade configs and eslint

* chore: update lockfile

* fix(ui): stylelint
2022-02-28 15:21:48 +08:00
simeng-li
fb6a1dc236
test(core): add ut for queires (#287)
* test(core): add ut for queires

add ut for queries

* test(core): add user query ut

add user query ut

* fix(core): remove test code

remove console log
2022-02-28 14:30:27 +08:00
Wang Sijie
c9400d0a4d
test(core): github and connector utilities (#291) 2022-02-28 06:27:45 +00:00
Xiao Yijun
3a583e81e4
fix(core): patch /users/:userId should not fail if only name or avatar is provided 2022-02-28 13:18:17 +08:00
Xiao Yijun
755176e252
refactor(core): add regex for commonly used fields (#288) 2022-02-28 13:16:02 +08:00
Xiao Yijun
76aba43ae3
refactor(core): replace arbitrary data guard type with arbitrary object guard (#290) 2022-02-28 11:22:48 +08:00
Gao Sun
b6ae03e1dc
feat(console): init layout (#289) 2022-02-28 10:35:14 +08:00
Wang Sijie
94e583111d
test: session route (#283) 2022-02-25 07:09:20 +00:00
Darcy Ye
ddd695dd33
feat(core): enable pass redirectUri when sign-in with social (#284) 2022-02-25 14:52:38 +08:00
simeng-li
2109b7be31
test(core): add ut for application query (#282)
add ut for appliction query
2022-02-25 13:52:29 +08:00
Gao Sun
409602beff
fix: update VSCode settings to format js/ts on save (#286) 2022-02-25 05:17:40 +00:00