Commit graph

179 commits

Author SHA1 Message Date
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
3f64ed5625 cleaning up 2013-04-14 12:12:31 +09:00
Tom Coleman
5fde91f136 Still not working.. grrr 2013-04-14 12:32:32 +10:00
Tom Coleman
f9445dbcc0 Ahh man, not working. 2013-04-14 12:32:12 +10:00
Sacha Greif
59e1304c72 still cleaning up files 2013-04-13 15:10:07 +09:00
Sacha Greif
885d3aeb69 merging and using md5 smart package 2013-04-13 14:54:35 +09:00
xguox
153a87a48c fix avatar for oauth-login 2013-04-08 13:56:46 +08:00
Sacha Greif
ba51afbb0d change the name of CryptoJS for now 2013-04-07 17:48:16 +09:00
Sacha Greif
90d783cfbd updated cryptoJS to 3.1.2 2013-04-07 17:42:44 +09:00
Sacha Greif
36eae1850a make cryptojs global 2013-04-07 17:41:15 +09:00
Sacha Greif
c8bf2aeb4c make cryptojs global 2013-04-07 17:40:32 +09:00
Sacha Greif
c1de10dbba moved selectPost and sortPost to query.js 2013-04-06 17:32:05 +09:00
Sacha Greif
79ec81076e make Telescope compatible with 0.6.0 2013-04-05 11:58:37 +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
bf7a0a7fab reorganizing views 2012-10-05 14:36:23 +09:00
Sacha Greif
ecb7d2b0f4 improving invite and permission system 2012-10-05 14:21:16 +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
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
Sacha Greif
9a03698633 fixing conflicts 2012-10-04 14:58:53 +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
Tom Coleman
4edc7513c5 Best to test things before pushing. 2012-10-04 12:33:15 +10:00
Tom Coleman
973b17cb09 Updated vote.js to use approved (and some minor clean up) 2012-10-04 12:31:02 +10:00
Tom Coleman
d8a70f4ab1 Added approved field to users. 2012-10-04 11:53:15 +10:00
Tom Coleman
3d7f2b4afd Moved post creation logic to the server side.
Also made it + commenting latency compensated.
2012-10-04 11:45:12 +10:00
Sacha Greif
eeba9ee455 working on notifications 2012-10-04 10:09:20 +09:00
Sacha Greif
2db120322f now showing avatars with comments 2012-10-03 16:33:28 +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
40e972fec8 bugfix 2012-10-01 16:15:08 +09:00
Sacha Greif
1bffc8a277 check if user is logging in via twitter to know if their profile is complete 2012-10-01 16:13:56 +09:00
Sacha Greif
0fb9cdf9ca migrating from user_id to userId 2012-10-01 16:08:30 +09:00
Sacha Greif
8774475176 cleaning up syntax 2012-10-01 14:52:32 +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
Sacha Greif
9737ffd5ad getting rid of underscores in variable names 2012-10-01 10:59:08 +09:00
Sacha Greif
d974d26ece using $addToSet instead of $push 2012-09-29 17:23:13 +09:00
Sacha Greif
a467225da1 refactoring vote.js and put this.isSimulation back in
Woops, turns out this.isSimulation is useful after all!

Also, I tried to simplify the code of vote.js. I especially tried to
get rid of the double inequalities, and took the voting validation code
out of the update call.
2012-09-29 14:14:57 +09:00
Sacha Greif
f25d7a619a remove this.isSimulation checks in vote.js 2012-09-29 13:54:47 +09:00
Sacha Greif
75c8a86f4a refactoring vote.js 2012-09-29 13:51:55 +09:00