1776 Commits

Author SHA1 Message Date
Shawn Erquhart
ca7f6e549e Update Docs “authentication-backends” 2018-04-23 20:17:27 +00:00
Shawn Erquhart
29853b2c80
Merge pull request #1300 from netlify/cms/releases
Automatically generated. Merged on Netlify CMS.
2018-04-20 15:06:00 -04:00
Shawn Erquhart
6cde3d1f32 Update Updates “releases” 2018-04-20 15:05:47 -04:00
Shawn Erquhart
3e9f446ba0
fix github auth button icon alignment (#1299)
Partial revert of #1227.
2018-04-20 15:04:13 -04:00
Shawn Erquhart
f5d26ba8b2 update changelog 2018-04-19 15:10:40 -04:00
Shawn Erquhart
3b24c42327 Release 1.6.0 2018-04-19 14:37:11 -04:00
Shawn Erquhart
df7486333b allow login screen to be skipped for test repo demos 2018-04-19 13:11:42 -04:00
Caleb
1a3454f244 Update ISSUE_TEMPLATE.md 2018-04-16 20:10:26 -04:00
Jake Rayson
3035771d36 Add example 2018-04-16 18:49:00 -04:00
Damien Duhamel
32a340e608 Update markdown widget documentation 2018-04-16 18:12:11 -04:00
Damien Duhamel
79f6672228 Use an isHidden property 2018-04-16 18:12:11 -04:00
Damien Duhamel
4ff56a1838 Update markdown widget documentation 2018-04-16 18:12:11 -04:00
Damien Duhamel
106968990d Add markdown editor toolbar customization 2018-04-16 18:12:11 -04:00
Damien Duhamel
9975c7e914 fix: Allow typing in date widget (#1247)
* Allow typing in date widget

* Handle empty case & warn user when invalid

* Try parsing date with moment

* Rename isValid -> isValidDate

* Warn user when date is invalid
2018-04-14 08:06:03 -06:00
Damien Duhamel
3eb30e5b1e Fix property key iterator 2018-04-13 17:53:30 -04:00
Shawn Erquhart
5b269274b6
Merge pull request #1258 from netlify/cms/releases
Automatically generated. Merged on Netlify CMS.
2018-04-13 12:35:27 -04:00
Shawn Erquhart
7a0e136449 Update Docs “authentication-backends” 2018-04-13 15:44:06 +00:00
Shawn Erquhart
6814121a7a Update Docs “authentication-backends” 2018-04-13 15:42:19 +00:00
Shawn Erquhart
046452720b Update Updates “releases” 2018-04-13 07:42:55 -04:00
Caleb
db292abe03 Fix actual code errors listed by linter. 2018-04-12 14:17:42 -07:00
Shawn Erquhart
0f5a7b9606 update changelog 2018-04-12 13:51:21 -04:00
Shawn Erquhart
cd59b62b0a update changelog 2018-04-12 13:47:54 -04:00
Shawn Erquhart
6b05b6f82b add demo links to changelog 2018-04-12 13:27:24 -04:00
Shawn Erquhart
b838b326f0 Update Docs “authentication-backends” 2018-04-12 15:01:44 +00:00
Steve Lathrop
2033d535d1 Use double quotes consistently 2018-04-12 10:27:47 -04:00
Maciej Matuszewski
df2d5c2432 fix: button alignment on older safari (#1227)
* Fix button alignment on older safari

* Add @maciejmatu to contributors
2018-04-12 08:15:11 -06:00
Shawn Erquhart
57b392f404 update readme logos 2018-04-11 17:54:25 -04:00
Shawn Erquhart
66ae59f45c
add service logos to readme (#1249) 2018-04-11 17:47:23 -04:00
Shawn Erquhart
e83b59416f
Merge pull request #1246 from netlify/cms/releases
Automatically generated. Merged on Netlify CMS.
2018-04-11 10:54:25 -04:00
Shawn Erquhart
bc4dc646e4 Update Updates “releases” 2018-04-11 10:54:02 -04:00
Steve Lathrop
2f3a9d1e08 docs: Document display_url.
* Add contributor

* Document the display_url setting

* Fix typo in pattern example

* Locate Display URL doc section appropriately
2018-04-11 08:13:53 -06:00
Shawn Erquhart
b16074e377 Release 1.5.0 2018-04-11 10:03:22 -04:00
Brian Macdonald
6b77aee214 Allow setting config URL with <link> (#1146)
* fix: allows for valid config types expansion

* feat: config url can now come through link tag

* fix: lints added coded

* fix: slims down code per review

* fix: expands query to find supported type

* fix: removes typo in test copy

* fix: changes validTypes to object

* fix: groups config functions into one getConfig func

* adds console message for config url

* adds to docs

* update docs

* fix test

* fix merge conflicts

contributor addition moved to #1241

* avoids empty path with link without href. changes link console message

* removes additional console

* fixes link path in console

* fix: remove superfluous .allcontributorsrc change
2018-04-10 13:48:04 -07:00
Caleb
7b58f2f32b Add missing contributors. (#1241)
* Add missing contributors.

* typo
2018-04-09 15:12:50 -07:00
Jessica Parsons
d07476a33f Add crgeary, cntributor of SEO plugin 2018-04-09 13:24:30 -06:00
S. Suzuki
100f56220c Feature Reuest: Append slug: hour, minutes, secounds (#1207) 2018-04-05 08:16:18 -06:00
Shawn Erquhart
b97ce89f29 update changelog 2018-04-04 14:41:24 -04:00
Shawn Erquhart
e9153a3841 enable editorial workflow for test backend 2018-04-04 14:35:44 -04:00
Caleb
5e040eec62 Fix broken new media uploads in Git Gateway. (#1221)
* Use file data instead of inferring path for new uploads.
2018-04-04 14:30:31 -04:00
Jessica Parsons
fefd8bb398 Add jeremybise to contributors 2018-04-03 15:16:33 -06:00
Jeremy Bise
1e9b666baf 949 document hide preview by default (#1219)
* document config option to hide preview by default

* document config option to hide preview pane by default

* revise wording to specify preview disables entirely for a collection

* adjust wording of editor section to be more consistent with other settings
sections

* add note about defaulting to true
2018-04-03 12:46:10 -07:00
Shawn Erquhart
f948f7a408
Merge pull request #1215 from netlify/cms/releases
Automatically generated. Merged on Netlify CMS.
2018-03-29 17:36:44 -04:00
Shawn Erquhart
ad92cf6fec Update Updates “releases” 2018-03-29 17:36:33 -04:00
Shawn Erquhart
eeb8e71f49 Release 1.4.0 2018-03-29 17:32:07 -04:00
Caleb
5d94af8e7c Use Hugo page bundles. 2018-03-29 17:04:47 -04:00
Caleb
77a7c369f3 Fix Date Control Regression
Fix regression from b7fcb8b. Dates were disappearing completely until
the field was clicked into.
2018-03-29 14:22:25 -04:00
Tony Alves
d5cd79f2c4 Allow for un-captured route of config.yml (#1182) 2018-03-28 16:25:46 -04:00
Luís Miguel
b2051343cc Fix regression in list relation previews 2018-03-28 16:19:50 -04:00
Shawn Erquhart
a19bc04c00
auto/manual init w/ single bundle, BYO root element 🎉 (#1173)
* ensure that application is only initialized once

* allow for single bundle init

* enable manual initialization via global flag
2018-03-28 15:52:57 -04:00
Caleb
085c88e2b8 Prevent Git Gateway users with invalid tokens from logging in. (#1209)
* Prevent Git Gateway users without permission from login.

* Handle Git Gateway token expiry explicitly.

This often happens when a user changes a repo from public to private, so
we want to make that specific case very clear.
2018-03-28 14:08:23 -04:00