Commit Graph

83 Commits

Author SHA1 Message Date
@wwwjim
a0082a7be5 sidebar: stubs out filecoin archive feature 2020-08-27 23:57:04 -07:00
@wwwjim
84061f07e2 serializers: user objects on trusted, pending trusted, subscriber objects 2020-08-27 21:34:50 -07:00
@wwwjim
8039d31192 slates: adds an easy way to get every user and every slate (use with caution) 2020-08-27 15:05:20 -07:00
@wwwjim
ab15d09572 slates: deeplinking 2020-08-26 21:24:49 -07:00
@wwwjim
b76d7735dc trust: adds pending trust requests and verification step, completes integration example 2020-08-26 03:03:39 -07:00
CAKE
0073b7cfe7
Merge pull request #183 from filecoin-project/@martinalong/misc-style-changes
Misc style improvements
2020-08-25 21:42:27 -07:00
@wwwjim
8de00917d0 slate: support normal names for slates and not just slug names 2020-08-25 21:41:05 -07:00
@wwwjim
e96810d327 subscribe: catches corner cases, makes sure search does not reveal private slates 2020-08-25 20:32:40 -07:00
@wwwjim
6898ae8295 integration: catches cases around trusting another person 2020-08-25 20:22:41 -07:00
@wwwjim
0af4431bd3 integration: example subscribe and unsubscribe endpoints with ui example 2020-08-25 20:13:06 -07:00
@wwwjim
fad8145360 search: cleanup 2020-08-25 18:39:33 -07:00
@wwwjim
c5a9ba9294 search: lands fuzzy slatename and username search into one search endpoint 2020-08-25 18:27:05 -07:00
@wwwjim
06f02c7882 trust: adds trusted relationship endpoint 2020-08-25 15:19:09 -07:00
@wwwjim
d8c165e342 subscriptions: subscription endpoint for subscribing to a slate or user 2020-08-25 15:09:12 -07:00
@wwwjim
65b847188e search: stubs out search query endpoint 2020-08-25 14:34:46 -07:00
@wwwjim
6196f3a568 slate: consistency adjustments for constants 2020-08-25 13:09:08 -07:00
Andrew Hill
4eb1929d64
fix(typo): add protocol completion
Signed-off-by: Andrew Hill <andrew@textile.io>
2020-08-25 10:52:00 -07:00
Andrew Hill
d5a3447dad
feat(api): skip ipfs subdomain redirect
Signed-off-by: Andrew Hill <andrew@textile.io>
2020-08-25 10:46:41 -07:00
@wwwjim
bd6dc4ca30 name: allows the option of adding your fullname 2020-08-24 22:00:32 -07:00
@wwwjim
6ddab31448 slate-api: adding a slate image through API adds it to an existing layout 2020-08-24 11:24:19 -07:00
jimmylee
84815adc8e sign-up: fixes account creation 2020-08-23 23:50:52 -07:00
jimmylee
719bb49cb6 powergate: removes powergate temporarily 2020-08-23 23:32:26 -07:00
jimmylee
59620f60e8 authentication: actually catch the error when the viewer model fails to initialize 2020-08-23 22:59:37 -07:00
jimmylee
f2f29a7fa4 slate: fixes issue with adding images to slates 2020-08-23 13:09:38 -07:00
@wwwjim
f605d364a2 grid: proof of concept 2020-08-22 18:23:25 -07:00
@wwwjim
71dcb58a1b profiles: adds user bios 2020-08-21 22:45:50 -07:00
@wwwjim
60530f512c slate: default data, default states 2020-08-21 22:19:11 -07:00
@wwwjim
595555ec69 slate-api: fixes issue with slate uploads 2020-08-21 16:25:37 -07:00
jimmylee
ba470a6fde buckets: delete is supported again 2020-08-19 17:36:18 -07:00
Andrew Hill
c385d0d13e
fix(hub): update hub cli lib and use new crypto ident class
Signed-off-by: Andrew Hill <andrew@textile.io>
2020-08-19 13:44:53 -07:00
jimmylee
7977be2a3c slate: emergency maintenance pages 2020-08-19 11:17:12 -07:00
jimmylee
9e4ca3d2ae uploads: finally streams work 2020-08-16 21:22:35 -07:00
jimmylee
06814cd37f uploads: switches back to FS.createReadStream and uses busboy versus formidable 2020-08-16 02:23:02 -07:00
jimmylee
658dacfcac data: removes data from your bucket, library, and slates when you remove data 2020-08-12 01:22:28 -07:00
@wwwjim
aa271efdcb buckets: fixes data/get endpoint 2020-08-11 00:05:42 -07:00
@wwwjim
2044b11803 authentication: adds new secrets 2020-08-10 22:15:39 -07:00
jimmylee
8240f73c18 slates: prepares for new design, updates global carousel to take id values 2020-08-09 01:08:46 -07:00
@wwwjim
01e4586c67 slates: adds objects to local state 2020-08-06 19:34:33 -07:00
@wwwjim
e79f611fda slates: supports deleting slates 2020-08-06 19:17:49 -07:00
@wwwjim
16ad4b60db hotfix: patches dist folder for design system 2020-08-06 16:50:05 -07:00
@wwwjim
cdf814502a slate: adds API endpoint for getting all of your slates 2020-08-06 13:49:27 -07:00
@wwwjim
47066916fa usernames: enforce lowercase 2020-08-06 13:01:05 -07:00
jimmylee
39e244897a slates: access denied for public & private slates, adds settings to slate pages 2020-08-02 16:29:11 -07:00
jimmylee
ab462f39c4 user-deletion: elegantly deletes slates and fixes bucket deletion 2020-08-02 15:06:46 -07:00
jimmylee
5d4f58eddc media object: adds PDF support, validation check to restrict certain uploads 2020-08-01 23:00:04 -07:00
jimmylee
8d0bd3a8fd deals: renders errors in a sane way and fixes bugs with updating the UI after polling 2020-08-01 21:09:49 -07:00
jimmylee
4a842a0c42 cid-check: refactor 2020-08-01 17:13:19 -07:00
@wwwjim
3cf867d6ea jobs: refactors incorrect understanding of jobs 2020-07-31 19:04:44 -07:00
@wwwjim
934fd9d5f8 upload: refactor and improvement and shared code paths between API and upload in app 2020-07-31 17:17:07 -07:00
@wwwjim
ed09ee9129 navigation: adds developer API to sidebar instead 2020-07-28 16:24:15 -07:00