Commit graph

1970 commits

Author SHA1 Message Date
xavcz
dfce3f66dc use comment's getPageUrl helper in rss feed instead of dead function 2016-10-05 08:07:52 +02:00
xavcz
4ccbf6148b consistency on posts parameters callback: posts.parameters 2016-10-05 08:06:34 +02:00
xavcz
9fb82628d2 clean up dead code, remove package-tap.i18n 2016-10-05 08:05:11 +02:00
xavcz
4646e1041a ensure user slug unicity, fixes #1213 2016-10-04 22:42:07 +02:00
xavcz
5078639d92 add slug to newPendingPost notification, closes #1254 2016-10-04 17:38:09 +02:00
xavcz
b3ae8ef6c6 v0.27.2 2016-10-01 18:11:37 +02:00
xavcz
e0c6d5c9a9 secure cloudinary urls, fixing #1224 2016-10-01 14:45:26 +02:00
xavcz
b69b341a7d fix #247 2016-09-28 13:46:59 +02:00
xavcz
3687eea92f fix #1449 2016-09-27 07:30:58 +02:00
xavcz
7c7c6fd2e5 v0.27.1 (+update .meteor/versions, +fix syntax) 2016-09-22 08:11:38 +02:00
xavcz
4e3d32d2a6 v0.27.1 2016-09-22 07:58:59 +02:00
xavcz
4ebf704760 add implementation of defaultValue after prefilledValue (see #1443) 2016-09-21 14:42:05 +02:00
xavcz
b879c9976e nova-api: no more globals 2016-09-21 12:58:29 +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
xavcz
bbedd8540e harmonize fourseven:css versions between packages (may be related to #1442) 2016-09-21 12:09:25 +02:00
xavcz
881934503f not found route 2016-09-16 16:14:23 +02:00
Comus Leong
b5dafdf16b Update groups.js 2016-09-11 14:49:56 +08:00
xavcz
cbd9141e78 update react (15.3.1) and associated packages, fix warnings "unknown prop" 2016-09-07 14:35:49 +02:00
xavcz
dfa9ab0063 allow custom classname for SubscribeTo component 2016-08-30 10:56:01 +02:00
Sacha Greif
2b34713c0b v0.27.0 2016-08-29 09:02:11 +09:00
Sacha Greif
d64c0f689f Merge branch 'devel'
# Conflicts:
#	README.md
2016-08-29 08:56:34 +09:00
Sacha Greif
3f56f4668d cache front page posts again 2016-08-29 08:55:19 +09:00
Sacha Greif
e788998bec Upgrade to Meteor 1.4.1.1 2016-08-29 08:53:20 +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
0b6e11b624 pass app's ReactDOM to react-router-ssr 2016-08-25 09:54:24 +09:00
Sacha Greif
f04b6ec35a fix accounts form bug 2016-08-25 09:54:02 +09:00
Sacha Greif
42decba8ad used webpack import by mistake 2016-08-25 09:49:59 +09:00
Sacha Greif
f0dc6ff124 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-08-24 10:06:00 +09:00
Sacha Greif
6319c76fb4 add missing import 2016-08-24 10:05:53 +09:00
Sacha Greif
e5a1508d98 fix cancelUpvote/cancelDownvote bug 2016-08-24 10:05:47 +09:00
chptung
935c1fa5c0 Update callback.js to include Linkedin
- Update the options.email if/else if statement to include a section for Linkedin
- Update the displayName if/else if statement to include a section for Linkedin
2016-08-22 10:07:37 -07:00
xavcz
9f85dbefba nova:subscribe - display clear message to the user after performing an action 2016-08-19 13:18:51 +02:00
xavcz
eacb8e5226 make Telescope available in debug mode 2016-08-18 15:38:22 +02:00
xavcz
dd1b2d7ca2 🍪🤖: plug cookie to request before rendering ssr string 2016-08-17 18:13:19 +02:00
xavcz
fef3e3281c add intl support for avatar + fix typo in avatar's doc 2016-08-17 18:08:37 +02:00
xavcz
11d7524798 nova:subscribe - fix exception in category's callback when a post isn't assigned to a category 2016-08-17 10:29:08 +02:00
Xavier Cazalot
15f854fa6f Give doc to nova:subscribe 📖 2016-08-16 17:04:04 +02:00
xavcz
c6381ee383 use reify nested imports to avoid dependencies on nova:posts & nova:categories, export default subscribeMethodsGenerator 2016-08-14 17:59:20 +02:00
xavcz
a7d9dc9f8f clarify some things 🤓 2016-08-12 16:02:33 +02:00
xavcz
bd49addff5 intl: emoji test -> text 2016-08-12 15:41:19 +02:00
xavcz
6812b54f71 make Categories fields extensible & "subscribe-able" , subscribe methods generator 🤖 2016-08-12 14:33:51 +02:00
xavcz
44bf243e89 subscribed user's post callback (posts.new.async), SubscribeTo generic component taking a document and a documentType 2016-08-12 11:35:58 +02:00
xavcz
3918881455 check on methods, added permissions, rename components for more consistency 2016-08-12 09:10:05 +02:00
xavcz
3d5c3d0330 refactor methods so user can subscribe to another user, create UsersSubscribe 2016-08-11 18:01:27 +02:00
xavcz
7e0b1fb2d7 fix Comments.getPageUrl ; dust some related functions down 2016-08-10 07:49:40 +02:00
Sacha Greif
2fe424aa69 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-08-10 10:40:23 +09:00
Sacha Greif
72b6353321 put statuses on Telescope object instead of Posts 2016-08-10 10:40:17 +09:00
xavcz
58148ae599 fix #1423 2016-08-09 07:57:12 +02:00
Sacha Greif
3ec90a04b5 remove Telescope global 2016-08-08 11:18:21 +09:00