@cocreate/file-server 1.4.3 → 1.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/FUNDING.yml +3 -3
- package/.github/workflows/automated.yml +56 -43
- package/CHANGELOG.md +480 -465
- package/CONTRIBUTING.md +96 -96
- package/CoCreate.config.js +27 -27
- package/LICENSE +21 -21
- package/README.md +84 -84
- package/demo/index.html +21 -21
- package/docs/index.html +195 -60
- package/package.json +3 -3
- package/release.config.js +21 -21
- package/src/index.js +170 -170
- package/webpack.config.js +84 -84
package/CHANGELOG.md
CHANGED
|
@@ -1,466 +1,481 @@
|
|
|
1
|
-
## [1.4.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* Update dependencies versions ([
|
|
7
|
-
|
|
8
|
-
## [1.4.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
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
|
-
## [1.1
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### Bug Fixes
|
|
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
|
-
## [1.0.
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
### Bug Fixes
|
|
218
|
-
|
|
219
|
-
* bump
|
|
220
|
-
|
|
221
|
-
## [1.0.
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
### Bug Fixes
|
|
225
|
-
|
|
226
|
-
* bump dependencies ([
|
|
227
|
-
* update cdn ([
|
|
228
|
-
|
|
229
|
-
## [1.0.
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
### Bug Fixes
|
|
233
|
-
|
|
234
|
-
*
|
|
235
|
-
|
|
236
|
-
## [1.0.
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
### Bug Fixes
|
|
240
|
-
|
|
241
|
-
* bump dependencies ([
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
*
|
|
411
|
-
|
|
412
|
-
## [1.0.
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
### Bug Fixes
|
|
416
|
-
|
|
417
|
-
*
|
|
418
|
-
|
|
419
|
-
## [1.0.
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
### Bug Fixes
|
|
423
|
-
|
|
424
|
-
*
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
1
|
+
## [1.4.5](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.4.4...v1.4.5) (2023-06-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([54b43b4](https://github.com/CoCreate-app/CoCreate-file-server/commit/54b43b46e5c053314f4330f0c1cd95efcf074e6b))
|
|
7
|
+
|
|
8
|
+
## [1.4.4](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.4.3...v1.4.4) (2023-06-04)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* [@v3](https://github.com/v3) ([9fef0e7](https://github.com/CoCreate-app/CoCreate-file-server/commit/9fef0e7e7da1a7b9ff36dd55e80ffc63059f721a))
|
|
14
|
+
* html formating ([afd6387](https://github.com/CoCreate-app/CoCreate-file-server/commit/afd63878310a266ce4d921541516803be1007ace))
|
|
15
|
+
|
|
16
|
+
## [1.4.3](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.4.2...v1.4.3) (2023-05-25)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* Update dependencies versions ([3eee569](https://github.com/CoCreate-app/CoCreate-file-server/commit/3eee56994fd42463b8dddc263d960b117508b9ca))
|
|
22
|
+
|
|
23
|
+
## [1.4.2](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.4.1...v1.4.2) (2023-05-20)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* updated dependencies to their latest versions ([d95863d](https://github.com/CoCreate-app/CoCreate-file-server/commit/d95863db0e5c5508dd33b6ac8b6607822052ac6f))
|
|
29
|
+
|
|
30
|
+
## [1.4.1](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.4.0...v1.4.1) (2023-05-20)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* hostNotFound response ([c97ea45](https://github.com/CoCreate-app/CoCreate-file-server/commit/c97ea4511e1275aacbe71bb08d4f4efed2b290a4))
|
|
36
|
+
|
|
37
|
+
# [1.4.0](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.3.0...v1.4.0) (2023-05-19)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* add organization_id to response headers ([2f731f5](https://github.com/CoCreate-app/CoCreate-file-server/commit/2f731f582f535d93b223bfaad98a52675953e11e))
|
|
43
|
+
|
|
44
|
+
# [1.3.0](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.2.1...v1.3.0) (2023-05-11)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* apikey renamed to key ([3cd1648](https://github.com/CoCreate-app/CoCreate-file-server/commit/3cd16488b21b0110ec242b1c02dffe02328153c9))
|
|
50
|
+
* replace key ([fa78c05](https://github.com/CoCreate-app/CoCreate-file-server/commit/fa78c0557c380e149336b4eefbe8e797b86b3409))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Features
|
|
54
|
+
|
|
55
|
+
* redirect to /superadmin ([9094337](https://github.com/CoCreate-app/CoCreate-file-server/commit/909433742d08dadb1bc9f61b45850dd6eec8e1c2))
|
|
56
|
+
|
|
57
|
+
## [1.2.1](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.2.0...v1.2.1) (2023-05-10)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
* handeling of superadmin signup ([06a5b96](https://github.com/CoCreate-app/CoCreate-file-server/commit/06a5b963bd8f552d02baa3ac9f749071a8387653))
|
|
63
|
+
|
|
64
|
+
# [1.2.0](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.1.3...v1.2.0) (2023-05-05)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Features
|
|
68
|
+
|
|
69
|
+
* /superadmin to aacess a default admin console ([04a6f15](https://github.com/CoCreate-app/CoCreate-file-server/commit/04a6f15ce0fe441d1aedda20b74d66f5d63abef0))
|
|
70
|
+
* 404.html and 403.html fetched from orgs files, with default fallbacks handeled by platform ([c69faab](https://github.com/CoCreate-app/CoCreate-file-server/commit/c69faab0af96752ca6f6e4b0a2faa3c0584f6f92))
|
|
71
|
+
|
|
72
|
+
## [1.1.3](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.1.2...v1.1.3) (2023-04-24)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Bug Fixes
|
|
76
|
+
|
|
77
|
+
* removed dev dependencies ([acb0bea](https://github.com/CoCreate-app/CoCreate-file-server/commit/acb0bea51612f1be47a4f2781e917a9eac45312a))
|
|
78
|
+
|
|
79
|
+
## [1.1.2](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.1.1...v1.1.2) (2023-04-24)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Bug Fixes
|
|
83
|
+
|
|
84
|
+
* removed uglify.js from dev dependencies ([d6ba699](https://github.com/CoCreate-app/CoCreate-file-server/commit/d6ba699dd24590ea429b97ac4e5a461218bb3dc1))
|
|
85
|
+
|
|
86
|
+
## [1.1.1](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.1.0...v1.1.1) (2023-04-24)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### Bug Fixes
|
|
90
|
+
|
|
91
|
+
* removed console.log ([94904b7](https://github.com/CoCreate-app/CoCreate-file-server/commit/94904b70b9741eba1a29172dc3dca1f2f6d3edf3))
|
|
92
|
+
|
|
93
|
+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.53...v1.1.0) (2023-04-23)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
* store organizaton_id in map to prevent repeated db queries ([74c0540](https://github.com/CoCreate-app/CoCreate-file-server/commit/74c05407df2118a9b1601181a7a42c1ac7bdad32))
|
|
99
|
+
|
|
100
|
+
## [1.0.53](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.52...v1.0.53) (2023-04-11)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### Bug Fixes
|
|
104
|
+
|
|
105
|
+
* domains renamd to hosts ([8d19734](https://github.com/CoCreate-app/CoCreate-file-server/commit/8d197343a5daa9039f00f69e4a0a78e8a9925f59))
|
|
106
|
+
* if !organization_id query platform org by domain to find id ([c849c7d](https://github.com/CoCreate-app/CoCreate-file-server/commit/c849c7dc2e4c7533550389a589f650077fd9da96))
|
|
107
|
+
* renamed domans to hosts ([57c06c3](https://github.com/CoCreate-app/CoCreate-file-server/commit/57c06c32a5b38c1006ad1e85648164ce3568ac63))
|
|
108
|
+
|
|
109
|
+
## [1.0.52](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.51...v1.0.52) (2023-02-01)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
### Bug Fixes
|
|
113
|
+
|
|
114
|
+
* bump dependencies ([5e236cc](https://github.com/CoCreate-app/CoCreate-file-server/commit/5e236cc703b7aae02b8267d4789ef887ae7806bf))
|
|
115
|
+
|
|
116
|
+
## [1.0.51](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.50...v1.0.51) (2023-01-31)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Bug Fixes
|
|
120
|
+
|
|
121
|
+
* bump dependencies ([34ff516](https://github.com/CoCreate-app/CoCreate-file-server/commit/34ff516aa96e129e15212e186ef122711b486844))
|
|
122
|
+
|
|
123
|
+
## [1.0.50](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.49...v1.0.50) (2023-01-30)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Bug Fixes
|
|
127
|
+
|
|
128
|
+
* bump dependencies ([633267f](https://github.com/CoCreate-app/CoCreate-file-server/commit/633267fa1ae72e5442b8e933276c65d6224966a9))
|
|
129
|
+
|
|
130
|
+
## [1.0.49](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.48...v1.0.49) (2023-01-29)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Bug Fixes
|
|
134
|
+
|
|
135
|
+
* bump dependencies ([97a89c1](https://github.com/CoCreate-app/CoCreate-file-server/commit/97a89c1f741ec561c27e3e13a96427fb51db339b))
|
|
136
|
+
|
|
137
|
+
## [1.0.48](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.47...v1.0.48) (2023-01-29)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
### Bug Fixes
|
|
141
|
+
|
|
142
|
+
* bump dependencies ([6510481](https://github.com/CoCreate-app/CoCreate-file-server/commit/6510481eb75d22ff49702e6dddfb43233c09ec27))
|
|
143
|
+
|
|
144
|
+
## [1.0.47](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.46...v1.0.47) (2023-01-28)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Bug Fixes
|
|
148
|
+
|
|
149
|
+
* bump dependencies ([ac88f1a](https://github.com/CoCreate-app/CoCreate-file-server/commit/ac88f1a2cc45240ed6ba4b5c8f9673808770a20d))
|
|
150
|
+
|
|
151
|
+
## [1.0.46](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.45...v1.0.46) (2023-01-13)
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
### Bug Fixes
|
|
155
|
+
|
|
156
|
+
* bump dependencies ([49cef08](https://github.com/CoCreate-app/CoCreate-file-server/commit/49cef081f19a4e1e0cb364b4420d56a565198cb2))
|
|
157
|
+
|
|
158
|
+
## [1.0.45](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.44...v1.0.45) (2023-01-10)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Bug Fixes
|
|
162
|
+
|
|
163
|
+
* bump dependencies ([e5c601c](https://github.com/CoCreate-app/CoCreate-file-server/commit/e5c601c38134edacdafdedd6446a804d9f88b151))
|
|
164
|
+
|
|
165
|
+
## [1.0.44](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.43...v1.0.44) (2023-01-09)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
### Bug Fixes
|
|
169
|
+
|
|
170
|
+
* bump dependnecies ([0f3eedb](https://github.com/CoCreate-app/CoCreate-file-server/commit/0f3eedbc8e1b4efa4d024a26c6fbf2484c43f2fa))
|
|
171
|
+
|
|
172
|
+
## [1.0.43](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.42...v1.0.43) (2023-01-06)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Bug Fixes
|
|
176
|
+
|
|
177
|
+
* bump dependencies, worklow [@v3](https://github.com/v3) ([f8788b1](https://github.com/CoCreate-app/CoCreate-file-server/commit/f8788b1b70270692c101b73fea3c3dd1dc0bae72))
|
|
178
|
+
|
|
179
|
+
## [1.0.42](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.41...v1.0.42) (2023-01-05)
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Bug Fixes
|
|
183
|
+
|
|
184
|
+
* bump dependencies ([0fd7086](https://github.com/CoCreate-app/CoCreate-file-server/commit/0fd708638732d57ec0c049fff08fa25ba01299e1))
|
|
185
|
+
|
|
186
|
+
## [1.0.41](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.40...v1.0.41) (2023-01-01)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
### Bug Fixes
|
|
190
|
+
|
|
191
|
+
* docs sanbox overflow ([769493e](https://github.com/CoCreate-app/CoCreate-file-server/commit/769493e08d87d50bbefc0eb8b3d38ffa0f515572))
|
|
192
|
+
|
|
193
|
+
## [1.0.40](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.39...v1.0.40) (2022-12-31)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Bug Fixes
|
|
197
|
+
|
|
198
|
+
* bump dependencies ([6e741ef](https://github.com/CoCreate-app/CoCreate-file-server/commit/6e741efe4c0592d626282796daa1bd85813974ec))
|
|
199
|
+
|
|
200
|
+
## [1.0.39](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.38...v1.0.39) (2022-12-30)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### Bug Fixes
|
|
204
|
+
|
|
205
|
+
* update config sources to use template braces with entry on src ([f53564e](https://github.com/CoCreate-app/CoCreate-file-server/commit/f53564e52a8520cc8d528e9dc9897c0a3c292a56))
|
|
206
|
+
|
|
207
|
+
## [1.0.38](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.37...v1.0.38) (2022-12-29)
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
### Bug Fixes
|
|
211
|
+
|
|
212
|
+
* bump dependencies ([d44e689](https://github.com/CoCreate-app/CoCreate-file-server/commit/d44e689e013ddd8bdc4916ecb1bbf55183fc3131))
|
|
213
|
+
|
|
214
|
+
## [1.0.37](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.36...v1.0.37) (2022-12-27)
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
### Bug Fixes
|
|
218
|
+
|
|
219
|
+
* bump dependencies ([1a5d5e0](https://github.com/CoCreate-app/CoCreate-file-server/commit/1a5d5e0c21d64bd8d0f246209197d66cbf3412a0))
|
|
220
|
+
|
|
221
|
+
## [1.0.36](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.35...v1.0.36) (2022-12-25)
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
### Bug Fixes
|
|
225
|
+
|
|
226
|
+
* bump dependencies ([599a941](https://github.com/CoCreate-app/CoCreate-file-server/commit/599a94127bbdd20a8c45bb31bc2b8c326aa49dcf))
|
|
227
|
+
* update cdn to latest ([80f5cc7](https://github.com/CoCreate-app/CoCreate-file-server/commit/80f5cc77fbc811e177a15e7496d372c47ed02308))
|
|
228
|
+
|
|
229
|
+
## [1.0.35](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.34...v1.0.35) (2022-12-23)
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Bug Fixes
|
|
233
|
+
|
|
234
|
+
* bump dependnecies ([6a53778](https://github.com/CoCreate-app/CoCreate-file-server/commit/6a537781fd200b644f9495f3d6765d68988ee176))
|
|
235
|
+
|
|
236
|
+
## [1.0.34](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.33...v1.0.34) (2022-12-22)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Bug Fixes
|
|
240
|
+
|
|
241
|
+
* bump dependencies ([3143710](https://github.com/CoCreate-app/CoCreate-file-server/commit/314371032005ff101c4e221847ba780914e9c12e))
|
|
242
|
+
* update cdn ([676dad7](https://github.com/CoCreate-app/CoCreate-file-server/commit/676dad737d22f0350c64e03902ab82300c9c8a9b))
|
|
243
|
+
|
|
244
|
+
## [1.0.33](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.32...v1.0.33) (2022-12-22)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Bug Fixes
|
|
248
|
+
|
|
249
|
+
* update demos and bump dependencies ([faba29e](https://github.com/CoCreate-app/CoCreate-file-server/commit/faba29ec99e2f28a2c4c73986fb1ed209c00fcee))
|
|
250
|
+
|
|
251
|
+
## [1.0.32](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.31...v1.0.32) (2022-12-21)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Bug Fixes
|
|
255
|
+
|
|
256
|
+
* bump dependencies ([3033449](https://github.com/CoCreate-app/CoCreate-file-server/commit/30334496a05f9d54cac390fe4cc5de7c6c8fd200))
|
|
257
|
+
|
|
258
|
+
## [1.0.31](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.30...v1.0.31) (2022-12-20)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### Bug Fixes
|
|
262
|
+
|
|
263
|
+
* bump dependencies ([a6a43ec](https://github.com/CoCreate-app/CoCreate-file-server/commit/a6a43ec54a8a20a45a555f85c8e8cdaf6e25314f))
|
|
264
|
+
|
|
265
|
+
## [1.0.30](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.29...v1.0.30) (2022-12-13)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Bug Fixes
|
|
269
|
+
|
|
270
|
+
* removed un used devDependencies ([6ccfc1d](https://github.com/CoCreate-app/CoCreate-file-server/commit/6ccfc1d0f59079e97ea47d0f4720707515a6aed3))
|
|
271
|
+
|
|
272
|
+
## [1.0.29](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.28...v1.0.29) (2022-12-13)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Bug Fixes
|
|
276
|
+
|
|
277
|
+
* bump dependencies ([8af3fab](https://github.com/CoCreate-app/CoCreate-file-server/commit/8af3fab6e838312d01b952d480ecbf4769e91ee5))
|
|
278
|
+
|
|
279
|
+
## [1.0.28](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.27...v1.0.28) (2022-12-12)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Bug Fixes
|
|
283
|
+
|
|
284
|
+
* bump dependencies ([3a40ad1](https://github.com/CoCreate-app/CoCreate-file-server/commit/3a40ad155719d57306d3372af6137de7a0199e29))
|
|
285
|
+
|
|
286
|
+
## [1.0.27](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.26...v1.0.27) (2022-12-11)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Bug Fixes
|
|
290
|
+
|
|
291
|
+
* bump dependencies ([13bffd6](https://github.com/CoCreate-app/CoCreate-file-server/commit/13bffd642406c638b1accb8a3673cc1590b89add))
|
|
292
|
+
|
|
293
|
+
## [1.0.26](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.25...v1.0.26) (2022-12-09)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Bug Fixes
|
|
297
|
+
|
|
298
|
+
* bump dependencies ([b0f173f](https://github.com/CoCreate-app/CoCreate-file-server/commit/b0f173f7053344fb839c142cff6af671419a0760))
|
|
299
|
+
|
|
300
|
+
## [1.0.25](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.24...v1.0.25) (2022-12-08)
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
### Bug Fixes
|
|
304
|
+
|
|
305
|
+
* bump dependencies ([162262c](https://github.com/CoCreate-app/CoCreate-file-server/commit/162262c4a8df2644a7b84b67b54756e99e852309))
|
|
306
|
+
|
|
307
|
+
## [1.0.24](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.23...v1.0.24) (2022-12-07)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Bug Fixes
|
|
311
|
+
|
|
312
|
+
* bump dependencies ([039c952](https://github.com/CoCreate-app/CoCreate-file-server/commit/039c9529171787ff2f6fee40b02f89037a4ad1c2))
|
|
313
|
+
|
|
314
|
+
## [1.0.23](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.22...v1.0.23) (2022-12-06)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
### Bug Fixes
|
|
318
|
+
|
|
319
|
+
* base64Data is not defined ([2a03c22](https://github.com/CoCreate-app/CoCreate-file-server/commit/2a03c22ed27c9e2c40471a032180017e0511d220))
|
|
320
|
+
|
|
321
|
+
## [1.0.22](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.21...v1.0.22) (2022-12-06)
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
### Bug Fixes
|
|
325
|
+
|
|
326
|
+
* video response ([9059755](https://github.com/CoCreate-app/CoCreate-file-server/commit/905975589082d547b34c6f0a581174e7860c4b36))
|
|
327
|
+
|
|
328
|
+
## [1.0.21](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.20...v1.0.21) (2022-12-05)
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Bug Fixes
|
|
332
|
+
|
|
333
|
+
* testing ([a9b246d](https://github.com/CoCreate-app/CoCreate-file-server/commit/a9b246d9ed42395b81ae60b82f19e98025e72a7b))
|
|
334
|
+
|
|
335
|
+
## [1.0.20](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.19...v1.0.20) (2022-12-05)
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
### Bug Fixes
|
|
339
|
+
|
|
340
|
+
* testing ([215f057](https://github.com/CoCreate-app/CoCreate-file-server/commit/215f05757ce6138e9e45df2491b4143416b49c96))
|
|
341
|
+
|
|
342
|
+
## [1.0.19](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.18...v1.0.19) (2022-12-05)
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
### Bug Fixes
|
|
346
|
+
|
|
347
|
+
* testing ([a9c7cd9](https://github.com/CoCreate-app/CoCreate-file-server/commit/a9c7cd98ec6dfb6097b7c57f70f737818478cd5b))
|
|
348
|
+
|
|
349
|
+
## [1.0.18](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.17...v1.0.18) (2022-12-05)
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
### Bug Fixes
|
|
353
|
+
|
|
354
|
+
* testing ([7a1ce15](https://github.com/CoCreate-app/CoCreate-file-server/commit/7a1ce15a12057260eeb9f121fdc21a26ca22df4d))
|
|
355
|
+
|
|
356
|
+
## [1.0.17](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.16...v1.0.17) (2022-12-05)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Bug Fixes
|
|
360
|
+
|
|
361
|
+
* testing ([496a175](https://github.com/CoCreate-app/CoCreate-file-server/commit/496a17513e9c1cc6628fbb056501a015e9dc7c4e))
|
|
362
|
+
|
|
363
|
+
## [1.0.16](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.15...v1.0.16) (2022-12-05)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
### Bug Fixes
|
|
367
|
+
|
|
368
|
+
* testing ([7631e2d](https://github.com/CoCreate-app/CoCreate-file-server/commit/7631e2de7cb8b617c4abb1f916603f3496fac453))
|
|
369
|
+
|
|
370
|
+
## [1.0.15](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.14...v1.0.15) (2022-12-05)
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
### Bug Fixes
|
|
374
|
+
|
|
375
|
+
* console.logs ([e73293f](https://github.com/CoCreate-app/CoCreate-file-server/commit/e73293fbb50330760a42250b773581527e870bd3))
|
|
376
|
+
|
|
377
|
+
## [1.0.14](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.13...v1.0.14) (2022-12-05)
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
### Bug Fixes
|
|
381
|
+
|
|
382
|
+
* typo res.end ([2299a83](https://github.com/CoCreate-app/CoCreate-file-server/commit/2299a83a7f54b14a6f034cfa54563f090acfc344))
|
|
383
|
+
|
|
384
|
+
## [1.0.13](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.12...v1.0.13) (2022-12-05)
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
### Bug Fixes
|
|
388
|
+
|
|
389
|
+
* removed server-side-render. render passed from init ([e6a1f74](https://github.com/CoCreate-app/CoCreate-file-server/commit/e6a1f745ce9800f2a3721e6e680aec6401d3df43))
|
|
390
|
+
|
|
391
|
+
## [1.0.12](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.11...v1.0.12) (2022-12-05)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
### Bug Fixes
|
|
395
|
+
|
|
396
|
+
* workflow automation ([f012165](https://github.com/CoCreate-app/CoCreate-file-server/commit/f012165d7f852756b21196b198d52d5a311d1141))
|
|
397
|
+
|
|
398
|
+
## [1.0.11](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.10...v1.0.11) (2022-12-05)
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
### Bug Fixes
|
|
402
|
+
|
|
403
|
+
* redeploy ([dca66f6](https://github.com/CoCreate-app/CoCreate-file-server/commit/dca66f67703f0a8da528a25b6cbd25151e7d9b00))
|
|
404
|
+
|
|
405
|
+
## [1.0.10](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.9...v1.0.10) (2022-12-05)
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
### Bug Fixes
|
|
409
|
+
|
|
410
|
+
* masterOrg replaced with process.env.organization_id ([7583473](https://github.com/CoCreate-app/CoCreate-file-server/commit/75834733dcdd957433f34a2ca1ca33faf766be4a))
|
|
411
|
+
|
|
412
|
+
## [1.0.9](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.8...v1.0.9) (2022-12-05)
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
### Bug Fixes
|
|
416
|
+
|
|
417
|
+
* send html and organization_id to render.HTML ([a11390b](https://github.com/CoCreate-app/CoCreate-file-server/commit/a11390be2c40cdead9eaeab253c11477cafe21f7))
|
|
418
|
+
|
|
419
|
+
## [1.0.8](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.7...v1.0.8) (2022-12-04)
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Bug Fixes
|
|
423
|
+
|
|
424
|
+
* || !organization.document ([d462728](https://github.com/CoCreate-app/CoCreate-file-server/commit/d462728e319d6af3d87487f75b2b12ef6a495255))
|
|
425
|
+
* bump dependencies ([9c53845](https://github.com/CoCreate-app/CoCreate-file-server/commit/9c5384510a632fa53a7e569779cfdef2ef51aef2))
|
|
426
|
+
|
|
427
|
+
## [1.0.7](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.6...v1.0.7) (2022-12-04)
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
### Bug Fixes
|
|
431
|
+
|
|
432
|
+
* replaced substr with substring ([aa015ae](https://github.com/CoCreate-app/CoCreate-file-server/commit/aa015ae7366ff8a26c6a9d54cbea004d994f03a9))
|
|
433
|
+
|
|
434
|
+
## [1.0.6](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.5...v1.0.6) (2022-12-04)
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
### Bug Fixes
|
|
438
|
+
|
|
439
|
+
* path operator ([39bffb1](https://github.com/CoCreate-app/CoCreate-file-server/commit/39bffb1bad4e136335dfe051c23eaecd55f203a7))
|
|
440
|
+
|
|
441
|
+
## [1.0.5](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.4...v1.0.5) (2022-12-04)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
### Bug Fixes
|
|
445
|
+
|
|
446
|
+
* crud return _id as object ([629dd6f](https://github.com/CoCreate-app/CoCreate-file-server/commit/629dd6f9aabf17ba2b41124df9b214768b07508c))
|
|
447
|
+
|
|
448
|
+
## [1.0.4](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.3...v1.0.4) (2022-12-04)
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
### Bug Fixes
|
|
452
|
+
|
|
453
|
+
* console.log to trace error in deployment ([f6cba21](https://github.com/CoCreate-app/CoCreate-file-server/commit/f6cba2155475bb5436e2eba513ee5a2594db78e7))
|
|
454
|
+
|
|
455
|
+
## [1.0.3](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.2...v1.0.3) (2022-12-04)
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
### Bug Fixes
|
|
459
|
+
|
|
460
|
+
* console.log to trace error in deployment ([3feacd7](https://github.com/CoCreate-app/CoCreate-file-server/commit/3feacd78fdd6265d0d5641484775721d7d823146))
|
|
461
|
+
|
|
462
|
+
## [1.0.2](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.1...v1.0.2) (2022-12-04)
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
### Bug Fixes
|
|
466
|
+
|
|
467
|
+
* console.log to trace error in deployment ([4f9c11f](https://github.com/CoCreate-app/CoCreate-file-server/commit/4f9c11f886ad113c008c2464e734d2172dc11ee2))
|
|
468
|
+
|
|
469
|
+
## [1.0.1](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.0.0...v1.0.1) (2022-12-04)
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
### Bug Fixes
|
|
473
|
+
|
|
474
|
+
* if file.document ([f9d4e38](https://github.com/CoCreate-app/CoCreate-file-server/commit/f9d4e38b00bbdef7912bee6964797b8957ff189b))
|
|
475
|
+
|
|
476
|
+
# 1.0.0 (2022-12-04)
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
### Features
|
|
480
|
+
|
|
466
481
|
* Initial Release ([75272cc](https://github.com/CoCreate-app/CoCreate-file-server/commit/75272cc4bb4e0ea0bb780a8285808f8d93fcff6a))
|