Commit graph

3952 commits

Author SHA1 Message Date
Sacha Greif
1c6bcbdeda Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-08-01 09:55:15 +09:00
xavcz
5e6c553284 NovaForm custom components with boolean value: fix a bug on account edit + newsletter setting using autofilledValues 2016-07-31 14:14:51 +02:00
schabluk
3c640c9f82 remove console 2016-07-29 13:11:02 +02:00
schabluk
a408134b4d move subscribers notification from nova-comments 2016-07-29 12:53:03 +02:00
schabluk
0eaa43ebb4 prevent default event propagation 2016-07-29 11:15:42 +02:00
Sacha Greif
4f0b1c1bd3 fix user posts 2016-07-29 10:29:50 +09:00
schabluk
9e85c90556 locale for subscribe-to-posts 2016-07-28 21:20:03 +02:00
schabluk
faf25b8710 extendable subscribe, locale & deps 2016-07-28 21:19:10 +02:00
Sacha Greif
b4869220e0 Merge pull request #1410 from schabluk/devel
Refactored subscribe-to-posts
2016-07-28 08:58:18 +09:00
schabluk
50671c2c05 fields cleanup & export components 2016-07-27 18:00:40 +02:00
schabluk
fd5da07201 Revert "add observe button"
This reverts commit 54c1c17643.
2016-07-27 12:42:14 +02:00
schabluk
20e6d447d6 simple refactoring 2016-07-27 11:06:00 +02:00
schabluk
d3bd93bb55 simple refactoring 2016-07-27 10:42:36 +02:00
schabluk
54c1c17643 add observe button 2016-07-27 10:42:25 +02:00
schabluk
83ec78ef39 simple refactoring 2016-07-27 10:38:43 +02:00
Sacha Greif
2cf061b282 fix missing daily route 2016-07-27 13:06:57 +09:00
Sacha Greif
e81346ee16 update kadira-binary-deps 2016-07-26 18:11:11 +09:00
Sacha Greif
fcdb1d89f8 1.4 upgrade 2016-07-26 17:45:29 +09:00
Sacha Greif
f4c4f9261f test for postedAt (for pending posts) 2016-07-25 10:46:43 +09:00
Sacha Greif
cfc52b1158 v0.26.5 2016-07-24 19:15:55 +09:00
Sacha Greif
739de3254c make customizing index route easier; update readme 2016-07-24 19:05:21 +09:00
Xavier Cazalot
1d1a556fb8 fix up/down voting (thx @dannyvaughton) 2016-07-22 13:35:01 +02:00
Sacha Greif
189e97f7c4 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-07-22 14:44:54 +09:00
Sacha Greif
fa7c4c6079 make sure user is instance of Users collection 2016-07-22 14:44:41 +09:00
Sacha Greif
5b0fad6f7f use escapeStringRegexp 2016-07-22 10:25:17 +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
00d65bbc4d clean up helpers 2016-07-21 15:02:20 +09:00
Sacha Greif
4a05939bb7 Users.is.admin -> Users.isAdmin 2016-07-21 14:51:58 +09:00
Sacha Greif
1b015b0a2b add /groups debug route 2016-07-21 12:38:11 +09:00
Sacha Greif
9a9f47b84b add groups example to custom package 2016-07-21 12:11:17 +09:00
Sacha Greif
ec7e4252ff Merge branch 'groups' into devel 2016-07-21 09:56:28 +09:00
Sacha Greif
616a34f0c6 more permissions refactoring 2016-07-21 09:53:58 +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
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
1024e5431f Merge branch 'master' into devel
# Conflicts:
#	README.md
2016-07-12 17:37:51 +09:00