xavcz
|
8429502a64
|
schemas good practice: change control: "none" to hidden: true
|
2016-11-18 10:03:01 +01:00 |
|
xavcz
|
dcd7269f74
|
small tweak on mutations & userId field
|
2016-11-18 09:28:32 +01:00 |
|
Sacha Greif
|
e1744f9f93
|
working on custom collection demo package
|
2016-11-18 16:01:27 +09:00 |
|
xavcz
|
17513c1a98
|
change the API to register components / extend them and illustrate it in my-custom-package
|
2016-11-17 20:00:20 +01:00 |
|
xavcz
|
3c913c437b
|
mutations: form HOC type based on the document prop & fix collection.edit.validate cb by assigning it to the modifier
|
2016-11-17 09:46:35 +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
|
c8615d3439
|
v0.27.4
|
2016-11-15 10:44:01 +01:00 |
|
xavcz
|
4ae1c01eec
|
complete eslint devDeps and fix lint errors
|
2016-11-15 09:02:30 +01:00 |
|
Sacha Greif
|
5df3377418
|
clean up published_fields files; clean up unnecessary packages; more work on callbacks
|
2016-11-15 15:59:34 +09:00 |
|
Sacha Greif
|
8689a4de73
|
clean up callbacks by moving logic to mutations and schema (autoValue)
|
2016-11-14 17:17:44 +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
|
2b79907ffd
|
escape .telescope on users schema when generating graphql schemas on app startup, fix thumbnails of dummy content (got caught in the refactoring 🌊)
|
2016-11-10 16:53:06 +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 |
|
Sacha Greif
|
0f6aeb3670
|
small fixes on user mutations
|
2016-11-09 11:55:28 +09:00 |
|
Sacha Greif
|
80bf6ddb12
|
Merge branch 'apollo' of https://github.com/TelescopeJS/Telescope into apollo
# Conflicts:
# packages/nova-users/lib/schema.js
|
2016-11-09 09:31:15 +09:00 |
|
Sacha Greif
|
76d71f13dd
|
small tweaks
|
2016-11-09 09:30:11 +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 |
|
Sacha Greif
|
1b7574d8fe
|
add missing properties
|
2016-11-08 15:16:58 +09:00 |
|
Sacha Greif
|
9b7cdcd8bc
|
add typeName to each collection
|
2016-11-08 15:12:23 +09:00 |
|
Sacha Greif
|
bee5eaf373
|
generate graphQL schemas for posts, comments, and categories from simpleSchema
|
2016-11-08 14:56:39 +09:00 |
|
xavcz
|
6e82219c5b
|
wip on categories mutation, comment logs on comments (🤔)
|
2016-11-07 23:04:41 +01:00 |
|
Sacha Greif
|
7ce835b0fd
|
apollo forms wip
|
2016-11-07 17:45:17 +09:00 |
|
Sacha Greif
|
02b3e785c5
|
working on commentsEdit
|
2016-11-07 15:03:45 +09:00 |
|
Sacha Greif
|
a74744d2c7
|
work on updateQueries for commentsNew
|
2016-11-07 13:00:09 +09:00 |
|
Sacha Greif
|
747ff91721
|
add posts.remove callbacks
|
2016-11-07 12:59:39 +09:00 |
|
Sacha Greif
|
8701dace84
|
refactor mutations; collection.x.method callback is now collection.x.validate
|
2016-11-07 12:11:02 +09:00 |
|
Sacha Greif
|
b369d90341
|
use standard newMutation, editMutation, and removeMutation mutations for posts and comments
|
2016-11-07 11:47:33 +09:00 |
|
xavcz
|
8aaef596f5
|
modify getUnusedSlug to handle edge case on Users collection, fix #1501 and related to #1213
|
2016-11-06 11:51:52 +01:00 |
|
Sacha Greif
|
56bcfba245
|
first pass at splitting off resolvers
|
2016-11-03 21:39:09 +09:00 |
|
xavcz
|
e78cbe523f
|
telescope's graphql mutations extensible as schema and queries, re-enable context.actions.call with Meteor for now
|
2016-10-31 16:19:37 +01:00 |
|
Sacha Greif
|
0b2af51c89
|
split graphQL schemas in their respective packages
|
2016-10-29 16:37:33 +09:00 |
|
Sacha Greif
|
7533d67296
|
add viewableIf property to schemas to define which fields are viewable by which users; use it in resolver
|
2016-10-29 14:17:57 +09:00 |
|
xavcz
|
26f5e73119
|
more work on single post
|
2016-10-19 17:38:21 +02:00 |
|
xavcz
|
f6bbbd14ca
|
redux basic setup (to be improved) - test case on FlashMessages, used in PostNewForm
|
2016-10-19 10:32:24 +02:00 |
|
xavcz
|
042cb4ff86
|
v0.27.3
|
2016-10-19 09:54:15 +02:00 |
|
xavcz
|
01429c9f5b
|
backward compatibility for the autoform field on schema definition
|
2016-10-14 11:55:47 +02:00 |
|
xavcz
|
7775838980
|
change old reference to AutoForm (legacy): field schema "autoform" -> "form"
|
2016-10-05 08:43:13 +02:00 |
|
xavcz
|
9fb82628d2
|
clean up dead code, remove package-tap.i18n
|
2016-10-05 08:05:11 +02:00 |
|
xavcz
|
b3ae8ef6c6
|
v0.27.2
|
2016-10-01 18:11:37 +02:00 |
|
xavcz
|
4e3d32d2a6
|
v0.27.1
|
2016-09-22 07:58:59 +02:00 |
|
Sacha Greif
|
2b34713c0b
|
v0.27.0
|
2016-08-29 09:02:11 +09:00 |
|
Sacha Greif
|
72b6353321
|
put statuses on Telescope object instead of Posts
|
2016-08-10 10:40:17 +09:00 |
|
Sacha Greif
|
3ec90a04b5
|
remove Telescope global
|
2016-08-08 11:18:21 +09:00 |
|
xavcz
|
5e6c553284
|
NovaForm custom components with boolean value: fix a bug on account edit + newsletter setting using autofilledValues
|
2016-07-31 14:14:51 +02:00 |
|
Sacha Greif
|
cfc52b1158
|
v0.26.5
|
2016-07-24 19:15:55 +09:00 |
|
Sacha Greif
|
0af967324f
|
add post sharing helpers
|
2016-07-12 17:36:58 +09:00 |
|
Sacha Greif
|
0870b56c69
|
fix getDomain; make head tags extensible; make redirection logic more flexible
|
2016-07-06 10:21:58 +09:00 |
|
Sacha Greif
|
4f61940b07
|
version 0.26.4
|
2016-07-04 10:42:36 +09:00 |
|