Sacha Greif
29495788e8
Merge pull request #454 from bengott/avatar-tweaks
...
Update to use bengott:avatar package for user avatars
2014-10-04 10:14:49 +09:00
Charlie DeTar
ed09d0ea7c
Fully abstract isAdmin
...
We're using a fork with a different definition of "isAdmin" (using
``meteor-roles`` rather than the boolean user.isAdmin). ``lib/user.js``
provides abstracted methods for reading admin state, which makes it very
easy to change our definition -- except that the abstractions weren't
used universally.
This commit finishes the job of using the abstractions, and adds a few
new parts to also allow abstracting setting and updating admin-ness:
- setAdmin: sets admin status directly on a user object.
- updateAdmin: executes a mongo update to set admin status.
- adminMongoQuery: the query parameter for admin-ness, for composing
user queries with other fields.
- notAdminMongoQuery: the query parameter for not-admin-ness.
2014-10-03 16:21:06 -06:00
Ben Gott
bab24860d6
Update to use bengott:avatar package for all user avatars
2014-09-30 12:34:42 -05:00
Ben Gott
8e709a8372
Rename common template/view 'gravatar' to 'avatar'
2014-09-27 12:05:15 -05:00
shaialon
6592f5761a
Change to user / userId
2014-09-26 23:06:12 +03:00
Sacha Greif
7dc8249910
Do not remove deleted comments from db
2014-09-16 12:12:48 +09:00
Sacha Greif
e21f5c7056
adding new htmlBody field and adding hooks to sanitise it
2014-08-31 16:11:48 +09:00
Sacha Greif
4ad020174c
Separating themes; adding accounts-entry
2014-08-12 16:16:44 +09:00
Sacha Greif
608a163ac1
merging comment_page and comment_reply templates
2014-07-07 09:36:38 +09:00
Sacha Greif
615bb4c6c2
making all template includes dynamic
2014-07-05 11:42:28 +09:00
Sacha Greif
9ebc910465
using marked package
2014-07-03 10:40:04 +09:00
Sacha Greif
e0ff3f71fc
Counting up votes and down votes with two separate properties instead of a single "votes" property
2014-05-15 15:56:23 +09:00
Sacha Greif
8263575879
removing constant and fixing bugs
2014-05-01 19:58:56 -07:00
Sacha Greif
379c002698
working on 0.8
2014-04-30 16:58:11 -07:00
Toam
c527a00a62
merge
2013-11-09 02:02:05 +01:00
Sacha Greif
26b321fb27
small styling fix
2013-11-07 09:25:49 +09:00
Toam
c06fe46a83
Localisation Common, Errors, Notifications and Users
2013-11-06 01:01:56 +01: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
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
df4e702e1f
fixed comment bug; added default argument to handlebars settings helper
2013-10-15 12:28:57 +09:00
Sacha Greif
83d792188b
make nested comments optional + various tweaks
2013-10-14 12:14:12 +09:00
Sacha Greif
7f246ac3f3
tweaking data contexts for comment list
2013-10-09 20:23:20 +09:00
Sacha Greif
f14627bfc2
fixed queued comments bug
2013-04-26 17:28:09 +09:00
Sacha Greif
cf8a433b0c
repressRecursion -> showChildComments
2012-11-21 13:41:27 +09:00
Sacha Greif
4e74d43b06
improving permissions
2012-10-05 22:09:13 +09:00
Tom Coleman
e4f55a6377
Start of reorganization.
2012-10-04 11:17:57 +10:00