Commit graph

2021 commits

Author SHA1 Message Date
xavizalote
91cc0e3f1b make document available on nova:form's custom control 2016-07-21 00:37:06 +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
3b5d4ea1ab import Users 2016-07-19 18:08:53 +09:00
Sacha Greif
c50bdcb2e4 groups first pass 2016-07-19 17:30:59 +09:00
Sacha Greif
472061583e Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-07-19 15:13:28 +09:00
Sacha Greif
c33983eaae groups -> formGroups 2016-07-19 15:13:16 +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
5f7d2177d3 add isPending helper 2016-07-15 11:15:38 +09:00
Sacha Greif
93ec8fa9e2 fix thumbnail aspect ratio 2016-07-15 11:15:32 +09:00
xavizalote
b7bb9fd5f9 scheduled posts: don't run update when not needed 2016-07-14 10:12:27 +02:00
Sacha Greif
336a1624eb remove Scheduled status; add new isFuture flag instead; set flag after insert and edit; extend base parameters in view instead of in Posts.parameters.get 2016-07-14 15:54:59 +09:00
Sacha Greif
e5a943240d put admin group on Posts object 2016-07-13 11:46:45 +09:00
Sacha Greif
0af967324f add post sharing helpers 2016-07-12 17:36:58 +09:00
Sacha Greif
ab68dccae4 pass optional properties to email wrapper 2016-07-12 17:35:15 +09:00
Sacha Greif
a944fc7fcf get rid of duplicate stylesheets 2016-07-12 17:34:59 +09: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
Łukasz Schabek
6c15f6c486 fixed types comparison 2016-07-11 09:18:09 +02:00
Sacha Greif
4194595944 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-07-11 11:47:55 +09:00
Sacha Greif
b6c0626a87 add helpers for generating share URLs 2016-07-11 11:47:36 +09:00
Sacha Greif
97d1dfea50 cloudinary improvements 2016-07-11 11:47:00 +09:00
xavizalote
ade25cc639 post status scheduled + 10-minute cron to update scheduled posts to approved status 2016-07-07 15:13:19 +02:00
xavizalote
eb50a2b3a3 datetime picker: when an edit form is submitted, the datetime value is not reset if already defined (bug fix post.postedAt on post edit) 2016-07-07 12:48:35 +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
3869927ee1 fix newsletter frequency bug? 2016-07-07 12:49:57 +09:00
Sacha Greif
fa1ca31424 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-07-07 10:38:39 +09:00
Sacha Greif
7bd5c1f044 more i18n cleanup 2016-07-07 10:38:18 +09:00
xavizalote
f2ef293f07 add posts views' base parameters "showFuture: false" 2016-07-06 16:07:36 +02:00
xavizalote
e3479d216f generic datetime picker component for nova:forms working on new & edit post 2016-07-06 15:53:14 +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
93537d2900 make getPostsListUsers non-reactive; stop calling settings.getJSON; make default RSS view overwritable 2016-07-05 16:55:11 +09:00
Sacha Greif
9cc12be2da test if URL is not empty 2016-07-04 12:57:41 +09:00
Sacha Greif
f1420bbaa3 add test email 2016-07-04 12:57:25 +09:00
Sacha Greif
5a08bb634f clean up 2016-07-04 10:49:34 +09:00
Sacha Greif
d6c0be150d remove old i18n function call 2016-07-04 10:42:50 +09:00
Sacha Greif
4f61940b07 version 0.26.4 2016-07-04 10:42:36 +09:00
Sacha Greif
41bad3c75a Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-07-04 10:32:24 +09:00
Sacha Greif
c28910f80f small NovaForms improvements 2016-07-04 10:32:00 +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
Sacha Greif
45b1a8cc7d use elementOnly for thumbnail URL; add support for beforeComponent and afterComponent to NovaForms; handle empty URLs in getDomain; add enableNewsletterInDev setting; add more logging to newsletter cron job; make newsletter time GMT; campaign -> newsletter; add missing imports; add spanish translation to README 2016-06-28 17:33:30 +09:00
xavizalote
4bf0a15a41 whoops, remove console.log 2016-06-27 22:59:06 +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