Commit graph

16 commits

Author SHA1 Message Date
Aaron Liu
b9d9e036c9 feat(kv): persist cache and session into disk before shutdown 2023-04-16 09:17:06 +08:00
AHdark
74e1bd6a43
Added same-site policy for session options (#1381)
* Feat: added same-site policy for session options

* Feat: configurations in conf package to control the `SameSite` mode and `Secure` value of the session.

Co-authored-by: AaronLiu <abslant@126.com>
2022-12-16 13:59:26 +08:00
HFO4
6b63195d28 enhance(session): increase default cookie ttl to 60 days 2022-11-21 19:09:54 +08:00
HFO4
db23f4061d i18n: logs in bootstrapper and response code in middleware 2022-09-29 17:39:48 +08:00
Loyalsoldier
79b8784934
Comply with Golang semantic import versioning (#630)
* Code: compatible with semantic import versioning

* Tools & Docs: compatible with semantic import versioning

* Clean go.mod & go.sum
2020-11-21 17:34:55 +08:00
GuerraMorgan
bfd2340732
Add: Unix Socket support (#466)
* Update conf.go

* Update driver.go

* Update session.go

* Update defaults.go

* Update main.go

* Update conf.go

* Update defaults.go
2020-08-12 20:31:28 +08:00
HFO4
32c0232105 Fix: file preview URL in share page should not be accessed directly 2020-03-17 15:57:38 +08:00
HFO4
93010e3525 Feat: delete objects 2019-11-30 15:09:56 +08:00
HFO4
0cbbe5bb79 Modify: use uri parameter in Get File 2019-11-29 15:24:23 +08:00
HFO4
2c2ee5b1c1 Modify: code style 2019-11-28 21:21:46 +08:00
HFO4
e0ac1925d5 Fix: Redis should not be used in test mode 2019-11-27 21:53:07 +08:00
HFO4
b0e9c38732 Feat: redis for session storing 2019-11-27 19:53:39 +08:00
HFO4
0982347f40 Fix: folder with the same name should not be created 2019-11-27 19:14:13 +08:00
HFO4
589c399488 Feat: User/Me 2019-11-12 15:34:54 +08:00
HFO4
2ae2c9b784 Modify: using memstore to store session 2019-11-12 13:55:33 +08:00
HFO4
6f96018223 Feat: User login 2019-11-11 19:13:17 +08:00