xavcz
|
c33ebd534a
|
get collection name from typename on nova:subscribe, add missing import on previous commit
|
2017-02-10 09:55:06 +01:00 |
|
xavcz
|
42285a859c
|
re-enable nova:subscribe
|
2017-02-07 12:51:11 +01:00 |
|
xavcz
|
e533dd47e7
|
fix some lint issues, remove some dead code, remove double imports from the same package & import from core instead of lib except for packages depending explicitly on lib (users, emails, ..)
|
2017-02-02 16:18:33 +01:00 |
|
SachaG
|
db17e917f8
|
Remove “__” prefix to avoid conflicts with GraphQL introspection types and simplify code
|
2017-01-18 10:18:33 +09:00 |
|
Sacha Greif
|
70ddd87039
|
update to apollo-client 0.5.22; small fixes and clean-up; Posts.parameters.get -> Posts.getParameters; add sorting to withList (even though it doesn't work yet); add getParameters to all collections;
|
2016-12-18 19:04:11 +09:00 |
|
Sacha Greif
|
1bf4933ebb
|
clean up Telescope imports
|
2016-12-13 11:32:23 +09:00 |
|
xavcz
|
990f21aae1
|
withMessages hoc to avoid having redux code in components
|
2016-12-08 09:42:50 +01:00 |
|
Sacha Greif
|
212cdf48c2
|
Telescope.components.CanDo -> ShowIf
|
2016-12-01 16:09:54 +09:00 |
|
Sacha Greif
|
b16c7ce0be
|
put withCurrentUser back in nova:core after all…
|
2016-11-30 16:58:28 +09:00 |
|
xavcz
|
ddd71eebd1
|
withCurrentUser belongs to nova:users
|
2016-11-29 14:08:24 +01:00 |
|
xavcz
|
9f4fe1a917
|
withCurrentUser hoc in nova:core
|
2016-11-15 18:33:16 +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
|
460efe52f6
|
move namespace to prefix on user schema: user.telescope.xxx by user.nova_xxx
|
2016-11-08 18:22:17 +01:00 |
|
xavcz
|
b5709b0a52
|
flash-messages logic handle via redux for all the components
|
2016-10-31 17:13:14 +01:00 |
|
xavcz
|
dfa9ab0063
|
allow custom classname for SubscribeTo component
|
2016-08-30 10:56:01 +02:00 |
|
xavcz
|
9f85dbefba
|
nova:subscribe - display clear message to the user after performing an action
|
2016-08-19 13:18:51 +02:00 |
|
xavcz
|
c6381ee383
|
use reify nested imports to avoid dependencies on nova:posts & nova:categories, export default subscribeMethodsGenerator
|
2016-08-14 17:59:20 +02:00 |
|
xavcz
|
44bf243e89
|
subscribed user's post callback (posts.new.async), SubscribeTo generic component taking a document and a documentType
|
2016-08-12 11:35:58 +02:00 |
|
xavcz
|
3918881455
|
check on methods, added permissions, rename components for more consistency
|
2016-08-12 09:10:05 +02:00 |
|
xavcz
|
3d5c3d0330
|
refactor methods so user can subscribe to another user, create UsersSubscribe
|
2016-08-11 18:01:27 +02:00 |
|
Sacha Greif
|
3ec90a04b5
|
remove Telescope global
|
2016-08-08 11:18:21 +09:00 |
|
schabluk
|
79ba615bae
|
Better error handling
|
2016-08-07 18:31:58 +02:00 |
|
schabluk
|
3dde711f41
|
Change subscription method names
|
2016-08-07 18:14:38 +02:00 |
|
Sacha Greif
|
952617dd96
|
subscribe-to-posts -> subscribe
|
2016-08-07 19:10:53 +09:00 |
|