Commit graph

4892 commits

Author SHA1 Message Date
SachaG
8965f657cd small fixes 2017-06-30 11:22:29 +09:00
SachaG
296fe702b2 Use test keys for Stripe when in dev mode 2017-06-30 11:22:13 +09:00
SachaG
a370cca0ce Better Apollo error handling using apollo-errors (used for newsletter for now) 2017-06-30 11:18:16 +09:00
SachaG
fb6f651dae Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2017-06-28 08:51:29 +09:00
SachaG
6a927c444f do not override existing content fields when prefilling 2017-06-28 08:50:51 +09:00
Sacha Greif
92df3242a7 Merge pull request #1654 from gdad-s-river/devel
(update_version): package:dymanic-import from 0.1.0 -> 0.1.1 to fix
2017-06-23 09:03:10 +09:00
gdad-s-river
399d8a03f5 (update_version): package:dymanic-import from 0.1.0 -> 0.1.1 to fix https://github.com/meteor/meteor/issues/8751 2017-06-23 03:53:02 +05:30
SachaG
f984b814f6 Use url type for url field 2017-06-22 16:42:29 +09:00
SachaG
9b0b9698a1 fix to avoid duplicate posts 2017-06-22 16:41:56 +09:00
SachaG
a3abb94d3a do not try to extend fragments that don’t exist yet 2017-06-22 16:19:23 +09:00
SachaG
de76f6404d add posts component to admin dashboard 2017-06-21 15:03:38 +09:00
SachaG
624308ab28 fix postedAt callback 2017-06-20 10:46:45 +09:00
SachaG
59f4f6a8df enable blank Input schemas (for when no editableBy or insertableBy fields are defined) 2017-06-20 10:44:19 +09:00
SachaG
7a66e0f9a7 move HeadTags component to core package since it’s used by App.jsx 2017-06-20 10:43:45 +09:00
SachaG
4ad845440c clean up; remove flatten call from Form.jsx; make it possible to specify id:null to not sort by id 2017-06-20 10:25:34 +09:00
SachaG
e87fc07351 generate input fragment even if no input fields exist 2017-06-19 21:48:22 +09:00
SachaG
55bb30bce9 Add fragment initialization step; get rid of duplicate fragments warning; Note: Vulcan HoCs cannot be used outside of registerComponent anymore 2017-06-19 10:19:05 +09:00
Sacha Greif
5f95749f17 Merge pull request #1651 from Enliven-se/vulcan-newsletter-mailchimp-error-handling
use correct code for Mailchimp "already subscribed" state
2017-06-19 08:39:32 +09:00
SachaG
b42d7892f7 pass currentUser to CommentsItem instead of using HoC 2017-06-18 16:05:30 +09:00
SachaG
2ed1762e3e don’t use FormattedRelative 2017-06-18 15:40:23 +09:00
SachaG
eebcd9436e change initiatlization order 2017-06-18 10:14:34 +09:00
SachaG
64aab76254 add posts field on user type 2017-06-17 15:30:58 +09:00
SachaG
985f2c69f3 Make admin dashboard extendable 2017-06-17 15:25:41 +09:00
SachaG
374c512341 enable extending fragments that haven’t been defined yet by adding an initializeFragments() step 2017-06-17 15:24:53 +09:00
klokie
25009baba5 use correct code for Mailchimp "already subscribed" state 2017-06-16 21:42:51 +02:00
SachaG
08277e1a99 move reset password component to accounts package; fix bug with PASSWORD_CHANGE state 2017-06-16 09:00:33 +09:00
SachaG
eafd294d49 Add route name to wrapper class in layout; add support for custom layouts; export RoutesTable 2017-06-14 09:53:42 +09:00
SachaG
e7d1b9b99e adding delete user button 2017-06-13 05:04:19 -07:00
SachaG
9047e206be Working on Vulcan admin package 2017-06-13 04:42:22 -07:00
SachaG
10048b2772 adding support for dynamic imports in routes via react-loadable 2017-06-13 01:48:07 -07:00
SachaG
6887c70fc0 Telescope -> Vulcan 2017-06-13 00:16:52 -07:00
SachaG
afc26c0584 add readme to vulcan:i18n 2017-06-12 17:55:11 -07:00
SachaG
c4b2691d43 version 1.5.0 2017-06-11 19:39:57 -07:00
SachaG
f26d0d0915 Make form groups expandable 2017-06-11 18:50:19 -07:00
SachaG
a7846d10b0 Packages 2017-06-07 18:09:33 -07:00
SachaG
b45b63f480 remove avatar inline styles, define styles in base-styles/main.scss instead 2017-06-07 18:08:22 -07:00
SachaG
1a02f13bae fix posts callbacks issues 2017-06-07 18:00:35 -07:00
SachaG
ad5c2818c0 Add new limit custom property to show character count in form fields 2017-06-07 17:59:02 -07:00
SachaG
bb83965789 Include posts loading component inside PostsLoadMore to make it easier for both to occupy the same space 2017-06-07 17:50:36 -07:00
SachaG
35a7904f92 performCheck fix 2017-06-07 05:04:05 -07:00
SachaG
2b4283ae43 Use InjectData to send server timezone offset to client 2017-06-06 18:06:32 -07:00
SachaG
c00b9083ef Get rid of foo.view.own permissions (a user can always access their own content); refactor posts resolver security with Posts.checkAccess 2017-06-06 17:24:32 -07:00
SachaG
56129faa78 various small fixes 2017-06-06 17:22:17 -07:00
SachaG
7bf856fd1e merge terms from 3 sources in withList; permission check in PostsEditForm; do not default to current date in DateTime component; email subject accepts string; show email properties in debug preview; add async callbacks to charge hook 2017-06-04 13:56:40 +09:00
SachaG
d1759734f7 add i18n fallback 2017-06-03 09:24:43 +09:00
SachaG
90e850abbb import recompose properly 2017-06-02 07:56:46 +09:00
SachaG
0ce8051130 Remove segment support (main events package should be service-agnostic apart from Google Analytics) 2017-06-02 07:46:39 +09:00
SachaG
71fb896378 Use better imports for react-bootstrap 2017-06-02 07:19:39 +09:00
SachaG
3ca6f6553b Merge branch 'devel' into new-i18n 2017-06-01 18:41:19 +09:00
SachaG
629e62fbb1 Do not use FormattedRelative 2017-06-01 18:23:36 +09:00