Commit graph

110 commits

Author SHA1 Message Date
Sacha Greif
e6aa69ac2f move part of permission logic from router to templates; clean up router filters 2015-09-08 11:08:02 +09:00
Sacha Greif
19171dba00 Merge branch 'master' into devel 2015-09-04 12:20:12 +09:00
Sacha Greif
b0a1f645c8 fix collection internationalization for other collections 2015-09-04 12:19:56 +09:00
Sacha Greif
6c19a25b89 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2015-09-04 11:34:48 +09:00
Sacha Greif
3f0604a60d remove duplicate Users.getSubParams function 2015-09-04 11:34:44 +09:00
Sacha Greif
1625b9079a Merge pull request #1121 from yourcelf/isAdmin-fixes
Use abstraction of adminUsers consistently
2015-09-04 11:26:46 +09:00
Sacha Greif
9a927d428a add userId to terms when passed from publication or template controller 2015-09-04 09:34:45 +09:00
Charlie DeTar
fbee25c506 Use abstraction of adminUsers 2015-09-03 14:22:38 -06:00
Sacha Greif
ffada3baa0 Changed Posts.getSubParams to Posts.parameters.get; Posts.parameters.get now iterates over the postsParameters callback hook to build parameters object. 2015-09-03 14:22:51 +09:00
Sacha Greif
76a7f0bb55 fix user edit data context issue 2015-08-24 09:56:54 +09:00
Sacha Greif
484c53a100 publish all public user data all the time to work around nested fields subscription bug 2015-08-24 09:56:43 +09:00
Sacha Greif
01fa2db936 Menus refactoring 2015-08-21 10:20:48 +09:00
Sacha Greif
200c60eaa2 fix user profile 2015-08-17 17:03:18 +09:00
Sacha Greif
031d7e3d40 show user avatar in top nav 2015-08-15 11:42:45 +09:00
Sacha Greif
5666ec43f4 recalculate email hash when email changes 2015-08-15 11:41:59 +09:00
Sacha Greif
99ed0398c7 move user_menu.html and user_menu.js from telescope:core to telescope:users 2015-08-15 11:41:30 +09:00
Sacha Greif
e535a603ad test for existence of user.telescope 2015-08-12 16:42:22 +09:00
Sacha Greif
2c1d3b3fb9 do not subscribe to post users on user profile page (temporary fix for subscription bug) 2015-08-12 10:52:02 +09:00
Sacha Greif
bcf05a124b give priority to field label over i18n string, if it exists (fix #1070) 2015-08-01 11:56:09 +09:00
Sacha Greif
cf0b98a742 fix avatar bug 2015-07-31 14:37:41 +09:00
Sacha Greif
975439cdd9 fix user not defined issue in user menu 2015-07-27 15:10:48 +09:00
Sacha Greif
715716f64d use "submitted_posts" string in user profile 2015-07-17 12:03:25 +09:00
Sacha Greif
63f701ad12 fix completeUserProfile check 2015-07-15 10:11:29 +09:00
Sacha Greif
3a5117069a more checks 2015-07-10 11:40:11 +09:00
Sacha Greif
9eef5fdf07 use Subs Manager for some template-level subscriptions to fix post page content flash issue 2015-07-07 12:54:23 +09:00
Sacha Greif
58071e0ade Merge pull request #1043 from jamiewilson/patch-3
fixed syntax for passing in error type
2015-07-02 10:25:38 +09:00
Sacha Greif
974b3c70b5 clean up 2015-06-30 19:12:29 +09:00
Sacha Greif
7e518007f1 Disallow $rename 2015-06-30 19:11:25 +09:00
Sacha Greif
99dfaa3d19 remove isAdmin helper to avoid conflicts with isAdmin property 2015-06-30 18:57:23 +09:00
Jamie Wilson
85b8fdf934 fixed syntax for passing in error type 2015-06-26 16:03:37 -05:00
Sacha Greif
2481f36f53 working on onsite issue 2015-06-24 18:51:32 +09:00
Sacha Greif
f437153d63 handle deleted users better in email newsletter (thanks @johnthepink) 2015-06-19 12:09:03 +09:00
Sacha Greif
b098a26a19 using better URLs 2015-06-19 12:00:47 +09:00
Sacha Greif
b15d9095c0 add email testing routes for post approved, new comment, and new reply; clean up notifications; clean up posts, comments, user, utils helpers; change post URL format to /id/slug 2015-06-19 11:52:57 +09:00
Sacha Greif
a0668156d5 fix isOwner 2015-06-19 09:49:40 +09:00
Sacha Greif
05f656a407 working on post downvote setting 2015-06-18 16:46:45 +09:00
Sacha Greif
af655c9571 don't use method for User.setSetting 2015-06-09 10:49:59 +09:00
Sacha Greif
c268d142cb fixing get/set user setting 2015-06-08 09:54:42 +09:00
Sacha Greif
8356f43a8f migrate newsletter settings; use Users.getSetting 2015-06-08 08:52:41 +09:00
Sacha Greif
d09fdc9183 remove console.log 2015-06-07 22:20:55 +09:00
Sacha Greif
9cfef9bcf5 generate list of public user properties from user schema 2015-06-05 10:55:52 +09:00
Sacha Greif
31ecd1813e show error when user tries to complete their profile with a duplicate email 2015-06-02 11:53:18 +09:00
Sacha Greif
05d11ffe9e when user changes telescope.email, change user.emails too if it exists 2015-05-20 16:03:43 +09:00
Sacha Greif
8875bceb6c bugfix 2015-05-19 15:17:27 +09:00
Sacha Greif
b296d87e44 make profileCompletedAsync callback work; make invites work even with Twitter or Facebook accounts 2015-05-19 12:34:27 +09:00
Sacha Greif
bae795f268 make subscribeUserOnCreation callback run asynchronously to fix #933 2015-05-19 10:26:31 +09:00
Sacha Greif
cf9d4799f8 check required fields in hasCompletedProfile callback 2015-05-19 09:50:39 +09:00
Sacha Greif
feb6f96afe do not make username field required after all (not provided by Facebook) 2015-05-19 09:37:42 +09:00
Sacha Greif
3532f43db2 small fixes to invites and css 2015-05-19 09:37:27 +09:00
Sacha Greif
e74bea4555 making invite stuff work 2015-05-18 18:32:54 +09:00