Commit graph

3921 commits

Author SHA1 Message Date
Comus Leong
b5dafdf16b Update groups.js 2016-09-11 14:49:56 +08:00
Lucas Rabello Simões
5e0c337a9d Added Brazilian Portuguese package to README.md
Added link to Brazilian Portuguese (pt-BR) internationalization package repository to README.md
2016-09-10 08:32:30 -03:00
xavcz
5e13edc480 pure render mixin add-on is needed to run react-meteor-data 😅 2016-09-09 15:05:21 +02: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
49ed55dda0 update fast-render 2016-08-25 09:53:54 +09:00
Sacha Greif
42decba8ad used webpack import by mistake 2016-08-25 09:49:59 +09:00
Sacha Greif
d19446b994 Merge pull request #1432 from chptung/patch-1
Update callback.js to include Linkedin
2016-08-24 10:20:05 +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
Sacha Greif
cfd83e491d Merge pull request #1430 from Klimakoenner/master
new nova i18n package (de_DE)
2016-08-20 11:34:09 +09:00
xavcz
9f85dbefba nova:subscribe - display clear message to the user after performing an action 2016-08-19 13:18:51 +02:00
Florian Zeidler
1fcb626ec4 Added german translation for nova (de_DE) 2016-08-19 11:45:26 +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
Sacha Greif
d135ae80e1 Merge pull request #1428 from jodumont/patch-1
little detail makes big difference for nob like me
2016-08-17 07:43:47 +09:00
JꙨdцӍoηҬ
97c0ba44b1 little detail makes big difference for nob like me
- git clone git@github.com:TelescopeJS/Telescope.git
+ git clone https://github.com/TelescopeJS/Telescope.git
2016-08-17 00:41:40 +02:00
Xavier Cazalot
15f854fa6f Give doc to nova:subscribe 📖 2016-08-16 17:04:04 +02:00
Xavier Cazalot
1fe07f92ec Merge pull request #1425 from xavcz/subscribe-all-the-things
nova:subscribe all the things
2016-08-14 18:02:27 +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
Sacha Greif
9cca09a72c Merge pull request #1424 from rmariuzzo/patch-1
Syntax highlighting added (where missing) 
2016-08-12 12:38:48 +09:00
xavcz
3d5c3d0330 refactor methods so user can subscribe to another user, create UsersSubscribe 2016-08-11 18:01:27 +02:00
Rubens Mariuzzo
b021f4586d Syntax highlighting added (where missing) 2016-08-11 11:03:33 -04:00
Sacha Greif
922e417de9 adding Apollo 2016-08-11 10:43:12 +09: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
Sacha Greif
c0f0f4b293 update formsy and formsy-react-components 2016-08-10 10:32:36 +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
Sacha Greif
e7e0d33339 clean up nova:core 2016-08-08 10:54:33 +09:00
Sacha Greif
0dd11ec218 Merge pull request #1422 from schabluk/devel
Changing subscription method names & better error handling
2016-08-08 10:20:20 +09:00
schabluk
79ba615bae Better error handling 2016-08-07 18:31:58 +02:00