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

898 commits

Author SHA1 Message Date
Gao Sun
90b7e1b073
ci: add pr size diff check (#777)
* ci: add pr size diff check

* ci: comment with user friendly message
2022-05-10 00:08:05 +08:00
Gao Sun
6a5e5799d0
refactor(core): update app running info (#765)
* refactor(core): update app running info

* refactor(core): per review
2022-05-09 16:03:06 +00:00
Gao Sun
9f3b7e4cd6
docs: use docs only mode (#766)
* docs: use docs only mode

* fix: link
2022-05-09 20:51:13 +08:00
Gao Sun
24e7b94f08
docs: update content (#769) 2022-05-09 20:50:08 +08:00
simeng-li
dd8b767130
feat(console): add drawer animation (#760)
add drawer animation
2022-05-09 15:54:54 +08:00
simeng-li
6e27c1780d
refactor(ui): refactor ui style foundations (#761)
refactor ui style foundations
`
2022-05-09 15:42:48 +08:00
simeng-li
7e6a8d4156
refactor(ui): main flow ui refine part 2 (#742)
* refactor(ui): main flow ui refine

main flow ui refine

* fix(ui): cr fix

cr fix

* fix(ui): fix confirm password border styling

fix confirm password border styling
2022-05-09 15:26:45 +08:00
simeng-li
da3de542d2
refactor(ui): social sign-in api update (#763)
social sign-in api update
2022-05-09 15:17:42 +08:00
Gao Sun
d78c115db1
refactor(schemas): remove src/db-entries from source control (#764) 2022-05-09 15:04:36 +08:00
renovate[bot]
aae0b55e26
chore(deps): update dependency husky to v8 (#758)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-09 14:49:58 +08:00
Gao Sun
6d7282646f
docs: rephrase React SDK integration guide (#757)
* docs: rephrase React SDK integration guide

* fix: nit
2022-05-09 13:02:42 +08:00
Xiao Yijun
2d09553561
docs: downgrade docusaurus to v2.0.0-beta.18 (#759) 2022-05-09 12:52:50 +08:00
Charles Zhao
0fa5f9db19
Merge pull request #753 from logto-io/charles-log-2331-improve-tabs-in-guide-mdx
refactor(console): improve tabs used in mdx files
2022-05-07 17:54:23 +08:00
Charles Zhao
56d610bae9
refactor(console): improve tabs used in mdx files 2022-05-07 17:47:28 +08:00
Wang Sijie
cd0313065c
feat(console): connector warnings in sign in methods (#710)
* feat(console): connector warnings in sign in methods

* fix: cr
2022-05-07 17:46:22 +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
08aadf9a00
Merge pull request #724 from logto-io/log-2343-log-introduction
docs: init introduction
2022-05-06 11:18:23 +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
fa9236dcc2
Merge pull request #733 from logto-io/charles-update-react-sdk
chore(console): update react sdk to v0.1.5
2022-05-05 21:37:33 +08:00
Charles Zhao
ade40e1e15
chore(console): update react sdk to v0.1.5 2022-05-05 21:01:58 +08:00
Charles Zhao
57b1dc9210
Merge pull request #731 from logto-io/charles-fix-settings-fetch-with-swr-on-app-init
fix(console): fetch settings with swr on app init
2022-05-05 20:53:25 +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