Commit Graph

46 Commits

Author SHA1 Message Date
Aminejv
43b87e798c feat(Upload): display files uploaded by actions.saveCopy in the upload queue 2021-11-22 18:29:13 +01:00
Martina
0c91a54382 textile bucketsGetOrCreate replacement 2021-09-24 18:20:28 -07:00
Aminejv
25e688fa02 feat(file-utilities/uploadLink):
- remove Alert code

- add support for uploadAbort
2021-09-22 12:12:23 +01:00
Martina
37b9bac7b0 migration to new flat structure 2021-09-17 17:09:10 -07:00
Aminejv
5c0747ff71 chore(file-utilities):
- remove Store.js. We'll use a queue system, it'll be easier to cancel file uploading from the queue directly

- remove uploadFiles functions. It'll be replaced by the queue system

- remove the context parameter from the upload function. We'll use onProgress handler instead

- add UploadAbort parameter to upload, which is an object that will give us the ability to abort an occurring upload outside of the function scope
2021-09-17 15:20:00 -07:00
Martina
a75ef7129b converted file.data.blurhash -> file.blurhash 2021-09-13 12:43:26 -07:00
Martina
44820c388a converted file.data.type -> file.type 2021-09-13 12:40:51 -07:00
Martina
b45be08ffb modified data.name to just name 2021-09-13 12:40:51 -07:00
Martina
8056862898 fixed blurhash checking 2021-09-03 13:02:00 -07:00
Martina
70b95110e7 added uploading alert for links 2021-08-23 19:35:12 -07:00
Aminejv
edbd3b5e5a chore(env): remove EXTERNAL_RESOURCES and use new envs 2021-08-09 14:51:51 +01:00
Martina
6cb68d14a3 links 2021-07-07 14:10:31 -07:00
Martina
387045082c adding Logging function and converting console.log to Logging.log 2021-06-11 12:25:58 -07:00
Martina
55d724771a fixed filtering bug and cleaned up code 2021-04-17 17:36:28 -07:00
Martina
31642ede5a fixed page freeze while uploading bug 2020-12-11 19:57:54 -08:00
Martina
c3ff1e31fe improved preview images 2020-11-29 15:47:08 -08:00
Martina
a5cec0fa9a converted to using error message formatter 2020-11-27 20:39:01 -08:00
Martina
f6ad41400e small nits 2020-11-22 18:32:42 -08:00
@wwwjim
de50a08a2c fixes JSZip throw when checking if a file is a zip 2020-11-15 18:31:18 -08:00
Akuoko Daniel Jnr
2a03dd5384
feat: validate if zip is unity game file or otherwise 2020-11-15 16:41:35 +00:00
Akuoko Daniel Jnr
0ed17fc797
refactor: zip upload 2020-11-14 13:27:45 +00:00
Martina
ee486fca93 fixed svg upload issue 2020-11-02 12:27:11 -08:00
Martina
94f6645dd9 replaced rehydrate with webhooks 2020-10-30 16:17:55 -07:00
jimmylee
d5929d8ef5 adds case when the upload server is not provided 2020-10-27 11:54:57 -07:00
jimmylee
a3951f06b3 fixes routing issue 2020-10-23 03:47:47 -07:00
@wwwjim
15fa57c2df supports custom resource URIs for two upload endpoints 2020-10-23 03:34:31 -07:00
Martina
3786311d77 slate layout resize and move functions 2020-10-21 13:26:17 -07:00
@wwwjim
b5dbfb68c7 cleanup: keeps timeouts and modifications tidy for file uploads 2020-10-09 03:43:56 -07:00
@wwwjim
e15815e3b3 unpipe the pipe 2020-10-08 19:32:30 -07:00
Martina
9082a97baf cancel file upload button 2020-10-01 21:24:10 -07:00
@wwwjim
35a085f3fc all bucket deals are off cloned buckets, either open or encrypted based on user settings, user defaults are not to participate in automatic storage 2020-09-28 10:48:49 -07:00
Martina
712fd4fd19 standardized borders and fixed slate upload duplicate issue 2020-09-26 14:15:45 -07:00
@wwwjim
12c04b4358 encrypted-bucket: delete 2020-09-25 10:54:37 -07:00
@wwwjim
99aa58f3f5 encrypted buckets: encrypted buckets in production 2020-09-25 10:40:54 -07:00
@wwwjim
7d76480340 v1: one off storage deal 2020-09-23 04:17:56 -07:00
Martina
3e2104e4c1 finished upload parallelization 2020-09-21 15:21:50 -07:00
Martina
29a8c0f685 endpoints work but not saving data to user 2020-09-21 15:21:50 -07:00
Martina
e518e7129d refactored upload to slates to handle multiple 2020-09-21 15:21:50 -07:00
Martina
f9d1092c76 before refactoring add-url and file-utilities 2020-09-21 15:21:50 -07:00
Martina
8937ca57fd delete multiple works now and is on home page also 2020-09-19 12:37:09 -07:00
Martina
04d716f453 file type icon fix 2020-09-19 12:37:09 -07:00
Martina
b05f42fcbb switched alerts to Alert component 2020-09-11 16:19:48 -07:00
@wwwjim
60530f512c slate: default data, default states 2020-08-21 22:19:11 -07:00
jimmylee
8cfa9bd874 slate: adds the capability to add metadata to slate objects 2020-08-21 00:07:39 -07:00
@wwwjim
3fd1e9d6a7 edit-account: uses new upload method 2020-08-19 22:29:37 -07:00
@wwwjim
b836735d82 file-utilities: adds reusable upload method 2020-08-19 22:29:37 -07:00