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 |
|
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 |
|