aboutsummaryrefslogtreecommitdiffstats
path: root/modules/session
Commit message (Expand)AuthorAgeFilesLines
* Update redis library to support redis v7 (#24114)techknowlogick2023-04-131-1/+1
* Use Get/Set instead of Rename when Regenerate session id (#23975)wxiaoguang2023-04-071-4/+9
* Update gitea-vet to check FSFE REUSE (#22004)Jason Song2022-12-021-0/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-273-6/+3
* format with gofumpt (#18184)65432022-01-201-1/+0
* Refactor auth package (#17962)Lunny Xiao2022-01-021-8/+8
* Reset Session ID on login (#18018)zeripath2021-12-201-0/+12
* 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