Commit graph

75 commits

Author SHA1 Message Date
Matt Lively
4f6b7d78fd ml/cjl: adding support for users logged in. 2016-11-01 19:38:06 -07:00
Matt Lively
eef2b7e233 ml/cjl: adding reset password feature 2016-10-28 21:27:27 -07:00
xavcz
21086fe18b UsersMenu: user: props -> currentUser: context 2016-10-17 12:26:56 +02:00
xavcz
b04cb52470 currentUser is now only given via context, update README about it, add a missing import 2016-10-14 08:47:18 +02:00
xavcz
6a4c9c1f57 consistency on users callbacks (users.new, users.profileCompleted), remove dead code (~copy of users.edit method) not used anymore: what it did is now handled thanks to callbacks 2016-10-07 10:50:21 +02:00
xavcz
137348148f fix errors on logging out from UsersProfileCheck 2016-10-05 11:35:06 +02:00
xavcz
5463ff7b86 prefer Users namespace to Meteor.users in active packages 2016-10-05 08:37:48 +02:00
xavcz
f17560047d prefer displayName to username on notifications/events: getDisplayName fallbacks to getUserName if it doesn't exist 2016-09-21 12:37:26 +02:00
Sacha Greif
f04b6ec35a fix accounts form bug 2016-08-25 09:54:02 +09:00
Sacha Greif
3ec90a04b5 remove Telescope global 2016-08-08 11:18:21 +09:00
xavcz
0820523750 use CanDo component when relevant, comment & deprecate ol' permission components 2016-08-06 19:47:04 +02:00
xavcz
2f58e4ef80 draft a CanDo reusable component and test it on PostsItem, PostsNewForm & UsersEdit 2016-08-04 10:50:03 +02:00
Sacha Greif
9cc7840b85 new permissions 2016-07-21 09:40:05 +09:00
xavizalote
deebf7dfb8 small fixes on users: context, i18n, typo 2016-07-18 17:59:47 +02:00
Sacha Greif
4c3b752748 fix user edit; add edit user link to profile page for admins; fix user name link 2016-06-30 12:05:59 +09:00
Sacha Greif
ef49a81b3e use <Link> for UsersAvatar 2016-06-30 09:56:24 +09:00
xavizalote
bfcc395c6f import Users in publications & some components 2016-06-27 21:36:45 +02:00
Sacha Greif
41f349d18c removing Users global 2016-06-23 15:00:58 +09:00
Sacha Greif
d9e69110a6 removing Posts global 2016-06-23 11:40:35 +09:00
Sacha Greif
47e1799157 settings tweak (removed settings panel to avoid confusion) 2016-06-19 14:32:15 +09:00
xavizalote
1d047b92e0 [users] pass context as parameter of stateless component UsersEdit 2016-06-15 11:19:58 +02:00
xavizalote
91f03499bd fix intl & context errors on settings modal 2016-06-14 23:11:28 +02:00
xavizalote
5f23b30954 explicit props/context types on ContextPasser component + fix use of ContextPasser 2016-06-14 23:03:36 +02:00
Sacha Greif
b51c48b117 pass actions, messages, and events as part of context instead of depending on them from within base-components 2016-06-14 17:03:35 +09:00
Sacha Greif
f5021a0a1e reenable old categories/views behavior 2016-06-14 10:17:11 +09:00
Sacha Greif
550ca85258 complete work on react-router 2016-06-14 10:01:44 +09:00
Sacha Greif
bc22398192 react-router wit (fix later) 2016-06-11 16:37:03 +09:00
Sacha Greif
5ce95e4229 react router first pass 2016-06-11 16:36:18 +09:00
Sacha Greif
2c6e3d0d30 more i18n work 2016-06-10 10:25:38 +09:00
Sacha Greif
f899713408 more work on i18n 2016-06-09 20:26:33 +09:00
Sacha Greif
c1572344ba working on i18n 2016-06-09 17:42:20 +09:00
Sacha Greif
241ba651e8 change import syntax; add listId to all ListContainers 2016-06-06 10:06:53 +09:00
Sacha Greif
204fa1d8b7 added support for field groups; small tweaks to user edit form 2016-06-03 11:03:36 +09:00
Sacha Greif
6e913e28cc Merge pull request #1332 from xavcz/quick-fixes
Newsletter + Mailchimp subscription enhancement
2016-05-30 10:53:16 +09:00
xavizalote
8ad7efae59 delete user from list to make it possible for him to resubscribe, default props for the button, style newsletter settings in the UsersEdit 2016-05-25 09:30:29 +02:00
xavizalote
460c81c598 fix required PropTypes 2016-05-25 08:57:48 +02:00
xavizalote
63c5a11b43 NewsletterButton linked to method called with certain props 2016-05-25 08:52:04 +02:00
Sacha Greif
b25c44bc7d fix component name bugs 2016-05-22 21:56:17 +09:00
Sacha Greif
e8a7c657ad change component import syntax to be more explicit 2016-05-22 16:42:24 +09:00
Sacha Greif
ecb58a98a3 make avatars work with hash instead of email 2016-05-22 15:46:44 +09:00
Sacha Greif
b7ec5598eb better import syntax 2016-05-22 15:23:30 +09:00
Sacha Greif
dcf0561cee do not use meteor-avatar-core after all because of client/server npm dependencies issues 2016-05-22 15:23:12 +09:00
Sacha Greif
dda09ef210 use meteor-avatar-core NPM package 2016-05-20 09:39:40 +09:00
Sacha Greif
96729e31f3 show user's posts on their profile page 2016-05-13 16:25:04 +09:00
Sacha Greif
405e93874d small improvements to profile and account pages 2016-05-09 13:32:13 +09:00
Sacha Greif
453634c4c4 small improvements and clean up to components 2016-05-03 12:44:50 +09:00
Sacha Greif
312a7b4f9e various small tweaks 2016-04-21 15:08:43 +09:00
Sacha Greif
e99721f345 more naming fixes 2016-04-20 09:17:19 +09:00
Sacha Greif
ea1791b253 more naming fixes 2016-04-19 16:14:41 +09:00
Sacha Greif
0907733208 more work on consistent naming 2016-04-19 15:54:53 +09:00