7696997e53
refactor: implement import reader in s5 pinning
5523d5e60d
feat: add ImportReader class to wrap and track the reading of the import and update at every read, and support a stage number to act as an offset so it can be used for both s3 upload and sia upload stages
0e3a25aa8a
feat: add import metadata db service based off the upload metadata service
f22506b413
fix: add interface type check
8d4fcfba5c
feat: connecting the pinning thingy
c9de506c56
fix: small fixes
e1ca45f1f1
Merge branch 'develop' into riobuenoDevelops/pinning-network
7b31d561fe
fix: Moved useQuery to PinningProvider and moved mutations into usePinning
8b8fa967d0
fix: Removed PinningProvider and used react-query directly
Persistent tracking of pinning queue
Dedicated Route for Email Verify
Whats this route for? Not sure what I should add on it @pcfreak30
@ditorodev This is for verifying your account, like a standard email activation. it creates a verification token based…
File Table Item Menu Dedicated Column
6252979d28
refactor: update columns
23cc02b26e
dep: add date-fns
ea395df494
refactor: add pinned property for date
7ea4af1346
dep: update portal-sdk
b6f335bc09
refactor: switch to using abort controller, and allow signal to be overridden
6bdc43dd85
feat: add httpConfig to CustomClientOptions and allow it to override anything via optionsToConfig