You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wxiaoguang 8f00979f73
Drop "unrolled/render" package (#23965)
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.
1 year ago
..
source Don't apply the group filter when listing LDAP group membership if it is empty (#23745) 1 year ago
auth.go Implement FSFE REUSE for golang files (#21840) 2 years ago
auth_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
basic.go Implement actions (#21937) 2 years ago
group.go refactor auth interface to return error when verify failure (#22119) 2 years ago
httpsign.go refactor auth interface to return error when verify failure (#22119) 2 years ago
interface.go refactor auth interface to return error when verify failure (#22119) 2 years ago
middleware.go Map OIDC groups to Orgs/Teams (#21441) 1 year ago
oauth2.go Implement actions (#21937) 2 years ago
reverseproxy.go Add context cache as a request level cache (#22294) 1 year ago
session.go refactor auth interface to return error when verify failure (#22119) 2 years ago
signin.go Implement FSFE REUSE for golang files (#21840) 2 years ago
source.go Implement FSFE REUSE for golang files (#21840) 2 years ago
sspi_windows.go Drop "unrolled/render" package (#23965) 1 year ago
sync.go Implement FSFE REUSE for golang files (#21840) 2 years ago