Commit graph

304 commits

Author SHA1 Message Date
Sacha Greif
6abefeebec refactor app.js 2013-04-06 14:27:01 +09:00
Sacha Greif
1b244db563 added migrations to add slugs and update post categories 2013-04-06 12:38:28 +09:00
Sacha Greif
d87ac1ab1e merging and fixing conflicts 2013-04-05 12:03:18 +09:00
Sacha Greif
5526adc686 making updateScore global too 2013-04-05 11:59:41 +09:00
Sacha Greif
79ec81076e make Telescope compatible with 0.6.0 2013-04-05 11:58:37 +09:00
Sacha Greif
17304f3f1a merged with master 2013-03-19 15:24:29 +09:00
Sacha Greif
3593c9ab11 removed unnecessary method 2013-03-19 15:06:34 +09:00
Sacha Greif
ea62b533c8 refactoring allow() methods to use permission methods 2013-03-19 15:04:54 +09:00
Sacha Greif
9b2d06dc88 refactored animation code 2013-03-19 10:54:01 +09:00
Sacha Greif
540a7ed265 cleaning up router autorun 2013-03-15 16:09:58 +09:00
Sacha Greif
477eff5646 merged with Gabriel's fix 2013-03-15 14:50:54 +09:00
Gabriel Pugliese
b6f1af8856 Fixed #93 2013-03-14 19:44:15 -03:00
Sacha Greif
a7e05f54f5 merging with master 2013-03-14 09:22:11 +09:00
Tom Coleman
710ba94a5b This should work, but doesn't due to
https://github.com/meteor/meteor/issues/785
2013-03-07 11:54:27 +11:00
jakescott
c026414bea typo 2013-03-06 14:19:46 +13:00
jakescott
b0c9c6b08f Add the ability to pass a 'limit' parameter to the api 2013-03-06 14:00:34 +13:00
Sacha Greif
1db4c5e9d9 working on simple API 2013-03-04 10:43:51 +09:00
Sacha Greif
93a77c23af make sure rss feed validates 2013-02-28 11:02:21 +09:00
Sacha Greif
800c4f550b updated feed information 2013-02-28 10:07:54 +09:00
Sacha Greif
48899a36c0 added RSS feed for /new 2013-02-28 09:40:42 +09:00
Sacha Greif
cd364a219c copied over RSS stuff from GroundControl 2013-02-27 17:45:43 +09:00
Sacha Greif
11638e0e42 removed console.log call 2013-02-22 18:08:14 +09:00
Sacha Greif
0aac261edf fixed error 2013-02-22 15:51:54 +09:00
Sacha Greif
f604ea593b refactored notifications and added notification for new account approval 2013-02-22 15:41:15 +09:00
Sacha Greif
07761f510d refactored notifications; added comment text to notification emails 2013-02-04 13:14:32 +09:00
Sacha Greif
3c81b9dd49 send notifications by default 2013-01-29 10:51:44 +09:00
Sacha Greif
6891f30864 tweaking readme and email test method 2013-01-19 23:14:59 +09:00
Sacha Greif
622047cd48 don't notify admins of their own posts 2013-01-19 23:01:43 +09:00
Sacha Greif
bbe0e113ea commenting the code 2013-01-19 22:47:35 +09:00
Sacha Greif
3359db12ab added notifications of new posts for admins 2013-01-19 22:42:59 +09:00
Sacha Greif
fa1f8db277 added generateEmailHash helper method 2013-01-19 22:09:47 +09:00
Sacha Greif
6a4e32be05 finished unsubcribed feature 2013-01-19 21:55:10 +09:00
Sacha Greif
78c0e22583 adding unsubscribe code 2013-01-19 21:37:46 +09:00
Sacha Greif
9a464035d9 working on email notifications; refactored onsite notifications too 2013-01-19 18:24:18 +09:00
Sacha Greif
6bf8f7356f fixed notifications bug 2013-01-14 10:54:58 +09:00
Sacha Greif
b3cdd86a5c fixed scoring typo 2013-01-14 10:53:36 +09:00
Sacha Greif
f7fff10572 calculate score based on createdAt if submitted not available (i.e. post is pending) 2013-01-13 12:34:29 +09:00
Sacha Greif
e02f748059 define updatedPosts 2013-01-11 11:17:24 +09:00
Sacha Greif
05fcbaf1bd test if either http:// or https:// is missing from URLs 2012-12-31 18:18:46 +01:00
Sacha Greif
a111f71384 show which post is being updated 2012-12-24 16:37:09 +01:00
Sacha Greif
3190d15f88 inactive posts get updated every hour 2012-12-24 16:21:56 +01:00
Sacha Greif
98c2a1f739 working on scoring algorithm optimizations 2012-12-24 10:59:13 +01:00
Sacha Greif
5718c66a2a only run scoreUpdate if score difference is large enough 2012-12-23 17:25:03 +01:00
Sacha Greif
fcc7313449 Improve sticky system by sorting posts by sticky instead of changing score 2012-12-20 17:30:54 +01:00
Tom Coleman
f36d68451c Sorted out digests in a nice clean way. 2012-12-13 18:13:52 +11:00
Tom Coleman
0be912db24 Massively simplified all the posts_lists using the paginatedSub. 2012-12-13 17:06:13 +11:00
Sacha Greif
e1246e0d13 error if sign up form is empty 2012-12-07 09:31:38 +09:00
Tom Coleman
6ff27ae383 Created paginatedSubscription, use it for topPosts. 2012-12-06 23:46:20 +11:00
Tom Coleman
f6fb8372b9 Added permissions for the profiler.. 2012-12-05 17:52:14 +11:00
Sacha Greif
4bf2e3bf46 reworking signin/signup and even tracking 2012-11-26 17:11:21 +09:00