yuyuanshifu
2a3a6bcd67
add private
5 years ago
yuyuanshifu
a57828ab19
optimization
5 years ago
yuyuanshifu
bb8815a4ba
optimization
5 years ago
yuyuanshifu
9c3d751b43
cloudbrain user login
5 years ago
yuyuanshifu
ca5cb56bbe
fix bug
5 years ago
yuyuanshifu
39037f5788
新增对外接口文档
5 years ago
yuyuanshifu
b6d16f65fc
add interface: query public datasets
5 years ago
yuyuanshifu
f421af8671
fix bug:404 when downloading other user's public attachment
5 years ago
yuyuanshifu
308f436cd7
no more record chunk upload result in mysql
5 years ago
yuyuanshifu
1de27fdce0
同一用户在不同数据集下上传同一个文件时做提示
5 years ago
palytoxin
eba1670c6f
fmt code, improve some issue
5 years ago
palytoxin
656b1b99c8
Merge branch 'develop' into dev-cloudmain
5 years ago
palytoxin
7ae2a3a9ae
Merge branch 'develop' into dev-chunk
5 years ago
palytoxin
cbdee6db32
fmt-check
5 years ago
yuyuanshifu
d5a5ea8424
add tmpl
5 years ago
yuyuanshifu
e9ffe6a70c
add dir
5 years ago
yuyuanshifu
2f14aa642a
del attachment
5 years ago
yuyuanshifu
1cc0f78419
chunk upload
5 years ago
yuyuanshifu
df3a1331c8
chunk upload
5 years ago
yuyuanshifu
808bc2e04b
chunk url
5 years ago
yuyuanshifu
fcd2d6245d
new multipart upload
5 years ago
yuyuanshifu
ad4db16d0c
fix merge
5 years ago
yuyuanshifu
9169802d53
add param check
5 years ago
yuyuanshifu
029f4eb16b
decompress
5 years ago
yuyuanshifu
d3df822402
add some interface
5 years ago
yuyuanshifu
b0a44a6c69
chunk init
5 years ago
colorfulberry
7e5a6d8923
feat; fixing the default public bug
5 years ago
colorfulberry
67120659e0
feat; regular the codes
5 years ago
e
43075fe69c
add dataset_id
5 years ago
e
e0de07ae15
merge
5 years ago
e
d0f78bc583
AddAttachment
5 years ago
e
2ad874d999
fix bug
5 years ago
e
312eecd6f3
get pre url
5 years ago
colorfulberry
01dbdf5c22
feat: dafault to is_private
5 years ago
colorfulberry
ab8b4d9190
feat: update the isPrivate
5 years ago
colorfulberry
cdba7247c0
feat: change the set for the url, add upload and add delete
5 years ago
e
4496e536ef
dataset:increase download_times
5 years ago
e
ae4da935c2
add dataset download_times
5 years ago
e
f69babbba4
opt
6 years ago
e
b7fa8b8f6e
GetUserDataSetPermission
6 years ago
e
29e65feed1
GetAttachment:301 redirect to minio
6 years ago
colorfulberry
318b9361d2
Merge branch 'develop' of git.pcl.ac.cn:yoyoyard/opendata into develop
6 years ago
colorfulberry
b918a39125
feat: add the pages
6 years ago
e
31e9d11d47
download:content to url
6 years ago
Lunny Xiao
dd87ebf380
Add setting for minio and flags for migrate-storage
6 years ago
Lunny Xiao
c40434bae2
Add a storage layer for attachments
6 years ago
silverwind
11e618c199
Move dropzone.js to npm/webpack ( #10645 )
- unvendor dropzone and upgrade it from 4.2.0 to 5.7.0
- make `csrf` available on window.config
6 years ago
6543
0e8d955bd6
Fix potential bugs ( #10513 )
* use e if it is an option
* potential nil so check err first
* check err first
* m == nil already checked
6 years ago
Antoine GIRARD
383b701be4
Only serve attachments when linked to issue/release and if accessible by user ( #9340 )
* test: add current attachement responses
* refactor: check if attachement is linked and accessible by user
* chore: clean TODO
* fix: typo attachement -> attachment
* revert un-needed go.sum change
* refactor: move models logic to models
* fix TestCreateIssueAttachment which was wrongly successful
* fix unit tests with unittype added
* fix unit tests with changes
* use a valid uuid format for pgsql int. test
* test: add unit test TestLinkedRepository
* refactor: allow uploader to access unlinked attachement
* add missing blank line
* refactor: move to a separate function repo.GetAttachment
* typo
* test: remove err test return
* refactor: use repo perm for access checking generally + 404 for all reject
6 years ago
blueworrybear
61b95b175f
Enable Uploading/Removing Attachments When Editing an Issue/Comment ( #8426 )
6 years ago