Sacha Greif
07a95b3b5c
adding commentsSubmittedToCreatedAt and commentsPostToPostId migrations
2014-06-22 10:34:25 +09:00
Sacha Greif
ae0cf36819
Merge branch 'master' into autoform
...
Conflicts:
client/views/posts/post_item.html
client/views/posts/post_item.js
2014-05-30 14:03:41 +09:00
Sacha Greif
2b37fd1359
fixing canPost and canView filters; only publish invited users to admin
2014-05-23 13:32:52 +09:00
Sacha Greif
9bf61f3807
Changing "headline" to "title"
2014-05-16 09:19:35 +09:00
Sacha Greif
e0ff3f71fc
Counting up votes and down votes with two separate properties instead of a single "votes" property
2014-05-15 15:56:23 +09:00
Sacha Greif
ba3e5e2ca2
Factoring out the tags/categories feature into its own package
2014-05-09 11:05:33 +09:00
Christian Bundy
86ec3ede93
Solve trivial JS errors
...
Using jshint and and fixmyjs I went through and removed 220 trivial
Javascript errors – mostly missing semicolons, and some properties that
weren’t written in dot notation. You can view the diff of jshint’s
output here:
https://gist.github.com/christianbundy/7b37c51bb6f7c8d739e7/revisions
2014-05-06 20:15:48 -07:00
Sacha Greif
62b7c283f3
Merge branch 'master' of github.com:SachaG/Telescope
2014-02-18 14:47:02 +09:00
Sacha Greif
e622c11286
cleaning up subscriptions
2014-02-18 14:46:53 +09:00
Josh Owens
45d8a1b624
Use the outgoing click tracking for rss
...
Switch rss to use the outgoing click tracking url for rss. This makes click tracking via twitter and facebook much easier from an rss share bot.
2014-02-17 12:08:43 -05:00
Ankur Patel
81ced52a99
Best practice to pass object than to check for optional parameter value
2014-01-25 14:11:26 -05:00
Sacha Greif
b40b8386df
replaced click-based click tracking by server-side link redirection; merged both router files
2014-01-18 16:52:12 +09:00
Sacha Greif
821d7ab447
Merge pull request #219 from yeputons/issue-194
...
#194 : fixed bug with preserving category name in posts after renaming
2014-01-06 15:48:59 -08:00
Egor Suvorov
e19508bb09
#194 : now updateCategoryInPosts correctly process deleted categories
2014-01-06 20:12:38 +02:00
Egor Suvorov
5b9c0ff5af
#194 : after category update from admin panel, all posts related to this category are updated (because full category object is stored in each post)
2014-01-06 19:59:35 +02:00
Egor Suvorov
2f2b5d49f6
#209 : createNotifications() is a server-side function now. It's called from 'inviteUser' and 'comment' methods (not from stubs)
2014-01-05 18:44:13 +02:00
Sacha Greif
d5e9474ee6
let admin invite users
2013-12-01 11:25:17 +09:00
Sacha Greif
a8ef61366f
added search logging
2013-11-22 14:20:47 +09:00
Sacha Greif
ca43c338f6
fix #179
2013-11-18 13:20:40 +09:00
Sacha Greif
4cd03a6a11
refactored notifications; added notifications for new users
2013-11-18 11:30:58 +09:00
Sacha Greif
7b79d66bc5
publish mailchimp data for admins ( fix #176 )
2013-11-17 10:28:08 +09:00
Sacha Greif
c461cd78b0
refactoring subscriptions (thanks @Arunoda!)
2013-11-17 08:01:56 +09:00
Sacha Greif
5c47069519
give search results their own route
2013-11-16 14:01:00 +09:00
Sacha Greif
2bb0ab29fd
made updateUserProfiles into a migration
2013-11-16 13:13:21 +09:00
Ry Walker
d78bc35fb2
Add URL too
2013-11-14 23:14:26 -05:00
Ry Walker
377f5704ef
Basic search working
2013-11-14 23:01:59 -05:00
Sacha Greif
1b75b37e4a
return empty cursors when user cannot view
2013-11-15 11:50:57 +09:00
Sacha Greif
ad9bea13ed
refactored invites and user dashboard a bit
2013-11-14 10:49:37 +09:00
Sacha Greif
0ea12ec96f
do not try to add user to mailchimp list if they don't have an email
2013-11-14 10:04:11 +09:00
Sacha Greif
2ffbde6ba4
Merge pull request #167 from ryw/fix-subscription-for-spiderable
...
Fix subscription for spiderable
2013-11-11 15:33:19 -08:00
Sacha Greif
0eff19d983
Merge pull request #166 from Tarangp/patch-7
...
Use cursor to iterate lists of users
2013-11-11 15:31:47 -08:00
Sacha Greif
1b6072e114
fixing updateScore syntax
2013-11-12 08:23:15 +09:00
Ry Walker
20305d9b77
Fix subscription for spiderable
2013-11-11 16:25:47 -05:00
Tarang Patel
8c655d55bf
Use cursor to iterate lists of users
2013-11-11 23:19:32 +02:00
Tarang Patel
3895c7067a
Don't trust client ids
...
Doesn't throw errors if a random value is given e.g `/posts/djhfsjkdh`. This way if something invalid is provided as an `id` then no results are returned.
2013-11-11 21:35:38 +02:00
Sacha Greif
8c7ba04589
publish all users to make autocomplete work, but only for admins
2013-11-08 11:38:57 +09:00
Sacha Greif
4e27e5c8c1
improving user dashboard
2013-11-08 11:15:02 +09:00
Sacha Greif
1c5c8fb575
improved user dashboard even more!
2013-11-08 11:10:23 +09:00
Sacha Greif
f2fbb98d8c
added better user filtering/sorting
2013-11-08 09:47:23 +09:00
Sacha Greif
5cb440c5bb
updated meteor; security fix
2013-11-06 09:29:10 +09:00
Sacha Greif
cf60616776
subscribe to all users to make autocomplete work
2013-11-05 12:44:13 +09:00
Sacha Greif
7da1dc26b1
enable filtering users list
2013-11-04 22:05:19 +09:00
Sacha Greif
9b441c1048
make scoring client-side too for latency compensation
2013-10-29 13:30:35 +09:00
Sacha Greif
1fa23148e4
removed console.log call
2013-10-26 10:51:30 +09:00
Sacha Greif
999464d4b6
cleaning up publications
2013-10-26 10:50:49 +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
676dc3c349
loading relevant users for each post list view
2013-10-25 11:23:16 +09:00
Sacha Greif
405c1ed82c
adding stub for post slug update method
2013-10-25 10:07:19 +09:00
Sacha Greif
540b34d470
Make sure to reset session variables
2013-10-25 10:04:34 +09:00