Commit graph

32 commits

Author SHA1 Message Date
HFO4
416f4c1dd2 Test: balancer / auth / controller in pkg 2021-11-11 20:56:16 +08:00
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
HFO4
53acadf098 Modify: limit forum threads numbers in admin index 2021-03-22 16:35:58 +08:00
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
2020-11-21 17:34:55 +08:00
HFO4
e8a6df9a86 Feat: import file from existing outer folder 2020-05-02 10:22:28 +08:00
HFO4
d5fc5745b4 Fix: failed test due to missing AdminCreateImportTask controller 2020-04-27 14:45:27 +08:00
HFO4
c4c174f560 Fix: redirect should be 302 status in dashboard 2020-03-18 11:11:57 +08:00
HFO4
45b54b3455 Modify: clean useless codes 2020-03-11 15:45:00 +08:00
HFO4
b6e1e04ce0 Fix: panic while decompress files / Cannot edit policy 2020-03-11 09:34:29 +08:00
HFO4
809af5bf4e Feat: task list in dashboard 2020-03-09 12:30:43 +08:00
HFO4
3b5af8da47 Feat: share file list in dashboard 2020-03-09 10:59:42 +08:00
HFO4
9166a4ecd6 Feat: delete file in dashboard 2020-03-09 10:17:59 +08:00
HFO4
768ffa24ec Feat: preview file in dashboard 2020-03-08 13:53:13 +08:00
HFO4
27c0b6e886 Feat: ban/un-ban user 2020-03-08 12:54:04 +08:00
HFO4
19c70f8cfc Feat: edit/add users 2020-03-08 10:49:34 +08:00
HFO4
38161250e8 Feat: list users 2020-03-07 14:04:18 +08:00
HFO4
c7247f5b87 Feat: edit/list user group 2020-03-07 13:00:51 +08:00
HFO4
be8aa7b01d Feat: OneDrive OAuth callback / edit policy 2020-03-02 16:20:33 +08:00
HFO4
2471dacec1 Feat: OneDrive OAuth 2020-03-01 17:57:18 +08:00
HFO4
c30c19ca3e Feat: create SFC for oss callback 2020-03-01 16:25:56 +08:00
HFO4
c4eada2723 Modify: oss handle sign URL 2020-02-27 15:12:15 +08:00
HFO4
bd643fa2d5 Feat: remote test ping and ping-back 2020-02-27 11:17:59 +08:00
HFO4
f1ef21e195 Feat: add local policy 2020-02-26 15:11:06 +08:00
HFO4
c1d2b933aa Feat: RWMutex / reload for aira2 2020-02-25 14:02:14 +08:00
HFO4
48659f6952 Feat: uploading / transfer settings 2020-02-24 15:52:13 +08:00
HFO4
000a48ff06 Feat: mail SMTP settings 2020-02-23 18:40:14 +08:00
HFO4
ef42ec3927 Modify: create Web Authn instance when needed 2020-02-23 15:50:41 +08:00
HFO4
ce2a70df68 Feat: add read/write lock for authn 2020-02-23 15:33:53 +08:00
HFO4
3ce4b87f2b Feat: login / register setting in dashboard 2020-02-23 15:19:38 +08:00
HFO4
04d13bd071 Feat: dynamically generate manifest.json 2020-02-23 11:41:39 +08:00
HFO4
31d4a0e1c2 Feat: admin dashboard homepage 2020-02-23 10:19:13 +08:00
HFO4
49f784104e Fix: get site summary in dashboard 2020-02-22 16:22:04 +08:00