aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/reverseproxy.go
Commit message (Expand)AuthorAgeFilesLines
* Save initial signup information for users to aid in spam prevention (#31852)techknowlogick2024-09-091-1/+1
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-2/+2
* Fix attachment download bug (#27486)Lunny Xiao2023-10-101-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Remove `Named` interface (#26913)KN4CK3R2023-09-051-1/+0
* Do not send "registration success email" for external auth sources (#24632)wxiaoguang2023-05-101-3/+0
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-281-8/+11
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add support for authentication based on reverse proxy email (#19949)Hasnain Lakhani2022-09-281-8/+52
* auth/reverseproxy: Add support for full name (#20776)Will Norris2022-08-161-2/+8
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-4/+9
* format with gofumpt (#18184)65432022-01-201-2/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+7
* Extract constant names out for the ReverseProxy and Basic authentication meth...zeripath2021-11-201-1/+4
* Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916)zeripath2021-09-021-1/+1
* Send registration email on user autoregistration (#16523)zeripath2021-08-121-0/+3
* Refactor: Move login out of models (#16199)zeripath2021-07-241-11/+2
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-0/+125