Sacha Greif
|
b369d90341
|
use standard newMutation, editMutation, and removeMutation mutations for posts and comments
|
2016-11-07 11:47:33 +09:00 |
|
Sacha Greif
|
1c47da69e0
|
small fixes
|
2016-11-07 11:46:58 +09:00 |
|
Sacha Greif
|
9d984a5a50
|
Merge pull request #1504 from qge/fixReplyButton
Only show comment reply button for logged in users
|
2016-11-07 09:54:42 +09:00 |
|
Sacha Greif
|
8bd54859a5
|
Merge pull request #1503 from qge/zh-trans
Add zh-CN i18n package
|
2016-11-07 09:54:10 +09:00 |
|
Curtis G
|
eb0536a662
|
Only show comment reply button for logged in users
|
2016-11-06 13:31:58 -05:00 |
|
Curtis G
|
d202cb5946
|
Add zh-CN i18n package
|
2016-11-06 11:30:32 -05:00 |
|
xavcz
|
f988686653
|
use a fork of meteorhacks:inject-data to fix data-injection with meteor 1.4.2
|
2016-11-06 14:52:12 +01:00 |
|
xavcz
|
7059b19772
|
'users.remove' method: check if the user wants to remove itself or another user ; ensure options are defined in related callbacks
|
2016-11-06 12:04:20 +01: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
|
d217c93eba
|
small fixes
|
2016-11-05 18:42:57 +09:00 |
|
Sacha Greif
|
a0a7d235e9
|
working on comments mutations
|
2016-11-05 18:37:46 +09:00 |
|
Sacha Greif
|
5372aace33
|
unset should be all booleans
|
2016-11-05 17:23:25 +09:00 |
|
xavcz
|
ec0ec6558a
|
PostsEditContainer
|
2016-11-04 14:14:19 +01:00 |
|
xavcz
|
f92bb15079
|
PostsNewFormContainer ; fix typo on postsVote mutation
|
2016-11-04 13:57:27 +01:00 |
|
xavcz
|
0805b653e9
|
NovaForm: catch mutation error and display it
|
2016-11-04 09:38:55 +01:00 |
|
xavcz
|
9d3df4ff1b
|
get access to graphql server's context even if no user is logged in
|
2016-11-04 08:41:34 +01:00 |
|
xavcz
|
d382c995d0
|
specify explicit dependencies (npm & meteor packages)
|
2016-11-04 08:40:21 +01:00 |
|
Xavier Cazalot
|
f3b32b0f34
|
Merge pull request #1499 from qge/devel
Add i18n messages for no more posts, no results, and load more days
|
2016-11-04 07:57:06 +01:00 |
|
Sacha Greif
|
4c5c696a82
|
split out set/unset to work around fact that I don't know GraphQL syntax
|
2016-11-04 15:49:42 +09:00 |
|
Sacha Greif
|
2d0e2fde83
|
working on postsEdit
|
2016-11-04 14:38:31 +09:00 |
|
Curtis G
|
38aecb78a0
|
Add i18n messages for no more posts, no results, and load more days
|
2016-11-03 23:00:30 -04:00 |
|
Sacha Greif
|
ae94226990
|
use updateQueries to update the main post list after new post
|
2016-11-04 10:53:06 +09:00 |
|
Sacha Greif
|
f332c8810b
|
use Apollo for new post mutation
|
2016-11-04 10:28:54 +09:00 |
|
Sacha Greif
|
70cf664602
|
Merge pull request #1497 from keenethics/apollo
No comments.deleteById simulation for now
|
2016-11-04 09:32:15 +09:00 |
|
Sacha Greif
|
b006db3a78
|
finish cleaning up resolvers
|
2016-11-04 09:31:32 +09:00 |
|
Epaminond
|
d91e7ff567
|
No comments.deleteById simulation for now
|
2016-11-04 00:03:27 +02:00 |
|
Sacha Greif
|
56bcfba245
|
first pass at splitting off resolvers
|
2016-11-03 21:39:09 +09:00 |
|
Sacha Greif
|
878643f29a
|
access store directly via JS object instead of using query
|
2016-11-03 18:25:33 +09:00 |
|
Sacha Greif
|
bb91c66ad7
|
working on client-only queries to the Apollo store
|
2016-11-03 17:16:12 +09:00 |
|
Sacha Greif
|
222aa4b544
|
split off VoteContainer and Vote
|
2016-11-03 16:19:44 +09:00 |
|
Sacha Greif
|
588d37524c
|
fix issue with refetch
|
2016-11-03 14:55:39 +09:00 |
|
Sacha Greif
|
85eba36199
|
add setMainRefetch and triggerMainRefetch functions to App's context to enable main post list refetch after new post method completion
|
2016-11-03 14:39:27 +09:00 |
|
Sacha Greif
|
8398a7c255
|
redirect after delete
|
2016-11-03 14:13:26 +09:00 |
|
Sacha Greif
|
9ce7fe703f
|
make PostsListContainer and PostsSingleContainer stateful components; add refetchQuery on child context; call it from post edit form; clone item in Telescope.operateOnItem to avoid modifying the original by mistake
|
2016-11-03 14:07:58 +09:00 |
|
Xavier Cazalot
|
2fb457aab1
|
Merge pull request #1491 from malively/feature/add-reset-password-feature
Add Reset Password Feature
|
2016-11-02 16:33:15 +01:00 |
|
xavcz
|
7c88d27d62
|
have the mutation simulation and server operation returning the same result, add missing viewableIf, pass comment object to Telescope.operateOnItem
|
2016-11-02 13:29:43 +01:00 |
|
Sacha Greif
|
c1e1c68c23
|
disable polling; make posts.edit method work again; run refetch in NovaForms success callback
|
2016-11-02 19:56:44 +09:00 |
|
Sacha Greif
|
53976b2608
|
add missing events collection to app container
|
2016-11-02 19:04:34 +09:00 |
|
Sacha Greif
|
133ec83e5e
|
add users.current subscription back because Meteor methods need access to Meteor.user()
|
2016-11-02 18:37:22 +09:00 |
|
xavcz
|
3390b5af24
|
test optimistic ui on vote with sleep server-side
|
2016-11-02 09:53:16 +01:00 |
|
Sacha Greif
|
123da6b79d
|
add latency compensation (a.k.a. optimistic UI) simulation for Telescope.operateOnItem; it now takes the item as argument (not the item _id)
|
2016-11-02 16:31:15 +09:00 |
|
Sacha Greif
|
fe5a3ff822
|
add loading spinner for vote mutation (and fix extra "{ }")
|
2016-11-02 14:50:51 +09:00 |
|
Matt Lively
|
4f6b7d78fd
|
ml/cjl: adding support for users logged in.
|
2016-11-01 19:38:06 -07:00 |
|
xavcz
|
5d34f695e5
|
ApolloProvider wraps the route (and not the opposite), however store is not rehydrated -> loading state is server-side rendered :-/
|
2016-11-01 11:45:44 +01:00 |
|
xavcz
|
328be8b07d
|
define mutation postVote(postId: String, voteType: String), wire it to <Vote />
|
2016-10-31 18:21:28 +01:00 |
|
xavcz
|
b5709b0a52
|
flash-messages logic handle via redux for all the components
|
2016-10-31 17:13:14 +01: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 |
|
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 |
|
Sacha Greif
|
0b2af51c89
|
split graphQL schemas in their respective packages
|
2016-10-29 16:37:33 +09:00 |
|
Sacha Greif
|
753eafc217
|
finish filtering resolvers
|
2016-10-29 16:17:14 +09:00 |
|