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
84d81f201f
Fix: refresh interval not working
5 years ago
HFO4
05941616df
Fix: node should not be refreshed when editing node with status=inactive
5 years ago
HFO4
7fd984f95d
Feat: support custom office preview service ( Fix #1050 )
5 years ago
HFO4
532bff820a
Test: new modifications in filesystem pkg
5 years ago
HFO4
416f4c1dd2
Test: balancer / auth / controller in pkg
5 years ago
HFO4
4d7b8685b9
Test: aria2 task monitor
...
Fix: tmp file not deleted after transfer task failed to create
5 years ago
HFO4
e41ec9defa
Refactor: move slave pkg inside of cluster
...
Test: middleware for node communication
5 years ago
HFO4
5db476634a
Fix: deadlock and sync issue in node pool
5 years ago
HFO4
1f06ee3af6
Fix: node cannot be reloaded when db model changes
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
topjohncian
233648b956
Refactor: captcha ( #796 )
5 years ago
HFO4
6efd8e8183
Fix: file size not match while uploading office docs to SharePoint sites
5 years ago
HFO4
a5f80a4431
Feat: get permanent URL for OneDrive policy
5 years ago
HFO4
d1377262e3
Fix: ignore requiring SharePoint site ID after edit / nil pointer in user setting routers
5 years ago
HFO4
4e2f243436
Feat: support using SharePoint site to store files
6 years ago
HFO4
1f1bc056e3
Feat: API for getting object property
6 years ago
日下部 詩
a276be4098
注册帐号时,如果尚未验证,再发一次验证信 ( #765 )
...
* 注册帐号时,如果尚未验证,再发一次验证信
* 修正2个bug。 1:未验证显示密码错误 2:未验证无法重发email
* 小修正,如果已存在user,拿已有user资讯取代掉新user资讯来寄送激活码
* 激活码改成激活邮件
* 忘记密码以后,重设二步验证设定
* Revert "忘记密码以后,重设二步验证设定"
This reverts commit c5ac10b11c .
* 實作 https://github.com/cloudreve/Cloudreve/pull/765#discussion_r584313520
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
Cinhi Young
9c78515c72
Fix: email address should be lowercase for requesting Gravatar ( #758 )
6 years ago
HFO4
9f2f14cacf
Fix: https://github.com/cloudreve/Cloudreve/issues/504
6 years ago
HFO4
055ed0e075
Fix: standardize the use of error codes related to login credentials
6 years ago
HFO4
5d406f1c6a
Feat: use history router mode
6 years ago
HFO4
f0a68236a8
Feat: delete aria2 record in client side ( #335 )
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
ZZF
dd50ef1c25
添加S3策略的支持 ( #425 )
...
* 添加亚马逊S3策略的支持
* 添加CDN支持,公有目录删除无用参数
* 增加Region
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
e8a6df9a86
Feat: import file from existing outer folder
6 years ago
HFO4
5d579cdadc
Feat: slave side list file
6 years ago
HFO4
9eeb4b6d19
Feat: task for importing file from existing filesystem
6 years ago
HFO4
7b571499a7
Feat: forcibly delete files in dashboard ( #277 )
6 years ago
HFO4
ab3b59e63d
Feat: add option to force delete file record in database
6 years ago
HFO4
2e342806b6
Fix: missing deps in login recaptcha service
6 years ago
topjohncian
e58fb82463
Feat: ReCaptcha support ( #292 )
...
* Add custom mysql database port.
* Modify: add cloudreve bin file to .gitignore
* Feat:增加后端对ReCaptcha的支持
P.S.必须要执行迁移
6 years ago
HFO4
1a1543f190
Fix: catch internal error in OneDrive OAuth callback
6 years ago
HFO4
175c4d781f
Fix: absolute path cannot be saved for new policy
6 years ago
HFO4
d1ca65461c
Fix: incorrect capacity unit for OSS traffic limit
7 years ago
HFO4
45b54b3455
Modify: clean useless codes
7 years ago
HFO4
4ba24e0cf1
Modify: clean modals
7 years ago
HFO4
4d70f9fa3e
Fix: get execute file path dynamically
7 years ago
HFO4
68d3131521
Feat: cross compile script
7 years ago
HFO4
809af5bf4e
Feat: task list in dashboard
7 years ago
HFO4
3b5af8da47
Feat: share file list in dashboard
7 years ago
HFO4
9166a4ecd6
Feat: delete file in dashboard
7 years ago
HFO4
768ffa24ec
Feat: preview file in dashboard
7 years ago
HFO4
27c0b6e886
Feat: ban/un-ban user
7 years ago
HFO4
19c70f8cfc
Feat: edit/add users
7 years ago
HFO4
38161250e8
Feat: list users
7 years ago
HFO4
c7247f5b87
Feat: edit/list user group
7 years ago
HFO4
be8aa7b01d
Feat: OneDrive OAuth callback / edit policy
7 years ago
HFO4
2471dacec1
Feat: OneDrive OAuth
7 years ago
HFO4
c30c19ca3e
Feat: create SFC for oss callback
7 years ago
HFO4
e8c4660c38
Feat: check policy update before upload
7 years ago
HFO4
c4eada2723
Modify: oss handle sign URL
7 years ago
HFO4
bd643fa2d5
Feat: remote test ping and ping-back
7 years ago
HFO4
f1ef21e195
Feat: add local policy
7 years ago
HFO4
c1d2b933aa
Feat: RWMutex / reload for aira2
7 years ago
HFO4
48659f6952
Feat: uploading / transfer settings
7 years ago
HFO4
000a48ff06
Feat: mail SMTP settings
7 years ago
HFO4
3ce4b87f2b
Feat: login / register setting in dashboard
7 years ago
HFO4
04d13bd071
Feat: dynamically generate manifest.json
7 years ago
HFO4
31d4a0e1c2
Feat: admin dashboard homepage
7 years ago
HFO4
49f784104e
Fix: get site summary in dashboard
7 years ago
HFO4
1ac4767db7
Feat: reset password by Email
7 years ago
HFO4
7027a96258
Feat: user activation by Email
7 years ago
HFO4
81d6988a50
Feat: user register / send activate email
7 years ago
HFO4
7c07b623f6
Feat: 2-FA login verification
7 years ago
HFO4
c817f70f8e
Feat: Webauthn / theme changing
7 years ago
HFO4
80268e33bf
Feat: enable 2FA / password management
7 years ago
HFO4
4420a75c04
Feat: user setting
7 years ago
HFO4
33a917cc75
Feat: user profile
7 years ago
HFO4
f91792bc64
Feat: list tasks
7 years ago
HFO4
b4219927d6
Feat: WebDAV mount folders
7 years ago
HFO4
86889e2fac
Feat: WebDAV account management
7 years ago
HFO4
f8c14b3826
Feat: vas alipay
7 years ago
HFO4
41f9f3497f
Feat: vas redeem
7 years ago
HFO4
ca0f244109
Feat: vas for score
7 years ago
HFO4
e38a60ea44
Feat: vas for group / storage pack
7 years ago
HFO4
faf46745bc
Feat: cron / Fix: users status check
7 years ago
HFO4
cfbfbc3c55
Feat: list/search/update/delete shares
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
d30159579f
Feat: list downloading file
7 years ago
HFO4
16613a6113
Modify: return parent folder id while listing objects
7 years ago
HFO4
cde49e6e98
Feat: group-defined aria2 download options
7 years ago
HFO4
c29695a40d
Feat: cancel aria2 download task
7 years ago
HFO4
491e4de9de
Feat: download torrent / multiple file / select file
7 years ago
HFO4
8c7e3883ee
Feat: handle aria2 download complete
7 years ago
HFO4
fe8f1b1ef5
Feat: creat uri aria2 download task
7 years ago
HFO4
91e202c7e6
Feat: decompression task
7 years ago
HFO4
e722c33cd5
Feat: task queue / compression task
7 years ago
HFO4
b49202e7e1
Test: Share model
7 years ago
HFO4
437bdf46d4
Feat: thumb for shared folder
7 years ago
HFO4
4f0c2bbb29
Feat: readme in shared folder
7 years ago
HFO4
cc2c3b3f0f
Feat: archive download 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
0edbbfc9ea
Feat: list files for shared folder
7 years ago
HFO4
e2f6dab70c
Feat: save re-save single shared file
7 years ago
HFO4
0d7c0793b2
Feat: preview shared text/doc file
7 years ago
HFO4
68704f8646
Feat: options to disable preview in file sharing
7 years ago
HFO4
1ff4d59978
Feat: preview shared file
7 years ago
HFO4
7f0feebf42
Feat: download file from single file share
7 years ago
HFO4
0977b36f8b
Feat: get share info / unlock share
7 years ago
HFO4
94b13393a9
Feat: hash id decode and verification
7 years ago
HFO4
880d224169
Test: hash id generate
7 years ago
HFO4
0ee0ac5e89
Feat: generate share URL
7 years ago
HFO4
8d437a451c
Feat: COS credential / upload callback
7 years ago
HFO4
752ce5ce62
Feat: resume upload in server side
7 years ago
HFO4
dd5f6e3d25
Feat: onedrive client upload / callback
7 years ago
HFO4
fa3b51096a
Feat: upyun download / thumb / sign
7 years ago
HFO4
5befbc21d0
Feat: upyun callback & authentication
7 years ago
HFO4
68d4a86166
Fix: storage policy should be re-dispatched according to policy id in upload session
7 years ago
HFO4
b862ddb666
Fix: file should be deleted when callback return error
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
e8d21b1e9b
Feat: qiniu upload & callback
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
4a5782b4e5
Feat: remote upload callback / validation
7 years ago
HFO4
d29b7ef6f8
Feat: auth for remote callback / Modify: use map to store hooks in filesystem
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
f35c585edf
Feat experimental WebAuth API
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
HFO4
c09fc535dc
Feat: unit test coverage report
7 years ago
HFO4
adf7f3deeb
Fix: handler move files in top levels
7 years ago
HFO4
fd02425547
Feat: move files/directories
7 years ago
HFO4
93010e3525
Feat: delete objects
7 years ago
HFO4
0cbbe5bb79
Modify: use uri parameter in Get File
7 years ago
HFO4
7d5016ae40
Test: same folder check
7 years ago
HFO4
9bb432c220
Feat: download file with speed limit
7 years ago
HFO4
29def02489
Fix: upload was marked canceled when small file uploaded
7 years ago
HFO4
4156a71adf
Feat: file download in service level
7 years ago
HFO4
a734493b65
Feat: custom error for general layer codes
7 years ago
HFO4
b431f3674c
Feat: list objects in specific path
7 years ago
HFO4
a89c3cb11a
Feat: create folder / Modify: add index to some column
7 years ago
HFO4
9d8a462dc4
Remove: mutipart file upload
7 years ago
HFO4
99e7eecab7
Feat: file upload handler
7 years ago
HFO4
841832bb65
Add: context
7 years ago
HFO4
e05ba1030c
Modify: package name
7 years ago
HFO4
79caf635f9
Feat: basic file validator
7 years ago
HFO4
003274162b
Add: filesystem
7 years ago
HFO4
d86a3533ca
Add: route for uploading file
7 years ago
HFO4
41e0dec74c
Test: captcha
7 years ago
HFO4
7d4e212d4e
Feat: captcha
7 years ago
HFO4
c7e47293db
Add: model - group / Test: group
7 years ago
HFO4
c8c85501e4
Test: middleware/auth
7 years ago
HFO4
589c399488
Feat: User/Me
7 years ago
HFO4
2ae2c9b784
Modify: using memstore to store session
7 years ago
HFO4
6f96018223
Feat: User login
7 years ago
HFO4
943c84320c
Feat: Setting model
7 years ago
HFO4
29fe6047a1
Modify: GetSettingByName returns string
7 years ago
HFO4
e858cbe2cf
Feat: Decide whether to do database migration based on `version.lock`
7 years ago
HFO4
2c9e0c1119
Testing for controller/main.go
7 years ago
HFO4
6ba4d1ae82
Param error message generate
7 years ago
HFO4
6539ae20fa
Basic check for User controller
7 years ago