iris/sessions
Gerasimos (Makis) Maropoulos 97e96ed6ca init go modules but keep the dep files and vendor folder and update badger sessionsdb's dependency to 1.5.4 from 1.5.3
Former-commit-id: 4f58a9bd0e7eb5f9535953125c27b9c5316ffc0f
2018-10-02 04:05:39 +03:00
..
sessiondb init go modules but keep the dep files and vendor folder and update badger sessionsdb's dependency to 1.5.4 from 1.5.3 2018-10-02 04:05:39 +03:00
AUTHORS Update to version 8.5.5 | Read HISTORY.md 2017-11-02 05:54:33 +02:00
config.go update deps and move one vendor to our organisation for making a new branch in order to solve this: https://github.com/kataras/iris/issues/1040, although it's not ours problem... 2018-07-15 16:09:03 +03:00
cookie.go fix cookie bug when domain is such as 'subsubdomain.subdomain.localhost.com' 2018-05-18 13:09:07 +08:00
database.go sessions database: boltdb: add support for ShiftExpiration -> OnUpdateExpiration like redis 2018-08-18 15:01:26 +03:00
LICENSE add a code snippet as a very simplistic overview and update the license dates from 2017 to 2017-2018 2017-12-31 06:45:12 +02:00
lifetime.go fix / lifetime.Time not updated on expiration shift 2018-08-15 14:21:22 +08:00
provider.go https://github.com/kataras/iris/issues/1061 2018-08-14 16:29:04 +03:00
session.go fix https://github.com/kataras/iris/issues/1020, redis database stores the int as float64, so make that type assertion on GetInt as well 2018-06-03 02:47:48 +03:00
sessions_test.go Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded 2017-07-10 18:32:42 +03:00
sessions.go https://github.com/kataras/iris/issues/1061 2018-08-14 16:29:04 +03:00
transcoding.go nothing crazy here, add the 'Transcoder' type explicitly to the sessions#DefaultTranscoder, relative to https://github.com/kataras/iris/issues/1033 2018-06-27 13:30:28 +03:00