Sacha Greif
|
212cdf48c2
|
Telescope.components.CanDo -> ShowIf
|
2016-12-01 16:09:54 +09:00 |
|
Sacha Greif
|
09cce8f978
|
get fragmentName from fragment, no need to define it separately anymore
|
2016-12-01 12:13:27 +09:00 |
|
Sacha Greif
|
b16c7ce0be
|
put withCurrentUser back in nova:core after all…
|
2016-11-30 16:58:28 +09:00 |
|
Sacha Greif
|
25f685c06c
|
fix user helpers; add Users.canViewField helper
|
2016-11-30 10:21:25 +09:00 |
|
xavcz
|
ddd71eebd1
|
withCurrentUser belongs to nova:users
|
2016-11-29 14:08:24 +01:00 |
|
Sacha Greif
|
fa581a85c3
|
lots of cleaning up
|
2016-11-26 11:17:01 +09:00 |
|
Sacha Greif
|
395a5926be
|
make movies package work independently; nova:base-routes -> nova:routing
|
2016-11-24 15:47:51 +09:00 |
|
Sacha Greif
|
e09022b350
|
add fragments inside components
|
2016-11-23 11:07:48 +09:00 |
|
xavcz
|
22dd58114b
|
get rid of nova:base-containers, move graphql vote-related code to nova:voting, undo mistake on some user fields
|
2016-11-22 18:39:50 -05:00 |
|
xavcz
|
1137fb96aa
|
adapt the Telescope.createCollection api to all the collections, some clean up in old containers files
|
2016-11-22 18:14:51 -05:00 |
|
xavcz
|
ae568422a8
|
go further on link between auth & apollo-client
|
2016-11-17 21:54:03 +01:00 |
|
xavcz
|
5b3f2105d1
|
apply the new API registerComponent to the base-components
|
2016-11-17 20:42:16 +01:00 |
|
xavcz
|
9891551567
|
remove queries and mutations on state dehydration, hide debug logs
|
2016-11-16 16:26:53 +01:00 |
|
xavcz
|
f5ef406bf7
|
got something ~working with a hacks on reactrouter:react-router-ssr
|
2016-11-16 16:17:12 +01:00 |
|
xavcz
|
9f4fe1a917
|
withCurrentUser hoc in nova:core
|
2016-11-15 18:33:16 +01:00 |
|
xavcz
|
600ab15c4d
|
Apollo branch up to date with v0.27.4
|
2016-11-15 12:51:43 +01:00 |
|
xavcz
|
08a686f496
|
use Collection.fragments in queries/mutations
|
2016-11-14 20:27:23 +01:00 |
|
xavcz
|
dd32c36f28
|
more work on removeSuccessCallback (wired with withRemove) ; add options noRemoveMutation (ex for UsersEdit)
|
2016-11-13 14:12:15 +01:00 |
|
Sacha Greif
|
7a170786c8
|
use better syntax for HoCs
|
2016-11-11 18:25:47 +09:00 |
|
Sacha Greif
|
d31fc6b70a
|
continue HoC refactoring, get rid of function syntax in withXYZ() after all
|
2016-11-11 18:19:18 +09:00 |
|
xavcz
|
322882d78b
|
utils.stripTelescopeNamespace used in graphql schema gen, components, helpers when requesting a collection schema
|
2016-11-10 22:18:51 +01:00 |
|
xavcz
|
db5605bd2e
|
use a more generic prefix (__) for users settings and adapt Users.methods.setSetting
|
2016-11-10 14:22:47 +01:00 |
|
xavcz
|
400b4d8c72
|
load categories with their own container (with loading handled in the presentational component); handle login / logout / register with fixed client.resetStore (apollo 0.5.1)
|
2016-11-10 10:54:43 +01:00 |
|
Sacha Greif
|
0f6aeb3670
|
small fixes on user mutations
|
2016-11-09 11:55:28 +09:00 |
|
Sacha Greif
|
cab93c1128
|
re-enable comment nesting
|
2016-11-09 11:55:12 +09:00 |
|
xavcz
|
460efe52f6
|
move namespace to prefix on user schema: user.telescope.xxx by user.nova_xxx
|
2016-11-08 18:22:17 +01:00 |
|
xavcz
|
ec95b3c591
|
wip on nova:base-containers, rename nova:base-apollo in nova:apollo for the sake of clarity, remove some obsolete/experimental functions (triggerMainRefetch, refetchQuery, ..)
|
2016-11-08 12:58:53 +01:00 |
|
Matt Lively
|
4f6b7d78fd
|
ml/cjl: adding support for users logged in.
|
2016-11-01 19:38:06 -07:00 |
|
xavcz
|
b5709b0a52
|
flash-messages logic handle via redux for all the components
|
2016-10-31 17:13:14 +01:00 |
|
xavcz
|
fa4f0bfcf3
|
add viewableIf to non-array fields of Users (array fields cause trouble with mongo $ projection)
|
2016-10-30 18:25:51 +01:00 |
|
Matt Lively
|
eef2b7e233
|
ml/cjl: adding reset password feature
|
2016-10-28 21:27:27 -07:00 |
|
xavcz
|
3c9c9673a3
|
add currentUser to schema/resolvers and give it to the AppContainer; re-enable canView/canEdit on CanDo comp (got broken at first migration to apollo); give back the document to custom FormComponent (used for example in the NewsletterButton in the account page)
|
2016-10-28 13:56:07 +02:00 |
|
Sacha Greif
|
f9ef536280
|
clean up ListContainer and DocumentContainer
|
2016-10-28 16:24:23 +09:00 |
|
Sacha Greif
|
7b3b37adc2
|
make user resolver take either id or slug; add UsersSingleContainer and use it for UsersAccount and UsersProfile
|
2016-10-28 16:22:07 +09:00 |
|
Sacha Greif
|
67a761569d
|
port PostsEditForm to Apollo container; PostsPageContainer -> PostsSingleContainer
|
2016-10-27 16:06:42 +09:00 |
|
Sacha Greif
|
c9c8e3c3d1
|
extract Apollo logic into PostsListContainer
|
2016-10-27 15:15:22 +09:00 |
|
Sacha Greif
|
879a9e4c55
|
working on UsersProfile container
|
2016-10-26 18:03:26 +09: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 |
|