Tarang Patel
|
39eb1c8e0a
|
Update Events
Move from using depreciated event declaration style. Still supported
not sure if future proof (see
https://github.com/meteor/meteor/blob/devel/packages/templating/deftempl
ate.js#L184)
|
2013-11-24 16:13:53 +02:00 |
|
Toam
|
c527a00a62
|
merge
|
2013-11-09 02:02:05 +01:00 |
|
Sacha Greif
|
26b321fb27
|
small styling fix
|
2013-11-07 09:25:49 +09:00 |
|
Toam
|
c06fe46a83
|
Localisation Common, Errors, Notifications and Users
|
2013-11-06 01:01:56 +01:00 |
|
Sacha Greif
|
2583338d73
|
fixed comment edit bug
|
2013-11-05 09:32:21 +09:00 |
|
Sacha Greif
|
3edfb38032
|
clean up upvoting/downvoting/scoring code
|
2013-10-29 15:06:50 +09:00 |
|
Sacha Greif
|
0c47f6e250
|
publish the post related to a single comment
|
2013-10-26 10:47:13 +09:00 |
|
Sacha Greif
|
65e59767d1
|
got rid of digest publications; simplified digest subscription; publishing comment author user
|
2013-10-26 10:37:32 +09:00 |
|
Sacha Greif
|
9f8b74a786
|
URL slugs for user profiles
|
2013-10-24 11:04:27 +09:00 |
|
Sacha Greif
|
9113541486
|
cleaning up
|
2013-10-23 10:45:12 +08:00 |
|
Sacha Greif
|
96e140ca10
|
working on comment queuing
|
2013-10-23 10:40:29 +08:00 |
|
Sacha Greif
|
497f4ca502
|
working on comment reply publication and comment queuing
|
2013-10-23 08:14:06 +08:00 |
|
Sacha Greif
|
2ce9d4022e
|
adding a subscription for commenting users
|
2013-10-21 23:07:36 +08:00 |
|
Sacha Greif
|
e76e7b06bc
|
making post route non-reactive
|
2013-10-21 17:47:30 +08:00 |
|
Sacha Greif
|
df4e702e1f
|
fixed comment bug; added default argument to handlebars settings helper
|
2013-10-15 12:28:57 +09:00 |
|
Sacha Greif
|
83d792188b
|
make nested comments optional + various tweaks
|
2013-10-14 12:14:12 +09:00 |
|
Sacha Greif
|
cf2e2533bc
|
replacing Meteor.Router.to by Router.go
|
2013-10-09 21:49:02 +09:00 |
|
Sacha Greif
|
7f246ac3f3
|
tweaking data contexts for comment list
|
2013-10-09 20:23:20 +09:00 |
|
Sacha Greif
|
2d8df6b3c2
|
working on comment reply
|
2013-10-09 20:11:58 +09:00 |
|
Sacha Greif
|
9066839a29
|
working on post and comment
|
2013-10-09 12:39:05 +09:00 |
|
Sacha Greif
|
201a12b640
|
working on comments
|
2013-10-09 11:46:44 +09:00 |
|
Sacha Greif
|
f14627bfc2
|
fixed queued comments bug
|
2013-04-26 17:28:09 +09:00 |
|
Sacha Greif
|
77de206046
|
Strip HTML from comments and posts to prevent code injections
|
2012-12-13 10:58:17 +09:00 |
|
Sacha Greif
|
3f9955bdb3
|
Merge branch 'master' of github.com:SachaG/Telescope
|
2012-12-05 11:37:23 +09:00 |
|
Sacha Greif
|
f74a8396f6
|
when upvoting while not logged in, redirect instead of just throwing error
|
2012-12-05 11:22:14 +09:00 |
|
Tom Kruijsen
|
7665a1be79
|
Use generic getAvatarUrl instead of Gravatar.
|
2012-12-03 17:36:47 +01:00 |
|
Sacha Greif
|
b43ac5bd56
|
fixed comment timestamp bug
|
2012-11-22 09:08:12 +09:00 |
|
Sacha Greif
|
4e582acbaf
|
moved permissions to own file
|
2012-11-21 14:18:30 +09:00 |
|
Sacha Greif
|
6c2589ab90
|
transformed window vars in Session vars
|
2012-11-21 13:44:03 +09:00 |
|
Sacha Greif
|
cf8a433b0c
|
repressRecursion -> showChildComments
|
2012-11-21 13:41:27 +09:00 |
|
Tom Coleman
|
8641d52674
|
Moved canEdit logic into the router too.
|
2012-11-21 15:28:29 +11:00 |
|
Tom Coleman
|
72d8115b1b
|
New router is working, to some degree.
I switched over to router 2.0, and refactored the permissions a bit.
There's still a bit of work needed to get the permissions fully up to speed.
|
2012-11-21 14:28:18 +11:00 |
|
Sacha Greif
|
3c6f20c679
|
reworking permissions system
|
2012-11-19 12:03:06 +09:00 |
|
Sacha Greif
|
159492d12e
|
cleaned up router
|
2012-10-11 08:23:52 +09:00 |
|
Sacha Greif
|
cab993ba21
|
added a way to load a specific comment in the server-side publish method
|
2012-10-10 11:03:09 +09:00 |
|
Sacha Greif
|
b3c932b2ab
|
adding permission check for post and comment edit
|
2012-10-10 10:48:14 +09:00 |
|
Sacha Greif
|
576b6684cb
|
added client-side filtering for comments and notifications
|
2012-10-10 07:28:44 +09:00 |
|
Julien Chaumond
|
3126c5b566
|
Keyboard shortcut for posting/editing a comment
|
2012-10-08 15:11:35 +02:00 |
|
Sacha Greif
|
9cc4d03b93
|
moved notifications to server side only
|
2012-10-08 11:23:12 +09:00 |
|
Sacha Greif
|
0c1e6e3656
|
error tweaks
|
2012-10-08 10:46:59 +09:00 |
|
Sacha Greif
|
3f180f027b
|
added rate limiting to posts and comments posting
|
2012-10-06 13:15:55 +09:00 |
|
Sacha Greif
|
1c2056d2f8
|
perfected permission and redirection system
|
2012-10-05 22:46:20 +09:00 |
|
Sacha Greif
|
4e74d43b06
|
improving permissions
|
2012-10-05 22:09:13 +09:00 |
|
Sacha Greif
|
7419ff2cb0
|
adding canView to permissions
|
2012-10-05 14:08:46 +09:00 |
|
Sacha Greif
|
e9119ef036
|
reworking invite system
|
2012-10-05 13:59:40 +09:00 |
|
Sacha Greif
|
51ced3e331
|
merging invites branch
|
2012-10-05 13:29:35 +09:00 |
|
Sacha Greif
|
c80f4b3cdd
|
gave notifications its own collection and styled notifcation widget
|
2012-10-05 10:23:38 +09:00 |
|
Sacha Greif
|
f2b4c7eead
|
use getDisplayName for comment authors tooltips
|
2012-10-04 17:42:40 +09:00 |
|
Sacha Greif
|
5af2fde974
|
improving notifications UI
|
2012-10-04 17:25:10 +09:00 |
|
Sacha Greif
|
ea7a447331
|
moved notifications server side
|
2012-10-04 15:26:59 +09:00 |
|