Sacha Greif
fa4e7dbc49
syntax fix
2013-11-12 19:05:59 +09:00
Sacha Greif
3bf0e4177a
Merge pull request #168 from ryw/higher-def-image
...
Use higher quality gravatar image
2013-11-11 15:58:28 -08: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
Sacha Greif
01369c51e7
Merge pull request #164 from Tarangp/patch-6
...
Fix downvoting, cancelling upvoting & cancelling downvoting
2013-11-11 15:16:29 -08:00
Sacha Greif
f004e0c7e1
Merge pull request #163 from Tarangp/patch-5
...
Show nothing instead of null
2013-11-11 15:13:39 -08:00
Sacha Greif
96d98922c9
Merge pull request #162 from Tarangp/patch-4
...
Have no title if there isn't a title set instead of undefined
2013-11-11 15:13:05 -08:00
Sacha Greif
3f31249f0b
Merge pull request #161 from Tarangp/patch-3
...
Don't trust client ids
2013-11-11 15:12:23 -08:00
Sacha Greif
25475614ca
Merge pull request #160 from Tarangp/patch-2
...
Fix ability to delete posts
2013-11-11 15:09:31 -08:00
Ry Walker
050ca1ba15
Use higher quality gravatar image
2013-11-11 16:29:40 -05: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
8dad55a000
Use _id instead of id
2013-11-11 23:10:37 +02:00
Tarang Patel
b38c6cda3f
Fix downvoting, cancelling upvoting & cancelling downvoting
...
Additionally removed the `(function() {})();` encapsulation since Meteor already adds this in since they started scoping files
2013-11-11 23:06:12 +02:00
Tarang Patel
8a506522d8
Show nothing instead of null
...
If these values aren't set they would be shown as `null`. They should just be `` (empty string)
2013-11-11 22:09:24 +02:00
Tarang Patel
cbae924d24
Have no title if there isn't a title set instead of undefined
...
Usually the title is `undefined`. This way it shows the URL instead if nothing is set in settings.
2013-11-11 21:57:47 +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
Tarang Patel
c56c079cf2
Permissions
2013-11-11 21:15:04 +02:00
Tarang Patel
fdab645c15
Fix #159
...
Fix for #159
2013-11-11 20:53:02 +02:00
Sacha Greif
0bed5aa609
cleaned up user profiles a bit
2013-11-08 11:42:00 +09: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
e18c5bbc0f
bugfix
2013-11-08 11:23:18 +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
c164e67572
enable karma redistribution
2013-11-08 10:12:00 +09:00
Sacha Greif
6c0002afec
moved analytics.js to make sure it's always loaded before the router
2013-11-08 09:56:07 +09:00
Sacha Greif
f2fbb98d8c
added better user filtering/sorting
2013-11-08 09:47:23 +09:00
Sacha Greif
e246358cab
Merge pull request #155 from Tarangp/patch-1
...
Prevent weird deploy problem on some versions of node
2013-11-07 15:54:10 -08:00
Tarang Patel
bcc9bddaef
Prevent weird deploy problem on some versions of node
...
Some versions of node have an issue with meteorite. The issue is with the dependencies, for some reason the folders come out blank.
Related: https://github.com/DiscoverMeteor/Microscope/issues/11
2013-11-07 23:20:57 +02: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
26b321fb27
small styling fix
2013-11-07 09:25:49 +09:00
Sacha Greif
d20de7e527
added some basic way of making sure user's clicks are only registered once per session
2013-11-06 10:11:35 +09:00
Sacha Greif
fa6b6067e6
typo fix
2013-11-06 09:33:56 +09:00
Sacha Greif
e7523e7e49
Merge branch 'master' of github.com:SachaG/Telescope
2013-11-06 09:29:45 +09:00
Sacha Greif
5cb440c5bb
updated meteor; security fix
2013-11-06 09:29:10 +09:00
Sacha Greif
1e0654a246
Merge pull request #153 from queso/dont-trust-clients
...
Check that people setting post.userId are actually admins before we set it
2013-11-05 16:17:36 -08:00
Josh Owens
dde7f6ea9d
Check that people setting post.userId are actually admins before we set it
2013-11-05 18:46:25 -05:00
Sacha Greif
4bb605a965
updated readme
2013-11-05 13:03:18 +09:00
Sacha Greif
cf60616776
subscribe to all users to make autocomplete work
2013-11-05 12:44:13 +09:00
Sacha Greif
2583338d73
fixed comment edit bug
2013-11-05 09:32:21 +09:00
Sacha Greif
ff45ba4917
updated history
2013-11-04 22:05:54 +09:00
Sacha Greif
7da1dc26b1
enable filtering users list
2013-11-04 22:05:19 +09:00
Sacha Greif
b6c2a3aa6a
fixed comment voting bug
2013-11-03 13:23:11 +09:00
Sacha Greif
a3000a93dd
updating footer code
2013-10-31 11:12:33 +09:00
Sacha Greif
3c3400b280
fixed bug that prevented user profile updating
2013-10-31 10:41:01 +09:00
Sacha Greif
60f3876f9e
updated to new google analytics snippet and syntax
2013-10-31 09:55:44 +09:00
Sacha Greif
ad363ea964
Merge pull request #148 from ryw/iron
...
Move analyticsRequest()
2013-10-30 17:47:24 -07:00
Ry Walker
7670894416
Move analyticsRequest()
2013-10-29 22:28:52 -07:00
Sacha Greif
bef1ab8e0b
working on google analytics
2013-10-30 08:27:44 +09:00