Forgejo/services/auth/source
Gusted 0b3b13c8d5
[GITEA] Maintain aspect ratio for auth icons
- When specifying an icon URL for a authentication source, it's forced
to be an width and height of 20px. However this didn't take into account
that icons could have an different aspect ratio of 1:1.
- This patch fixes that by instead using `max-width` and `max-height`
which will respect other aspect ratios.
- Resolves https://codeberg.org/forgejo/forgejo/issues/1234

(cherry picked from commit 3482739637)
2023-08-14 12:43:56 +02:00
..
db Log the real reason when authentication fails (but don't show the user) (#25414) 2023-07-03 18:39:38 -04:00
ldap Change default email domain for LDAP users (#25425) 2023-06-22 08:16:12 +00:00
oauth2 [GITEA] Maintain aspect ratio for auth icons 2023-08-14 12:43:56 +02:00
pam Do not send "registration success email" for external auth sources (#24632) 2023-05-10 10:49:47 +00:00
smtp Do not send "registration success email" for external auth sources (#24632) 2023-05-10 10:49:47 +00:00
sspi Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
source_group_sync.go Fix accidental overwriting of LDAP team memberships (#24050) 2023-04-11 19:54:26 -04:00