summaryrefslogtreecommitdiffstats
path: root/modules/web/middleware/cookie.go
Commit message (Expand)AuthorAgeFilesLines
* Delete legacy cookie before setting new cookie (#31306) (#31317)Giteabot2024-06-111-4/+4
* Avoid importing `modules/web/middleware` in `modules/session` (#30584)Jason Song2024-04-191-3/+12
* fix: Fix to delete cookie when AppSubURL is non-empty (#30375)Jonathan Tran2024-04-141-5/+27
* Refactor cookie (#24107)wxiaoguang2023-04-131-166/+26
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#...wxiaoguang2022-04-081-12/+1
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Fix setting of SameSite on cookies (#15989)zeripath2021-05-261-3/+3
* Add SameSite setting for cookies (#14900)zeripath2021-03-071-0/+41
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-301-0/+165