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

761 commits

Author SHA1 Message Date
Charles Zhao
a0af0584f7
Merge pull request #584 from logto-io/charles-log-2232-button-loading-state
feat(console): button loading state with delay timeout
2022-04-20 14:34:02 +08:00
Charles Zhao
695ec7fbf9
feat(console): button loading state with delay timeout 2022-04-20 14:29:27 +08:00
IceHe.xyz
0560928ca4
refactor(core): rename functions to avoid naming conflicts (#588) 2022-04-20 14:28:46 +08:00
Gao Sun
08ce66f317
refactor(core): use SSOT for env variables (#578)
* refactor(core): use SSOT for env variables

* fix(core): tests
2022-04-20 14:14:37 +08:00
IceHe.xyz
3dc07312a0
feat(core): insert log into DB (#587) 2022-04-20 12:28:56 +08:00
Charles Zhao
1653d020cf
Merge pull request #580 from logto-io/charles-log-2227-update-button-hover-and-pressed-colors
fix(console): button hover and pressed state colors
2022-04-20 12:09:13 +08:00
IceHe.xyz
608f667963
test(core): separate the color validation cases from tests of sign-in experience (#577)
* test(core): hexColorRegEx

* test(core): sign-in experience branding colors
2022-04-20 12:08:55 +08:00
wangsijie
8d80106475
feat(console): sign-in-methods form setup 2022-04-20 11:56:29 +08:00
Wang Sijie
fe5650e8e2
fix(console): fix issues on user management (#579) 2022-04-20 11:51:47 +08:00
Wang Sijie
d7ebf6c6e7
feat(console): add connectors transfer component (#568) 2022-04-19 10:22:40 +00:00
Charles Zhao
7c3e53e0f2
fix(console): button hover and pressed state colors 2022-04-19 17:04:34 +08:00
simeng-li
65059565e6
refactor(ui): refactor social login hooks (#570)
* feat(ui): adjust toast style

adjust toast style

* refactor(ui): refactor social hooks

refactor social hooks

* fix(ui): fix ci issue
 fix ci issue

* fix(ui): cr fix

cr fix

* fix(ui): fix social sign-in flow

fix social sign-in flow
2022-04-19 16:32:33 +08:00
Gao Sun
dc2a6ac961
docs: add Swift Logto client reference (#574)
* docs: add Swift Logto client reference

* docs: adjust position
2022-04-19 14:13:12 +08:00
Gao Sun
3dedbe4cac
docs: update config for deployment (#575) 2022-04-19 14:12:46 +08:00
Charles Zhao
217261e9b4
Merge pull request #571 from logto-io/charles-log-1879-logto-loading-state-animation
feat(console): draft logto loading state animation page
2022-04-19 11:31:41 +08:00
Gao Sun
8cf53f378a
docs: add Swift Logto core reference (#573)
* docs: add Swift Logto core reference

* fix: build
2022-04-19 11:31:27 +08:00
Charles Zhao
51539e7af3
Merge pull request #567 from logto-io/charles-fix-error-boundary-page-styles
fix(console): center align image and error message in error boundary
2022-04-19 11:30:11 +08:00
Charles Zhao
8c0cddd305
Merge pull request #572 from logto-io/charles-fix-typos
fix: typos in phrases
2022-04-18 23:04:13 +08:00
Xiao Yijun
975e715c47
fix(core): revert add oidc config to application response (#566) 2022-04-18 22:30:57 +08:00
Charles Zhao
895208e0ee
fix: typos in phrases 2022-04-18 21:55:27 +08:00
Charles Zhao
8aed158929
feat(console): draft logto loading state animation page 2022-04-18 21:51:01 +08:00
Charles Zhao
9dcfd0efaf
fix(console): center align image and error message in error boundary 2022-04-18 20:35:46 +08:00
IceHe.xyz
afaaed9f29
fix(schemas): remove wrong default values from sign-in experience schema (#565) 2022-04-18 17:06:13 +08:00
Wang Sijie
975ed6b6c3
feat(console): color picker (#541)
* feat(console): add experience form fields

* feat(console): color picker
2022-04-18 15:57:37 +08:00
Wang Sijie
4ad95c9eb1
Merge pull request #554 from logto-io/sijie--log-1730-methods
feat(console): sign-in-methods form setup
2022-04-18 15:46:22 +08:00
IceHe.xyz
5386bcee23
feat(schemas): logs schema and log payload type (#561) 2022-04-18 15:44:36 +08:00
Charles Zhao
3a5854f566
Merge pull request #562 from logto-io/charles-log-1880-admin-console-error-boundary
feat(console): add react error boundary
2022-04-18 15:32:34 +08:00
IceHe.xyz
77e0b4fec6
refactor(schemas): conform id length (#555) 2022-04-18 15:27:58 +08:00
Charles Zhao
2641771289
fix: fixup 2022-04-18 15:27:47 +08:00
wangsijie
8ec5523741
feat(console): sign-in-methods form setup 2022-04-18 15:25:52 +08:00
simeng-li
f1576b9916
fix(core): fix sign-in settings api route (#564)
* fix(core): fix sign-in settings api route

fix sign-in settings api route

* test(ui): add ut

add ut

* fix(core): fix ut

fix ut
2022-04-18 15:24:34 +08:00
Charles Zhao
9c3417c23a
feat(console): add react error boundary 2022-04-18 15:07:31 +08:00
IceHe.xyz
3da3309cbf
refactor(core,schemas): pascalcase enum keys (#558)
* refactor(schemas): pascalcase enum keys

* chore(core): pascalcase enum keys
2022-04-18 05:35:48 +00:00
simeng-li
a5235f6ad1
refactor(ui): api method renaming (#563)
api method renaming
2022-04-18 13:33:25 +08:00
IceHe.xyz
1ef04bd45d
refactor(core): clear mocks after each test (#559) 2022-04-18 12:50:49 +08:00
IceHe.xyz
df46593844
refactor(schemas): extract sign-in method key (#556) 2022-04-18 12:49:31 +08:00
IceHe.xyz
51f3b5c091
chore(console,ui): parcel build --no-cache (#557) 2022-04-15 16:31:49 +08:00
simeng-li
8918218cdd
feat(ui): add Primary SocialSignIn container and Popup (#549)
* feat(ui): add Primary SocialSignIn container and Popup

add Primary SocialSignIn container and Popup

* fix(ui): fix popup component bug

fix popup component bug

* feat(ui): add transition styles to Drawer

add transition styles to Drawer

* fix(ui): fix typo

fix typo

* fix(ui): fix bugs

fix bugs

* test(ui): ass simple test case for drawer

add simeple test case for drawer

* fix(ui): cr fix
2022-04-15 14:25:44 +08:00
Gao Sun
5a88f45c42
ci: update workflow (#553) 2022-04-15 13:56:07 +08:00
Wang Sijie
dc32f1dc9f
feat(console): plain radio (#548)
* feat(console): plain radio

* refactor: title and children
2022-04-15 04:18:42 +00:00
Darcy Ye
14cdddc18e
feat(core): add connector config examples (#551) 2022-04-14 17:20:41 +08:00
Wang Sijie
c1263c0d28
Merge pull request #546 from logto-io/sijie--log-2152-switch
feat(console): toggle switch
2022-04-14 17:09:47 +08:00
wangsijie
717b79b9f6
feat(console): toggle switch 2022-04-14 17:04:52 +08:00
IceHe.xyz
a9466667c0
refactor(core): post application (#552) 2022-04-14 15:54:21 +08:00
Wang Sijie
a71e0dfdb6
Merge pull request #539 from logto-io/sijie--log-1729-experience
feat(console): add experience form fields
2022-04-14 14:53:21 +08:00
Xiao Yijun
d238168ebf
feat(core): add oidc config to the response of application apis (#536) 2022-04-14 14:48:56 +08:00
wangsijie
40d4190e6f
feat(console): add experience form fields 2022-04-14 14:44:00 +08:00
Darcy Ye
2f22a81a8f
feat(core): add Alipay web connector (#522) 2022-04-14 12:22:30 +08:00
Charles Zhao
f669780ff9
Merge pull request #550 from logto-io/charles-log-2169-update-color-variables-and-theme-mixins
refactor(console): css color variables and theme mixins
2022-04-14 11:59:08 +08:00
simeng-li
99e425496f
feat(ui): load sign-in experience settings from server (#542)
* feat(ui): load sign-in experience from server

load sign-in experience settings from server

* feat(ui): return null if no setting find

return null if no setting found

* chore(ui): add todo

add todo

* fix(ui): remove console log

remove console log

* fix(ui): cr fix

cr fix
2022-04-14 11:39:48 +08:00