aboutsummaryrefslogtreecommitdiffstats
path: root/modules/session
Commit message (Expand)AuthorAgeFilesLines
* Move session to models/login (#17338)Lunny Xiao2021-10-171-8/+8
* 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-152-0/+174
* [Vendor] Update go-redis to v8.5.0 (#13749)65432021-02-101-11/+16
* Move macaron to chi (#14293)Lunny Xiao2021-01-263-9/+18
* Allow common redis and leveldb connections (#12385)zeripath2020-09-282-2/+217
* When reading expired sessions - expire them (#12686)zeripath2020-09-022-218/+1
* Prevent (caught) panic on login (#11590)zeripath2020-05-231-6/+14
* Use gitea forked macaron (#7933)Tamal Saha2019-08-232-14/+14
* Add golangci (#6418)kolaente2019-06-121-4/+2
* Unfortunately MemProvider Init does not actually Init properly (#6692)zeripath2019-04-202-1/+218
* Prevent creating empty sessions (#6677)zeripath2019-04-201-0/+193