summaryrefslogtreecommitdiffstats
path: root/modules/setting/session.go
Commit message (Collapse)AuthorAgeFilesLines
* Movde dependents on macaron from modules/setting (#10050)Lunny Xiao2020-01-291-10/+29
| | | | Co-authored-by: Lauris BH <lauris@nix.lv>
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Remove settting dependency on modules/session (#7237)Lunny Xiao2019-07-171-2/+0
| | | | | | | | | | * remove settting dependency on modules/session * fix fmt * fix tests * fix lint
* Support setting cookie domain (#6288)Tamal Saha2019-07-121-0/+1
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Prevent creating empty sessions (#6677)zeripath2019-04-201-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prevent creating empty sessions Signed-off-by: Andrew Thornton <art27@cantab.net> * Update modules/setting/session.go * Remove unnecessary option Signed-off-by: Andrew Thornton <art27@cantab.net> * Add destory to list of ignored misspellings * rename cookie.go -> virtual.go * Delete old file * Add test to ensure that sessions are not created without being logged in Signed-off-by: Andrew Thornton <art27@cantab.net> * fix tests Signed-off-by: Andrew Thornton <art27@cantab.net> * Update integrations/create_no_session_test.go
* Split setting.go as multiple files (#6014)Lunny Xiao2019-02-101-0/+35
* split setting.go as multiple files * fix comments