Commit Graph

186 Commits (05941616df7788efc49daae2356124acf3e61e85)

Author SHA1 Message Date
HFO4 e2f6dab70c Feat: save re-save single shared file 5 years ago
HFO4 0d7c0793b2 Feat: preview shared text/doc file 5 years ago
HFO4 68704f8646 Feat: options to disable preview in file sharing 5 years ago
HFO4 1ff4d59978 Feat: preview shared file 5 years ago
HFO4 7f0feebf42 Feat: download file from single file share 5 years ago
HFO4 0977b36f8b Feat: get share info / unlock share 5 years ago
HFO4 94b13393a9 Feat: hash id decode and verification 5 years ago
HFO4 880d224169 Test: hash id generate 5 years ago
HFO4 0ee0ac5e89 Feat: generate share URL 5 years ago
HFO4 8d437a451c Feat: COS credential / upload callback 5 years ago
HFO4 752ce5ce62 Feat: resume upload in server side 5 years ago
HFO4 dd5f6e3d25 Feat: onedrive client upload / callback 5 years ago
HFO4 fa3b51096a Feat: upyun download / thumb / sign 5 years ago
HFO4 5befbc21d0 Feat: upyun callback & authentication 5 years ago
HFO4 68d4a86166 Fix: storage policy should be re-dispatched according to policy id in upload session 5 years ago
HFO4 b862ddb666 Fix: file should be deleted when callback return error 5 years ago
HFO4 dd198becce Feat: client-upload file in oss 5 years ago
HFO4 0e62665d7f Fix: do hard-copy when editing file with soft links 5 years ago
HFO4 e8d21b1e9b Feat: qiniu upload & callback 5 years ago
HFO4 d94896041e Fix: cannot edit file in remote server / Modify: separate preview and text-file content controller 5 years ago
HFO4 9c48f4b7ad Feat: remote file thumb preview 5 years ago
HFO4 b6102c3ae5 Fix: policy should be re-dispatch while getting thumbnails 5 years ago
HFO4 a75be3a927 Add: GetIntSetting helper 5 years ago
HFO4 ee08821361 Feat: remote delete file / Fix: broken Filesystem recycle in upload request 5 years ago
HFO4 b19910867e Feat: download / preview files in slave side 5 years ago
HFO4 8a262a15d5 Modify: Decide whether to redirect when previewing based on storage policy 5 years ago
HFO4 4a5782b4e5 Feat: remote upload callback / validation 5 years ago
HFO4 d29b7ef6f8 Feat: auth for remote callback / Modify: use map to store hooks in filesystem 5 years ago
HFO4 5b9de0e097 Feat: use sync.pool to obtain new FileSystem instance 5 years ago
HFO4 de4793aacb Modify: auth instance as first param in SignURI/Request 5 years ago
HFO4 b5ee3ee609 Fix: cors middleware should be applied directly to root router 5 years ago
HFO4 2b8921e9fd Fix: untracked files 5 years ago
HFO4 e6d2a94809 Feat: preview doc file / Fix: chinese character encoding in attachment header 5 years ago
HFO4 9a942f8b48 Modify: decoupling getSignedURL modules 5 years ago
HFO4 8bf2966d46 Feat: update file content 5 years ago
HFO4 2c75c73886 Modify: preview should use login session to enable http-range 5 years ago
HFO4 03dcd9a9e0 Modify: add general ReaderCloserSeeker interface for handler GET method to return 5 years ago
HFO4 f262caf1f5 Feat: download file and get file downloading session 5 years ago
HFO4 ad02a659a6 Feat: read CORS config from file 5 years ago
HFO4 c102c74d6d Fix: download archived file anonymously 5 years ago
HFO4 02c93be3bc Feat: download temporary archive file 5 years ago
HFO4 afc0b647ca Fix: failed unit test / Feat: support TTL in redis cache 5 years ago
HFO4 cf9416ef88 Feat: archive download and sign temp url 5 years ago
HFO4 012281c41f Feat: zip create 5 years ago
HFO4 e8aa0435c5 Feat: archive & download routers for test 5 years ago
HFO4 ba34a092d1 Feat: group options in database scheme 5 years ago
HFO4 18968458a4 Modify: close file in main routine 5 years ago
HFO4 297b507ca7 Feat: get file content via anonymous url 5 years ago
HFO4 ea7f034332 Feat: sign auth middleware 5 years ago
HFO4 36d5f51495 Feat: sign file source url 5 years ago
HFO4 f35c585edf Feat experimental WebAuth API 5 years ago
HFO4 a445da5286 Fix: failed unit test due to missing mock.ExpectWereMatch() 5 years ago
HFO4 56b1ae9f31 Modify: use pure tree structure in file system scheme 5 years ago
HFO4 10a2ef4267 Feat: rename file 5 years ago
HFO4 c09fc535dc Feat: unit test coverage report 5 years ago
HFO4 adf7f3deeb Fix: handler move files in top levels 5 years ago
HFO4 fd02425547 Feat: move files/directories 5 years ago
HFO4 93010e3525 Feat: delete objects 5 years ago
HFO4 0cbbe5bb79 Modify: use uri parameter in Get File 5 years ago
HFO4 7d5016ae40 Test: same folder check 5 years ago
HFO4 9bb432c220 Feat: download file with speed limit 5 years ago
HFO4 29def02489 Fix: upload was marked canceled when small file uploaded 5 years ago
HFO4 4156a71adf Feat: file download in service level 5 years ago
HFO4 a734493b65 Feat: custom error for general layer codes 5 years ago
HFO4 b431f3674c Feat: list objects in specific path 5 years ago
HFO4 a89c3cb11a Feat: create folder / Modify: add index to some column 5 years ago
HFO4 9d8a462dc4 Remove: mutipart file upload 5 years ago
HFO4 99e7eecab7 Feat: file upload handler 5 years ago
HFO4 841832bb65 Add: context 5 years ago
HFO4 e05ba1030c Modify: package name 5 years ago
HFO4 79caf635f9 Feat: basic file validator 5 years ago
HFO4 003274162b Add: filesystem 5 years ago
HFO4 d86a3533ca Add: route for uploading file 5 years ago
HFO4 41e0dec74c Test: captcha 5 years ago
HFO4 7d4e212d4e Feat: captcha 5 years ago
HFO4 c7e47293db Add: model - group / Test: group 5 years ago
HFO4 c8c85501e4 Test: middleware/auth 5 years ago
HFO4 589c399488 Feat: User/Me 5 years ago
HFO4 2ae2c9b784 Modify: using memstore to store session 5 years ago
HFO4 6f96018223 Feat: User login 5 years ago
HFO4 943c84320c Feat: Setting model 5 years ago
HFO4 29fe6047a1 Modify: GetSettingByName returns string 5 years ago
HFO4 e858cbe2cf Feat: Decide whether to do database migration based on `version.lock` 5 years ago
HFO4 2c9e0c1119 Testing for controller/main.go 5 years ago
HFO4 6ba4d1ae82 Param error message generate 5 years ago
HFO4 6539ae20fa Basic check for User controller 5 years ago