blob: cc6157253e43d3c13c81bfa9125c34e00c4fe284 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
2016.06.24 -- Version 0.5.0
* added websocket based file upload
2016.04.11 -- Version 0.4.4
* security fix: fix possible path traversal
2016.04.07 -- Version 0.4.3
* webupload: parse form values as stream to check auth-info
before the whole file is uploaded.
2016.04.02 -- Version 0.4.2
* some cleanups
* added web-socket testclient to web static files
2016.04.02 -- Version 0.4.1
* fix timeout issues for web-upload
* fix web-upload file cleaner
* fix build on 32-bit systems
2016.04.02 -- Version 0.4
* added file upload
2016.03.15 -- Version 0.3.1
* fixed default permissions for watch-dir and tmp-dir
2016.03.13 -- Version 0.3
* fixed typos in API names
2016.03.11 -- Version 0.2.2
* implemented file-policy to allow keeping of
downloaded files.
2016.03.10 -- Version 0.2.1
* implemented archiv:// import
2016.01.10 -- Version 0.2
* moved common libs to external package
* some cleanups in the build system
2016.01.05 -- Version 0.1.1
* switched to more active go-curl package branch
2016.01.05 -- Version 0.1
* initial release
|