forgejo/routers/web/user
KN4CK3R e378545f30
Filter inactive auth sources (#27870)
Fix nil access for inactive auth sources.

> Render failed, failed to render template:
user/settings/security/security, error: template error:
builtin(static):user/settings/security/accountlinks:32:20 : executing
"user/settings/security/accountlinks" at <$providerData.IconHTML>: nil
pointer evaluating oauth2.Provider.IconHTML

Code tries to access the auth source of an `ExternalLoginUser` but the
list contains only the active auth sources.
2023-11-02 01:46:26 +02:00
..
setting Filter inactive auth sources (#27870) 2023-11-02 01:46:26 +02:00
avatar.go Replace -1 with GhostUserID (#27703) 2023-10-20 14:43:08 +00:00
code.go Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
home.go Final round of db.DefaultContext refactor (#27587) 2023-10-14 08:37:24 +00:00
home_test.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
notification.go Use more IssueList instead of []*Issue (#26369) 2023-08-07 19:26:40 +00:00
package.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
profile.go Introduce fixes and more rigorous tests for 'Show on a map' feature (#26803) 2023-09-29 14:57:06 +00:00
search.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
stop_watch.go Final round of db.DefaultContext refactor (#27587) 2023-10-14 08:37:24 +00:00
task.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00