HFO4
82b4e29a80
enhance: escalate ProxyHeader
as a global config
2022-12-16 16:58: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
WeidiDeng
36b310133c
fix: IP address is empty in unix socket mode ( #1314 )
2022-05-24 11:01:00 +08:00
HFO4
eaa8c9e12d
Refactor: move thumbnail config from ini file to database
2022-03-23 19:02:39 +08:00
HFO4
d54ca151b2
Feat: overwrite database settings in conf.ini for slave node.
2022-03-23 18:58:18 +08:00
HFO4
7ea72cf364
Fix: default CORS setting header should be applied with new change
2021-11-26 11:05:12 +08:00
HFO4
3948ee7f3a
Fix: use X-Cr-
as custom header prefix
2021-11-23 21:22:23 +08:00
kikoqiu
54ed7e43ca
Feat: improve thumbnails proformance and GC for local policy ( #1044 )
...
* thumb generating improvement
Replace "github.com/nfnt/resize" with "golang.org/x/image/draw". Add thumb task queue to avoid oom when batch thumb operation
* thumb improvement
* Add some tests for thumbnail generation
2021-11-11 17:45:22 +08:00
HFO4
622b928a90
Feat: support database charset option and more DMBS driver
2021-07-11 14:46:01 +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
bfb5b34edc
Fix: concurrent logging lock / Feat: listen SSL ( #287 )
2020-05-23 13:17:48 +08:00
HFO4
2e43f8ed5b
Modify: use INT represent Database port
2020-04-08 09:04:03 +08:00
HFO4
96983ddc70
Feat: custom SQLite db file path
2020-03-18 09:03:25 +08:00
HFO4
a8272a66b7
Modify: move aria2 into internal packages / migration version check
2020-02-22 12:18:49 +08:00
HFO4
64342fa88d
Feat: send remote uploading callback
2019-12-29 17:04:08 +08:00
HFO4
de4793aacb
Modify: auth instance as first param in SignURI/Request
2019-12-29 13:50:23 +08:00
HFO4
b5ee3ee609
Fix: cors middleware should be applied directly to root router
2019-12-29 13:15:09 +08:00
HFO4
90827b2441
Feat: sign http request / read running mode from config file
2019-12-23 13:27:18 +08:00
HFO4
ad02a659a6
Feat: read CORS config from file
2019-12-13 19:00:58 +08:00
HFO4
c3c0e92964
Test: thumbnail and authn / Modify: read thumbnail config from file
2019-12-09 11:33:39 +08:00