Commit Graph

5 Commits (e64880ef0767a6921498401e041bf9ad8dfa9a6f)

Author SHA1 Message Date
Tamal Saha 171b359877 Use gitea forked macaron ()
Signed-off-by: Tamal Saha <tamal@appscode.com>
Lunny Xiao ce087c58ef
Remove settting dependency on modules/session ()
* remove settting dependency on modules/session

* fix fmt

* fix tests

* fix lint
Tamal Saha 2102f9d92d Support setting cookie domain ()
Signed-off-by: Tamal Saha <tamal@appscode.com>
zeripath b33f7f792b
Prevent creating empty sessions ()
* 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
Lunny Xiao 820e28c904
Split setting.go as multiple files ()
* split setting.go as multiple files

* fix comments