Commit graph

4664 commits

Author SHA1 Message Date
Michel Herszak
14f5ba8971 Added PropTypes from 'prop-types'; 2017-05-19 14:42:43 -06:00
SachaG
02856d89df fix search form clearing 2017-05-19 22:03:03 +09:00
SachaG
a3c8b1a303 Do not show forgot password link when user has no password; add getCurrentCategoriesArray and getCategoryLink methods to CategoriesList; add message to log in form 2017-05-19 14:58:37 +09:00
SachaG
cba582ca6a Add Users.avatarUrl resolver in case avatarUrl is not defined 2017-05-16 11:05:20 +09:00
SachaG
27a331e87d Small component improvements 2017-05-16 11:04:43 +09:00
SachaG
a23aa031dc Fix canonical URL on posts page 2017-05-16 09:50:12 +09:00
SachaG
c7a24d4b0d Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2017-05-14 11:28:34 +09:00
SachaG
2981ca3e93 Add new removeFromFragment function; fix collection.removeField 2017-05-14 11:08:07 +09:00
SachaG
5f7863c85e do not throw errors in sync callbacks; fix click tracking callback 2017-05-14 10:42:19 +09:00
SachaG
46bb406169 Add limit to API 2017-05-14 10:40:44 +09:00
Sacha Greif
3ec028c723 Merge pull request #1633 from comus/patch-1
let addMediaAfterSubmit return post at the end
2017-05-14 10:25:42 +09:00
Comus Leong
1204b0abdc let addMediaAfterSubmit return post at the end 2017-05-14 00:34:28 +08: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
6ed30efc13 Add support for a “description” setting; default log in form to sign up state; 2017-05-11 11:54:05 +09:00
SachaG
63ccbe60da get terms from either props or options 2017-05-10 10:04:02 +09:00
SachaG
34ef2241b0 Add new categoriesFilter setting that can be set to either union or intersection 2017-05-10 10:03:39 +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
70806e8e57 small css fixes 2017-05-08 14:42:42 +09:00
SachaG
62f3b03476 Moved places package to https://github.com/VulcanJS/vulcan-places 2017-05-08 14:41:11 +09:00
SachaG
f63939534d vulcan:forms-place -> vulcan:places 2017-05-08 12:24:00 +09:00
SachaG
5054dcc900 use normal validate() to throw an error 2017-05-07 22:15:52 +09:00
SachaG
bda9feab98 Initialized unset to empty object 2017-05-07 22:01:52 +09:00
SachaG
d7e75c6cf9 Store place name instead of place address 2017-05-06 16:14:08 +09:00
SachaG
815be7ab3c Add new getCategoriesAsNestedOptions function for nested select support 2017-05-06 16:13:28 +09:00
SachaG
3b651a6d2b Change Utils.unflatten to accept an object as second argument; make name of children property customizable 2017-05-06 16:12:44 +09:00
SachaG
6cff2b19fd integrate Embedly thumbnail inside EmbedlyURL component (not using ThumbnailURL anymore) 2017-05-06 16:08:01 +09:00
SachaG
f9148219cc Fix resolvers issue 2017-05-06 09:03:59 +09:00
SachaG
b7b19b7bb5 revert loading change 2017-05-06 09:03:45 +09:00
SachaG
0027099278 Show “change password” link on user edit page 2017-05-06 09:03:23 +09:00
SachaG
a52eb02f41 Fix forms label i18n; convert number form values if needed; get rid of checkboxgroup hack; fix radiogroup issue; take out hidden fields from getFieldNames fields 2017-05-04 11:16:03 +09:00
SachaG
b95e5e5df7 Store place name instead of place address 2017-05-04 11:15:10 +09:00
SachaG
8126f65fba add support for nested categories when loading from settings.json 2017-05-04 11:14:31 +09:00
SachaG
f6499f8bf0 Add icons 2017-05-04 11:12:06 +09:00
Sacha Greif
c6b859f91d Merge pull request #1630 from gdad-s-river/devel
Utils.getNestedProperty signature typo fix for email schema property
2017-05-03 16:38:50 +09:00
gdad-s-river
7107ae5ee3 Utils.getNestedProperty signature typo fix for email schema property 2017-05-03 13:04:33 +05:30
SachaG
41e0457173 Clean up users fields onInsert logic 2017-05-03 15:37:44 +09:00
SachaG
ac6aef6ce6 small fixes 2017-05-03 14:42:57 +09:00
SachaG
a192adfedb Double-check Facebook login 2017-05-03 14:42:39 +09:00
SachaG
b83f3a53d5 Add vulcan:forms-place form component package 2017-05-03 11:05:52 +09:00
SachaG
853ddf6ba4 clean up Layout; wrap Layout with withCurrentUser; change “required” schema property to “mustComplete”; add new avatarUrl field for twitter avatars; fix UsersProfileCheck 2017-05-01 10:49:27 +09:00
SachaG
ec81fe62df Use custom boilerplate-generator that puts merged_stylesheets.css file at the bottom of <head> 2017-04-30 20:36:46 +09:00
SachaG
ac2aa28e6c fix twitter login; throw different error when document is not found 2017-04-30 20:36:14 +09:00
SachaG
1749d4dcd7 Small fixes 2017-04-30 20:32:06 +09:00
SachaG
2b33c05981 Make upvoted/downvote posts/comments visible to current user only; do not use Accounts.createUser when seeding; small fixes 2017-04-29 12:33:05 +09:00
SachaG
004945baeb move user validation step to onCreateUserCallback function; do not call Accounts.createUser from the server anymore; add new createUser function imported from vulcan:users to create users server-side 2017-04-29 12:31:40 +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
5f3421ccdd Handle cases where loader returns undefined or array containing undefined 2017-04-28 16:39:44 +09:00
SachaG
73caeb8f40 get limit from terms 2017-04-28 16:37:23 +09:00
SachaG
8dbd482b11 Various UI fixes 2017-04-28 16:37:08 +09:00
SachaG
97e138ac84 Update to Meteor 1.4.4.1 2017-04-28 09:49:36 +09:00