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

777 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
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
simeng-li
f0a961225d
refactor(core): phone method refactor (#537)
* refactor(core): rename signin method phone with sms

replace phone signin method with sms

* refactor(ui): rename api method

rename api method

* fix(ui): cr fix rename method

rename method

* fix(ui): update naming convention

update naming convention
2022-04-14 11:26:10 +08:00
Charles Zhao
8ee4391b8f
refactor(console): css color variables and theme mixins 2022-04-13 23:21:08 +08:00
Charles Zhao
3767229389
Merge pull request #543 from logto-io/charles-log-1943-connectors-get-started
feat(console): connectors get-started page
2022-04-13 20:14:16 +08:00
Charles Zhao
eeeb80ba4b
feat(console): connectors guide page 2022-04-13 20:09:25 +08:00
IceHe.xyz
c3c2bf20f1
feat(core): validate custom client metadata when post or patch application (#529) 2022-04-13 15:23:04 +08:00
Wang Sijie
ee84462e14
Merge pull request #535 from logto-io/sijie--log-1728-init-exp
feat(console): init sign in exp page
2022-04-13 12:37:39 +08:00
Charles Zhao
1cbee87a81
fix(console): drawer component background 2022-04-12 17:53:26 +08:00
Charles Zhao
a710ec6ba5
feat(core): add connector config json templates 2022-04-12 16:59:19 +08:00
wangsijie
660352c439
feat(console): init sign in exp page 2022-04-12 15:38:33 +08:00
simeng-li
7dba17b867
feat(ui): add social web login flow (#531)
* feat(ui): add social web login flow

add social web login flow

* fix(ui): cr fix

code review fix

* fix(ui): fix typo

fix typo

* refactor(ui): social api renaming

social api renaming
2022-04-12 15:03:38 +08:00
Wang Sijie
1f6f0a3796
fix(console): change border color to color-component-border (#528) 2022-04-12 12:06:15 +08:00
simeng-li
85c9eabfca
feat(core): add sign-in-settings api for client use (#534)
add sample sign-in-settigns api for client use
2022-04-12 12:05:29 +08:00
Gao Sun
3718a18286
refactor(docs): optimize React get started (#532) 2022-04-12 12:05:04 +08:00
simeng-li
2b0a1a9190
fix(ui): fix svg radio box icon fill color (#533)
fix svg radio box icon fill color
2022-04-12 12:04:02 +08:00
Wang Sijie
b8b5840936
feat(console): contact us (#509)
* feat(console): contact us

* refactor: extract Contact from Item

* fix: cr

* fix: cr
2022-04-11 10:02:37 +00:00
Xiao Yijun
06ea931d64
feat(console): link button component (#527) 2022-04-11 16:46:10 +08:00
Gao Sun
72aa2f53e6
feat(cli): integrate with command line (#526) 2022-04-11 08:25:57 +00:00
Gao Sun
32e9afe047
fix(docs): package name (#525) 2022-04-11 08:24:17 +00:00
Gao Sun
2b2196c553
Merge pull request #524 from logto-io/gao-log-2134-create-database
feat(cli): create database
2022-04-11 16:21:33 +08:00
IceHe.xyz
26c3e1fe2c
fix(core): extraClientMetadata properties (#530) 2022-04-11 14:22:16 +08:00
Gao Sun
2d5f1196a2
Merge pull request #523 from logto-io/gao-log-2128-seed-queries-cli-function 2022-04-11 14:11:15 +08:00
Gao Sun
3fedbd791b
feat(cli): create database 2022-04-10 13:06:12 +08:00
Gao Sun
06ff890358
fix(core): test cases 2022-04-09 22:06:41 +08:00
Gao Sun
ada4da2fbf
feat(cli): seed tables 2022-04-09 21:53:53 +08:00
simeng-li
aa9cc806bf
feat(ui): add social apis (#518)
add social apis
2022-04-09 12:20:21 +08:00
IceHe.xyz
fb65c65893
feat(core,schemas): cors allowed origins (#507)
* feat(schemas): cors allowed origins of application in custom OIDC client metadata

* refactor(schemas): rename CustomClientMetadataType to CustomClientMetadataKey

* feat(core): cors allowed origins
2022-04-08 18:16:20 +08:00
IceHe.xyz
5625b8838c
refactor(core): split mock.ts into __mocks__/*.ts (#510)
* chore(core,ui): coverage ignore src/__mocks__/

* chore(core): build excludes src/__mocks__/

* refactor(core): split mock.ts into __mocks__/*.ts
2022-04-08 09:47:09 +00:00
Gao Sun
b055362d34
feat(cli): init (#521) 2022-04-08 16:58:32 +08:00
Gao Sun
91c79bb44c
Merge pull request #520 from logto-io/gao-remove-resource-scopes
refactor(core): remove resource scopes
2022-04-08 16:15:50 +08:00
Xiao Yijun
3a8b9d7bd7
feat(core): validate redirect uris of application (#519) 2022-04-08 16:13:51 +08:00
Gao Sun
0499024fdf
refactor(core): remove resource scopes 2022-04-08 16:07:34 +08:00
simeng-li
c927aeee93
feat(ui): impelment signin methods links component (#504)
implement signin methods link component
2022-04-08 15:21:40 +08:00
Gao Sun
c1ab443e41
feat(docs): init React SDK tutorial (#516) 2022-04-08 13:47:31 +08:00
Wang Sijie
a6e0d19766
fix(console): fix ac ui issues (#505)
* fix: contact us

* fix: text input block

* fix: outline send button

* fix: color border

* fix: nav link

* fix: copy to clipboard border radis set to 6

* fix: add plus icon in buttons

* fix: set cn font size to 12 in sidebar section

* Revert "fix: set cn font size to 12 in sidebar section"

This reverts commit 11899731e7.

* fix: change color-primary-40 to color-primary

* fix: revert color-border

* fix: text input parent line height
2022-04-08 12:30:03 +08:00
Wang Sijie
ad769cd4a8
fix(console): fix placeholder image padding (#512) 2022-04-08 11:20:34 +08:00
simeng-li
b78a9cf82e
feat(ui): add page level loading layer (#513)
* feat(ui): add page level loading layer

add page level loading layer

* fix(ui): cr fix remove loading status in api-hook

remove loading status in api-hook
2022-04-08 10:12:26 +08:00
Gao Sun
acacd456c4
fix(console): get started folder naming (#517) 2022-04-08 09:36:47 +08:00
IceHe.xyz
7eb2e41936
refactor(core): remove find-many (#511) 2022-04-07 21:16:59 +08:00
Xiao Yijun
f811d32371
refactor(console): add paginations for applications and resources (#495) 2022-04-07 20:36:46 +08:00
Charles Zhao
86c2d37892
fix(console): get-started markdown file paths 2022-04-07 18:16:30 +08:00
Gao Sun
39833e4a42
fix: enable hmr in parcel projects (#514) 2022-04-07 17:47:40 +08:00
Charles Zhao
e1701f0799
Merge pull request #506 from logto-io/charles-chore-refactor-connectors-components
chore(console): refactor connectors children components
2022-04-07 16:12:49 +08:00
simeng-li
55a37d8baf
fix(bug): display request message for now (#508)
display request message for now
2022-04-07 15:48:02 +08:00
Charles Zhao
0619c183af
chore(console): refactor connectors children components 2022-04-07 12:20:04 +08:00
IceHe.xyz
e969e15e3e
test(core): guard sign-in methods and social connector ids (#498)
* test(core): sign-in-methods guard of sign-in experience

* test(core): social-sign-in-connector-ids guard of sign-in experience

* test(core): guard branding of sign-in experience
2022-04-07 12:18:27 +08:00
Charles Zhao
8cc6a1d138
Merge pull request #502 from logto-io/charles-log-1683-support-input-fields-in-get-started-steps
feat(console): support input form fields in get-started steps
2022-04-07 12:14:41 +08:00
Charles Zhao
3ddc177f8e
feat(console): support input form fields in get-started steps 2022-04-07 12:07:27 +08:00
IceHe.xyz
9d15b584ca
test(core): guard terms of use and language info (#497)
* test(core): terms-of-use guard of sign-in experience

* test(core): add null test cases for guards of sign-in experience

* test(core): language-info guard of sign-in experience
2022-04-07 12:04:09 +08:00
IceHe.xyz
9e25a097bb
test(core): guard branding of sign-in experience (#494)
* chore(core,ui): upgrade jest related dev dependencies to latest versions

* test(core): branding guard of sign-in experience
2022-04-07 11:56:21 +08:00
IceHe.xyz
b0de73a4a1
test(core): get sign-in experience (#499) 2022-04-07 11:42:20 +08:00
Gao Sun
ab50cf1168
feat: init docs (#503)
* feat: init docs

* refactor: add missing dependencies

* fix: filter out docs for annotations
2022-04-07 09:45:01 +08:00
simeng-li
ff925372e5
refactor(ui): refactor i18n phrases in logto main flow (#501)
* refactor(ui): refactor i18n phrases in logto main flow

refactor i18n phrases in logto main flow

* fix(ui): cr fix

remove debug code
2022-04-06 15:38:53 +08:00
Darcy Ye
09703896f3
fix(core): fix default enable value of new connectors (#500) 2022-04-06 15:34:18 +08:00
simeng-li
6f85098853
refactor(ui): update react rout version (#492)
update react route version
2022-04-06 15:01:12 +08:00
Charles Zhao
8b2f873041
Merge pull request #496 from logto-io/charles-log-2098-fix-page-scroll-not-work-on-monaco-editor
fix(console): page scroll should work when scrolling on monaco editor
2022-04-06 14:44:47 +08:00
Wang Sijie
766156fb6b
feat(console): store filters in url search params (#493) 2022-04-06 14:08:11 +08:00
Gao Sun
4a904f2953
ci: upload eslint annotations (#490)
* ci: upload eslint annotations

* ci: update `upload-annotations.yml`
2022-04-06 06:06:34 +00:00
IceHe.xyz
71465ca999
feat(schemas,core,phrases)!: add type to connector schema and sync to DB (#491)
* feat(schemas,core,phrases)!: add type in connector schema and sync to DB

* chore(core): fix code about connector type
2022-04-06 12:11:06 +08:00
Charles Zhao
442e6935ad
fix(console): page scroll should work when scrolling on monaco editor 2022-04-06 11:55:41 +08:00
simeng-li
b098dd5f59
feat(ui): implement passcode page (#487)
* feat(ui): update pages

update page routing and render logics

* chore(ui): component renaming

component renaming

* feat(ui): implement passcode page

implement passcode page

* chore(ui): component renaming

component renaming
2022-04-02 13:07:39 +08:00
Charles Zhao
5a0c91dbba
Merge pull request #482 from logto-io/charles-log-1682-support-code-editor-in-get-started-steps
feat(console): support code editor in get-started steps
2022-04-02 12:59:18 +08:00
Charles Zhao
e4d2641bd0
feat(console): support code editor in get-started steps 2022-04-02 12:55:22 +08:00
Charles Zhao
08dd968127
Merge pull request #481 from logto-io/charles-log-2000-refactor-get-started-guide
refactor(console): promote and re-use get-started component in both applications and connectors
2022-04-02 12:37:43 +08:00
Charles Zhao
8aaf3c0051
refactor(console): promote and re-use get-started component 2022-04-02 12:34:24 +08:00
simeng-li
04d00fc11f
feat(ui): update pages (#479)
* feat(ui): update pages

update page routing and render logics

* chore(ui): component renaming

component renaming
2022-04-02 11:35:33 +08:00
IceHe.xyz
812841494a
feat(core): update social sign-in connector IDs only when social sign-in is enabled (#488) 2022-04-02 11:34:55 +08:00
IceHe.xyz
58d03ae715
feat(core,phrases): validate social sign-in method with social connector IDs (#485) 2022-04-01 17:57:29 +08:00
Xiao Yijun
44eb14fd6b
fix(console): input outline should be red in the error state on focused (#484) 2022-04-01 17:27:41 +08:00
Wang Sijie
3ac019c4b7
fix(console): add textField class to application details formfields (#489) 2022-04-01 17:23:50 +08:00
IceHe.xyz
efdb24833e
feat(core,phrases): validate sign-in methods with enabled connectors (#480) 2022-04-01 16:32:45 +08:00
Wang Sijie
039f3d0cbb
fix(console): adjust styles on table (#476) 2022-04-01 16:17:54 +08:00
Wang Sijie
36cfdf4b16
feat(console): sticky footer in details page (#486) 2022-04-01 16:13:43 +08:00
IceHe.xyz
bf94ee2d10
feat(core,phrases): validate there must be one and only one primary sign-in method (#475) 2022-04-01 13:52:01 +08:00
Xiao Yijun
b416ee877e
feat(console): multi-text-input (#472) 2022-04-01 13:45:57 +08:00
IceHe.xyz
2356c2ae2e
feat(core): validate sign-in experience branding and terms of use (#477) 2022-04-01 13:40:32 +08:00
Wang Sijie
c9a8855c0d
Merge pull request #468 from logto-io/sijie--log-1975-table-scroll
feat(console): table scroll
2022-04-01 13:40:09 +08:00
Darcy Ye
2a153c2b6d
feat(core): add wechat-native connector (#470)
* feat(core): add wechat-native connector

* feat(core): add wechat native getAuthorizationUri UT
2022-03-31 18:03:51 +08:00
Darcy Ye
004fe65d5a
feat(core): validate connector config before enabling (#478)
* feat(core): validate connector config before enabling

* feat(core): remove code redundancy
2022-03-31 18:02:35 +08:00
Charles Zhao
48bd57c94e
chore: bump version of configs 2022-03-31 15:18:34 +08:00
wangsijie
7feafe8d21
feat(console): table scroll 2022-03-31 14:49:40 +08:00
IceHe.xyz
cd63388ab1
feat(schemas): zod type guards of sign-in experience jsonb fields (#473)
* feat(schemas): guard branding logo url and terms-of-use content url

* feat(schemas): guard branding logo url non-optional

* feat(schemas): guard branding colors and slogan nonempty

* chore(core,schemas): upgrade zod dependency version from 3.8.1 to 3.14.3

* feat(schemas): jsonb types guard hex color values

* feat(core): hex color regex
2022-03-31 14:19:12 +08:00
simeng-li
6a61ea29f5
feat(ui): add passwordless container (#469)
* feat(ui): add passwordless container

add email & phone passwordless container
add secondary sign-in page

* feat(ui): uncomment code after rebase latest code

uncomment code after rebase latest code
2022-03-31 13:57:01 +08:00
simeng-li
67939ea2bb
feat(ui): add CreateAccount Container (#457)
* feat(ui): add CreateAccount Container

add CreatAccount Container

* fix(ui): fix regex

* fix(ui): remove useless test change

remove useless test update
2022-03-31 13:49:39 +08:00
Darcy Ye
84f30fe04b
fix(core): fix did not mock request error which results in timeouts (#471) 2022-03-30 18:31:42 +08:00
simeng-li
0444efd844
feat(ui): add password less related api (#459)
* feat(ui): add password less related api

add password less related api

* test(ui): add api ut

add api ut
2022-03-30 15:04:27 +08:00
Wang Sijie
10fc7e4205
feat(console): support icon in text-input (#458)
* feat(console): support icon in text-input

* feat(console): user search (#460)

* fix: inputValue empty

* fix: remove contional
2022-03-30 14:01:18 +08:00
Charles Zhao
34992a2116
Merge pull request #462 from logto-io/charles-log-2031-refactor-title-subtitle-styles
refactor(console): match design mockups by adjusting fonts, paddings, etc
2022-03-30 11:57:36 +08:00
Darcy Ye
c0337f502d
fix(core): fix wechat web response code and related UTs (#461) 2022-03-29 23:59:47 +08:00
IceHe.xyz
f260d2bb56
fix(core): error message interpolation (#465) 2022-03-29 21:47:12 +08:00
Charles Zhao
e297dcbb33
Merge pull request #463 from logto-io/charles-update-code-comments
chore(console): update code comments in markdown util
2022-03-29 18:07:41 +08:00
Wang Sijie
eb1b20cdac
refactor(console): remove zero-colspan (#464) 2022-03-29 17:54:29 +08:00
Charles Zhao
329966e206
chore(console): update code comments in markdown util 2022-03-29 17:41:03 +08:00
Charles Zhao
5cc177381f
refactor(console): match design mockups by adjusting fonts, paddings, etc 2022-03-29 17:01:45 +08:00
Xiao Yijun
58ab342c47
refactor(console): the submit state of forms (#455) 2022-03-29 12:58:53 +08:00
Wang Sijie
d557d9b65c
fix(console): align button icon size to 20 (#456) 2022-03-29 11:26:48 +08:00
Wang Sijie
1d71064a88
feat(console): extract total number from headers for useSWR (#448) 2022-03-28 15:39:42 +08:00
Wang Sijie
9a437e3c0d
feat(console): table empty state (#446)
* feat(console): table empty state

* fix: cr
2022-03-28 15:03:11 +08:00
Wang Sijie
7d76428e57
fix(console): prevent css overiding in table-loading (#454) 2022-03-28 15:02:28 +08:00
Wang Sijie
fd8ea43f0b
feat(console): pagination (#453)
* feat(console): pagination

* fix: large number

* fix: new icon
2022-03-28 15:01:50 +08:00
Charles Zhao
a08abfd4c6
Merge pull request #432 from logto-io/charles-log-1919-dynamically-load-get-started-markdown-metadata
feat(core): provide a means to fetch get-started markdown metadata
2022-03-28 14:56:15 +08:00
Xiao Yijun
791801a7df
feat(console): modal layout dimensions (#440) 2022-03-28 14:00:03 +08:00
Charles Zhao
7033bdc2cd
feat(core): provide API to fetch get-started markdown metadata 2022-03-28 13:50:40 +08:00
simeng-li
45a82f97c1
feat(ui): re-implement username signin page (#447)
* feat(ui): re-implement username signin page

re-implement username signin page

* fix(ui): username signin CR fix

username signin CR fix
2022-03-28 09:40:47 +08:00
simeng-li
b99c11e211
feat(ui): implement Confirm Modal (#449)
* feat(ui): implement Confirm Modal

add Confirm Modal

* fix(ui): remove lock file

remove lock filee

* fix(ui): confirmModal CR fix

confirmModal CR fix
2022-03-28 09:36:39 +08:00
IceHe.xyz
14ac317358
refactor(core): make initConnectors check existing connectors in DB once (#451)
* refactor(core): make initConnectors check existing connectors in DB once

* refactor(core): remove unnecessary hasConnector
2022-03-25 15:55:51 +08:00
Darcy Ye
82d104a0d3
feat(core): add DELETE /users/:userId/identities/:connectorId (#437)
* feat(core): add DELETE /users/:userId/identities/:connectorId

* feat(core): add user query methods UT cases for better testing coverage

* feat(core): rewrite deletion of connector info from user identities using postgresql operator
2022-03-25 15:48:53 +08:00
Wang Sijie
3f8cc6af69
refactor(console): use nullable in form type (#452) 2022-03-25 15:16:57 +08:00
Wang Sijie
b46cfd2bc3
refactor(console): use colgroup in table (#445) 2022-03-25 14:46:37 +08:00
IceHe.xyz
2ee88d19ee
refactor(core): make getConnectorInstances access DB only once (#429)
* refactor(core): make getConnectorInstances access DB only once

* test(core): make getConnectorInstances access DB only once

* refactor(core): getConnectorInstanceByType merge .filter into .find for running in one loop
2022-03-25 14:45:34 +08:00
IceHe.xyz
28625f6894
feat(core): order connectors by enabled desc, id asc (#430) 2022-03-25 12:26:42 +08:00
Charles Zhao
028c7d6a56
refactor(console): minor adjustments made to plain button styles 2022-03-24 22:20:13 +08:00
Wang Sijie
b6323113fa
feat(console): table error component (#442)
* feat(console): table error component

* fix: pr
2022-03-24 15:02:31 +08:00
Xiao Yijun
a918dce05f
feat(console): save changes in application detail page (#439) 2022-03-24 11:55:13 +08:00
Wang Sijie
d2c0f623c6
feat(console): table loading component (#441) 2022-03-24 11:48:39 +08:00
IceHe.xyz
04ba181a64
fix(core): missing some commits (#444) 2022-03-23 18:54:26 +08:00
Xiao Yijun
847e018b02
feat(console): readme in details (#438) 2022-03-23 10:34:25 +00:00
IceHe.xyz
d9670fd709
refactor(core): get sign-in experience (#426)
* feat(core): getEnabledSocialConnectorIds

* test(core): getEnabledSocialConnectorIds

* refactor(core): get sign-in experience

* test(core): get sign-in experience
2022-03-23 12:44:48 +08:00
Wang Sijie
3998f39db7
feat(console): add connector (#428)
* feat(console): add connector

* feat(console): delete connector (#433)

* feat(console): add connector

* feat(console): delete connector

* fix: rebase error
2022-03-23 11:57:14 +08:00
simeng-li
2680ab7cea
feat(ui): add toast component (#425)
* feat(ui): add toast component

add toast component

* fix(ui): prevent eventListener bind multiple times

prevent eventListener bind multiple times

* fix(ui): toast cr
 fix

toast cr fix
2022-03-23 11:50:33 +08:00
Wang Sijie
e8b4862843
feat(console): user details connectors (#434)
* feat(console): user details connectors

* fix: is submiting
2022-03-23 11:48:42 +08:00
Xiao Yijun
4f41162ac3
refactor(console): refactor modals with modallayout (#435) 2022-03-22 17:40:06 +08:00
Darcy Ye
2e08ec9db0
fix(core): fix response code for requesting wechat APIs (#422) 2022-03-22 09:41:25 +08:00
Xiao Yijun
ec8ecf262a
feat(console): delete application (#417) 2022-03-21 17:43:13 +08:00
Xiao Yijun
3e99ac172a
feat(console): modal layout (#419) 2022-03-21 09:29:06 +00:00
Charles Zhao
f256c2c38c
feat(core): copy markdown files to build folder when building project 2022-03-21 14:27:44 +08:00
Xiao Yijun
139a388508
fix(console): api resource table data style (#420) 2022-03-21 14:12:48 +08:00
Wang Sijie
8ae2d7964b
fix(console): add readonly style for text input (#421) 2022-03-21 12:26:16 +08:00
Wang Sijie
c4a0299b1c
feat(console): user details settings (#403) 2022-03-21 11:48:27 +08:00
Darcy Ye
fa757c3d12
feat(core): add wechat-web connector (#394)
* feat(core): add WeChat connector as well as corresponding UTs

* feat(core): move TODO from comment block
2022-03-18 17:39:20 +08:00
Charles Zhao
b196d21ca2
Merge pull request #409 from logto-io/charles-log-1804-log-1681-quick-start-guide-ui
feat(console): show get started guide on application creation success
2022-03-18 16:51:00 +08:00
Xiao Yijun
9a9166f45a
fix(console): operation button align in api resource detail (#416) 2022-03-18 08:45:32 +00:00
Charles Zhao
54c80383c6
feat(console): show get started guide on application creation success 2022-03-18 16:15:10 +08:00
Xiao Yijun
3c0ff36817
feat(console): add another for redirect uris in application details (#387) 2022-03-18 16:02:37 +08:00
Wang Sijie
97c3aa37ea
feat(console): change password (#414)
* feat(console): change password

* fix: rename to reset password
2022-03-18 07:46:47 +00:00
IceHe.xyz
c3d447b081
test(core): connectors (#413) 2022-03-18 15:42:03 +08:00
simeng-li
ee85a25d79
feat(ui): textual ui components (#404)
* feat(ui): error message & text link

error message & text link

* feat(ui): add tos, divider and text link components

tos, divider and text link components

* fix(ui): update the usage of error message

update the usage of error message
2022-03-18 15:34:38 +08:00
Wang Sijie
8144cfee79
feat(console): add styles for code editor (#415) 2022-03-18 15:25:10 +08:00
Wang Sijie
93dee847f6
feat(console): delete user (#406)
* feat(console): delete user

* fix: fix lint

* fix: min width
2022-03-18 03:51:45 +00:00
Wang Sijie
4a73e22d2b
feat(console): add component UnnamedTrans (#401) 2022-03-18 11:20:23 +08:00
Wang Sijie
32b058467c
fix(console): button inline flex (#407)
* fix(console): button inline flex

* fix(console): change to inline-flex in button
2022-03-18 08:46:02 +08:00
Wang Sijie
a3ba8a8065
fix(console): icon button classname (#408) 2022-03-18 08:45:47 +08:00
IceHe.xyz
8dd05f776f
chore(core): fix connector typos (#411) 2022-03-17 23:01:15 +08:00
Gao Sun
f085f08a8e
refactor(console): update sidebar styles (#402) 2022-03-17 17:30:01 +08:00
simeng-li
0feeee263a
feat(ui): add button components (#400)
* feat(ui): add button components

add button components

* fix(ui): add conncetor name i18n

add connector name i18n

* fix(ui): remove useless noop click function

remove useless noop click function
2022-03-17 16:42:03 +08:00
Wang Sijie
6f3c762632
fix(console): tab nav link font (#399) 2022-03-16 17:21:07 +08:00
Gao Sun
bfc8a64c44
refactor(console): add dev origin to allowed CORS domain in OIDC (#397) 2022-03-16 16:35:45 +08:00
Wang Sijie
305b6aefb9
fix(console): change status component type (#398) 2022-03-16 16:20:24 +08:00
Wang Sijie
31a171f202
feat(console): icon button (#396)
* feat(console): icon button

* fix: eye size
2022-03-16 16:20:08 +08:00
simeng-li
0d76b91271
feat(ui): add passcode input component (#384)
* feat(ui): add passcode input component

add passcode input component

* fix(ui): cr fix

code review fix

* refactor(ui): refactor style sheets

refactor style sheets
2022-03-16 16:04:27 +08:00
Wang Sijie
ee175e70fc
feat(console): button with title and icon (#393) 2022-03-16 15:55:15 +08:00
Gao Sun
5c89fe7cec
feat(console): not found page (#395) 2022-03-16 07:49:30 +00:00