gitea/services/auth
Jonathan Tran b18c04ebde
fix: Fix to delete cookie when AppSubURL is non-empty ()
Cookies may exist on "/subpath" and "/subpath/" for some legacy reasons (eg: changed CookiePath behavior in code). The legacy cookie should be removed correctly.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Kyle D <kdumontnu@gmail.com>
..
source fix: Fix to delete cookie when AppSubURL is non-empty ()
auth.go Move context from modules to services ()
auth_test.go Fix attachment download bug ()
auth_token.go Enhanced auth token / remember me ()
auth_token_test.go Refactor timeutil package ()
basic.go Unify two factor check ()
group.go Remove `Named` interface ()
httpsign.go Use db.Find instead of writing methods for every object ()
interface.go Reduce usage of `db.DefaultContext` ()
main_test.go Enhanced auth token / remember me ()
oauth2.go Fix tarball/zipball download bug ()
reverseproxy.go Start to migrate from `util.OptionalBool` to `optional.Option[bool]` ()
session.go Fix the bug that user may logout if he switch pages too fast ()
signin.go remove util.OptionalBool and related functions ()
source.go Final round of `db.DefaultContext` refactor ()
sspi.go remove util.OptionalBool and related functions ()
sspiauth_posix.go Make SSPI auth mockable ()
sspiauth_windows.go Make SSPI auth mockable ()
sync.go Use db.Find instead of writing methods for every object ()