Commit graph

891 commits

Author SHA1 Message Date
Sacha Greif
4008b323b5 adding keyup firing delay to search 2013-11-16 17:19:35 +09:00
Sacha Greif
1aa697a357 enable search results pagination 2013-11-16 16:53:38 +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
Sacha Greif
84a35bd737 use type=search 2013-11-16 12:51:33 +09:00
Sacha Greif
d8c31b7f62 css tweaks 2013-11-15 15:29:39 +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
Ry Walker
f5238d4fb7 Whitespace 2013-11-14 22:16:18 -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
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