Commit graph

98 commits

Author SHA1 Message Date
ochicf
6f61f74a34 Fix remove permission strings
Transform collection name to lower case as it is done with the other permission strings.
2017-07-19 18:49:11 +02:00
SachaG
8703a7c303 include user edit modal inside admin package; fix default avatar; admins can now perform every action; include form styles in form package; small form fixes 2017-07-19 16:55:51 +09:00
SachaG
6151b800b8 v1.6.0 2017-07-14 10:53:52 +09:00
SachaG
665f37ce97 add totalResolver option to withList to enable/disable total resolver (enabled by default) 2017-07-07 09:10:11 +09:00
SachaG
e7bc639ffb Make dynamic imports work properly; move Avatar component to core to enable using admin dashboard without base-components 2017-07-05 10:31:37 +09:00
SachaG
7ff1ada7d9 add new default resolvers and default mutations; improve the way field resolvers are defined 2017-07-03 10:54:10 +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
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
SachaG
985f2c69f3 Make admin dashboard extendable 2017-06-17 15:25:41 +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
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
c4b2691d43 version 1.5.0 2017-06-11 19:39:57 -07:00
SachaG
35a7904f92 performCheck fix 2017-06-07 05:04:05 -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
90e850abbb import recompose properly 2017-06-02 07:56:46 +09:00
SachaG
71fb896378 Use better imports for react-bootstrap 2017-06-02 07:19:39 +09:00
SachaG
7e2de51bde react-i18n -> vulcan:i18n 2017-06-01 11:42:30 +09:00
SachaG
bd192a5488 update to Meteor 1.5 2017-06-01 10:00:16 +09:00
SachaG
ed5a0d87bd Change posts list resolver’s check; small fixes 2017-05-30 09:57:57 +09:00
Michel Herszak
7be240e6ac Fixed components before merge 2017-05-23 08:55:05 -06:00
Michel Herszak
2e7b461e24 Added PropTypes package and changed Component to PureComponent 2017-05-23 08:42:28 -06:00
SachaG
5a7d012145 Version 1.4.0 2017-05-20 10:02:37 +09:00
Michel Herszak
14f5ba8971 Added PropTypes from 'prop-types'; 2017-05-19 14:42:43 -06:00
SachaG
2981ca3e93 Add new removeFromFragment function; fix collection.removeField 2017-05-14 11:08:07 +09:00
SachaG
36736c498f refactor embedly package; getEmbedlyData mutation -> getEmbedData; add new builtin provider and EmbedAPI provider to embed package 2017-05-13 16:36:01 +09:00
SachaG
63ccbe60da get terms from either props or options 2017-05-10 10:04:02 +09:00
SachaG
0cf99ead83 Show global app loading inside Layout, so that HeadTags are always included 2017-05-09 10:14:10 +09:00
SachaG
b7b19b7bb5 revert loading change 2017-05-06 09:03:45 +09:00
SachaG
ac6aef6ce6 small fixes 2017-05-03 14:42:57 +09:00
SachaG
ac2aa28e6c fix twitter login; throw different error when document is not found 2017-04-30 20:36:14 +09:00
SachaG
a7f86fd137 Merge branch 'devel' of ../fuji into devel
# Conflicts:
#	packages/vulcan-base-components/lib/posts/PostsCommentsThread.jsx
2017-04-28 16:45:19 +09:00
SachaG
73caeb8f40 get limit from terms 2017-04-28 16:37:23 +09:00
SachaG
ef9bcaa976 Clean up 2017-04-28 09:25:29 +09:00
SachaG
6693768e6e Make withList work even when no mutations are defined 2017-04-25 11:10:44 +09:00
SachaG
404ce0a52c Use currentUserLoading instead of loading; add setFormState helper to form context 2017-04-20 16:04:24 +09:00
SachaG
7e56a7180d export addAsChildRoute 2017-04-16 21:39:16 +09:00
SachaG
dd76442ab3 keepViewableFields -> restrictViewableFields (clearer name); always capitalize collection names; export new Collections array 2017-04-15 12:02:16 +09:00
SachaG
99c88dcbb1 Version 1.3.2 2017-04-10 11:23:39 +09:00
SachaG
2c741e526d version 1.3.1 2017-04-09 15:47:08 +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
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
641ec97a93 Add a way to remove a GraphQL resolver 2017-03-29 16:43:52 +09:00
SachaG
968bf55848 Clean up packages; create new example-forum package 2017-03-29 15:48:44 +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
SachaG
72be56a590 renaming nova-xyz directories to vulcan-xyz 2017-03-24 10:19:24 +09:00