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

777 commits

Author SHA1 Message Date
Charles Zhao
56d610bae9
refactor(console): improve tabs used in mdx files 2022-05-07 17:47:28 +08:00
Charles Zhao
def900b3fa
Merge pull request #751 from logto-io/charles-separate-mdx-usages-from-docs
refactor(console): separate mdx usages from docs
2022-05-07 17:42:31 +08:00
Charles Zhao
c1b6c32d24
refactor(console): separate mdx usages from docs 2022-05-07 17:29:38 +08:00
Gao Sun
c535d90ff1
docs: integrate iOS SDK (#748)
* docs: integrate iOS SDK

* fix: change title

* docs: remove unused import
2022-05-07 09:13:29 +00:00
Charles Zhao
631a8f0f49
Merge pull request #754 from logto-io/charles-log-2344-remove-second-param-from-unit-mixin
refactor(console): remove second param from 'unit' mixin
2022-05-07 16:39:39 +08:00
Wang Sijie
a1ceea0685
feat(console): sign in methods change alert (#701) 2022-05-07 16:32:35 +08:00
Wang Sijie
d815d96f1f
feat(console): sign in experience welcome page (#746) 2022-05-07 16:08:09 +08:00
Wang Sijie
6148cbd6f9
fix(console): change application column name (#743) 2022-05-07 16:07:11 +08:00
Xiao Yijun
04fc5d48e9
feat(console): multi-text-input delete reminder (#752) 2022-05-07 07:50:36 +00:00
Charles Zhao
7a163a4994
refactor(console): remove second param from 'unit' mixin 2022-05-07 15:35:11 +08:00
simeng-li
0f5491b392
fix(console): prevent autofill background color (#749)
prevent autofill background color
2022-05-07 11:43:31 +08:00
Darcy Ye
e71cf7ea67
feat(core): separate social sign-in api (#735)
* feat(core): separate social sign-in api

* feat(core): rename APIs
2022-05-07 10:50:37 +08:00
simeng-li
5db628b716
refactor(ui): refactor 404 page (#727)
* refactor(ui): refine page layout

refine page layout

* fix(ui): fix content element height issue

fix content elment height issue

* refactor(ui): refactor 404 page

refactor 404 page

* test(ui): add 404 test

add 404 page test

* refactor(ui): rename errorPage
rename ErrorPage
2022-05-07 10:29:19 +08:00
Charles Zhao
e627e9a4eb
refactor(console): align with new mdx content from docs (#747) 2022-05-06 23:06:28 +08:00
Wang Sijie
08904b8f93
feat(core): add experience configs (#745) 2022-05-06 17:59:18 +08:00
Gao Sun
c1766bf984
docs: reorg integrate SDK (#740)
* docs: reorg integrate SDK

* docs: update alias

* docs: fix link
2022-05-06 17:49:13 +08:00
Charles Zhao
749c820cc2
Merge pull request #741 from logto-io/charles-fix-settings-api-401
fix(console): call settings API after user authentication
2022-05-06 17:26:54 +08:00
Xiao Yijun
6ac70c5eb7
refactor(core): guard phone number with digital-only regex (#744) 2022-05-06 09:23:17 +00:00
Gao Sun
5909727ebc
refactor(core): use argon2 for password encryption (#738)
* refactor(core): use argon2 for password encryption

* refactor(core): adjust time cost
2022-05-06 16:38:38 +08:00
Charles Zhao
3f25d4e6f6
fix(console): call settings API after user authentication 2022-05-06 16:21:22 +08:00
Wang Sijie
a0355872c6
feat(console): add application column in user management (#728) 2022-05-06 16:16:59 +08:00
Wang Sijie
890028d937
fix(console): text field style in settings (#739) 2022-05-06 11:42:39 +08:00
Gao Sun
9ca2815452
docs: configuration 2022-05-06 11:09:27 +08:00
Gao Sun
4400d8d25e
docs: init configuration 2022-05-06 11:08:13 +08:00
Gao Sun
7d8821aa25
docs: init introduction 2022-05-06 11:07:54 +08:00
simeng-li
9e90a6197c
refactor(ui): refactor page layout and base style (#726)
* refactor(ui): refine page layout

refine page layout

* fix(ui): fix content element height issue

fix content elment height issue
2022-05-06 11:06:50 +08:00
Wang Sijie
8a48fb6225
fix: delete custom domain (#737)
* fix: delete custom domain

* fix: use sql wrapper
2022-05-06 02:48:34 +00:00
Wang Sijie
2d9b7088a6
fix(console): connector details save changes footer (#736) 2022-05-06 10:31:33 +08:00
Charles Zhao
adeb62e739
Merge pull request #722 from logto-io/charles-log-2339-promote-ErrorBoundary-to-highest-level
refactor(console): promote error boundary to highest level
2022-05-06 09:54:14 +08:00
renovate[bot]
cda06aa16d
chore(deps): update docusaurus monorepo to v2.0.0-beta.20 (#720)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-06 09:36:34 +08:00
Charles Zhao
ade40e1e15
chore(console): update react sdk to v0.1.5 2022-05-05 21:01:58 +08:00
Charles Zhao
c7344c2175
fix(console): fetch settings with swr on app init 2022-05-05 18:42:10 +08:00
Gao Sun
3b17324d18
fix: lint:report script (#730) 2022-05-05 10:26:30 +00:00
Xiao Yijun
149900260f
docs: android sdk api reference (#707) 2022-05-05 10:24:58 +00:00
Wang Sijie
a0b4b98c35
feat(console): add column lastSignIn in user management (#679)
* feat(core): user last sign in

* fix(core): rename last_sign_in to last_sign_in_at for updating its timestamptz value

* fix: rename column name in frontend

* fix: test

* fix: toLocaleDateString

Co-authored-by: IceHe.xyz <icehe@silverhand.io>
2022-05-05 16:22:43 +08:00
IceHe.xyz
0ecb7e4d2f
feat(core,schemas): log IP and user agent (#682)
* feat(core,schemas): log IP and user agent

* refactor(core): extract initLog from koaLog

* refactor(core): log koa

log koa

* fix(core): rename

rename

* refactor(core): initLogger

Co-authored-by: simeng-li <simeng@silverhand.io>
2022-05-05 15:38:59 +08:00
IceHe.xyz
4521c3c8d1
feat(core,schemas): save application id that the user first consented (#688)
* feat(core,schemas): save application id which the user first consented

* chore(core): fix grammatical mistake and typos
2022-05-05 06:57:20 +00:00
simeng-li
26332f8644
refactor(ui): remove second attribute in unit scss function (#721)
remove second attribute in unit scss function
2022-05-05 14:23:08 +08:00
simeng-li
92e8ed199d
refactor(ui): main flow mobile design review fix part 1 (#717)
* fix(ui): use description.or for all non-social methods divider

use description.or for all non-social methods divider

* fix(ui): should not validate format in sign-in form
should not validate format in sign-in form

* refactor(ui): add clear-icon and refine component import path

add clear-icon and refin component import path

* fix(ui): remove passcode input error border

remove passcode input error border

* refactor(ui): hide error border of confirm passcode

hide error border of confirm passcode

* fix(ui): fix i18n key

fix i18n key

* refactor(ui): show clear icon for password in create-account form

show clear icon for password in create-account form

* fix(ui): update passwordless confirm modal confirm button text

update passwordless confirm modal confirm button text

* refactor(ui): divider style update

divider style update

* fix(ui):  always show social links expand button

toggle social link

* fix(ui): extract mobile width style

extract mobile width style

* fix(ui): fix create account link

fix create account link

* fix(ui): cr fix
2022-05-05 13:44:22 +08:00
Charles Zhao
2ed7b39214
refactor(console): promote error boundary to highest level 2022-05-05 13:24:01 +08:00
Xiao Yijun
39bf3ccd8a
docs: android sdk integration guide (#711) 2022-05-05 03:29:37 +00:00
simeng-li
166fb709d3
refactor(ui): remove /404 path (#709)
* fix(ui): fix ci fail

* fix(ui):  fix redundent code

fix redundent code

* refactor(ui): render not found contend directly instead of jump to 404

render not found contend directly instead of jump to 404

* fix(ui): fix infinit toast bug

fix inifinit toast bug

* refactor(ui): show error toast

show error toast

* fix(ui): cr fix

cr fix
2022-05-05 10:57:54 +08:00
Charles Zhao
048290b49f
feat(console): integrate admin console language settings 2022-05-02 14:52:56 +08:00
Charles Zhao
a04f818ffb
feat(console): integrate dark mode settings 2022-05-01 01:08:03 +08:00
simeng-li
34d798b645
fix(ui): fix ui i18n package error (#713)
fix ui i18n package error
2022-04-29 20:28:08 +08:00
Wang Sijie
aed7442b32
fix(console): move save changes into form (#712) 2022-04-29 12:06:03 +00:00
Xiao Yijun
4a0577accd
feat(console): configure cors-allowed-origins (#695) 2022-04-29 19:01:36 +08:00
simeng-li
da49812164
fix(ui): fix ci fail (#708)
* fix(ui): fix ci fail

* fix(ui):  fix redundent code

fix redundent code
2022-04-29 16:32:25 +08:00
Darcy Ye
4957952366
Merge pull request #705 from logto-io/yemq-fix-connector-initialization
feat(core): fix connectors initialization
2022-04-29 16:25:38 +08:00
Wang Sijie
60920c28dd
feat(console): add comopnent alert (#706) 2022-04-29 07:49:11 +00:00