blob: 41bd617d37d3aee32e8ad490a6d528d8883cf1ad (
plain) (
blame)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
[0.4.0]
* Initial version
[0.4.1]
* Remove silly mediaLinks
[0.4.2]
* Fix app url
[0.4.3]
* Improve healthcheck
[0.5.0]
* Add settings ui
[0.5.1]
* Fix settings link
* Add selenium tests
[0.5.2]
* Support username and email login
[0.5.3]
* Support uploading the same file multiple times
[0.5.4]
* Fix upload files first time
[0.5.5]
* Use new base image
[0.5.6]
* Use new base image 0.9.0
[0.5.7]
* Add post install message
* Download files as attachments
[0.5.8]
* Various encoding bugfixes
* Make breadcumbs clickable
[0.6.0]
* Support multifile upload via the webinterface
[4.0.0]
* Implement token auth with redis backend
* Basic drag'n'drop support
* Use new base image v0.10.0
* Synchronize cli and server versions
[4.1.0]
* Add ability to download files from the UI
[4.1.1]
* Add directory listing sorting
* Replace github links with our own gitlab
[5.0.0]
* Allow directory listing to be configurable
* Refactor the UI
[5.1.0]
* Add directory upload support
* Improve drag'n'drop of files
[5.2.0]
* Disable folder listing by default
* Do not render welcome screen if folder listing is enabled
[5.3.0]
* Replacing redis token store with local json file
* Add upload progress reporting
* Minor interface improvements
[5.4.0]
* Use new Cloudron base image
* Send 404 status code correctly
[5.5.0]
* Add webdav endpoint support
* Use inline edit for rename
* Various interface layout fixes
[5.6.0]
* Add SFTP support
[5.7.0]
* Update to latest app package manifest
[5.8.0]
* Add access token support for better CI/CD integration
* Various UI fixes for preview thumbnails
[5.9.0]
* Rename `surfer_root` to `public`
* `surfer put` CLI has changed
[5.9.1]
* Visual improvements to give more space to content
* Add preview sidebar
* Update dependencies for securty fixes
[5.9.2]
* Improve public folder listing
[5.10.0]
* Update to new Cloudron base image
|