Commit graph

56 commits

Author SHA1 Message Date
HFO4
16613a6113 Modify: return parent folder id while listing objects 2020-02-07 13:54:37 +08:00
HFO4
91e202c7e6 Feat: decompression task 2020-02-03 13:23:33 +08:00
HFO4
e722c33cd5 Feat: task queue / compression task 2020-02-02 14:40:07 +08:00
HFO4
4f0c2bbb29 Feat: readme in shared folder 2020-01-31 15:12:15 +08:00
HFO4
f5d79b1f94 Feat: re-save shared folder to user's space 2020-01-31 11:27:52 +08:00
HFO4
b1a9943b0c Feat: download / preview files for shared folder 2020-01-30 14:22:03 +08:00
HFO4
0d7c0793b2 Feat: preview shared text/doc file 2020-01-29 12:16:52 +08:00
HFO4
1ff4d59978 Feat: preview shared file 2020-01-28 13:40:19 +08:00
HFO4
fa3b51096a Feat: upyun download / thumb / sign 2020-01-18 14:08:43 +08:00
HFO4
5befbc21d0 Feat: upyun callback & authentication 2020-01-18 10:40:03 +08:00
HFO4
dd198becce Feat: client-upload file in oss 2020-01-16 13:36:13 +08:00
HFO4
0e62665d7f Fix: do hard-copy when editing file with soft links 2020-01-16 10:11:16 +08:00
HFO4
d94896041e Fix: cannot edit file in remote server / Modify: separate preview and text-file content controller 2020-01-04 15:49:08 +08:00
HFO4
9c48f4b7ad Feat: remote file thumb preview 2020-01-02 13:31:41 +08:00
HFO4
b6102c3ae5 Fix: policy should be re-dispatch while getting thumbnails 2020-01-02 13:10:04 +08:00
HFO4
a75be3a927 Add: GetIntSetting helper 2020-01-02 12:44:53 +08:00
HFO4
ee08821361 Feat: remote delete file / Fix: broken Filesystem recycle in upload request 2020-01-01 20:15:05 +08:00
HFO4
b19910867e Feat: download / preview files in slave side 2019-12-31 14:21:57 +08:00
HFO4
8a262a15d5 Modify: Decide whether to redirect when previewing based on storage policy 2019-12-31 13:09:26 +08:00
HFO4
5b9de0e097 Feat: use sync.pool to obtain new FileSystem instance 2019-12-29 14:31:03 +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
2b8921e9fd Fix: untracked files 2019-12-28 15:54:16 +08:00
HFO4
e6d2a94809 Feat: preview doc file / Fix: chinese character encoding in attachment header 2019-12-16 13:24:09 +08:00
HFO4
9a942f8b48 Modify: decoupling getSignedURL modules 2019-12-16 12:52:35 +08:00
HFO4
8bf2966d46 Feat: update file content 2019-12-15 14:01:37 +08:00
HFO4
2c75c73886 Modify: preview should use login session to enable http-range 2019-12-14 15:06:30 +08:00
HFO4
03dcd9a9e0 Modify: add general ReaderCloserSeeker interface for handler GET method to return 2019-12-13 20:54:28 +08:00
HFO4
f262caf1f5 Feat: download file and get file downloading session 2019-12-13 20:46:11 +08:00
HFO4
ad02a659a6 Feat: read CORS config from file 2019-12-13 19:00:58 +08:00
HFO4
c102c74d6d Fix: download archived file anonymously 2019-12-13 18:07:15 +08:00
HFO4
02c93be3bc Feat: download temporary archive file 2019-12-13 15:10:44 +08:00
HFO4
afc0b647ca Fix: failed unit test / Feat: support TTL in redis cache 2019-12-13 13:22:10 +08:00
HFO4
cf9416ef88 Feat: archive download and sign temp url 2019-12-13 11:41:22 +08:00
HFO4
012281c41f Feat: zip create 2019-12-13 09:46:53 +08:00
HFO4
e8aa0435c5 Feat: archive & download routers for test 2019-12-12 10:04:24 +08:00
HFO4
ba34a092d1 Feat: group options in database scheme 2019-12-12 09:16:24 +08:00
HFO4
18968458a4 Modify: close file in main routine 2019-12-11 18:52:41 +08:00
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
a445da5286 Fix: failed unit test due to missing mock.ExpectWereMatch() 2019-12-08 13:03:08 +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
c09fc535dc Feat: unit test coverage report 2019-12-03 14:20:23 +08:00
HFO4
adf7f3deeb Fix: handler move files in top levels 2019-12-02 14:47:55 +08:00
HFO4
fd02425547 Feat: move files/directories 2019-12-01 18:31:29 +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
7d5016ae40 Test: same folder check 2019-11-27 19:16:13 +08:00