Cloudreve/models
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
2021-10-31 09:41:56 +08:00
..
scripts Feat: database script for resetting admin password 2021-03-17 14:34:12 +08:00
download.go Feat: aria2 download and transfer in slave node (#1040) 2021-10-31 09:41:56 +08:00
download_test.go Feat: delete aria2 record in client side (#335) 2020-11-23 19:24:56 +08:00
file.go Fix: failed to get thumbnails under global OneDrive policy 2021-03-14 11:03:10 +08:00
file_test.go Test: model.Tags / modifications 2020-02-12 13:19:25 +08:00
folder.go Feat: API for getting object property 2021-03-11 14:50:02 +08:00
folder_test.go Feat: API for getting object property 2021-03-11 14:50:02 +08:00
group.go Modify: clean modals 2020-03-11 15:22:21 +08:00
group_test.go Modify: travis CI build and test 2020-03-12 08:46:14 +08:00
init.go bug fix: can't connect to postgres database (#992) 2021-10-29 20:30:26 +08:00
migration.go Feat: aria2 download and transfer in slave node (#1040) 2021-10-31 09:41:56 +08:00
migration_test.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
node.go Feat: aria2 download and transfer in slave node (#1040) 2021-10-31 09:41:56 +08:00
policy.go Feat: aria2 download and transfer in slave node (#1040) 2021-10-31 09:41:56 +08:00
policy_test.go Feat: support using SharePoint site to store files 2021-03-12 17:05:13 +08:00
setting.go Feat: aria2 download and transfer in slave node (#1040) 2021-10-31 09:41:56 +08:00
setting_test.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
share.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
share_test.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
tag.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
tag_test.go Test: model.Tags / modifications 2020-02-12 13:19:25 +08:00
task.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
task_test.go Test: WebDAV model 2020-02-21 11:32:59 +08:00
user.go 注册帐号时,如果尚未验证,再发一次验证信 (#765) 2021-03-02 12:43:14 +08:00
user_authn.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
user_authn_test.go Test: WebDAV model 2020-02-21 11:32:59 +08:00
user_test.go Test: #765 2021-03-02 12:45:54 +08:00
webdav.go Feat: WebDAV account management 2020-02-18 12:10:28 +08:00
webdav_test.go Test: WebDAV model 2020-02-21 11:32:59 +08:00