Dan Dascalescu
35010cc245
Improve comments loading performance on long threads
2015-03-27 15:37:11 -07:00
Sacha Greif
fc01ed887e
publish upvoters/downvoters on single post page
2015-03-26 13:15:16 +09:00
Sacha Greif
827a15dc74
do not publish password bcrypt token
2015-03-25 10:12:03 +09:00
Jeremy Shimko
5997aafe87
switch to ReactiveTable.publish for all-users table
2015-02-16 17:54:33 -05:00
Sacha Greif
3b51d0ef1c
bunch of small fixes
2015-01-20 16:18:27 +09:00
Sacha Greif
c6befe9b19
publish post author on single comment pages
2015-01-20 16:08:10 +09:00
Sacha Greif
18c63f9886
Merge branch 'master' into devel
...
Conflicts:
server/publications/posts_list.js
2015-01-07 16:53:36 +09:00
Anthony Mayer
f9d9891fba
Getting rid of redundant permissions functions
...
Switched everything over to use can.* functions from telescope-lib instead of using can* functions from lib/permissions.js, deleted lib/permissions.js, added some tests for permissions, and some other random cleanup like deleting unused code.
Conflicts:
client/views/comments/comment_form.js
2015-01-07 08:22:46 +01:00
Sacha Greif
b1f575d745
limit to 200 posts max even for admins; sort single day view by score, not baseScore; fix daily view limited to 10 posts bug
2015-01-06 11:26:44 +09:00
Sacha Greif
ecad51bbbd
make release notes into a package
2014-12-31 11:05:25 +09:00
Sacha Greif
dd42a667e4
fix error when 404'ing user profile
2014-12-31 10:38:07 +09:00
Sacha Greif
ed03fa38a1
working on release notes
2014-12-30 19:14:44 +09:00
Sacha Greif
20ec10809b
add limit of 200 posts to avoid DoS problems
2014-12-27 11:56:27 +09:00
Sacha Greif
85acc4fceb
only publish the first four commenters
2014-12-17 11:42:08 +09:00
Sacha Greif
8be0e828a4
only publish the first four commenters for each post
2014-12-17 11:25:40 +09:00
Sacha Greif
f5eb356ac1
adding commenters avatars
2014-12-14 15:15:34 +09:00
Sacha Greif
6d817fc421
using Reactive Var for user comments as well
2014-12-09 11:19:49 +09:00
Sacha Greif
0c6150371b
refactoring invites publication
2014-12-08 22:17:43 +09:00
Sacha Greif
980af66167
refactoring and modularising user profile page publications
2014-12-08 17:25:11 +09:00
Sacha Greif
92bfd16830
splitting out user profile subscriptions
2014-12-08 15:26:06 +09:00
Sacha Greif
bb486793e1
making user profile modular
2014-12-08 14:53:26 +09:00
Sacha Greif
1795552287
Mark some settings field as private and don't publish them
2014-12-04 13:36:06 +09:00
Anthony Mayer
c8d5e3ca25
Fixes #444 - Adding UserEditController to show invites correctly
...
Gets rid of AccountController in favor of UserEditController, which
shows data consistently for both admins and owners. Also, makes sure
that only authorized users can see the page.
2014-11-30 18:23:19 -08:00
Delgermurun
0ff3fc7dba
rename getParameters to getPostParameters
2014-09-29 15:42:35 +08:00
Sacha Greif
7b194e4cc3
Merge pull request #377 from niklasdstrom/publication-validation
...
Publication validation
2014-09-23 11:22:06 +09:00
Sacha Greif
2a911217e9
Making notifications into their own package
2014-09-20 09:57:09 +09:00
Sacha Greif
a90c254cde
only publish all users to admin
2014-09-20 08:57:58 +09:00
Sacha Greif
d78cb03b89
fix comment publication bug
2014-09-19 20:00:22 +09:00
Sacha Greif
c0dc98f7bf
fixing categories
2014-09-08 17:39:59 +09:00
Niklas Ström
7ea30d173d
require user to be admin to listen to allUsers notification
2014-09-08 12:45:29 +08:00
Sacha Greif
d35d516a1c
refactoring publications
2014-09-04 16:39:35 +09:00
Sacha Greif
f45126f8dd
splitting out publications into separate files
2014-09-03 09:56:38 +09:00