Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSO Support - alternate UI #2731

Merged
merged 23 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
452f7f2
OIDC SSO Support
privacyguard Sep 18, 2024
93620c0
improvements based on review feedback
privacyguard Sep 21, 2024
148dc13
Get started with modal
SleeplessOne1917 Sep 22, 2024
e7d79f4
Make list for providers
SleeplessOne1917 Sep 23, 2024
70db1f0
Plug in providers list
SleeplessOne1917 Sep 23, 2024
ee75de9
Create or edit provider modal tweaks
SleeplessOne1917 Sep 23, 2024
33719a8
Provider delete modal
SleeplessOne1917 Sep 23, 2024
ae034ca
Fix delete modal
SleeplessOne1917 Sep 23, 2024
a9771b3
Merge branch 'main' into sleepless-sso
SleeplessOne1917 Oct 1, 2024
13585ab
Add add oauth provider buttons
SleeplessOne1917 Oct 1, 2024
e7f0998
Hookup some functions
SleeplessOne1917 Oct 2, 2024
dd6d1f6
Add edit oauth
SleeplessOne1917 Oct 2, 2024
34503ad
Some bug fixes
SleeplessOne1917 Oct 2, 2024
21b4995
Delete old OAuth form
SleeplessOne1917 Oct 2, 2024
3037bef
Tweak login page oauth UI
SleeplessOne1917 Oct 2, 2024
c19109d
Merge branch 'main' into sleepless-sso
SleeplessOne1917 Oct 2, 2024
cb2eeaf
pnpm version bump
SleeplessOne1917 Oct 5, 2024
75cd04a
Use approach other than modal for login screen SSO providers
SleeplessOne1917 Oct 5, 2024
e8c9f70
Accomodate translation with key different than error type
SleeplessOne1917 Oct 6, 2024
8ee9187
Merge branch 'main' into sleepless-sso
SleeplessOne1917 Oct 7, 2024
13238a4
Merge branch 'sleepless-sso' of https://github.com/LemmyNet/lemmy-ui …
SleeplessOne1917 Oct 7, 2024
7ab5ba9
Incorporate translations
SleeplessOne1917 Oct 7, 2024
b65d101
Update src/shared/components/home/oauth/oauth-provider-list-item.tsx
SleeplessOne1917 Oct 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,14 @@ br.big {
width: fit-content;
}

.oauth-item details[open] .oauth-item-caret {
transform: rotate(90deg);
}

.default-oauth-providers-section > ul {
list-style: none;
}

em-emoji-picker {
width: 100%;
}
Loading