Xavier Cazalot
|
14313db271
|
Merge pull request #1526 from comus/patch-1
default avatar image's URL for ssr
|
2016-12-24 17:52:11 +01:00 |
|
xavcz
|
b04fabb449
|
more clean-up
|
2016-12-23 20:58:10 +01:00 |
|
xavcz
|
45e032d7b9
|
update npm react deps, clean some dead code/packages, use query deduplication sent to the server (apollo-client 0.5.24)
|
2016-12-23 12:01:16 +01:00 |
|
Comus Leong
|
d2958eefe0
|
default avatar image's URL for ssr
|
2016-12-21 22:35:48 +08:00 |
|
xavcz
|
78ba0e8530
|
more work on currentUser, withApp is not needed anymore (=== withCurrentUser), fix missing import on users schema
|
2016-12-21 12:04:43 +01:00 |
|
Sacha Greif
|
e6324788dc
|
rollback version change for now to fix issue on run
|
2016-12-20 10:55:11 +09:00 |
|
Sacha Greif
|
fa7987d67a
|
v0.3.0
|
2016-12-20 09:50:14 +09:00 |
|
Sacha Greif
|
4e1a82c130
|
Callbacks.add -> addCallback; and other callback functions
|
2016-12-13 11:40:24 +09:00 |
|
Sacha Greif
|
1bf4933ebb
|
clean up Telescope imports
|
2016-12-13 11:32:23 +09:00 |
|
Sacha Greif
|
98fef8ef62
|
Telescope.settings.get -> getSetting
|
2016-12-12 15:00:56 +09:00 |
|
Sacha Greif
|
dd0df7dfc5
|
Telescope.utils -> Utils
|
2016-12-12 11:34:28 +09:00 |
|
Sacha Greif
|
a2d7b7c2ef
|
Telescope.graphQL.foo -> GraphQLSchema.foo
|
2016-12-12 10:41:50 +09:00 |
|
Sacha Greif
|
5e1e124a8f
|
Telescope.callbacks -> Callbacks; Telescope.createCollection -> createCollection
|
2016-12-12 10:24:34 +09:00 |
|
xavcz
|
b86ac7c12b
|
withApp: class with lifecycle hooks so it can preload fields from feature/custom packages; fix Users.getSettings; ssr: plug again the cookies to the request
|
2016-12-09 13:26:46 +01:00 |
|
xavcz
|
1c058b60c6
|
clean-up
|
2016-12-09 09:11:20 +01:00 |
|
xavcz
|
2638023f4e
|
harmonize apollo branch to be on v0.27.5
|
2016-12-08 23:48:16 +01:00 |
|
Sacha Greif
|
ce103c568c
|
make withSingle accept slug parameter; no need for variables in withMutation anymore; port newsletter methods to Apollo
|
2016-12-07 15:30:40 +09:00 |
|
xavcz
|
4e6e312469
|
permission API: [editable/insertable/viewable](If) -> (By) ; anonymous -> guests ; default -> members
|
2016-12-06 10:55:47 +01:00 |
|
xavcz
|
2d42bd5bf3
|
fragmentName from fragment in withRemove; destructure args in usersSingle resolver; ShowIf on PostsNewForm & UsersEditForm; connect as the "most-right" HOC on Newsletter
|
2016-12-01 16:12:39 +01:00 |
|
Sacha Greif
|
212cdf48c2
|
Telescope.components.CanDo -> ShowIf
|
2016-12-01 16:09:54 +09:00 |
|
Sacha Greif
|
56c04baf3b
|
use new group-based syntax for permissions; various tweaks
|
2016-12-01 15:29:07 +09:00 |
|
xavcz
|
41d19f52aa
|
v0.27.5
|
2016-11-30 12:07:45 +01:00 |
|
xavcz
|
4b4d40f6b3
|
fix updateQueries: queryName for every hoc => queryToUpdate on withNew/Remove ≠ queryName on withSingle; fix removeSuccessCallback redirect; telescope object on user = blackbox
|
2016-11-30 10:31:19 +01:00 |
|
Sacha Greif
|
b16c7ce0be
|
put withCurrentUser back in nova:core after all…
|
2016-11-30 16:58:28 +09:00 |
|
Sacha Greif
|
868194de59
|
id -> documentId in single document resolver; various fixes
|
2016-11-30 16:54:58 +09:00 |
|
Sacha Greif
|
d5be97b56c
|
split out withCurrentUser and loadCurrentUser for now
|
2016-11-30 10:50:04 +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
|
404dd6214c
|
work on withCurrentUser
|
2016-11-29 12:35:00 +01:00 |
|
Sacha Greif
|
002599e51e
|
add preload:true option to Users schema
|
2016-11-29 18:54:12 +09:00 |
|
Sacha Greif
|
9467837d1f
|
move Users.hasUpvoted to nova:voting
|
2016-11-29 18:52:13 +09:00 |
|
Sacha Greif
|
cbcfc1bcaf
|
clean up i18n files
|
2016-11-29 11:39:35 +09:00 |
|
Sacha Greif
|
a6836a5db8
|
move App and Layout components to core; insertableIf, editableIf, and viewableIf also accept group names; clean up
|
2016-11-27 19:12:54 +09:00 |
|
Sacha Greif
|
6d376a5f1c
|
remove dependency on Events
|
2016-11-26 11:51:52 +09:00 |
|
Sacha Greif
|
fa581a85c3
|
lots of cleaning up
|
2016-11-26 11:17:01 +09:00 |
|
Comus Leong
|
464e20a96c
|
eslint & clean up code, also fixed some bugs (#1515)
* [eslint] update eslint rules & add .eslintignore to ignore non-ready nova packages
* [clean-up] nova-voting
* [clean-up] [bug] nova-users: missing user parameter
* [clean-up] nova-users
* [clean-up] nova-subscribe
* [clean-up] nova-settings
* [clean-up] nova-rss
* [clean-up] [bug] nova-posts: correct UsersRemoveDeletePosts
* [clean-up] nova-posts
* [clean-up] nova-notifications
* [clean-up] [bug] nova-newsletter: no error.message on throw error
* [clean-up] nova-newsletter
* [clean-up] nova-lib
* [clean-up] nova-kadira
* [clean-up] nova-inject-data
* [clean-up] nova-getting-started
* [clean-up] nova-forms
* [clean-up] nova-events
* [clean-up] [bug] nova-embedly: no FlowRouter
* [clean-up] nova-embedly
* [clean-up] nova-email-templates
* [clean-up] nova-email
* [clean-up] nova-debug
* [clean-up] nova-core
* [clean-up] [bug] nova-comments: correct UsersRemoveDeleteComments
* [clean-up] nova-comments
* [clean-up] [bug] nova-cloudinary: use Telescope.settings.collection instand
* [clean-up] nova-cloudinary
* [clean-up] nova-categories
* [clean-up] nova-base-components
* [clean-up] nova-api
* [eslint] extends react recommended
* [clean-up] for jsx files
* [eslint] extends meteor recommended
* i forgot this one little change
|
2016-11-25 13:46:55 -05:00 |
|
Ben Gott
|
fc5f31b224
|
move field schemas from user schema to newsletter custom fields
per @xavcz’s suggestion, because the nova:users package doesn’t need to
know about these newsletter-specific fields
|
2016-11-24 05:54:02 -06:00 |
|
Sacha Greif
|
395a5926be
|
make movies package work independently; nova:base-routes -> nova:routing
|
2016-11-24 15:47:51 +09:00 |
|
Sacha Greif
|
dfe2d2d0df
|
give edit forms their own FormWithSingle data loader
|
2016-11-23 17:22:29 +09: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 |
|
Sacha Greif
|
cb1b65fd32
|
remove withList wrapper from posts/comments/categories for now
|
2016-11-22 16:15:26 +09:00 |
|
xavcz
|
8429502a64
|
schemas good practice: change control: "none" to hidden: true
|
2016-11-18 10:03:01 +01:00 |
|
Ben Gott
|
846e5c43ad
|
rename newsletter settings
correctly this time! ;)
|
2016-11-17 14:43:35 -06:00 |
|
Ben Gott
|
8192b06451
|
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into newsletter-subcription-fixes
|
2016-11-17 11:39:59 -06:00 |
|
Ben Gott
|
cb55efbd81
|
whitespace edits
|
2016-11-17 11:38:35 -06:00 |
|
Ben Gott
|
dc594af50f
|
fix newsletter banner dismissal persistence
|
2016-11-17 11:37:26 -06:00 |
|
xavcz
|
4dc2dea872
|
callback fix on users.edit.sync
|
2016-11-17 10:32:16 +01:00 |
|
Sacha Greif
|
3d5fbe7b54
|
comment out publications code
|
2016-11-17 17:38:38 +09:00 |
|
xavcz
|
600ab15c4d
|
Apollo branch up to date with v0.27.4
|
2016-11-15 12:51:43 +01:00 |
|
xavcz
|
c8615d3439
|
v0.27.4
|
2016-11-15 10:44:01 +01:00 |
|