aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/sspi_windows.go
Commit message (Expand)AuthorAgeFilesLines
* Do not send "registration success email" for external auth sources (#24632)wxiaoguang2023-05-101-3/+0
* Refactor cookie (#24107)wxiaoguang2023-04-131-11/+5
* Drop "unrolled/render" package (#23965)wxiaoguang2023-04-081-2/+1
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-281-9/+9
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-9/+3
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* 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-11/+15
* Let web and API routes have different auth methods group (#19168)Lunny Xiao2022-03-281-10/+0
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Refactor auth package (#17962)Lunny Xiao2022-01-021-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-8/+8
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-1/+1
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-1/+2
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+3
* Send registration email on user autoregistration (#16523)zeripath2021-08-121-0/+4
* Refactor: Move login out of models (#16199)zeripath2021-07-241-6/+10
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-0/+246