Commit graph

34 commits

Author SHA1 Message Date
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
Ry Walker
20305d9b77 Fix subscription for spiderable 2013-11-11 16:25:47 -05: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
Sacha Greif
8c7ba04589 publish all users to make autocomplete work, but only for admins 2013-11-08 11:38:57 +09:00
Sacha Greif
5cb440c5bb updated meteor; security fix 2013-11-06 09:29:10 +09:00
Sacha Greif
cf60616776 subscribe to all users to make autocomplete work 2013-11-05 12:44:13 +09:00
Sacha Greif
7da1dc26b1 enable filtering users list 2013-11-04 22:05:19 +09:00
Sacha Greif
1fa23148e4 removed console.log call 2013-10-26 10:51:30 +09:00
Sacha Greif
999464d4b6 cleaning up publications 2013-10-26 10:50:49 +09:00
Sacha Greif
0c47f6e250 publish the post related to a single comment 2013-10-26 10:47:13 +09:00
Sacha Greif
65e59767d1 got rid of digest publications; simplified digest subscription; publishing comment author user 2013-10-26 10:37:32 +09:00
Sacha Greif
676dc3c349 loading relevant users for each post list view 2013-10-25 11:23:16 +09:00
Sacha Greif
540b34d470 Make sure to reset session variables 2013-10-25 10:04:34 +09:00
Sacha Greif
b86aeae508 paginating all users view 2013-10-25 09:54:40 +09:00
Sacha Greif
6ba2799167 better syntax for subs parameters 2013-10-24 22:22:49 +09:00
Sacha Greif
69d8b424b2 finish working on categories, clean up 2013-10-24 21:07:55 +09:00
Sacha Greif
cd0534a500 improvements 2013-10-24 21:02:42 +09:00
Sacha Greif
29cc8a9c63 working on subscription 2013-10-24 20:30:05 +09:00
Sacha Greif
7966f0b985 generate user slug from username, make it non-modifiable 2013-10-24 14:24:03 +09:00
Sacha Greif
f11e0dc28d add slug to user edit screen 2013-10-24 11:15:07 +09:00
Sacha Greif
9f8b74a786 URL slugs for user profiles 2013-10-24 11:04:27 +09:00
Sacha Greif
497f4ca502 working on comment reply publication and comment queuing 2013-10-23 08:14:06 +08:00
Sacha Greif
6eb3df011e add post's own user to postUsers publication 2013-10-22 09:03:18 +08:00
Sacha Greif
2ce9d4022e adding a subscription for commenting users 2013-10-21 23:07:36 +08:00
Sacha Greif
9c4f030b90 fixing singleUser publication; simplifying user object update/remove permissions 2013-10-21 18:56:22 +08:00
Sacha Greif
ddb65f8ec5 cleaning up user subscriptions 2013-10-09 22:16:47 +09:00
Sacha Greif
f42f2e7f39 publish less user info 2013-07-04 13:22:48 +09:00
Sacha Greif
d12c585e0c refactoring allow/deny code 2013-07-04 12:51:26 +09:00
Sacha Greif
3f64ed5625 cleaning up 2013-04-14 12:12:31 +09:00
Sacha Greif
1642c939a1 merging 2013-04-14 12:03:11 +09:00
Tom Coleman
b6f62c7816 Ok, really simplified. Seems to be working. 2013-04-14 12:42:32 +10: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
Renamed from server/publish.js (Browse further)