Commit graph

197 commits

Author SHA1 Message Date
Sacha Greif
7886ea80de reorganising email templates and debug routes; created two new nova:email-templates and nova:debug packages 2016-04-13 09:50:12 +09:00
Sacha Greif
1664db3c5c fix various client/server module bugs 2016-04-12 20:09:08 +09:00
Sacha Greif
42b25d3eb0 adding route for email debugging 2016-04-12 19:36:47 +09:00
Sacha Greif
5acda44722 debugging newsletter 2016-04-11 10:23:23 +09:00
Sacha Greif
fee29d4437 updating everything (Meteor 1.3.1, React 15, etc.) 2016-04-11 10:15:24 +09:00
Sacha Greif
a342909102 add cancel callback to forms 2016-04-08 10:29:32 +09:00
Sacha Greif
e3d2ffc90f Merge pull request #1292 from xavcz/dochead
Fix HeadTags <-> Flexbox + add 2 helpers for images
2016-04-08 09:53:02 +09:00
xavizalote
1f9a92ec17 helpers for logo & thumbnail urls 2016-04-07 14:34:13 +02:00
xavizalote
b30ba944be get HeadTags out of the post-list-header div -> dont mess with flexbox 2016-04-07 14:17:35 +02:00
Sacha Greif
013afb158f finish work on embedly prefilling 2016-04-07 12:43:41 +09:00
Sacha Greif
6342aca8a0 clean up modals 2016-04-07 10:33:44 +09:00
xavizalote
a2232b5f95 responsive meta 2016-04-06 19:39:57 +02:00
xavizalote
312a865b96 switch from react-helmet to dochead 👌 2016-04-06 16:56:05 +02:00
Sacha Greif
d0e4b1ea76 switch from react-modal to react-bootstrap-modal; fix reactivity issues with user object inside modals (hopefully?) 2016-04-05 18:05:41 +09:00
Sacha Greif
93b70553d7 fix comment notification links 2016-04-05 16:27:32 +09:00
Sacha Greif
a74d29ebb0 fixing a few bugs 2016-04-04 17:08:09 +09:00
Sacha Greif
8a2c9dbeed adding a Settings cheatsheet at /settings 2016-04-04 14:39:08 +09:00
Sacha Greif
f510c41244 improve social login buttons 2016-04-04 11:30:14 +09:00
Sacha Greif
f59729bbc4 merge NewDocument and EditDocument components into single NovaForm component; use it for comment edit form as well 2016-04-04 10:21:18 +09:00
Sacha Greif
afad8d21b7 Merge branch 'nova' of https://github.com/TelescopeJS/Telescope into nova 2016-04-04 09:31:53 +09:00
Sacha Greif
4fb68d4cc7 renaming variables to be more accurate; adding submitCallback to forms 2016-04-04 09:31:48 +09:00
michelherszak
43f2bc9f94 Package update: std:accounts-ui from 1.1.5 to 1.1.12, collection2 from 2.8.0 to 2.9.1, react-meteor-data from 0.2.6beta to 0.2.7, check-npm-versions from 0.1.1 to 0.2.0 2016-04-03 13:29:26 -06:00
michelherszak
4a5a1ca3c2 Merge branch 'nova' of https://github.com/TelescopeJS/Telescope into nova
Merge after
2016-04-03 10:14:35 -06:00
Sacha Greif
576fae3008 use nova:forms for comment new/reply forms as well 2016-04-03 20:58:11 +09:00
Sacha Greif
8305cd8a3d adding loading spinner 2016-04-03 15:56:12 +09:00
Sacha Greif
86509c3869 disable new comment form while submitting 2016-04-03 12:05:44 +09:00
Sacha Greif
20b8227b64 select accounts package at app level; disable custom oauth buttons logic for now 2016-04-03 11:49:34 +09:00
Sacha Greif
2fca9b6900 extract account form into own component; use modal to show it instead of comment form when not logged in; add size option for modal 2016-04-03 11:42:07 +09:00
Sacha Greif
77140ac09f Merge branch 'comments-login' of https://github.com/xavcz/Telescope into xavcz-comments-login
# Conflicts:
#	.meteor/versions
#	packages/nova-base-components/lib/users/AccountsMenu.jsx
#	packages/nova-base-components/package.js
2016-04-03 11:30:31 +09:00
Tim Brandin
ad933c7192 Updated to latest version of std:accounts-ui 2016-04-02 23:19:32 +02:00
Tim Brandin
1c9b172dc9 Bugfixes for std:accounts-ui 2016-04-02 21:05:02 +02:00
xavizalote
6f489746bf update to std:accounts-ui@1.1.1 -> solve the problem of pre & post submit hooks 2016-04-02 17:12:04 +02:00
xavizalote
e43b1c856a "do nothing on sign in/up" hooks 2016-04-02 17:03:03 +02:00
xavizalote
32dfc92c0a tweak social buttons rendering 2016-04-02 15:47:12 +02:00
xavizalote
680e5b9ce4 switch to std:accounts-ui (same package but moved repo) & add accounts form instead of new comment form if the user is not logged in 2016-04-02 15:03:55 +02:00
michelherszak
03bcd084a9 Commit after merge 2016-04-01 08:20:54 -06:00
Sacha Greif
aff400ec9f use ES6 classes for form components; disable form while it's submitting 2016-04-01 20:57:37 +09:00
Sacha Greif
9127c43b26 use ES6 class for CategoriesList because functional stateless components can't return null 2016-04-01 16:52:02 +09:00
Sacha Greif
f2f7b6ab18 switching Email back to global Telescope.email for now; getting rid of Herald; improving user edit form; 2016-04-01 12:38:50 +09:00
Sacha Greif
da9795b43d import EditDocument (thanks @MHerszak!) 2016-04-01 10:55:47 +09:00
michelherszak
8f148bbf1a EditComponent wasn't available through Telescope.components. The import from nova:forms fixed it for UserEdit.jsx 2016-03-31 13:24:19 -06:00
Sacha Greif
ece9a98c4b wrap post edit form in DocumentContainer to load extra properties like body 2016-03-31 11:04:24 +09:00
Sacha Greif
0cb56d8b79 create separate PostNewForm component; add error messages to post new and edit forms (for now); add errors to comment new and edit 2016-03-31 09:36:25 +09:00
Sacha Greif
b23b7eea73 include forms package in repo; add cache for FR-SSR; fix modal window callback issue; fix posts.single publication and subscription bug 2016-03-30 19:08:06 +09:00
Sacha Greif
8c2e37c247 clean up imports 2016-03-30 10:52:40 +09:00
Sacha Greif
8c676f3483 basic mobile view 2016-03-30 10:06:12 +09:00
Sacha Greif
6a31ef2871 rename packages for consistency 2016-03-30 09:25:25 +09:00