Commit graph

197 commits

Author SHA1 Message Date
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
xavizalote
d57cfcf19f import Categories in CategoriesNewForm 2016-06-27 17:36:14 +02:00
xavizalote
8cb454d15f use fat arrow in method callback to give access to the right this 2016-06-27 17:35:53 +02:00
xavizalote
c0f4c40e85 decouple components actions from Meteor 2016-06-24 09:44:32 +02:00
Sacha Greif
dbc886a7a4 refactor newsletter package (Campaign -> Newsletter); refactor other packages 2016-06-23 17:24:58 +09:00
Sacha Greif
02fb7fa34d removing Categories global 2016-06-23 15:11:56 +09:00
Sacha Greif
41f349d18c removing Users global 2016-06-23 15:00:58 +09:00
Sacha Greif
0e28be3c92 removing Comments global 2016-06-23 12:17:39 +09:00
Sacha Greif
d9e69110a6 removing Posts global 2016-06-23 11:40:35 +09:00
Sacha Greif
d0275aa77f update readme 2016-06-22 18:29:35 +09:00
Sacha Greif
47e1799157 settings tweak (removed settings panel to avoid confusion) 2016-06-19 14:32:15 +09:00
xavizalote
e73e8bbbfa make custom package work again: routes, moment & newsletter button 2016-06-17 11:14:49 +02:00
Sacha Greif
c262b68cc7 make PostsHome easier to extend 2016-06-17 14:44:53 +09:00
Sacha Greif
0a1358a7e2 fix default view when other parameters are specified 2016-06-17 14:41:23 +09:00
Sacha Greif
f8142f4427 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-06-17 09:54:32 +09:00
Sacha Greif
f1e9e02e22 fix posts links 2016-06-17 09:54:25 +09:00