Commit Graph

349 Commits

Author SHA1 Message Date
Martina
8b33b787ea now deletes from all reposted slates when delete a file 2020-11-18 18:51:27 -08:00
martinalong
f3a3da38c8
Merge pull request #421 from filecoin-project/@tarafanlin/newprofile
empty profile view & styling tweaks
2020-11-18 15:59:56 -08:00
@wwwjim
8b590b8f2c enables orphaned key capture 2020-11-17 09:51:53 -08:00
@wwwjim
c8b029446c fixes regression, fixes missing import: avatar uploads 2020-11-17 09:43:47 -08:00
jimmylee
83ba2b6a85 adds method to get libp2p tokens back when user accounts are deleted from Slate 2020-11-17 00:03:49 -08:00
tarafanlin
acd89f3e9e empty profile view & styling tweaks 2020-11-16 23:12:35 -08:00
Martina
349fc0f66a redirecting to in-client page automatic 2020-11-16 18:11:24 -08:00
@wwwjim
15aa793d29 lands update slate API endpoint 2020-11-16 00:47:56 -08:00
@wwwjim
54a2da74f6 remove unused search endpoints 2020-11-16 00:18:02 -08:00
@wwwjim
1eaf6c140e Lands early version of activity/analytics categories 2020-11-16 00:07:11 -08:00
Martina
687b9952b4 edited to allow redirects to in-client page 2020-11-14 18:12:04 -08:00
Martina
a7576b030b many misc improvements and fixes 2020-11-12 14:37:07 -08:00
jimmylee
c1ec3a982c finally lands default storage config for root bucket 2020-11-12 02:51:48 -08:00
Martina
ab15515df0 search v2 minus some tags 2020-11-10 17:46:03 -08:00
jimmylee
2e88634ac8 file audit 2020-11-07 18:32:17 -08:00
jimmylee
b93d36dc8f removes unused upload code from codebase now that we have https://github.com/slate-engineering/shovel 2020-11-07 17:16:56 -08:00
jimmylee
0a6fb904b2 user delete: dedupes variable name 2020-11-04 21:39:57 -08:00
jimmylee
ff88975ece removal: fixes removal issue by finding the data bucket if a user has more than one bucket 2020-11-04 21:32:20 -08:00
Martina
94f6645dd9 replaced rehydrate with webhooks 2020-10-30 16:17:55 -07:00
tarafanlin
020f4f4f54 got help from Martina for the new feature announcement modal 2020-10-29 17:49:05 -07:00
@wwwjim
7bd171a88c a flow that will expose how you are spamming account creation 2020-10-29 12:48:50 -07:00
@wwwjim
acbdfc457d wrong import 2020-10-29 11:44:03 -07:00
@wwwjim
3ba1f518c9 enforces an allowed host 2020-10-29 11:39:40 -07:00
@wwwjim
763bb14f72 get objects that have a CID from slates query 2020-10-28 23:03:12 -07:00
Martina
bc46825cf9 Merge branch 'main' of github.com:filecoin-project/slate into main
Merge unsaved changes
2020-10-27 12:08:51 -07:00
Martina
2785005c60 patched onboarding for tara 2020-10-27 12:08:09 -07:00
jimmylee
8d7c4abf20 removes native upload routes from slate, use https://github.com/slate-engineering/shovel instead 2020-10-27 11:56:12 -07:00
@wwwjim
5f3da97cce websockets: partial viewer updates are now supported 2020-10-26 21:41:42 -07:00
Martina
602839bca2 fixed undefined copy bug 2020-10-25 19:14:03 -07:00
Martina
58023817ff finished hooking up functions to carousel 2020-10-24 12:58:15 -07:00
@wwwjim
15fa57c2df supports custom resource URIs for two upload endpoints 2020-10-23 03:34:31 -07:00
Martina
c35bfd4de8 small nits 2020-10-21 22:38:37 -07:00
Martina
d2e002befe working on delete-reposts-by-cid 2020-10-21 13:26:17 -07:00
Martina
3786311d77 slate layout resize and move functions 2020-10-21 13:26:17 -07:00
jimmylee
ce236ed718 insane statistics 2020-10-19 15:37:13 -07:00
jimmylee
626aa5f5c0 adds root address 2020-10-19 11:07:42 -07:00
@wwwjim
386d31e360 more data in deal endpoint 2020-10-19 11:02:14 -07:00
@wwwjim
a5503e698f pretty format 2020-10-19 10:00:08 -07:00
@wwwjim
dda2ec8bf9 get all deals API call 2020-10-19 09:47:45 -07:00
@wwwjim
491a5bda8f follows textiles recommendation to not allow a deal under 100mb 2020-10-18 21:15:26 -07:00
jimmylee
ba5037da21 storage deals: every user can see a list of their storage deals and if they are retrievable 2020-10-18 12:53:59 -07:00
@wwwjim
a9112459cf one off storage deal now can customize miners and miners we exclude 2020-10-10 20:44:47 -07:00
@wwwjim
140db503eb uploads: signfiicant error handling improvements, catches error in client where failed uploads would be pushed into another operation 2020-10-09 22:12:28 -07:00
@wwwjim
e393b4aa62 105 second file upload limit to help catch issues 2020-10-09 18:22:03 -07:00
@wwwjim
10f2a4ac59 enforcing single concurrency to avoid maybe throwing bad data at buckets 2020-10-09 11:46:42 -07:00
@wwwjim
1030237e22 strings: dedupes import 2020-10-09 03:46:48 -07:00
@wwwjim
b5dbfb68c7 cleanup: keeps timeouts and modifications tidy for file uploads 2020-10-09 03:43:56 -07:00
@wwwjim
7870c06b87 server: new idea, dont distinguish between localhost and production server config 2020-10-08 20:33:40 -07:00
@wwwjim
770679f407 patches: fixes some issues with getRandomSlateElementURL 2020-10-05 16:39:43 -07:00
toast
09ad9cfa55 added randomized avatar function 2020-10-05 15:33:37 -07:00
Martina
45a8cfc091 added resizing images for previews 2020-10-01 16:44:30 -07:00
@wwwjim
ed3f1a3098 variable wasn't defined 2020-10-01 02:53:24 -07:00
@wwwjim
da87e1ae60 settings: directory option 2020-09-28 14:30:18 -07:00
Martina
96f3f88665 allows duplicate slates now 2020-09-28 13:14:07 -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
CAKE
8872d4d9ab
Merge pull request #334 from toastts/@toastts/smaller-avatar
reduced avatar size to double digit KB range
2020-09-27 16:05:38 -07:00
toast
e34120351b reduced avatar size to double digit KB range 2020-09-27 15:43:40 -07:00
@wwwjim
c3a0815a17 slate: removes unused method updateDataFilecoin 2020-09-27 15:34:28 -07:00
@wwwjim
193f824429 max bucket count on archive to prevent things from getting out of hand 2020-09-27 11:57:51 -07:00
toast
2a99d18ef5 changed default avatar for new users 2020-09-27 01:57:13 -07:00
Martina
541131590b finished carousel and patched deeplink error 2020-09-26 22:38:28 -07:00
Martina
5bbfe2e41b new carousel for data view 2020-09-26 22:38:28 -07:00
@wwwjim
ec921ac782 encrypted bucket deals! YAY 2020-09-26 18:54:39 -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
Martina
014934c844 data page polish and no repeats in slates 2020-09-24 12:42:43 -07:00
Martina
2d513572f2 finished data view edit for list view 2020-09-23 17:03:34 -07:00
@wwwjim
f6751bfe62 filecoin experience improvements 2020-09-23 12:46:56 -07:00
@wwwjim
7d76480340 v1: one off storage deal 2020-09-23 04:17:56 -07:00
@wwwjim
d1ef6534af new bucket for deal making 2020-09-23 02:46:59 -07:00
@wwwjim
8111960652 adjustments: lands some adjustments to storage deals on the Filecoin Network through slate before landing one-off deals 2020-09-22 19:35:56 -07:00
@wwwjim
b5eb2f5231 removes parallel file uploads for now 2020-09-22 18:10:27 -07:00
@wwwjim
506a8972ba social: adds missing import 2020-09-22 00:30:26 -07:00
@wwwjim
7b10703821 buckets: elegant failure modes for bucket getOrCreate failures 2020-09-22 00:01:48 -07:00
@wwwjim
50e62a40be trying to catch what stalls downloads on production 2020-09-21 19:31:17 -07:00
@wwwjim
a1ff888b31 catches treeChildren exception 2020-09-21 19:00:12 -07:00
@wwwjim
3ba9962d81 guards every single textile call and provides concise reporting at each callsite 2020-09-21 17:36:45 -07:00
Martina
bcdc480d09 fixed ipfs / cid 2020-09-21 16:20:24 -07:00
Martina
29a8c0f685 endpoints work but not saving data to user 2020-09-21 15:21:50 -07:00
Martina
1881973493 refactored upload and drop to share an upload portion 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
4d551615c3 fixed bug with updating slate data 2020-09-19 14:37:06 -07:00
Martina
cfbaaabfd0 better handling for slate name taken 2020-09-19 13:13:23 -07:00
Martina
8937ca57fd delete multiple works now and is on home page also 2020-09-19 12:37:09 -07:00
Martina
da5ccb8abc implementing api for multiple delete 2020-09-19 12:37:09 -07:00
@wwwjim
d7d2e9cb01 text-loop: trying to remove it to fix firefox animation issue 2020-09-18 16:30:56 -07:00
@wwwjim
025241801d getOrCreate 2020-09-17 21:08:37 -07:00
@wwwjim
62d92cf3ce 0.7.1: itemsList -> items in the hub 2020-09-17 18:44:01 -07:00
@wwwjim
a8bc911c80 0.7.1 2020-09-17 14:14:34 -07:00
@wwwjim
6af315732a staging: all textile staging changes 2020-09-16 18:14:32 -07:00
Martina
d489c95c0b added amount stored to support message 2020-09-16 16:26:15 -07:00
Akuoko Daniel Jnr
f19b7a59ac
fix: deeplink slate query bug 2020-09-15 19:28:50 +00:00
Martina
6fd9da0eaa onboarding modal and empty states and misc polish 2020-09-13 22:22:34 -07:00
CAKE
815c7b3123
Merge pull request #260 from filecoin-project/andrew/path-based-gateway
Andrew/path based gateway
2020-09-11 21:55:43 -07:00
Andrew Hill
0a4ce7cca9
chore(api): use path based ipfs gateway not subdomain
Signed-off-by: Andrew Hill <andrew@textile.io>
2020-09-11 20:43:28 -07:00
jimmylee
ac22c1b86c Slate limit up to 50 for will 2020-09-11 16:50:29 -07:00
Martina
1503277783 created error messages in message.js 2020-09-11 16:19:48 -07:00
jimmylee
b405cdddfd social: slack messages to fil-slate-social whenever an account is created or a user creates a slate 2020-09-10 20:28:23 -07:00
@wwwjim
7b053ce30a slates: adds limit per user 2020-09-09 03:01:49 -07:00
@wwwjim
426429549c no more assets loaded from static 2020-09-08 00:01:21 -07:00
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
@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
@wwwjim
d1048382d7 api: lands get slate and add data to slate by id 2020-07-28 16:08:44 -07:00
@wwwjim
d3ac3599ed api keys: users can generate their own API keys now 2020-07-27 23:54:15 -07:00
@wwwjim
f858697b13 slate: fixes for collections 2020-07-27 02:10:12 -07:00
@wwwjim
8315df0c04 slates: add image to slate 2020-07-27 01:33:39 -07:00
@wwwjim
3dfb5d0d41 error codes: updates 404 and 500 decorators 2020-07-26 19:06:45 -07:00
@wwwjim
e70c55f4e7 slates: creating slates 2020-07-26 18:51:51 -07:00
@wwwjim
3d64268058 storage deals: override each time the user makes filecoin deal 2020-07-24 09:35:00 -07:00
@wwwjim
dc25c0365a filecoin: cold storage supported, and many small bugfixes 2020-07-24 00:45:21 -07:00
@wwwjim
c21dca1884 library: refactor to support adding slates soon 2020-07-23 20:09:58 -07:00
@wwwjim
f315ffae42 storage: uses a different decorator for cid pinning issues 2020-07-23 17:25:38 -07:00
@wwwjim
f0cfe53c74 managers: introduces managers model for viewer 2020-07-23 17:22:22 -07:00
@wwwjim
730f5347c8 storage: integrates filecoin storage deals and cleans up powergate token setting 2020-07-23 16:56:50 -07:00
@wwwjim
8b5ec5c5df storage-deals: adds back placeholder component 2020-07-23 03:39:03 -07:00
@wwwjim
9d5de9acbe deals: adds back storage deal page, simplifies file upload sidebar, adds loading state 2020-07-23 03:05:13 -07:00
@wwwjim
d11fe19bab reset password: loading states for edit account and sign in, adds reset password, adds validations to protect against light malice 2020-07-23 01:57:44 -07:00
@wwwjim
9cf57edb77 middleware: sets a new powergate token appropriately per user 2020-07-22 11:54:58 -07:00
@wwwjim
0101d94c29 avatar: default avatar of a dog 2020-07-22 04:02:32 -07:00
@wwwjim
49ce763165 users: fixes user delete and adds avatar example to profiles 2020-07-22 03:59:39 -07:00
@wwwjim
a533b5249b models: moves from username checks to id checks because users change usernames 2020-07-22 03:51:40 -07:00
@wwwjim
2340c2e4a4 ipfs: image upload to buckets restored and working 2020-07-22 02:58:25 -07:00
@wwwjim
7b7245a74f uploads: supports IPFS bucket uploads 2020-07-22 02:37:40 -07:00
@wwwjim
dc5f3313ec user profiels: lands user profile function and fixes settings, user modeling 2020-07-22 00:41:29 -07:00
@wwwjim
9408e15562 filecoin: create address and send filecoin restored 2020-07-21 23:04:54 -07:00
@wwwjim
140aa2017c sign-in: end to end allowing creation of any account 2020-07-21 22:53:29 -07:00
@wwwjim
cfb7f1a54d 0.2.0 powergate: prework, updates settings, decorates issue 2020-07-21 21:11:13 -07:00
@wwwjim
f66129f16d authentication: adds user auth concept, sign out, and adds 3 images to a bucket upon user creation 2020-07-21 04:36:50 -07:00
@wwwjim
88b6613ca1 sign in: adds new sign in place holder, adds harddrive svg 2020-07-20 22:45:15 -07:00
@wwwjim
15fb9f833a 0.0.5 sds update, fixes circular references, adds comments 2020-07-20 00:07:21 -07:00
@wwwjim
418563a6ca buckets: working end to end example of buckets locally, but with image quality loss 2020-07-19 23:06:36 -07:00
@wwwjim
17524f61ee users: creates a new bucket for a user, when a user is deleted, deletes the bucket 2020-07-17 16:45:49 -07:00
@wwwjim
ccff8bd9e9 textile: 0.4.0 fix 2020-07-17 09:43:17 -07:00
@wwwjim
824a1c2ebd auth: adds warning for refactor 2020-07-17 09:36:59 -07:00
@wwwjim
b6a8c880cd postgres: user accounts, migration scripts, api route rewrite, stopping point 2020-07-17 03:24:20 -07:00