aboutsummaryrefslogtreecommitdiffstats
path: root/modules/session/virtual.go
Commit message (Expand)AuthorAgeFilesLines
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+2
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Create DB session provider(based on xorm) (#13031)zeripath2021-02-151-0/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-8/+5
* Allow common redis and leveldb connections (#12385)zeripath2020-09-281-2/+1
* When reading expired sessions - expire them (#12686)zeripath2020-09-021-2/+1
* Prevent (caught) panic on login (#11590)zeripath2020-05-231-6/+14
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-10/+10
* Add golangci (#6418)kolaente2019-06-121-4/+2
* Unfortunately MemProvider Init does not actually Init properly (#6692)zeripath2019-04-201-1/+2
* Prevent creating empty sessions (#6677)zeripath2019-04-201-0/+193