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

4014 commits

Author SHA1 Message Date
Gao Sun
69813601dd
chore: update README.md (#3653)
remove Product Hunt slogan and add cloud info.
2023-04-03 10:59:23 +08:00
Xiao Yijun
6773a3ae35
refactor(console): improve color picker (#3648) 2023-04-03 10:38:31 +08:00
simeng-li
1c431e7a59
feat(core): apply standard security headers 1/2 (#3590)
* feat(core): add some basic security headers

add some basic security headers

* chore(core): add some comments

add some comments

* chore(core): update the refererPolicy configs

update the refererPolicy configs

* chore(core): update helmet middleware

update helmet middleware

* feat(core): add csp headers to the mainflow and ac http requests 2/2 (#3613)

* feat(core): add csp headers to the mainflow requests

add csp headers to the mainflow requests

* chore(core): add ui and console security headers

add ui and console security headers

* fix(core): remove unused middleware

remove unused middleware

* fix(ui): set terms iframe sandbox

set terms iframe sandbox allow same origin

* fix(core): update security headers middleware

update security headers middleware

* chore(core): add changesets

* chore(core): address rebase conflict

address rebase conflict
2023-04-03 10:24:50 +08:00
simeng-li
fc08fb5575
refactor(ui): refactor ui hooks and provider structure (#3647)
* refactor(ui): refactor ui hooks and provider structure

refactor ui hooks and provider structure

* chore(ui): provide dependency precisely

provide dependency precisely
2023-04-03 10:24:03 +08:00
Gao Sun
1e5b68423a
refactor(core): add single-page apps as dependencies 2023-04-02 17:40:07 +08:00
Gao Sun
f97ebaa3db
refactor: update pubilsh flow 2023-04-02 17:05:18 +08:00
Gao Sun
3c84d81ff5
chore: add changeset 2023-04-02 14:14:23 +08:00
Gao Sun
612a1d5301
refactor: use connector link in workflows 2023-04-02 14:12:30 +08:00
Gao Sun
0f9ac8ee70
feat(cli): connector link command for linking all local connectors 2023-04-02 01:13:38 +08:00
Gao Sun
9b14d9f70b
chore: update eslint report script 2023-04-01 23:04:23 +08:00
Gao Sun
5087846e8b
chore: fix test and lint issues 2023-04-01 22:16:56 +08:00
Gao Sun
e6394b07b3
Merge pull request #3652 from logto-io/gao-add-translation-sync
feat(cli): translation sync command
2023-04-01 21:27:06 +08:00
Gao Sun
3ad272f345
refactor: leverage pnpmfile for dependency installation 2023-04-01 20:53:44 +08:00
Gao Sun
79f3c44b62
chore: update workspace configs 2023-04-01 16:37:49 +08:00
Gao Sun
18ba35ce39
chore: remove changelog 2023-04-01 15:56:09 +08:00
Gao Sun
6b322a537c
refactor: add connector packages
the initial commit to move all connector packages to the main
repo.
2023-04-01 15:53:14 +08:00
Flávio Fiori
f166c61fc9
fix(phrases): fix action change phrase (#3656) 2023-04-01 14:40:14 +08:00
Gao Sun
206fba2b57
feat(phrases): add pl-PL translation 2023-04-01 02:00:04 +08:00
Gao Sun
ae6a549936
chore: add changeset 2023-04-01 01:55:39 +08:00
Gao Sun
4c2c786aeb
feat(phrases): add it translation 2023-04-01 01:53:59 +08:00
Gao Sun
736d6d212b
chore: add changeset 2023-03-31 23:22:46 +08:00
Gao Sun
3f19aa259e
feat(cli): translation sync command
to create missing files or translate untranslated phrases
across all existing languages
2023-03-31 23:21:03 +08:00
silverhand-bot
ad13427c37
release: version core packages (#3644) 2023-03-30 19:44:40 +08:00
Gao Sun
484f08523b
chore: update changeset (#3643)
* chore: move changeset

* chore: remove changeset-staged
2023-03-30 19:28:08 +08:00
renovate[bot]
4f4fbe5076
chore(deps): update pnpm to v8 (#3628)
* chore(deps): update pnpm to v8

* ci: update workflow

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-03-30 18:51:20 +08:00
wangsijie
2ed3e672de
fix(console): remove url queries for social demo callback (#3621) 2023-03-30 18:17:44 +08:00
Xiao Yijun
9663852f1e
refactor(console): hide native preview when no social target supports native (#3626) 2023-03-30 09:44:46 +00:00
Darcy Ye
457116ee52
chore(console): add href to Button component (#3619) 2023-03-30 07:28:28 +00:00
Darcy Ye
870b86a218
feat(cloud): replace schedule meeting with send email (#3614) 2023-03-30 07:17:18 +00:00
Gao Sun
1f594ddc1a
Merge pull request #3641 from logto-io/gao-add-zh-hk-tw-translation
feat(phrases): add zh-HK and zh-TW translation
2023-03-30 14:17:14 +08:00
Gao Sun
eb71f6cba0
chore: update language support 2023-03-30 14:02:29 +08:00
Gao Sun
ae0185cab0
refactor: fix test 2023-03-30 13:59:02 +08:00
Gao Sun
9dd16c57ed
Merge pull request #3640 from logto-io/gao-update-ru-translation
feat(phrases): add ru translation
2023-03-30 13:54:35 +08:00
Gao Sun
238cd27c52
Merge pull request #3639 from logto-io/gao-update-translations
refactor(phrases): update phrases
2023-03-30 13:49:02 +08:00
Gao Sun
c200169886
refactor: add app insights package (#3637)
* refactor: add app insights package

* refactor: fix dependencies
2023-03-30 13:36:46 +08:00
simeng-li
2a65318707
style(ui): adjust narrow screen desktop style (#3627)
adjust narrow screen desktop style
2023-03-30 10:52:26 +08:00
simeng-li
aa442ebfa5
fix(ui): add hidden field in password sign-in form (#3623)
add hidden field in password sign-in form
2023-03-30 10:49:51 +08:00
simeng-li
08f22b35c2
style(ui): update font style of terms links (#3624)
update font style of terms links
2023-03-30 10:49:11 +08:00
Charles Zhao
8132ae7f97
fix(console): temp disable link account feature in open source version (#3638) 2023-03-30 10:37:12 +08:00
Gao Sun
5c50957a95
feat(phrases): add zh-HK and zh-TW translation 2023-03-30 01:01:59 +08:00
Gao Sun
f9ca7cc495
feat(phrases): add ru translation 2023-03-30 00:43:53 +08:00
Gao Sun
7f3a42ce83
refactor(phrases): update phrases 2023-03-29 23:40:57 +08:00
Gao Sun
d85615949b
Merge pull request #3636 from logto-io/gao-update-de-translation
refactor(phrases): update de translation
2023-03-29 20:26:44 +08:00
Gao Sun
e8fbb5f400
Merge pull request #3635 from logto-io/gao-add-es-translation
feat(phrases): add es translation
2023-03-29 20:25:14 +08:00
Gao Sun
bc7784740a
Merge pull request #3632 from logto-io/gao-update-fr-translation
refactor(phrases): update fr translation
2023-03-29 19:44:14 +08:00
Gao Sun
3460b527f6
refactor(phrases): update de translation 2023-03-29 19:36:12 +08:00
Gao Sun
074a344ff2
refactor: apply suggestions from code review 2023-03-29 19:34:46 +08:00
Gao Sun
7bea48da95
Merge pull request #3631 from logto-io/gao-sync-phrases-structure
refactor(phrases): align file structure
2023-03-29 19:23:37 +08:00
Gao Sun
5028af4b91
refactor(phrases): fix rebase issues 2023-03-29 18:43:58 +08:00
Gao Sun
f3d60a5169
feat(phrases): add es translation 2023-03-29 18:36:22 +08:00