1676 Commits

Author SHA1 Message Date
Benaiah Mischenko
d6c0505c49 Fixes for date formatting PR 2017-11-27 22:25:00 -05:00
Mathias Biilmann Christensen
688332410c Keep old behevior if no format attribute is set on date widgets 2017-11-27 22:25:00 -05:00
Mathias Biilmann Christensen
704f1144ed Make date and datetime widget respect format attribute 2017-11-27 22:25:00 -05:00
Caleb
68f00987d2 Add global error boundary.
This adds an error boundary around the entire app, so that a crash does
not just show up as an empty white screen.
2017-11-27 22:22:18 -05:00
Mathias Biilmann Christensen
44cc9cbd6f Update bundled version of gotrue-js to latest 2017-11-27 20:45:19 -05:00
Caleb
ed5bf36edd Enable WebPack scope hoisting.
This is only enabled for the production build, as it breaks Hot Module
Reloading.
2017-11-27 16:58:35 -05:00
Igor Kuznetsov
2f75e3a286 Add igk1972 to contributors (#784) 2017-11-27 15:56:57 -05:00
Igor Kuznetsov
56b1c7be3a Add oauth-provider-go to authentication-backends.md 2017-11-27 15:56:57 -05:00
Caleb
a72a08f7a2 Add JSON as manually supported format. 2017-11-27 15:37:37 -05:00
Caleb
5271e0f7e7 Fix empty image fields saving null or undefined. 2017-11-27 15:28:41 -05:00
Jessica Parsons
0515a70c03 Additional edits to auth doc 2017-11-27 15:11:58 -05:00
Shawn Erquhart
fecfd000b0 proposed changes to auth docs update (#780) 2017-11-27 15:11:58 -05:00
Jessica Parsons
92fae8a903 Update Authentication doc to cover all backends 2017-11-27 15:11:58 -05:00
Shawn Erquhart
8bd48e164b Revert "remove internal docs"
This reverts commit 8cfe2c549dc350bb7650c1b0321813c5f17ce2d8.
2017-11-27 14:22:11 -05:00
Shawn Erquhart
8cfe2c549d remove internal docs 2017-11-27 13:48:44 -05:00
Shawn Erquhart
5647b5c3c2 update slate snapshots 2017-11-27 12:08:40 -05:00
Shawn Erquhart
8ef0769a07 move slate-react to 0.10.11 until scroll bug fixed 2017-11-27 12:08:40 -05:00
Shawn Erquhart
b25e7de15e Update Slate to 0.30.0 2017-11-27 12:08:40 -05:00
Shawn Erquhart
9342c9c064 fix slate migration bugs 2017-11-27 12:08:40 -05:00
Shawn Erquhart
1bbaebf6d5 disable slate-edit-table plugin until updated 2017-11-27 12:08:40 -05:00
Shawn Erquhart
63d2b09b09 Update Slate to 0.29.0 2017-11-27 12:08:40 -05:00
Shawn Erquhart
c9e97b5c7e Update Slate to 0.28.0 2017-11-27 12:08:40 -05:00
Shawn Erquhart
ff0b8d4ca8 Update Slate to 0.27.0 2017-11-27 12:08:40 -05:00
Shawn Erquhart
b02d3dc47a Update to Slate 0.26.0 2017-11-27 12:08:40 -05:00
Max Stoiber
55abeadf82 Add Spectrum badge (#839) 2017-11-27 09:18:59 -06:00
Shawn Erquhart
1344fca7d8 Release 0.7.5 2017-11-19 02:17:19 -05:00
Shawn Erquhart
9569f18ee4 add private media library for integrations 2017-11-19 02:13:27 -05:00
Shawn Erquhart
d9905b4a6a update chat link to Spectrum 2017-11-15 13:54:41 -05:00
Shawn Erquhart
79b173b3a3 update changelog 2017-11-15 13:04:04 -05:00
Shawn Erquhart
dcf3a4574a Release 0.7.4 2017-11-15 13:00:58 -05:00
Benaiah Mischenko
aa813e8569 Prompt before exiting tab with unsaved changes 2017-11-15 12:44:16 -05:00
Shawn Erquhart
2a9697db0a fix image filtering case sensitivity 2017-11-15 12:42:03 -05:00
Mathias Biilmann
bf6eb2f39a Make sure we strip trailing slashes for dir listing 2017-11-15 12:09:40 -05:00
Alexander Kushi-Willis
1acdb8ddf5 Add ackushiw as a contributor (#813) 2017-11-13 06:29:55 -08:00
Shawn Erquhart
72750de5fd fix changelog for real 2017-11-11 22:50:47 -05:00
Shawn Erquhart
61422c89c8 fix changelog pr links 2017-11-11 22:48:50 -05:00
Shawn Erquhart
dbaaa5c0de Release 0.7.3 2017-11-11 21:54:35 -05:00
Caleb
bebea64e33 Fix requestAnimationFrame warnings in tests. 2017-11-11 21:42:42 -05:00
Shawn Erquhart
7c54fbd0df update integrations check to account for null default state 2017-11-11 21:42:29 -05:00
Shawn Erquhart
a4ff229e37 fix ControlHOC ref for redux container widgets
If a widget uses `connect` to receive state updates from the store,
`ControlHOC` can no longer get the control instance ref. This fix
checks for this case and uses a connect option to obtain the wrapped
control ref.
2017-11-11 21:42:15 -05:00
Ernie Bello
fdeeb44ba3 add ebello to contributors 2017-11-11 17:19:20 -07:00
Ernie Bello
0183ad433b fix persist with missing body from file 2017-11-11 14:34:21 -07:00
Shawn Erquhart
495e7c8743 Release 0.7.2 2017-11-11 14:58:47 -05:00
Mantas
c0b0cd5e9f Docs: Fix Hugo & Gatsby blog article URLs
I’m not really sure if I’m linking to the articles you intended to have in the README, but these are surely better than a 404.
2017-11-11 14:53:15 -05:00
Caleb
d378488e0f Stop using logout when no locally stored user was found.
This was causing users to not be able to sign up with Netlify Identity.
2017-11-11 14:52:18 -05:00
Shawn Erquhart
0f8a74be13 only rebase EW PR if no asset store
Editorial workflow pull requests are rebased if the base has
changed to ensure that asset changes on the base branch are
reflected in the PR branch, but if an asset store is in use,
no rebasing is necessary because assets are stored outside
of the content repo.
2017-11-11 14:52:04 -05:00
Shawn Erquhart
3ea56ca60c Release 0.7.1 2017-11-11 13:26:10 -05:00
Shawn Erquhart
b3af4e86cb add generic error boundary, apply to preview iframe 2017-11-11 10:35:03 -05:00
Caleb
41897de4c9 Fix no users being allowed to login when accept_roles set. 2017-11-11 10:34:43 -05:00
Caleb
37a36ffed4 Fix other than markdown editorial workflow entries on dashboard.
When entries were loaded for the editorial workflow dashboard, they were
all assumed to be FrontMatter/MarkDown files. This PR allows them to be
any supported format.
2017-11-11 10:34:29 -05:00