Belen Curcio
|
ef43ba3a35
|
new merge conflicts to master
|
2017-06-08 11:55:06 -03:00 |
|
Kim Gardner
|
801d0a92af
|
Merge branch 'master' into comment-stream-cleanup
|
2017-06-07 17:07:39 -04:00 |
|
Belen Curcio
|
63a35cbceb
|
Merge issues
|
2017-06-07 16:38:36 -03:00 |
|
Belen Curcio
|
f6ad9c9373
|
Adding camelcase for plugin reducers 🎉 <3
|
2017-06-07 13:14:52 -03:00 |
|
Belen Curcio
|
8872248d63
|
Addiing Stable API Architecture
|
2017-06-07 13:10:17 -03:00 |
|
Chi Vinh Le
|
7a2fd95eca
|
Merge branch 'master' into off-topic-features
Conflicts:
client/coral-embed-stream/src/components/Comment.css
client/coral-embed-stream/src/components/Comment.js
client/coral-embed-stream/src/components/Stream.js
client/coral-embed-stream/src/reducers/index.js
client/coral-framework/helpers/plugins.js
|
2017-06-07 22:37:06 +07:00 |
|
Belen Curcio
|
d7dfae89a3
|
Global classNames, and more
|
2017-06-07 12:05:53 -03:00 |
|
Belen Curcio
|
4725f07757
|
Viewing Options state and name conventions
|
2017-06-07 09:53:53 -03:00 |
|
IAmSamHankins
|
cc76517ba8
|
minor copy changes in Configure tab on stream, and style updates to banned user message on stream
|
2017-06-06 17:37:14 -04:00 |
|
Belen Curcio
|
6f909c3451
|
Containers and Components structure
|
2017-06-06 18:21:03 -03:00 |
|
Belen Curcio
|
1c7ad9a8ac
|
Plugin reducers working again with reducer name
|
2017-06-06 17:29:56 -03:00 |
|
Belen Curcio
|
c3360aa020
|
Plugin reducers working again
|
2017-06-06 17:23:35 -03:00 |
|
Belen Curcio
|
4aa7900769
|
Not connecting comment Component to the Store
|
2017-06-06 17:09:13 -03:00 |
|
Chi Vinh Le
|
7cb05cebef
|
Use wss when connection is secure
|
2017-06-07 01:32:37 +07:00 |
|
Chi Vinh Le
|
0fcdd09f9f
|
Lazily create apollo client
|
2017-06-06 20:50:07 +07:00 |
|
Belen Curcio
|
5faa92e8b3
|
Label style, top level comments, no offtopic replies
|
2017-06-06 08:09:34 -03:00 |
|
Kiwi
|
e9a6c3dfe3
|
Merge branch 'master' into subscribe-to-comments
|
2017-06-06 02:42:35 +07:00 |
|
David Erwin
|
90d7e3706c
|
Improve auth token logic.
|
2017-06-05 13:58:13 -04:00 |
|
Chi Vinh Le
|
6b0cdae183
|
Subscribe to comments
|
2017-06-05 20:51:08 +07:00 |
|
Kiwi
|
7efdccb683
|
Merge branch 'master' into auth-token-via-config
|
2017-06-05 17:57:13 +07:00 |
|
Chi Vinh Le
|
7c145bbb3c
|
Refactor import order and framework initialization
|
2017-06-05 17:49:43 +07:00 |
|
Chi Vinh Le
|
ac9e70bc67
|
Add same getAuthToken logic to apollo transport
|
2017-06-05 17:48:09 +07:00 |
|
David Erwin
|
ea3d8e141d
|
Use config auth_token if present on http headers
|
2017-06-02 14:22:06 -04:00 |
|
gaba
|
276b2c7591
|
Merge branch 'master' into i18n-emails
|
2017-05-31 15:31:14 -07:00 |
|
gaba
|
a126c94aa4
|
Adds service for translations in the backend. Clean yaml.
|
2017-05-31 13:55:27 -07:00 |
|
Kiwi
|
4f8ef88bd0
|
Merge branch 'master' into integrate-admin-graphql-framework
|
2017-05-31 00:24:06 +07:00 |
|
Kiwi
|
4a0785f6fe
|
Merge branch 'master' into graphql-errors-handling
|
2017-05-30 20:18:32 +07:00 |
|
Kiwi
|
336e0373cd
|
Merge branch 'master' into integrate-admin-graphql-framework
|
2017-05-30 20:16:09 +07:00 |
|
Chi Vinh Le
|
68f6c8acb6
|
No shared store between popup and embed
|
2017-05-30 01:08:45 +07:00 |
|
Chi Vinh Le
|
1acf58182f
|
Merge branch 'master' into integrate-admin-graphql-framework
Conflicts:
client/coral-admin/src/containers/Community/Loading.js
client/coral-admin/src/containers/Community/Table.js
client/coral-admin/src/containers/Streams/Stories.js
client/coral-admin/src/index.js
client/coral-admin/src/routes/Community/components/FlaggedAccounts.js
client/coral-admin/src/routes/Community/components/People.js
client/coral-admin/src/routes/Configure/components/Configure.js
client/coral-admin/src/routes/Configure/components/Domainlist.js
client/coral-admin/src/routes/Configure/components/EmbedLink.js
client/coral-admin/src/routes/Configure/components/ModerationSettings.js
client/coral-admin/src/routes/Configure/components/StreamSettings.js
client/coral-admin/src/routes/Configure/components/TechSettings.js
client/coral-admin/src/routes/Configure/components/Wordlist.js
client/coral-admin/src/routes/Dashboard/components/CountdownTimer.js
client/coral-admin/src/routes/Install/components/Steps/AddOrganizationName.js
client/coral-admin/src/routes/Install/components/Steps/CreateYourAccount.js
client/coral-admin/src/routes/Install/components/Steps/FinalStep.js
client/coral-admin/src/routes/Install/components/Steps/InitialStep.js
client/coral-admin/src/routes/Install/components/Steps/PermittedDomainsStep.js
client/coral-admin/src/routes/Install/components/translations.json
client/coral-admin/src/routes/Moderation/components/Moderation.js
client/coral-admin/src/routes/Moderation/components/ModerationQueue.js
client/coral-admin/src/routes/Stories/components/Stories.js
client/coral-embed-stream/src/index.js
|
2017-05-29 23:06:40 +07:00 |
|
Chi Vinh Le
|
04ef1c5be5
|
Use new translation service
|
2017-05-29 22:45:56 +07:00 |
|
Kiwi
|
810f337d8d
|
Merge branch 'master' into fix-redirect-uri
|
2017-05-29 22:06:33 +07:00 |
|
Kiwi
|
c314054143
|
Merge branch 'master' into graphql-errors-handling
|
2017-05-29 22:00:49 +07:00 |
|
Chi Vinh Le
|
bd5e272f00
|
Use correct redirect url
|
2017-05-29 22:00:27 +07:00 |
|
Chi Vinh Le
|
0b7432b75e
|
Merge branch 'master' into i18n-refactor
Conflicts:
client/coral-sign-in/components/FakeComment.js
client/coral-sign-in/components/UserBox.js
|
2017-05-29 20:23:27 +07:00 |
|
Chi Vinh Le
|
9a6532ecea
|
Merge branch 'master' into integrate-admin-graphql-framework
Conflicts:
client/coral-embed-stream/src/index.js
|
2017-05-29 20:09:03 +07:00 |
|
Kim Gardner
|
37262ad9f6
|
Merge branch 'master' into graphql-errors-handling
|
2017-05-26 16:53:13 -04:00 |
|
Chi Vinh Le
|
681e07306b
|
Require email verification info
|
2017-05-27 03:13:00 +07:00 |
|
Chi Vinh Le
|
a7cdcb0bf7
|
Fix request options and use better filename
|
2017-05-27 00:54:36 +07:00 |
|
Chi Vinh Le
|
6a1befc3f0
|
Detect mobile safari & desktop safari
|
2017-05-26 20:48:24 +07:00 |
|
Chi Vinh Le
|
bab47c9d44
|
Separate store
|
2017-05-26 20:37:06 +07:00 |
|
Belen Curcio
|
8171cb53e1
|
Ádding another extractor
|
2017-05-25 20:04:32 -03:00 |
|
Belen Curcio
|
cbf7cc67f4
|
Extracting token from cookie if safari
|
2017-05-25 18:30:01 -03:00 |
|
Belen Curcio
|
e510553d9a
|
Sending cookies if safari
|
2017-05-25 13:55:03 -03:00 |
|
Chi Vinh Le
|
4fe89257c2
|
Support store in withMutation
|
2017-05-25 22:19:16 +07:00 |
|
Belen Curcio
|
bb6be9a734
|
BE implementation
|
2017-05-25 11:53:40 -03:00 |
|
Chi Vinh Le
|
246ca117be
|
Little cleanup for admin services
|
2017-05-25 19:22:59 +07:00 |
|
Chi Vinh Le
|
93e6c0af32
|
Use default response fragments 2
|
2017-05-25 18:57:42 +07:00 |
|
Chi Vinh Le
|
512767e023
|
Use default response fragments
|
2017-05-25 17:49:30 +07:00 |
|
Belen Curcio
|
bd21719ea5
|
Handling non safari browsers
|
2017-05-24 17:20:23 -03:00 |
|