Kim Gardner
adae7aadf3
Merge pull request #290 from coralproject/losowsky-patch-1
...
added product link, note about alpha
2017-02-04 15:03:32 -05:00
Andrew Losowsky
3815267919
added product link
2017-02-04 09:31:23 -05:00
David Erwin
c8bb59be5b
Merge pull request #289 from coralproject/circle-release-fix
...
Circle release fix
2017-02-03 16:16:00 -05:00
David Erwin
bc14a9a758
Merge branch 'master' into circle-release-fix
2017-02-03 16:11:23 -05:00
Benjamin Goering
5614b9781e
Merge branch 'master' into 20170203_futureproof_embed_code
2017-02-04 03:31:33 +08:00
Benjamin Goering
f9cfdd07a5
update e2e tests to find iframe using selector that works with coral-embed
2017-02-04 03:25:15 +08:00
Riley Davis
5ae078ff6e
Merge pull request #277 from coralproject/story-134624635
...
Adds a screen to create username after facebook signup
2017-02-03 11:55:00 -07:00
Wyatt Johnson
35919740fd
Uncommented things that were
2017-02-03 11:39:31 -07:00
Wyatt Johnson
5caade2409
Adjusted circle scripts for current usage of flags
2017-02-03 11:36:49 -07:00
Benjamin Goering
838e2a66e3
trivial change to trigger CircleCI (wyatt asked me to)
2017-02-04 02:35:58 +08:00
Benjamin Goering
1e8a363205
remove use of template strings in coral-embed script as some browsers will throw exceptions on them
2017-02-04 02:18:54 +08:00
Benjamin Goering
bbdd9f22c1
re-copypaste pym.js into coral-embed, as eslint-fix had changed it to use template strings
2017-02-04 02:11:59 +08:00
Benjamin Goering
160fb6e4d4
Add async attribute to coral-embed scripts
2017-02-04 02:03:31 +08:00
Benjamin Goering
841d6add45
Rename /Coral.js to /embed.js
2017-02-04 01:48:57 +08:00
Benjamin Goering
b9c918eb88
Add pym.js LICENSE to coral-embed
2017-02-04 01:29:24 +08:00
Benjamin Goering
f1010462ec
Dont' use const/let in coral-embed so it works in all browsers
2017-02-04 01:19:47 +08:00
Riley Davis
c4b934a542
whoops. commited to the wrong branch
2017-02-03 10:19:18 -07:00
Riley Davis
a6f7cf258b
attempt to make e2e tests pass
2017-02-03 10:15:51 -07:00
Benjamin Goering
fb60b088b3
Rename coral-embd-api to coral-embed
2017-02-04 01:15:35 +08:00
Benjamin Goering
e376e19c2c
remove console.log from coral-embed-api
2017-02-04 01:00:46 +08:00
Benjamin Goering
f7cddad659
Futureproof Embed Code
...
* Add client/coral-embed-api module. It's meant to be included in an HTML page and define window.Coral
* Serve coral-embed-api at /Coral.js
* Update / handler (article view) to use new embed format
* Update Talk Admin embed code section to use new embed format
2017-02-04 00:47:32 +08:00
gaba
b5c9c1c731
Returns the real displayname and not the one transformed.
2017-02-02 16:03:14 -08:00
gaba
7da141ed29
Dispatch other action to only trigger change when sign up.
2017-02-02 15:44:45 -08:00
gaba
d74d2e9e87
Dispatchs the user.
2017-02-02 15:25:45 -08:00
gaba
c272b88340
It returns user now.
2017-02-02 15:24:55 -08:00
Riley Davis
bb798b8b02
Merge branch 'master' into story-134624635
2017-02-02 10:05:17 -07:00
David Erwin
03c240054a
Merge pull request #284 from coralproject/stream-admin-bugfix
...
Fix admin user stream bug
2017-02-02 12:02:06 -05:00
David Erwin
79a2a2144c
Fix admin user stream bug
2017-02-02 11:51:09 -05:00
gaba
d53dc09aed
Merge branch 'master' into story-134624635
2017-02-02 08:16:50 -08:00
David Erwin
ce002e366d
Merge pull request #282 from coralproject/hide-pending-sometimes
...
Hide Pre-Mod tab sometimes
2017-02-02 10:33:00 -05:00
Belén Curcio
7fe6002219
Merge branch 'master' into hide-pending-sometimes
2017-02-02 12:28:17 -03:00
Belén Curcio
3273749fbb
Merge pull request #269 from coralproject/design-pass-tweaks
...
Design pass tweaks
2017-02-02 12:21:47 -03:00
David Erwin
22e32b1869
Merge branch 'master' into hide-pending-sometimes
2017-02-02 10:16:53 -05:00
Belén Curcio
04669350a1
Merge branch 'master' into design-pass-tweaks
2017-02-02 12:15:23 -03:00
David Erwin
b0045fd8a6
Merge pull request #281 from coralproject/add-yarn
...
Add yarn + Upgrade Webpack
2017-02-02 10:14:07 -05:00
Wyatt Johnson
bd86eef441
Merge branch 'master' into add-yarn
2017-02-02 08:02:06 -07:00
Belén Curcio
b4a03a5133
Merge branch 'master' into design-pass-tweaks
2017-02-02 07:55:41 -03:00
Gabriela Rodríguez Berón
d8ab3b8fba
Merge branch 'master' into story-134624635
2017-02-01 14:03:56 -08:00
gaba
445eb97d76
Moves create displayname dialog to sign-in plugin.
2017-02-01 14:00:09 -08:00
Riley Davis
13114e7530
Merge pull request #276 from coralproject/bugfix-asset-search
...
Addressing console errors in asset search.
2017-02-01 14:35:42 -07:00
gaba
4df09ffbd2
Validation for the field underneath.
2017-02-01 13:29:47 -08:00
gaba
0c360e62a6
Display errors that come from the backend.
2017-02-01 13:20:17 -08:00
gaba
ee0bb50dd5
Adds errors on field when not validated.
2017-02-01 12:34:02 -08:00
Riley Davis
6e118c93aa
Merged branch master into hide-pending-sometimes
2017-02-01 13:33:42 -07:00
Riley Davis
22c0ed686f
rename everything to Pre-Mod from Pending. hide the pre-mod tab sometimes.
2017-02-01 13:33:29 -07:00
David Jay
265860bccb
Merge branch 'master' into bugfix-asset-search
2017-02-01 15:16:36 -05:00
Wyatt Johnson
064ccfbbb3
Added build step for static assets
2017-02-01 13:12:40 -07:00
gaba
990685f17a
Merge branch 'master' into story-134624635
2017-02-01 12:11:01 -08:00
gaba
a8e4ce466d
Adds validation to the dialog.
2017-02-01 12:09:27 -08:00
Wyatt Johnson
e4722249b6
Added node env to environment
2017-02-01 13:07:14 -07:00