HFO4
|
297b507ca7
|
Feat: get file content via anonymous url
|
2019-12-10 20:42:40 +08:00 |
|
HFO4
|
ea7f034332
|
Feat: sign auth middleware
|
2019-12-10 20:17:21 +08:00 |
|
HFO4
|
36d5f51495
|
Feat: sign file source url
|
2019-12-10 17:10:34 +08:00 |
|
HFO4
|
1963a495fb
|
Feat: get file source route / Fix: cache initialize at wrong time
|
2019-12-10 11:55:28 +08:00 |
|
HFO4
|
e871f6e421
|
Feat: HMAC auth and check
|
2019-12-10 11:13:33 +08:00 |
|
HFO4
|
5b01202844
|
Test: redis pool connection
|
2019-12-09 19:40:24 +08:00 |
|
HFO4
|
6d6255e759
|
Test: redis cache
|
2019-12-09 19:30:52 +08:00 |
|
HFO4
|
cb61945125
|
Feat: redis driver for cache
|
2019-12-09 15:20:02 +08:00 |
|
HFO4
|
f6da4cc7f0
|
Test: local handler.thumb
|
2019-12-09 12:18:30 +08:00 |
|
HFO4
|
c3c0e92964
|
Test: thumbnail and authn / Modify: read thumbnail config from file
|
2019-12-09 11:33:39 +08:00 |
|
HFO4
|
f35c585edf
|
Feat experimental WebAuth API
|
2019-12-08 22:17:36 +08:00 |
|
HFO4
|
0932a10fed
|
Feat: generate thumbnails for image file
|
2019-12-08 14:16:01 +08:00 |
|
HFO4
|
a445da5286
|
Fix: failed unit test due to missing mock.ExpectWereMatch()
|
2019-12-08 13:03:08 +08:00 |
|
HFO4
|
6eff13c80a
|
Test: modified folder methods and filesystem
|
2019-12-08 10:57:43 +08:00 |
|
HFO4
|
05c802e0fa
|
Test: modified folder methods
|
2019-12-07 20:27:20 +08:00 |
|
HFO4
|
56b1ae9f31
|
Modify: use pure tree structure in file system scheme
|
2019-12-07 19:47:22 +08:00 |
|
HFO4
|
10a2ef4267
|
Feat: rename file
|
2019-12-07 15:54:07 +08:00 |
|
HFO4
|
f4c414c0f6
|
Fix: uint may overflow / Test: get user storage
|
2019-12-07 15:05:48 +08:00 |
|
HFO4
|
13fb090194
|
Fix: failed unit tests
|
2019-12-05 19:10:55 +08:00 |
|
HFO4
|
5df8f688d1
|
Test: util / filesystem
|
2019-12-05 19:01:51 +08:00 |
|
HFO4
|
7375cc01f1
|
Feat: cache in-memory store
|
2019-12-05 17:01:14 +08:00 |
|
HFO4
|
362a7c389d
|
Test: middleware / file / folder
|
2019-12-03 21:25:10 +08:00 |
|
HFO4
|
c15b8a047d
|
Feat: copy files and folders
|
2019-12-03 16:32:23 +08:00 |
|
HFO4
|
c09fc535dc
|
Feat: unit test coverage report
|
2019-12-03 14:20:23 +08:00 |
|
HFO4
|
5424115e51
|
Fix: failed test due to database type
|
2019-12-03 10:42:35 +08:00 |
|
HFO4
|
adf7f3deeb
|
Fix: handler move files in top levels
|
2019-12-02 14:47:55 +08:00 |
|
HFO4
|
d28e5632d5
|
Fix: unique index check failed due to soft delete
|
2019-12-01 19:45:01 +08:00 |
|
HFO4
|
fd02425547
|
Feat: move files/directories
|
2019-12-01 18:31:29 +08:00 |
|
HFO4
|
081c92067f
|
Test: delete objects related methods
|
2019-12-01 14:31:29 +08:00 |
|
HFO4
|
ceb25ce1c3
|
Modify: add unique index for folder & file
|
2019-12-01 11:23:54 +08:00 |
|
HFO4
|
b3f13c56bc
|
Modify: remove PositionAbsolute scheme in folder
|
2019-12-01 10:57:44 +08:00 |
|
HFO4
|
8b3fd8ec66
|
Modify: test for local handler delete
|
2019-11-30 23:26:02 +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
|
b0e9c38732
|
Feat: redis for session storing
|
2019-11-27 19:53:39 +08:00 |
|
HFO4
|
7d5016ae40
|
Test: same folder check
|
2019-11-27 19:16:13 +08:00 |
|
HFO4
|
0982347f40
|
Fix: folder with the same name should not be created
|
2019-11-27 19:14:13 +08:00 |
|
HFO4
|
b3ef833afd
|
Fix: test error / missing AfterFind hook in user model
|
2019-11-27 15:27:19 +08:00 |
|
HFO4
|
16067c3ac8
|
Test: download file in filesystem
|
2019-11-27 13:54:25 +08:00 |
|
HFO4
|
9bb432c220
|
Feat: download file with speed limit
|
2019-11-27 13:10:19 +08:00 |
|
HFO4
|
29def02489
|
Fix: upload was marked canceled when small file uploaded
|
2019-11-27 12:49:31 +08:00 |
|
HFO4
|
4156a71adf
|
Feat: file download in service level
|
2019-11-26 20:59:57 +08:00 |
|
HFO4
|
a734493b65
|
Feat: custom error for general layer codes
|
2019-11-26 19:51:54 +08:00 |
|
HFO4
|
9a1665526c
|
Test: local policy file uploading
|
2019-11-26 14:52:54 +08:00 |
|
HFO4
|
e07adb9d97
|
Test: filesystem/hooks
|
2019-11-26 11:52:09 +08:00 |
|
HFO4
|
0cb80f69f5
|
Modify: split hooks into small modules
|
2019-11-26 11:42:26 +08:00 |
|
HFO4
|
451bdb4ee1
|
Modify: parameters in headers should be URIEncoded
|
2019-11-25 21:12:28 +08:00 |
|
HFO4
|
28df5ca833
|
Modify: return user information in siteConfig while logged in
|
2019-11-25 14:08:11 +08:00 |
|
HFO4
|
5e1e76719f
|
Test: list folder & filesystem/path & model/folder/list
|
2019-11-24 16:28:41 +08:00 |
|
HFO4
|
b431f3674c
|
Feat: list objects in specific path
|
2019-11-24 13:06:15 +08:00 |
|