Commit graph

2809 commits

Author SHA1 Message Date
SachaG
c9fb536056 user.profileUrl -> user.pageUrl for consistency with other collections 2017-08-24 13:16:25 +09:00
SachaG
2d0c422607 Add 'user.postlogin' hook to queue actions until after a user is logged in 2017-08-21 15:35:19 +09:00
SachaG
8d6855d09c add support for passing arbitrary non-GraphQL data to email template 2017-08-20 17:15:40 +09:00
SachaG
0a6034aed1 update all emails to use GraphQL queries; various fixes 2017-08-20 17:02:30 +09:00
SachaG
44687974ac add new fields to schemas 2017-08-20 17:01:57 +09:00
SachaG
a85dcd34fb Update email templates to work with new GraphQL data fetching 2017-08-20 17:01:21 +09:00
SachaG
b205034b33 modify resolvers to return first post/user/etc. by default 2017-08-20 16:13:28 +09:00
SachaG
2ad26e2d80 Add new SiteData resolver on query to give access to site name, url, etc. 2017-08-20 16:12:23 +09:00
SachaG
b6ceeedc87 working on debug package 2017-08-20 15:36:04 +09:00
SachaG
00d7466b57 Add new collection.queryOne function 2017-08-20 15:24:13 +09:00
SachaG
c813551d75 users clean up 2017-08-20 15:23:06 +09:00
SachaG
71aa051aa7 various fixes 2017-08-19 16:18:18 +09:00
SachaG
0e836c7cc4 more forms clean-up 2017-08-19 16:17:52 +09:00
SachaG
163561fd4c Make emails work with runQuery utility 2017-08-19 16:13:59 +09:00
SachaG
8a9e1785e7 add runQuery utility to run GraphQL queries on the server 2017-08-19 16:13:01 +09:00
SachaG
a5d88880fa Reorganize forms package; individual forms component can now be overridden with replaceComponent 2017-08-19 10:41:08 +09:00
SachaG
03c7a8e4c8 fix sign up form error messages 2017-08-17 11:04:32 +09:00
SachaG
05520088da split out validation code in its own file 2017-08-17 10:48:20 +09:00
SachaG
3387745805 form fixes 2017-08-16 16:24:50 +09:00
SachaG
985c509aca Improve form error handling; fields now show relevant validation errors 2017-08-16 16:18:40 +09:00
SachaG
cf41794380 compactObject now removes empty arrays too 2017-08-16 15:08:22 +09:00
SachaG
b1645b7fae make Upload component work even without value 2017-08-16 15:08:06 +09:00
SachaG
03240c93c0 move email template rendering route to email package 2017-08-16 15:07:52 +09:00
SachaG
1fdee1025f fix newsletter issues 2017-08-09 19:20:21 +09:00
SachaG
e4e1f0c41c default mutations can now take options object; add Flash core component; fix Stripe bug 2017-08-07 16:02:29 +09:00
SachaG
c4cd01a0f3 accomodate non-schema fields in Card component 2017-08-07 13:30:02 +09:00
SachaG
e183f67487 context.autofilledValues -> context.getAutofilledValues 2017-08-05 15:01:13 +09:00
SachaG
2cf193af1e Improve image upload form styling; pass context to parameters callback 2017-08-05 14:46:02 +09:00
SachaG
f82531e6e7 version 1.7.0 2017-08-02 19:02:18 +09:00
SachaG
956f3eb162 accept either string or component as ModalTrigger title 2017-08-02 19:00:15 +09:00
SachaG
2e439a6c89 add optional edit button to datatable 2017-08-02 18:56:29 +09:00
SachaG
9ae2bafd62 fix admin css 2017-08-02 17:22:35 +09:00
SachaG
d9b9ecbb98 make Datatable more flexible 2017-08-02 17:18:49 +09:00
SachaG
dc702b0f3d fix admin i18n 2017-08-02 16:25:11 +09:00
SachaG
364559d7de add new Datatable component and use it for Users dashboard 2017-08-02 16:19:15 +09:00
SachaG
0fc94d9bdc add new searchable schema property 2017-08-02 16:18:34 +09:00
SachaG
dfa2609e43 register CollectionDefaultFragment as regular fragment, too 2017-08-02 15:51:11 +09:00
SachaG
d4a70c029e simplify simple example 2017-08-01 17:22:19 +09:00
SachaG
8053852c6f small tweaks; remove kadira package 2017-08-01 17:21:16 +09:00
SachaG
f2dcae9ac8 Fix old Telescope github links 2017-08-01 14:23:07 +09:00
SachaG
5a0d0bd4c5 version 1.6.1 2017-08-01 14:20:56 +09:00
SachaG
7ce805a432 Merge branch 'Zash007-patch-1' into devel 2017-08-01 14:16:29 +09:00
SachaG
80fa8be256 hardcode package versions to enable meteor publish 2017-08-01 14:16:16 +09:00
Toby Allen
53bea15d29 Little explanation at the start + some code re-order
Explained the order of the schema for future users and re-ordered some of the code.
2017-07-31 10:33:53 +01:00
SachaG
7a5c67f354 refactor HeadTags and update Helmet 2017-07-29 16:26:34 +09:00
SachaG
2577365231 update Meteor version and boilerplate-generator package 2017-07-29 15:30:22 +09:00
Sacha Greif
8421da4144 Merge pull request #1678 from ayhid/remove-tags-from-head
add function to remove tags from head
2017-07-29 15:18:19 +09:00
Sacha Greif
a02ec7cce7 Merge pull request #1683 from Zash007/patch-2
Fix for Users.getTwitterName()
2017-07-29 15:17:17 +09:00
SachaG
4b8617cc8c Merge branch 'hakimelek-ssr-support-styled-components' into devel 2017-07-29 15:16:08 +09:00
SachaG
12925718a5 Merge branch 'feature/graphql-interfaces' of https://github.com/ochicf/Vulcan into ochicf-feature/graphql-interfaces
# Conflicts:
#	.meteor/packages
2017-07-29 15:11:23 +09:00