Derrick Hammer pcfreak30
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-28 20:20:12 +00:00
804f32e2be dep: update dashboard
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-28 20:19:45 +00:00
2a7fa75329 fix: update tus patch to patch lib.es5 as well
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-28 19:45:15 +00:00
af5c7dc40d dep: update dashboard
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-28 19:44:32 +00:00
0818b8b87d fix: add patch for tus on parallel uploads to ensure it sends the meta
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-28 14:01:49 +00:00
12caef5f9b dep: update dashboard
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-28 04:02:51 +00:00
d078999108 dep: update portal-sdk
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-28 04:01:50 +00:00
38593ae032 dep: update portal-sdk
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-28 03:44:26 +00:00
08830a2e2b dep: update dashboard
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-28 03:43:53 +00:00
ecb1edacd3 dep: update portal-sdk
pcfreak30 pushed to develop at LumeWeb/s5-js 2024-03-28 03:41:04 +00:00
6ba0e4af07 fix: pass file directly, not as a json payload
pcfreak30 opened issue LumeWeb/portal-dashboard#24 2024-03-27 10:31:23 +00:00
File Manager Renders Twice
pcfreak30 commented on issue LumeWeb/portal-dashboard#19 2024-03-27 10:15:48 +00:00
Pinning System Improvements

Ok this worked once but i see the error you mentioned, the issues is that we are expecting a response from the pin endpoint. The thing is that when that response arrives the file is already…

pcfreak30 commented on issue LumeWeb/portal-dashboard#18 2024-03-27 10:11:47 +00:00
Persistent tracking of pinning queue

We might also want to instead just rely on a server API list endpoint vs store in local storage.

TBD how this plays out.

pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-27 10:05:55 +00:00
44b9f625cc feat: implement download file
pcfreak30 commented on issue LumeWeb/portal-dashboard#23 2024-03-27 09:38:14 +00:00
Email Verification Request Fail

@ditorodev If the api call returns an Error (instance of Error), Promise.reject() if needed for the query, and handle it however needed. I currently return errors rather than throw them.

Ex…

pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-27 03:52:08 +00:00
c699672737 fix: only run when we have both the email and token
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-27 03:51:37 +00:00
41bff5acdd dep: update portal-sdk
pcfreak30 pushed to develop at LumeWeb/portal-sdk 2024-03-27 03:50:15 +00:00
080fea1b1e dep: update s5-js
pcfreak30 pushed to develop at LumeWeb/s5-js 2024-03-27 03:48:50 +00:00
17c3addeb2 fix: reverse array before popping to get the 1st element
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-27 03:40:15 +00:00
3331f1b1c1 refactor: update progress logic