Commit Graph

355 Commits

Author SHA1 Message Date
Martina
3faf4ee961 removed likes 2021-08-07 15:41:18 -07:00
Martina
ee410ba042 adding forgotten privacy update upon save copy and add to collection 2021-08-06 18:43:47 -07:00
Martina
c86a738266 modified backend to recalculate file privacy upon add/remove from public collection 2021-08-06 18:13:45 -07:00
Aminejv
0b8c1b0d63 feat(getSocial): remove following and followers 2021-08-04 17:48:26 -07:00
Martina
000e66c935 changed links to use image instead of screenshot 2021-08-03 21:42:31 -07:00
Aminejvm
7fb84a2655 added: new colors tokens 2021-07-27 13:16:52 +01:00
martinalong
7ef3f7a41d
Merge pull request #836 from filecoin-project/@jasonleyser/boringavatars
added new profile avatars
2021-07-19 13:00:57 -07:00
jasonleyser
e2521d92c2 Avatar updates
- fixed bug in profile and directory
- changed the ProfilePicture component to pass all of the user data
- when a user signs up, photo isnt added to the jsonb data
2021-07-15 15:49:55 -06:00
Martina
b8e017ec61 style and color nits 2021-07-14 16:25:26 -07:00
jasonleyser
d73be6a91d added new profile avatars
Replaced the old avatar component with a new ProfilePhoto component. The component has logic to use a BoringAvatar if the user hasn't uploaded a photo yet.
2021-07-13 17:39:11 -06:00
Martina
9c52ef40f5 added convenience function for endpoints checking authentication 2021-07-13 15:52:21 -07:00
Martina
4ca134e744 added create collection external endpoint and updated docs styles 2021-07-13 12:08:56 -07:00
Martina
ff62ebcb5a added documentation for external create link endpoint 2021-07-12 22:02:53 -07:00
Martina
1ea482c87b add external endpoints for creating links 2021-07-12 21:27:23 -07:00
Martina
6cb68d14a3 links 2021-07-07 14:10:31 -07:00
Martina
1cd4550be4 removed slack message no longer needed 2021-07-06 15:06:47 -07:00
Martina
21acb1e23b added update to reverted version once fixed 2021-07-02 18:30:43 -07:00
Martina
5cb11c2dad fallback to accept version 2 or version 1 passwords 2021-07-02 17:18:48 -07:00
Aminejv
f40a4fab68 fix(auth): username bugs 2021-06-23 19:39:31 +01:00
Aminejv
2aae15c101 feat(auth): use Strings.createUsername in TwitterSignup component and endpoints 2021-06-23 19:00:56 +01:00
Aminejv
bd7605079f feat(auth): use Strings.createUsername in Signup component and endpoint 2021-06-23 18:59:55 +01:00
Aminejv
f255a36df1 feat(account-linking): add decorators 2021-06-22 19:47:16 +01:00
Aminejv
4b9333efb8 feat(account-linking): add twitter account linking endpoints 2021-06-22 19:21:06 +01:00
martinalong
b53133d4de
Merge pull request #785 from filecoin-project/@aminejv/email-fixes
Fix: Update password-reset template
2021-06-20 15:47:14 -07:00
Martina
573cb9a5fa fixed calling property of undefined value 2021-06-14 18:13:48 -07:00
Martina
387045082c adding Logging function and converting console.log to Logging.log 2021-06-11 12:25:58 -07:00
Aminejvm
31c2a62bf5 Merge branch 'main' of github.com:filecoin-project/slate into @aminejv/email-fixes 2021-06-11 19:35:32 +01:00
Aminejvm
0bb7a9472f fix(password-reset): update email template for password-reset 2021-06-11 19:03:17 +01:00
Martina
18ccfeb61c testing monitor functions and changing brand colors 2021-06-10 22:12:39 -07:00
Martina
83dda2655c hotfixes for carousel sidebar bugs 2021-06-10 22:12:39 -07:00
Martina
2a5664c9e5 adding activity slack notifications back 2021-06-10 22:12:39 -07:00
Aminejvm
acb5b5b507 fix(check-username): return boolean instead of user object 2021-06-10 08:18:18 +01:00
Aminejvm
5b1380884f fix(auth): legacy signin password bug 2021-06-09 19:04:01 +01:00
Martina
e8e1e1f26e squashing commits 2021-06-08 15:53:30 -07:00
Martina
c9c148adc9 fixed showing zero counts for slate preview blocks 2021-05-31 22:14:22 -07:00
Martina
25ee79dd0c added modification to save copy 2021-05-31 20:38:38 -07:00
Martina
5230d891c7 converting reposts to save copy 2021-05-31 16:41:00 -07:00
Martina
c686488721 adding likes and counts 2021-05-24 15:19:48 -07:00
Martina
a26100b75e tracking actions for activity and usage for analytics 2021-05-18 19:58:14 -07:00
Martina
17f1ca18cf added standard typography styles 2021-05-16 17:44:02 -07:00
Martina
7516175d15 renamed slates to collections on front end 2021-04-22 22:18:46 -07:00
Martina
280746bec3 misc small improvements 2021-04-22 20:55:26 -07:00
Martina
c9ee940a94 fixed undefined bug with ends with any 2021-04-20 19:11:38 -07:00
Martina
f684e2086f tested external api endpoints 2021-04-20 13:35:30 -07:00
Martina
7de91e784b fixed undefined variable 2021-04-19 18:12:26 -07:00
Martina
c2628fc497 fixed data table view and privacy toggling issues 2021-04-19 18:07:19 -07:00
Martina
0ef27e90fa removed file that was supposed to be removed earlier 2021-04-19 13:09:44 -07:00
Martina
55d724771a fixed filtering bug and cleaned up code 2021-04-17 17:36:28 -07:00
Akuoko Daniel Jnr
55113bc308
feat: add tag component to create slate sidebar 2021-04-02 13:59:20 +00:00
Akuoko Daniel Jnr
38fb6a8b0b
fix: remove global tag delete 2021-03-31 20:08:58 +00:00
Akuoko Daniel Jnr
ce5b5b4c98
fix: tag deletion 2021-03-21 19:37:44 +00:00
Akuoko Daniel Jnr
d11c082f4e
fix: tag addition 2021-03-20 20:35:49 +00:00
Akuoko Daniel Jnr
d9019e67c1
fix: change decorators names and add corresponding messages 2021-03-19 16:51:18 +00:00
Akuoko Daniel Jnr
3230a70f79
fix: get all tags on user login 2021-03-19 16:37:09 +00:00
Akuoko Daniel Jnr
a392ad9707
feat: add tag dropdown utilities 2021-03-15 16:01:55 +00:00
Akuoko Daniel Jnr
13f43f05d1
fix: dedupe tags 2021-03-12 12:26:08 +00:00
Akuoko Daniel Jnr
fc243fdd60
feat: add dropdown utils 2021-03-12 12:17:10 +00:00
Martina
172b0223eb fixed not serializing slates bug 2021-03-11 12:20:11 -08:00
Martina
cc19234634 fix for private slates not showing 2021-03-09 18:04:51 -08:00
Chris Waring
382251f6e3
fix: add Utilities import to get-serialized 2021-02-12 17:13:43 +00:00
Martina
2518478601 added non serialized user get endpoint 2021-02-11 17:20:25 -08:00
tarafanlin
a5455b7791 change user data structure 2021-02-11 14:44:21 -08:00
tarafanlin
ce04b52a71 get user display name and profile photo for slate chrome 2021-02-11 12:05:26 -08:00
Martina
db812b2aaa allow changing of password and other user details simultaneously 2021-02-10 17:35:49 -08:00
Martina
399bdf9f6e modified user endpoint to access own data 2021-02-10 12:30:41 -08:00
Martina
2f36713692 search websocket reconnect and private slate internal fix 2021-02-02 20:40:24 -08:00
tarafanlin
ae808819fc explore slates & variable renaming 2021-01-25 10:12:03 -08:00
tarafanlin
f55b7d157f remove console log 2021-01-23 22:21:50 -08:00
tarafanlin
1203e07cee change api endpoints 2021-01-23 22:20:57 -08:00
tarafanlin
aeaee95d57 add api endpoints for social and explore & tab routing 2021-01-23 17:18:30 -08:00
Martina
89ca018812 added public to slate data 2021-01-22 13:37:41 -08:00
Martina
e72b841132 misc cleanup 2021-01-20 17:07:40 -08:00
Martina
dcd0f844eb fixed search filter bug and slate layout bug 2021-01-18 17:54:38 -08:00
Martina
afa0cc09de explore feed 2021-01-13 22:30:26 -08:00
Martina
9f97dda8d7 fixed subscription not showing bug 2021-01-12 14:21:52 -08:00
Martina
5fcf748f20 added public files 2021-01-08 20:13:12 -08:00
jimmylee
1b7c2d026f removes accidental console logs 2020-12-26 22:19:49 -08:00
jimmylee
00256e76dd slate api change adds URL to data field for developers who want the slate URL for all their slates 2020-12-26 22:19:11 -08:00
Akuoko Daniel Jnr
9366266c3e
fix: unity game download bug 2020-12-24 23:44:47 +00:00
Martina
e849324486 optimistic updates 2020-12-14 17:54:07 -08:00
Martina
733b86bba3 fixed unity slate viewing issue 2020-12-14 13:01:35 -08:00
Martina
8047b65381 fixed small bug and missing file 2020-12-08 20:33:38 -08:00
Martina
265fe00e54 misc style updates 2020-12-08 20:22:17 -08:00
Martina
f0d3a5c17f feed items work 2020-12-08 11:42:28 -08:00
Martina
73a04b9131 activity feed front end basics 2020-12-08 11:42:28 -08:00
jimmylee
78c64f1793 lands unintegrated delete script for testing 2020-12-07 22:57:47 -08:00
jimmylee
aea601e8bf updates stats, fixes warnings on new marketing page 2020-12-03 01:31:07 -08:00
jimmylee
39be3be228 getAllStats and getOrCreateGlobalStats for intelligence.slate.host 2020-12-02 02:42:49 -08:00
@wwwjim
9442927505 adds all activity endpoint, adds full slate map, adds expensive stats endpoint 2020-12-01 23:01:39 -08:00
Martina
c3ff1e31fe improved preview images 2020-11-29 15:47:08 -08:00
Martina
396130ff64 hitbox for nav and standardizing api call format 2020-11-27 17:30:40 -08:00
Martina
579e879571 post db cleanup code changes plus unity game carousel 2020-11-27 17:19:30 -08:00
Martina
3a1d260523 fix for preveiw image not showing in sidebar 2020-11-27 15:38:57 -08:00
@wwwjim
8659025d18 zero warning design system builds 2020-11-25 15:53:25 -08:00
jimmylee
039be47fbe removal: fail silent 2020-11-25 14:00:59 -08:00
jimmylee
ea84ec0708 more robust removal code 2020-11-25 01:17:37 -08:00
jimmylee
df67e9f630 restores fix for removal 2020-11-25 00:36:37 -08:00
Martina
3bf2944565 added db cleanup methods 2020-11-22 18:32:42 -08:00
Martina
e68092a2d4 adding cleanup methods 2020-11-22 18:32:42 -08:00
@wwwjim
b331975d84 adds monitors for trusting a peer 2020-11-21 23:27:00 -08:00