Commit graph

4676 commits

Author SHA1 Message Date
SachaG
59700381a2 Create same dummy users for movies example and Instagram example 2017-04-09 15:43:26 +09:00
Sacha Greif
e69f2249c0 Merge pull request #1612 from iamrommel/devel
Should call the property of parentRouteName properly
2017-04-07 22:04:36 +09:00
Rommel Manalo
e1622bfe19 Should call the property of parentRouteName properly by using "[]" and not by "." notation 2017-04-07 20:50:41 +08:00
Sacha Greif
699fe90065 Update README.md 2017-04-07 18:50:48 +09:00
SachaG
991b01b385 Merge branch 'iamrommel-devel' into devel 2017-04-07 18:41:48 +09:00
SachaG
118693b9db formatting 2017-04-07 18:41:33 +09:00
SachaG
f0e9617771 Merge branch 'devel' of https://github.com/iamrommel/Telescope into iamrommel-devel 2017-04-07 18:33:07 +09:00
SachaG
9135ec00fc Check on terms rather than selector for easier use client-side 2017-04-07 17:13:12 +09:00
SachaG
4f0c190dd8 Add permission checks to Posts resolvers 2017-04-07 16:06:33 +09:00
Rommel Manalo
d62a1896eb Added the extra arguments on addRoute(routeOrRouteArray, parentRouteName); if there there is value for parentRouteName it will look for the route name and add the new route as a child of it 2017-04-07 13:40:14 +08:00
Rommel Manalo
6d658b3738 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2017-04-07 11:30:10 +08:00
SachaG
0369d19c10 Telescope -> Vulcan; add Vulcan.getGraphQLSchema on the server 2017-04-06 11:10:23 +09:00
Rommel Manalo
8be4f2a576 Merge branch 'master' of https://github.com/TelescopeJS/Telescope into devel 2017-04-05 21:57:41 +08:00
SachaG
c303ee74d0 fix example-customization package dependencies 2017-04-05 10:12:35 +09:00
SachaG
77187dad17 Fix Apollo-client issue (see https://github.com/apollographql/apollo-client/issues/1524) 2017-04-04 16:28:10 +09:00
SachaG
b42a5af6ed small tweaks 2017-04-04 10:22:07 +09:00
SachaG
492a715d5a Update prestart script 2017-04-03 22:37:23 +09:00
SachaG
7ad8fc6ffc Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
# Conflicts:
#	prestart_nova.sh
2017-04-03 22:35:50 +09:00
SachaG
0020ae0b89 Upgrade fourseven:scss to 4.5.0 2017-04-03 22:35:06 +09:00
SachaG
e5837a6c0e Get rid of collection2; do validations at mutation level 2017-04-03 16:24:19 +09:00
SachaG
27da5d0de9 use options.collectionName instead of collection._name 2017-04-03 16:07:36 +09:00
SachaG
e992a2ceba Use different loading property name for loading in withCurrentUser to avoid conflicts with withList and withDocument; improve posts /out code 2017-04-03 16:06:57 +09:00
SachaG
95aafb3fcc make Cloudinary callback sync so that mutations can return thumbnail URLs 2017-04-03 16:04:22 +09:00
SachaG
464e8641d3 Get rid of jparker:gravatar 2017-04-03 15:58:59 +09:00
SachaG
09dea1cff8 Create new Newsletters collection 2017-04-02 21:11:09 +09:00
SachaG
23b71dbda8 Add missing categories dependency; fix cloudinaryUrls blackbox bug; clean up forms dependencies; add optional collection2 replacement; fix restart script 2017-03-31 11:40:29 +09:00
Sacha Greif
3c41de5617 Merge pull request #1601 from claudey/devel
Semi-colon Updates
2017-03-31 10:05:40 +09:00
Claude Ayitey
f3f309021a Semi-colon Updates
I doubt the app will ever break because of those semi-colon omissions but I added them, just to be safe.
2017-03-31 00:46:58 +00:00
Xavier Cazalot
75196356e9 Merge pull request #1600 from dominictracey/devel
Workaround for Issue #1580
2017-03-30 08:07:31 +02:00
Dominic Tracey
bc306ba703 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2017-03-29 22:09:50 -04:00
Xavier Cazalot
ad138a0183 Merge pull request #1596 from dominictracey/devel
Enable facebook sharing of posts by supporting facebook scraper reqs
2017-03-29 22:24:02 +01:00
Xavier Cazalot
5f87cbfe83 Merge pull request #1597 from meteorplus/patch-2
small fix for bash install meteor
2017-03-29 22:23:10 +01:00
SachaG
bdba13a904 add missing dependency (fix #1598) 2017-03-29 22:36:17 +09:00
SachaG
641ec97a93 Add a way to remove a GraphQL resolver 2017-03-29 16:43:52 +09:00
SachaG
3fbe549b5d add vulcan:core package in packages to work around dependency problem with tracker-component 2017-03-29 16:34:16 +09:00
SachaG
5bad048505 Add dbCollectionName option to createCollection 2017-03-29 15:49:07 +09:00
SachaG
968bf55848 Clean up packages; create new example-forum package 2017-03-29 15:48:44 +09:00
MeteorPlus
1b57a37fd8 small fix for bash install meteor
Tested on a Linux install but gave an error now it's all fixed and tested
2017-03-28 16:33:06 +01:00
SachaG
dfe6e314a3 Get rid of example-movies-full package 2017-03-28 18:24:46 +09:00
SachaG
64da012d7f add comments to Instagram package 2017-03-28 18:24:11 +09:00
SachaG
26f8e3aadb Add forms-upload directly in core repo 2017-03-28 12:07:01 +09:00
Dominic Tracey
52bf068109 Workaround for Issue #1580 2017-03-27 14:50:07 -04:00
Dominic Tracey
1892a3cf58 Revert "Workaround for Issue #1580"
This reverts commit b46e6d4fa0.
2017-03-27 14:48:24 -04:00
Dominic Tracey
b46e6d4fa0 Workaround for Issue #1580 2017-03-27 14:43:05 -04:00
Dominic Tracey
3f20efb5ec Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2017-03-27 12:09:36 -04:00
Dominic Tracey
85499ac856 revert protocol stripping 2017-03-27 12:05:16 -04:00
Dominic Tracey
74ed0f0fbf Merge branch 'devel' of https://github.com/dominictracey/Telescope into devel
* 'devel' of https://github.com/dominictracey/Telescope:
  Facebook scraper requires protocol (e.g. http) on og:image meta tags.
2017-03-27 12:03:05 -04:00
Dominic Tracey
41ddd65d8e clean up. Some questions around protocol stripping on line 33. 2017-03-27 12:02:54 -04:00
SachaG
7fd6cce117 working on Instagram example; use forms-upload package 2017-03-27 14:57:16 +09:00
SachaG
a5d8202f27 add onClick handler to icons; fix forms placeholder; add dummy property hook in users package directly 2017-03-27 10:53:44 +09:00