forgejo/services/auth
wxiaoguang 8f00979f73
Drop "unrolled/render" package ()
None of the features of `unrolled/render` package is used. 

The Golang builtin "html/template" just works well. Then we can improve
our HTML render to resolve the "$.root.locale.Tr" problem as much as
possible.

Next step: we can have a template render pool (by Clone), then we can
inject global functions with dynamic context to every `Execute` calls.
Then we can use `{{Locale.Tr ....}}` directly in all templates , no need
to pass the `$.root.locale` again and again.
2023-04-08 14:21:50 +08:00
..
source Don't apply the group filter when listing LDAP group membership if it is empty () 2023-03-29 17:54:36 +08:00
auth.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
auth_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
basic.go Implement actions () 2023-01-31 09:45:19 +08:00
group.go refactor auth interface to return error when verify failure () 2022-12-28 13:53:28 +08:00
httpsign.go refactor auth interface to return error when verify failure () 2022-12-28 13:53:28 +08:00
interface.go refactor auth interface to return error when verify failure () 2022-12-28 13:53:28 +08:00
middleware.go Map OIDC groups to Orgs/Teams () 2023-02-08 14:44:42 +08:00
oauth2.go Implement actions () 2023-01-31 09:45:19 +08:00
reverseproxy.go Add context cache as a request level cache () 2023-02-15 21:37:34 +08:00
session.go refactor auth interface to return error when verify failure () 2022-12-28 13:53:28 +08:00
signin.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
source.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
sspi_windows.go Drop "unrolled/render" package () 2023-04-08 14:21:50 +08:00
sync.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00