Skip to content

Commit 0058453

Browse files
GiteaBotHesterGsilverwindwxiaoguang
authored
Modify OAuth login ui and fix display name, iconurl related logic (#25030) (#25161)
Backport #25030 by @HesterG Close #24808 Co-Authour @wxiaoguang @silverwind 1. Most svgs are found from https://worldvectorlogo.com/ , and some are from conversion of png to svg. (facebook and nextcloud). And also changed `templates/user/settings/security/accountlinks.tmpl`. 2. Fixed display name and iconurl related logic # After <img width="1436" alt="Screen Shot 2023-06-05 at 14 09 05" src="https://github.com/go-gitea/gitea/assets/17645053/a5db39d8-1ab0-4676-82a4-fba60a1d1f84"> On mobile <img width="378" alt="Screen Shot 2023-06-05 at 14 09 46" src="https://github.com/go-gitea/gitea/assets/17645053/71d0f51b-baac-4f48-8ca2-ae0e013bd62e"> user/settings/security/accountlinks (The dropdown might be improved later) <img width="973" alt="Screen Shot 2023-06-01 at 10 01 44" src="https://github.com/go-gitea/gitea/assets/17645053/27010e7e-2785-4fc5-8c49-b06621898f37"> Co-authored-by: HesterG <hestergong@gmail.com> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
1 parent 7679f4d commit 0058453

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+80
-270
lines changed

options/locale/locale_en-US.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ explore = Explore
44
help = Help
55
logo = Logo
66
sign_in = Sign In
7-
sign_in_with = Sign In With
7+
sign_in_with_provider = Sign in with %s
8+
sign_in_or = or
89
sign_out = Sign Out
910
sign_up = Register
1011
link_account = Link Account

public/img/auth/azuread.png

-3.03 KB
Binary file not shown.

public/img/auth/azuread.svg

+1
Loading

public/img/auth/azureadv2.png

-3.03 KB
Binary file not shown.

public/img/auth/azureadv2.svg

+1
Loading

public/img/auth/bitbucket.png

-2.11 KB
Binary file not shown.

public/img/auth/bitbucket.svg

+1
Loading

public/img/auth/discord.png

-1.52 KB
Binary file not shown.

public/img/auth/discord.svg

+1
Loading

public/img/auth/dropbox.png

-1.39 KB
Binary file not shown.

public/img/auth/dropbox.svg

+1
Loading

public/img/auth/facebook.png

-2.04 KB
Binary file not shown.

public/img/auth/facebook.svg

+1
Loading

public/img/auth/gitea.png

-5.45 KB
Binary file not shown.

public/img/auth/gitea.svg

+1
Loading

public/img/auth/github.png

-1.12 KB
Binary file not shown.

public/img/auth/github.svg

+1
Loading

public/img/auth/gitlab.png

-3.53 KB
Binary file not shown.

public/img/auth/gitlab.svg

+1
Loading

public/img/auth/google.png

-1.58 KB
Binary file not shown.

public/img/auth/google.svg

+1
Loading

public/img/auth/mastodon.png

-4.99 KB
Binary file not shown.

public/img/auth/mastodon.svg

+1
Loading

public/img/auth/microsoftonline.png

-792 Bytes
Binary file not shown.

public/img/auth/microsoftonline.svg

+1
Loading

public/img/auth/nextcloud.png

-2.85 KB
Binary file not shown.

public/img/auth/nextcloud.svg

+1
Loading

0 commit comments

Comments
 (0)