Commit Graph

663 Commits

Author SHA1 Message Date
CAKE
88c3e84b5a
Merge pull request #182 from filecoin-project/@harisbutt/ui-cleanup
itty bitty ui tweaks
2020-08-25 21:17:06 -07:00
probablyharis
c87e37d3b3 itty bitty ui tweaks 2020-08-25 21:13:50 -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
bcf7398939 search: safe search 2020-08-25 18:34:32 -07:00
@wwwjim
c5a9ba9294 search: lands fuzzy slatename and username search into one search endpoint 2020-08-25 18:27:05 -07:00
@wwwjim
b70a7388e5 integrations: makes a page to test integration with an authenticated user 2020-08-25 17:44:45 -07:00
@wwwjim
785cecaeb6 viewer: adds trusted relationships, subscriptions, and activity to the viewer model 2020-08-25 15:24:01 -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
1b4168e48f slate-media-object-preview: extra console log 2020-08-25 14:27:17 -07:00
@wwwjim
9b73c7f8f9 node_common: fixes issue with misnamed path 2020-08-25 14:26:03 -07:00
@wwwjim
8bd1d76c1f postgres: adds trusted relationship and activity queries 2020-08-25 14:23:45 -07:00
@wwwjim
1e628725fa slates: get-subscriptions-to-slate-id and get-subscriptions-to-user-id 2020-08-25 13:42:14 -07:00
@wwwjim
835898d5f9 subscriptions: queries for subscriptions 2020-08-25 13:26:15 -07:00
@wwwjim
6196f3a568 slate: consistency adjustments for constants 2020-08-25 13:09:08 -07:00
@wwwjim
0ed8cd6df5 hotfix: to catch an undefined case appearing in URLs 2020-08-25 11:39:14 -07:00
@wwwjim
7f93d7ceb0 data-view: fixes preview and generates url in create-carousel component 2020-08-25 11:25:26 -07:00
@wwwjim
75965cefe2 slates: fixes exception thrown when deleting a slate 2020-08-25 11:12:56 -07:00
@wwwjim
5d682fd1ef gateways: adds getCIDGatewayURL to strings 2020-08-25 11:08:42 -07:00
CAKE
eea2a2f866
Merge pull request #178 from filecoin-project/andrew/skip-subdomain-redirect
feat(api): skip ipfs subdomain redirect
2020-08-25 10:53:15 -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
fbd12905ff
feat(api): fix stub data urls
Signed-off-by: Andrew Hill <andrew@textile.io>
2020-08-25 10:50:11 -07:00
Andrew Hill
fb2e6ee030
feat(api): new health endpoint
Signed-off-by: Andrew Hill <andrew@textile.io>
2020-08-25 10:47:38 -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
CAKE
2fb22bdc41
Merge pull request #177 from filecoin-project/@jimmylee/updates
@jimmylee/updates
2020-08-24 23:46:49 -07:00
@wwwjim
5542f76888 slate: cleans up state, guarantees JSON response from endpoints, updates server code 2020-08-24 23:46:02 -07:00
@wwwjim
d346919a3f database: adds trusted, subscriptions, and activity tables 2020-08-24 23:08:13 -07:00
@wwwjim
30ceafebd3 slate: update zindex for actions menu 2020-08-24 22:31:35 -07:00
@wwwjim
4bdd4c3b5b slate: updates save layout states 2020-08-24 22:11:47 -07:00
@wwwjim
238a12f6eb slates: when opening a sidebar, positioning the actions buttons correctly 2020-08-24 22:05:28 -07:00
@wwwjim
bd6dc4ca30 name: allows the option of adding your fullname 2020-08-24 22:00:32 -07:00
CAKE
517718a287
Merge pull request #176 from filecoin-project/@harisbutt
updates to nav
2020-08-24 19:49:44 -07:00
probablyharis
7e6de8b986 updates to nav 2020-08-24 19:31:42 -07:00
CAKE
6952f6eeb8
Merge pull request #174 from filecoin-project/@martinalong/misc-minor-fixes
Misc minor fixes
2020-08-24 17:02:46 -07:00
Martina
3959b996a3 minor fixes 2020-08-24 16:29:40 -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
572f2c16e4 files: allow multiple files to be selected in finder for upload 2020-08-24 00:05:18 -07:00
CAKE
db5bb6e281
Update README.md, thanks Ziyad! 2020-08-23 23:54:20 -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
2ce2a15a28 slate: fixes gutter measurement 2020-08-23 22:28:30 -07:00
jimmylee
c8824c7f14 slate: test of binding slate descriptions 2020-08-23 17:28:51 -07:00
jimmylee
e370f73995 slate-preview: make it full screen 2020-08-23 16:53:16 -07:00
CAKE
980bd0230c
Update README.md 2020-08-23 14:53:44 -07:00
jimmylee
e8509aa135 slate: deleting objcts from slates also deletes them from layouts 2020-08-23 13:20:16 -07:00