Commit Graph

98 Commits

Author SHA1 Message Date
jimmylee
28c37da561 slates: fixes bug when deleting an object on another slate reset the UI for all slates 2020-09-05 14:34:22 -07:00
jimmylee
2579d754b4 hotfix: fixes critical issue adding to new slates from + icon 2020-09-04 14:23:42 -07:00
Martina
c417843497 changed opacity to rgba 2020-09-03 21:42:50 -07:00
Martina
6fb183fdff finished refactor 2020-09-03 15:42:08 -07:00
@wwwjim
a5f4a23892 usernames: prevents any possibility of capitalization 2020-09-03 09:19:52 -07:00
@wwwjim
aa948a60f8 slate: back to a stable place 2020-09-02 23:00:02 -07:00
@wwwjim
ba48cfba21 slate: hopefully resolves issues 2020-09-02 17:35:41 -07:00
@wwwjim
cec4c7650e endpints: strips header conflicts and removes all middleware 2020-09-02 17:21:29 -07:00
@wwwjim
4270d13e6c slates: moves off of current for now, adjusts save 2020-09-02 17:10:17 -07:00
@wwwjim
26f9804bd7 hotfix: API 2020-09-02 14:22:56 -07:00
@wwwjim
a4704c7d0b signin: new sign in flow, improvements to button handlers 2020-09-02 01:33:39 -07:00
@wwwjim
b1d95c790e string-replace: I won't be able to live this one down 2020-08-31 20:26:35 -07:00
@wwwjim
757e38f91e server: for retrieving sets, more elegant failures when the database connection limit is hit 2020-08-31 16:47:53 -07:00
jimmylee
c21c8f6e07 powergate: removes ffOptions for now 2020-08-30 14:04:57 -07:00
jimmylee
7e1131cd01 directory: finishes serializing owner and slates to users and slates 2020-08-30 02:07:21 -07:00
@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