Commit graph

312 commits

Author SHA1 Message Date
Sean Song
f1fd21dd58 fix typo in style class name 2016-10-26 16:25:28 +08:00
Sacha Greif
858c2b78c4 Merge branch 'apollo' of https://github.com/TelescopeJS/Telescope into apollo 2016-10-26 14:46:39 +09:00
Sacha Greif
03fd4c19d6 clean up 2016-10-26 14:46:36 +09:00
xavcz
ab99894207 adding 20sec pollInterval + refetchQuery props when voting / submitting a comment 2016-10-25 15:48:54 +02:00
xavcz
3bcecf5fc2 add variables to posts(view, offset, limit) graphql query -> linked to PostsHome 2016-10-25 13:13:25 +02:00
Sacha Greif
2a714894a5 use Apollo for PostsHome 2016-10-25 16:24:03 +09:00
xavcz
26f5e73119 more work on single post 2016-10-19 17:38:21 +02:00
xavcz
e15093824a sketchy example on single post 2016-10-19 11:07:21 +02:00
xavcz
f6bbbd14ca redux basic setup (to be improved) - test case on FlashMessages, used in PostNewForm 2016-10-19 10:32:24 +02:00
xavcz
042cb4ff86 v0.27.3 2016-10-19 09:54:15 +02:00
xavcz
21086fe18b UsersMenu: user: props -> currentUser: context 2016-10-17 12:26:56 +02:00
xavcz
b04cb52470 currentUser is now only given via context, update README about it, add a missing import 2016-10-14 08:47:18 +02:00
xavcz
6a4c9c1f57 consistency on users callbacks (users.new, users.profileCompleted), remove dead code (~copy of users.edit method) not used anymore: what it did is now handled thanks to callbacks 2016-10-07 10:50:21 +02:00
xavcz
137348148f fix errors on logging out from UsersProfileCheck 2016-10-05 11:35:06 +02:00
xavcz
5463ff7b86 prefer Users namespace to Meteor.users in active packages 2016-10-05 08:37:48 +02:00
xavcz
b3ae8ef6c6 v0.27.2 2016-10-01 18:11:37 +02:00
xavcz
4e3d32d2a6 v0.27.1 2016-09-22 07:58:59 +02:00
xavcz
f17560047d prefer displayName to username on notifications/events: getDisplayName fallbacks to getUserName if it doesn't exist 2016-09-21 12:37:26 +02:00
Sacha Greif
2b34713c0b v0.27.0 2016-08-29 09:02:11 +09:00
Sacha Greif
3f56f4668d cache front page posts again 2016-08-29 08:55:19 +09:00
Sacha Greif
3d6c7731fe limit commenter avatars to 4; add try…catch to email sending 2016-08-26 10:16:01 +09:00
Sacha Greif
97d457251c remove activeClassName attribute from LinkContainer components since it's not supported 2016-08-25 09:59:09 +09:00
Sacha Greif
f04b6ec35a fix accounts form bug 2016-08-25 09:54:02 +09:00
Sacha Greif
3ec90a04b5 remove Telescope global 2016-08-08 11:18:21 +09:00
Sacha Greif
952617dd96 subscribe-to-posts -> subscribe 2016-08-07 19:10:53 +09:00
xavcz
0820523750 use CanDo component when relevant, comment & deprecate ol' permission components 2016-08-06 19:47:04 +02:00
xavcz
830d6015ad small fix on default props value not taken in consideration 2016-08-05 18:26:55 +02:00
xavcz
2f58e4ef80 draft a CanDo reusable component and test it on PostsItem, PostsNewForm & UsersEdit 2016-08-04 10:50:03 +02:00
Sacha Greif
cfc52b1158 v0.26.5 2016-07-24 19:15:55 +09:00
Xavier Cazalot
7cd4bd9b5a Merge pull request #1403 from xavcz/document-to-control
NovaForm: custom control has access to document as a props
2016-07-21 09:12:59 +02:00
Sacha Greif
ec7e4252ff Merge branch 'groups' into devel 2016-07-21 09:56:28 +09:00
Sacha Greif
9cc7840b85 new permissions 2016-07-21 09:40:05 +09:00
Sacha Greif
84331e4c67 porting nova:categories to new permissions system 2016-07-21 09:39:40 +09:00
xavizalote
a2e32140ee fix behavior of newsletter button: display message when subscribing on the banner & update the right account when editing someone's account 2016-07-21 00:38:49 +02:00
Sacha Greif
c748bdc5bd permissions clean up & refactoring 2016-07-20 10:25:05 +09:00
Sacha Greif
c21b9d0908 make headTags extensible again 2016-07-19 18:12:17 +09:00
Sacha Greif
c50bdcb2e4 groups first pass 2016-07-19 17:30:59 +09:00
xavizalote
1ef77c8c04 meta: avoid repetition (no more concat, should fix Facebook scrape) + favicon setting name 2016-07-18 18:01:41 +02:00
xavizalote
deebf7dfb8 small fixes on users: context, i18n, typo 2016-07-18 17:59:47 +02:00
Sacha Greif
b8e03657e2 get rid of share package; update packages 2016-07-12 17:34:32 +09:00
xavizalote
bfd0b595f3 fix deleting category: declare context types 2016-07-11 12:09:00 +02:00
xavizalote
448a6464d7 avoid intl error on date not defined in PostsItem base component (happen on pending view) 2016-07-07 11:19:01 +02:00
Sacha Greif
0870b56c69 fix getDomain; make head tags extensible; make redirection logic more flexible 2016-07-06 10:21:58 +09:00
Sacha Greif
4f61940b07 version 0.26.4 2016-07-04 10:42:36 +09:00
xavizalote
7c45773802 don't do modification on a var if undefined => fixes #1375 error at startup on HeadTags 2016-07-01 08:36:00 +02:00
Sacha Greif
4c3b752748 fix user edit; add edit user link to profile page for admins; fix user name link 2016-06-30 12:05:59 +09:00
Sacha Greif
ef49a81b3e use <Link> for UsersAvatar 2016-06-30 09:56:24 +09:00
xavizalote
2328e2f19e use react-helmet instead of dochead 2016-06-29 09:15:52 +02:00
xavizalote
bfcc395c6f import Users in publications & some components 2016-06-27 21:36:45 +02:00
xavizalote
c67c04f068 fix a bug on go:image/twitter:image and add some clarity 2016-06-27 19:55:24 +02:00