Commit graph

37 commits

Author SHA1 Message Date
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
cnzin
519eae0037 remove a duplicate function 2013-12-07 21:47:01 +08:00
Sacha Greif
4cd03a6a11 refactored notifications; added notifications for new users 2013-11-18 11:30:58 +09:00
Sacha Greif
5c47069519 give search results their own route 2013-11-16 14:01:00 +09:00
Sacha Greif
f876eb263e added profile fields for github, twitter, and personal site, and fixed profile avatar 2013-11-07 09:57:57 +09:00
Sacha Greif
cd0534a500 improvements 2013-10-24 21:02:42 +09:00
Sacha Greif
78bba0e915 invite system 2013-10-23 19:43:42 +09:00
Sacha Greif
9c4f030b90 fixing singleUser publication; simplifying user object update/remove permissions 2013-10-21 18:56:22 +08:00
Sacha Greif
83d792188b make nested comments optional + various tweaks 2013-10-14 12:14:12 +09:00
Sacha Greif
9066839a29 working on post and comment 2013-10-09 12:39:05 +09:00
Sacha Greif
d8070e51fa converting post edit page 2013-10-06 09:17:37 +09:00
Sacha Greif
c866cb6238 added autocomplete to select user form 2013-07-19 12:17:49 +09:00
Sacha Greif
ef26673e19 clean up getShortUrl function 2013-07-04 12:09:31 +09:00
Sacha Greif
01f7506a8a working on bitly link shortening integration 2013-07-04 11:16:11 +09:00
Sacha Greif
f14627bfc2 fixed queued comments bug 2013-04-26 17:28:09 +09:00
Sacha Greif
4ddc5b4a7f cleaned up app.js and renamed it to main.js 2013-04-14 14:51:37 +09:00
Sacha Greif
5a79b119b2 merging with simple-digest 2013-04-14 12:38:09 +09:00
Sacha Greif
59e1304c72 still cleaning up files 2013-04-13 15:10:07 +09:00
Sacha Greif
3f180f027b added rate limiting to posts and comments posting 2012-10-06 13:15:55 +09:00
Sacha Greif
bf7a0a7fab reorganizing views 2012-10-05 14:36:23 +09:00
Sacha Greif
ea7a447331 moved notifications server side 2012-10-04 15:26:59 +09:00
Sacha Greif
a751fa1627 working on notifications 2012-10-04 14:54:26 +09:00
Sacha Greif
71b0be591c working on notifications 2012-10-04 13:30:57 +09:00
Sacha Greif
eeba9ee455 working on notifications 2012-10-04 10:09:20 +09:00
Sacha Greif
4ee1abc6e3 scroll page to right comment when editing and commenting 2012-10-02 13:49:38 +09:00
Sacha Greif
93f7803140 added sticky posts 2012-10-02 10:54:04 +09:00
Sacha Greif
ce11b81f29 fixed conflicts and merged with Twitter branch 2012-10-01 13:35:20 +09:00
Sacha Greif
0dac75ec82 fixed bad auth api variable name for mixpanel user tracking 2012-10-01 11:49:07 +09:00
Sacha Greif
339970cea8 hooking up more events, hooking up comment upvotes and downvotes 2012-10-01 11:45:18 +09:00
Tom Coleman
e8bed27752 Route to user_edit page until the profile is complete. 2012-10-01 12:11:08 +10:00
Matt DeBergalis
e07daec6f3 Use currentUser builtin to simplify templates.
* {{currentUser.isAdmin}} instead of custom helpers.
* drop currentUserIsAdmin session variable.

relies on fix to meteor's handlebars evaluator in 0.4.2.
2012-09-27 23:33:08 -07:00
Sacha Greif
9cead70494 fixed conflicts using Matt's version over Julien's 2012-09-28 09:40:34 +09:00
Matt DeBergalis
5ed9296814 Simplify plumbing for voting 2012-09-27 13:13:55 -07:00
Julien Chaumond
1b6e18a1db Small error fix when mixpanel's not configured 2012-09-27 21:55:46 +02:00
Sacha Greif
eda774aea1 updated voting and scoring to give more "power" to admins 2012-09-26 06:51:38 +09:00
Sacha Greif
98acd4b3f0 do not re-queue comments after they've been opened once 2012-09-25 10:51:43 +09:00
Sacha Greif
56824622ca cleaning up the code a little, grouping helpers in helpers({...}) 2012-09-25 09:20:49 +09:00