forked from nextcloud/nextcloud-filelink
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
238 lines (182 loc) · 7.03 KB
/
CHANGELOG
File metadata and controls
238 lines (182 loc) · 7.03 KB
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
Copyright (C) 2020-2025 Johannes Endres
SPDX-License-Identifier: MIT
3.16.0
Close #558, #557, #545, #543, #325: Make it work with ownCloud Infinite Scale (oCIS)
Close #561, #544, #531, #560, #559: Add option to create file info links instead of download links
Fix #504, #501, #500: Non-ASCII characters in filenames
Close #513, #556, #564: Add copyright and license information
Close #547, #591: Deprecate Nextcloud 25 - 29
Close #548: Update punycode.js
Close #550, #453, #566, #553. #552, #549, #490, #565, #555: Internal project cleanup
3.15.0
Close #476 (and dup #219) Add TemplateInfo on password status and expiry date
3.14.0 2023-05-13
Close #520 Deprecate Nextcloud 23 and 24
Add zh_TW translation by Mixneko
3.13.1 2022-07-18
Close #447 Deprecate Nextcloud 21 and 22
Close #437 Errors while checking free space break progress window
Close #422 Handle XHR exceptions
Close #419 URLEncode userid
Some improvements in docs
3.13.0 2021-12-19
Close #400 Nextcloud 20 is obsolete
Close #403 Remove some links from documentation as they confuses users
Close #418 Don't check for maximum webdav file size as both clouds accept larger files
3.12.0 2021-10-02
Close #391 improve display of free space
Improve documentation
Add Russian localization
3.11.0 2021-08-13
Close #388 Show error status in "unknown error" message
Close #389 Nextcloud 19 is obsolete
Add Basque localization
Minor improvements to code quality
3.10.3 2021-06-04
Fix #379 Ignore custom 404 pages in WebDAV
Close #381 Improve WebDAV stability
3.10.2 2021-05-31
Fix the fix for #378 Uploads fail if no quota set
3.10.1 2021-05-31
Fix #378 Uploads fail if no quota set
3.10.0 2021-05-30
Close #292 Better error handling in folder creation
Close #310 Set max file size
Close #365 Add Italian localization
Close #367 Show number of uploads in status button badge
Fix #299 Correct status button label in older TB versions
Fix #321 Check format of existing share urls
Fix #323 Correctly parse WebDAV URL
Fix #327 Separate status by account
Fix #335 Determine free space
Fix #336 Filename was encoded twice
Minor improvements to code quality and localized wording
3.9.2 2021-03-06
Fix #332 Some kinds of existing shares make upload fail
Close #344 Nextcloud 18 is now obsolete
Fix #352 Too much free space blocks Login
3.9.1 2020-11-14
Fix #288 Existing file might be overwritten with new content
3.9.0 2020-11-01
Fix #272 Failed with not enough space even if file already exists
Fix #247 Didn't handle existing shares with password well
Fix #278 Minimum ownCloud version is 10.0.10
Close #270 Take url from Nextcloud 20 dashboard
Fix #258 Nextcloud 17 is old
Close #246 Warn about http
Minor internal changes
3.8.3 2020-09-27
Fix #260 introduced in 3.8.2, could not reuse existing shares
3.8.2 2020-09-05
Fix #255 wrong homepage_url in manifest.json
Fix #252 handling password protected shares
Close #241 improve Readme
3.8.1 2020-07-21
Fix #236 Uploads fail if firstPartyIsolation is set
Fix several typos in messages, comments and CHANGELOG
3.8 2020-06-27
Close #188 Hide advanced options
Close #189 Check free space before upload
Fix #203 wrong error message
Close #205 Hungarian localization
Close #211 Handle maintenance mode in preferences pane
Some code cleanup
3.7.1 2020-06-10
Fix #193 buttons not disabled in some situations
Fix #194 generated app passwords & LDAP user database
Fix #199 triggers brute force prevention
Close #87 Nextcloud 16 is obsolete now
3.7.0 2020-05-26
Close #141, #163, #183: Add a dialog with upload status
Close #175, #176, #177: Offer random passwords (one per file)
Fix #147 Login fails with app passwords
Fix #159 Input fields unreadable with some gnome themes
Fix #161 Some uploads fail if multiple files attached at once
Fix #170 Misleading error message if necessary server apps disabled
Fix #185 Password erroneously password protected on ownCloud
Fix minor bugs #150, #156, #157, #172, #180
3.6.3 2020-05-11
Fix #166 introduced in 3.6.0, broke urls with path like <http://example.com/cloud>
Fix a typo in CHANGELOG ;-)
3.6.2 2020-05-03
Fix #155 bug introduced in 3.6.1 that broke some existing configurations
3.6.1 2020-05-03
Fix #138 & #139 (previous fix didn't fix)
Fix #153 & #154 Upload fails if file already exists
3.6.0 2020-05-01
Close #115 Server URL by Copy & Paste from web login
Close #122 Mark unusable accounts as not configured
Fix #135 Wrong error message with unknown user on ownCloud
Internal improvements #119, #131, #134, #148
3.5.1 2020-04-21
Fix #139 Timeout issues
Fix #136 Allow empty download password
Close #137 & #140, html & css improvements
3.5.0 2020-04-12
Fix #114: Shows outdated quota info
Fix #106: Doesn't update productname
Close #112: Check login data on save
Close #105: Check if sharing is enabled
Close #104: Validate password if on Nextcloud 17+
Close #100: Enforce password policy
Close #97: Fix too long expiry time
Close #77: Insert IDN-Urls in human readable format
Fix #107: Upload fails when password is set
Close #20: Check accout data in preferences panel
Lots of internal changes
3.4.2 2020-04-01
- Close #89: Free space info missing
- Close #60, #90: Internal changes
- Close minor issues #48, #95
3.4.1 2020-02-21
- Close #81: French translation of new messages
- Close #82: Catalan and Spanish translations of new messages
- Close #73: Shows outdated free space info while editing account
- Internal Project optimization & cleanup in davuploader
3.4.0 2020-02-18
- Close #27: Show Nextcloud/ownCloud flavor and version
- Close #70: Show product name instead of account name
- Close #79: Warn about unsupported version
- Small changes to styling
3.3.0 2020-01-04
- Catalan translation by @josepmanel
- Spanish translation by @josepmanel (Close #3)
- French translation by @Go-rom (Close #4)
- Close #49: Photon style for preferences pane (kind of)
- Internal changes to prepare for 3.4
3.2.1 2020-01-19
- Fix #57: Help text for expire settings missing
- Fix #56: Expire number input field too wide
- Code cleanup with no functional effects
3.2.0 2020-01-17
- Don't overwrite shared cloud files with changed local content
- Allow setting a share timeout
3.1.0 2020-01-13
- Don't upload file if it's already in the cloud
- Use existing share link instead of generating new ones
- Send url that immediately starts download
3.0.0 2020-01-12
- Support owncloud
- Change name to *cloud
2.0.6 2020-01-09
- Fix #17: Preferences panel blocks on network errors
- Fix #18: Upload error for nextcloud accounts with external auth
- Fix #21: Doesn't get app password if username or url changed
2.0.5 2020-01-09
- Fix #11: Adds extra / at beginning of folder path
- Fix #14: Stores PW instead of app password
- Fix #15: Free space gauge missing
- Fix several smaller bugs introduced by 2.0.4
2.0.4 2020-01-08
- Internal rewrite, no changed functions
2.0.3 2020-01-08
- Fix issue #9: Accepts other url types than https and http
- Fix issue #10: Doesn't upload huge files
2.0.2 2020-01-03
- Fix issue #1: Removes app token on account deletion
2.0.1 2020-01-03
- Fix issue #2: Preferences pane hangs on Save
2.0.0 2020-01-03
- Works with Thunderbird 68+
- Handles multiple accounts
- All accounts editable