XYenon
b1685d2863
feat: seeding status for aria2 download tasks ( #1422 )
...
* feat: add aria2 seeding
* fix: move RecycleTaskType to the bottom
* refactor: refactor recycle aria2 temp file
4 years ago
HFO4
96daed26b4
i18n: objects / share / slave / tag operations
4 years ago
HFO4
906e9857bc
i18n: file operation
4 years ago
HFO4
08104646ba
i18n: error codes for aria2 / callback/ directory operation
4 years ago
HFO4
a78407d878
i18n: tag management
4 years ago
HFO4
8ab0fe0e2f
feat: search file under current folder
4 years ago
HFO4
1038bae238
feat: get file source link in batch
4 years ago
HFO4
d845824bd8
fix: overwrite should be disabled when copy on write
4 years ago
HFO4
11043b43e6
fix: should use `CompressSize` to check size of files before creating compress task
4 years ago
AaronLiu
dc69a63217
Merge pull request #1232 from cloudreve/archiver-decompress
...
Archiver decompress
4 years ago
HFO4
86876a1c11
feat: select encoding for decompressing zip file
4 years ago
HFO4
91377f4676
fix: cached folder props should ignore date and policy
4 years ago
HFO4
b1803fa51f
fix: cannot overwrite file to slave policy / fix: remove lock system for webdav to resolve Windows Explorer issue.
4 years ago
Weidi Deng
23bd1389bc
使用archiver对压缩文件进行解压
4 years ago
HFO4
18f5bffed1
test: fix failed test
4 years ago
HFO4
febbd0c5a0
Feat: batch download in streamming paradism
...
Fix: add cache-controler header in API call responses
4 years ago
HFO4
c89327631e
Fix: panics inside of task was not correctly logged into DB
...
Feat: slave node use new API to upload file to master
4 years ago
HFO4
9136f3caec
Fix: while placeholder file got conflict, original file might be deleted
4 years ago
HFO4
0650684dd9
Feat: cancel upload session in slave node
4 years ago
HFO4
b96019be7c
Feat: client method to upload file from master node to slave node
4 years ago
HFO4
e0714fdd53
Feat: process upload callback sent from slave node
5 years ago
HFO4
4925a356e3
Enable overwrite for non-first chunk uploading request
5 years ago
HFO4
7214e59c25
Feat: creating upload session and credential from master server
5 years ago
HFO4
118d738797
Feat: support apply append mode and overwrite mode for FileStream
5 years ago
HFO4
285611baf7
Feat: truncate file if uploaded chunk is overlapped
5 years ago
HFO4
521c5c8dc4
Feat: use transactions to manipulate user's used storage
5 years ago
HFO4
285e80ba76
Feat: use database transactions to delete / update file size
5 years ago
HFO4
2811ee3285
Feat: slave policy creating upload session API
5 years ago
HFO4
7dd636da74
Feat: upload session recycle crontab job / API for cleanup all upload session
5 years ago
HFO4
3444b4a75e
Feat: chunk upload handling for local policy
5 years ago
HFO4
c301bd6045
Feat: API for receiviing chunk data
5 years ago
HFO4
6fdf77e00e
Feat: support setting "last modified" props when creating upload session
5 years ago
HFO4
868a88e5fc
Refactor: use universal FileHeader when handling file upload, remove usage of global ctx with FileHeader, SavePath, DisableOverwrite
5 years ago
HFO4
8443a30fb1
Feat: support chunk size option in policy
5 years ago
HFO4
de9c41082c
Feat: create upload session and pre-upload check
5 years ago
HFO4
855c9d92c4
Feat: get policy from directory props / Feat: return source enabled flag in file list
5 years ago
HFO4
7fd984f95d
Feat: support custom office preview service ( Fix #1050 )
5 years ago
HFO4
e41ec9defa
Refactor: move slave pkg inside of cluster
...
Test: middleware for node communication
5 years ago
AaronLiu
056de22edb
Feat: aria2 download and transfer in slave node ( #1040 )
...
* Feat: retrieve nodes from data table
* Feat: master node ping slave node in REST API
* Feat: master send scheduled ping request
* Feat: inactive nodes recover loop
* Modify: remove database operations from aria2 RPC caller implementation
* Feat: init aria2 client in master node
* Feat: Round Robin load balancer
* Feat: create and monitor aria2 task in master node
* Feat: salve receive and handle heartbeat
* Fix: Node ID will be 0 in download record generated in older version
* Feat: sign request headers with all `X-` prefix
* Feat: API call to slave node will carry meta data in headers
* Feat: call slave aria2 rpc method from master
* Feat: get slave aria2 task status
Feat: encode slave response data using gob
* Feat: aria2 callback to master node / cancel or select task to slave node
* Fix: use dummy aria2 client when caller initialize failed in master node
* Feat: slave aria2 status event callback / salve RPC auth
* Feat: prototype for slave driven filesystem
* Feat: retry for init aria2 client in master node
* Feat: init request client with global options
* Feat: slave receive async task from master
* Fix: competition write in request header
* Refactor: dependency initialize order
* Feat: generic message queue implementation
* Feat: message queue implementation
* Feat: master waiting slave transfer result
* Feat: slave transfer file in stateless policy
* Feat: slave transfer file in slave policy
* Feat: slave transfer file in local policy
* Feat: slave transfer file in OneDrive policy
* Fix: failed to initialize update checker http client
* Feat: list slave nodes for dashboard
* Feat: test aria2 rpc connection in slave
* Feat: add and save node
* Feat: add and delete node in node pool
* Fix: temp file cannot be removed when aria2 task fails
* Fix: delete node in admin panel
* Feat: edit node and get node info
* Modify: delete unused settings
5 years ago
HFO4
a5f80a4431
Feat: get permanent URL for OneDrive policy
5 years ago
HFO4
1f1bc056e3
Feat: API for getting object property
6 years ago
HFO4
5e226efea1
Feat: disable overwrite for non-updating put request, only works under local,slave,OneDrive,OSS policy. ( #764 )
6 years ago
HFO4
9f2f14cacf
Fix: https://github.com/cloudreve/Cloudreve/issues/504
6 years ago
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
6 years ago
HFO4
aa3e8913ab
Feat: add ".zip" suffix if not specified while creating compressed file
6 years ago
HFO4
58856612e2
Feat: create empty file in web panel ( #305 )
6 years ago
HFO4
5d579cdadc
Feat: slave side list file
6 years ago
HFO4
ab3b59e63d
Feat: add option to force delete file record in database
6 years ago
HFO4
68d3131521
Feat: cross compile script
7 years ago
HFO4
e8c4660c38
Feat: check policy update before upload
7 years ago
HFO4
faf46745bc
Feat: cron / Fix: users status check
7 years ago
HFO4
15f4b1819b
Feat: add and delete file tags
7 years ago
HFO4
127d0236f9
Feat: filter and search file
7 years ago
HFO4
8f28a9c346
Modify: change raw object ID to Hash ID in share service
7 years ago
HFO4
9be1b4366f
Modify: change raw object ID to Hash ID in file service
7 years ago
HFO4
f235ad1def
Fix: aria2 RPC retry / return NoT_FOUND error while listing not existed path
7 years ago
HFO4
16613a6113
Modify: return parent folder id while listing objects
7 years ago
HFO4
91e202c7e6
Feat: decompression task
7 years ago
HFO4
e722c33cd5
Feat: task queue / compression task
7 years ago
HFO4
4f0c2bbb29
Feat: readme in shared folder
7 years ago
HFO4
f5d79b1f94
Feat: re-save shared folder to user's space
7 years ago
HFO4
b1a9943b0c
Feat: download / preview files for shared folder
7 years ago
HFO4
0d7c0793b2
Feat: preview shared text/doc file
7 years ago
HFO4
1ff4d59978
Feat: preview shared file
7 years ago
HFO4
fa3b51096a
Feat: upyun download / thumb / sign
7 years ago
HFO4
5befbc21d0
Feat: upyun callback & authentication
7 years ago
HFO4
dd198becce
Feat: client-upload file in oss
7 years ago
HFO4
0e62665d7f
Fix: do hard-copy when editing file with soft links
7 years ago
HFO4
d94896041e
Fix: cannot edit file in remote server / Modify: separate preview and text-file content controller
7 years ago
HFO4
9c48f4b7ad
Feat: remote file thumb preview
7 years ago
HFO4
b6102c3ae5
Fix: policy should be re-dispatch while getting thumbnails
7 years ago
HFO4
a75be3a927
Add: GetIntSetting helper
7 years ago
HFO4
ee08821361
Feat: remote delete file / Fix: broken Filesystem recycle in upload request
7 years ago
HFO4
b19910867e
Feat: download / preview files in slave side
7 years ago
HFO4
8a262a15d5
Modify: Decide whether to redirect when previewing based on storage policy
7 years ago
HFO4
5b9de0e097
Feat: use sync.pool to obtain new FileSystem instance
7 years ago
HFO4
de4793aacb
Modify: auth instance as first param in SignURI/Request
7 years ago
HFO4
b5ee3ee609
Fix: cors middleware should be applied directly to root router
7 years ago
HFO4
2b8921e9fd
Fix: untracked files
7 years ago
HFO4
e6d2a94809
Feat: preview doc file / Fix: chinese character encoding in attachment header
7 years ago
HFO4
9a942f8b48
Modify: decoupling getSignedURL modules
7 years ago
HFO4
8bf2966d46
Feat: update file content
7 years ago
HFO4
2c75c73886
Modify: preview should use login session to enable http-range
7 years ago
HFO4
03dcd9a9e0
Modify: add general ReaderCloserSeeker interface for handler GET method to return
7 years ago
HFO4
f262caf1f5
Feat: download file and get file downloading session
7 years ago
HFO4
ad02a659a6
Feat: read CORS config from file
7 years ago
HFO4
c102c74d6d
Fix: download archived file anonymously
7 years ago
HFO4
02c93be3bc
Feat: download temporary archive file
7 years ago
HFO4
afc0b647ca
Fix: failed unit test / Feat: support TTL in redis cache
7 years ago
HFO4
cf9416ef88
Feat: archive download and sign temp url
7 years ago
HFO4
012281c41f
Feat: zip create
7 years ago
HFO4
e8aa0435c5
Feat: archive & download routers for test
7 years ago
HFO4
ba34a092d1
Feat: group options in database scheme
7 years ago
HFO4
18968458a4
Modify: close file in main routine
7 years ago
HFO4
297b507ca7
Feat: get file content via anonymous url
7 years ago
HFO4
ea7f034332
Feat: sign auth middleware
7 years ago
HFO4
36d5f51495
Feat: sign file source url
7 years ago
HFO4
a445da5286
Fix: failed unit test due to missing mock.ExpectWereMatch()
7 years ago
HFO4
56b1ae9f31
Modify: use pure tree structure in file system scheme
7 years ago
HFO4
10a2ef4267
Feat: rename file
7 years ago