366 Commits

Author SHA1 Message Date
Amelia Růžek Klein
8df4926897
fix(nuxt-docs): Update Docs: Guides “nuxt” (#4035)
Replace `nuxt generate` with `nuxt build && nuxt export`
2020-07-23 17:31:42 +03:00
cheddar
6a1cbc9e32
fix(docs-nextjs): fix spelling respository -> repository 2020-07-21 23:46:21 +03:00
cheddar
39e68ff595
fix(docs): fix typo in nextjs guide easilly -> easily (#4055) 2020-07-21 18:56:35 +03:00
Muhammad Muhajir
8ab7cfd0e8
docs: Update Docs: Guides “nextjs” (#4028) 2020-07-16 10:58:45 +03:00
Jeremy Zilar
6a0e918ffa
feat: reorganizing the NetlifyCMS Docs navigation (#3766) 2020-07-07 10:49:31 +03:00
Erez Rokah
2da824bf71
docs(widget-relation): improve docs (#3990) 2020-07-06 15:43:28 +03:00
Erez Rokah
fb367f22da
docs: Update Docs: Features “deploy-preview-links” (#3943) 2020-06-23 16:39:14 +03:00
Garrett Boatman
ec04ea76aa
docs: Update Docs: Backends “bitbucket-backend” (#3910) 2020-06-21 10:56:56 +03:00
Erez Rokah
af7bbbd9a9
Feat: nested collections (#3716) 2020-06-18 10:11:37 +03:00
Travis DePrato
b4c47caf59
docs: Update Docs: Backends “gitlab-backend” (#3906) 2020-06-17 21:41:20 +03:00
SHARAD RAJ
2114fe1857
docs: Update Docs: Guides “hugo” (#3863) 2020-06-07 16:04:06 +03:00
Favour
2b7a3c38d4
docs: Update Docs: Guides “gatsby” (#3860) 2020-06-07 15:25:05 +03:00
Bartholomew
2b46608f86
feat: add widgets schema validation (#3841) 2020-06-03 16:43:34 +03:00
Don Corleone
5cedce67ef
docs: fix typo in jekyll.md (#3835) 2020-06-01 10:37:04 +03:00
Bekzat Samatov
5bbaf41f73
docs: Update Docs: Guides “nextjs” (#3826) 2020-05-28 11:37:07 +03:00
Bartholomew
812716e18b
feat: add pre save/ post save hooks (#3812) 2020-05-27 16:14:35 +03:00
Erez Rokah
90ebee9abb
docs: update manual init docs (#3815) 2020-05-26 17:12:53 +03:00
Erez Rokah
624b7ff14b
feat: add allowed_hosts support in local_backend (#3805) 2020-05-26 11:50:09 +03:00
Max Metral
2ecafd3354
feat: allow author login/name to work in commit message templates #3793 (#3794) 2020-05-25 09:36:35 +03:00
Shashank Bairy R
c28cc0c9e7
feat: add filter to collection view (#3741) 2020-05-24 20:37:08 +03:00
Derek Nguyen
2f435f875b
feat(widget-relation): target file collections (#3754) 2020-05-19 10:17:57 +03:00
Hannes Küttner
4dd58c5dcb
feat(widget-list): add hiding list content with minimize_collapsed option (#3607) 2020-05-17 16:47:07 +03:00
Nick Holden
ef5ff031da
feat: add pickerUtc option to datetime widget (#3721)
I have a field that I would like to contain just a date (with no specific
time). When I configure the datetime widget with sensible options for
a date-only field, dates are stored properly in the saved markdown,
but when I load those dates in the UI, I see the date before.

This is happening because the DateTime component from the
react-datetime library uses local timezones. It loads the date as the
start of day UTC and then converts to the local timezone, which is
going to be the previous day in any timezone with a negative UTC offset,
including all of the Americas.

This change adds a pickerUtc option to the datetime widget so that users
can specify when they would like the datetime picker to display times in
UTC rather than in the local timezone. By setting this new option to
true on date-only fields, users can ensure that everyone sees the same
date in the picker regardless of local timezones.
2020-05-13 11:44:01 +03:00
Derek Nguyen
7cc4c89539
feat(netlify-cms-widget-list): allow 'summary' field (#3616) 2020-05-11 16:30:29 +03:00
Alan Braithwaite
c9a2fec2da
docs: emphasise configuration file location note (#3687) 2020-05-11 15:48:15 +03:00
Chase Collins
0ac3592e26
docs: Update Docs: Guides “hugo” (#3708) 2020-05-05 19:20:10 +03:00
Erez Rokah
213ae86b54
feat(widget-relation): string templates support (#3659) 2020-04-30 16:03:08 +03:00
Shashank Bairy R
88b6c633af
feat: add hide property to collections (#3618) (#3643) 2020-04-22 15:32:13 +03:00
Nick Holden
ebb4eb4e29
docs: remove reference to Date widget from DateTime widget (#3629) 2020-04-20 10:20:22 +03:00
Sebastian Ulbel
72b26f4435
chore: add netlifycms-gridsome to examples (#3625) 2020-04-18 15:33:11 +02:00
Hannes Küttner
9f17363bee
feat(widget-object): add collapsed option to collapse object by default (#3606) 2020-04-15 14:46:09 +03:00
Erez Rokah
4afbbdd8a9
feat(yaml): support comments (#3529) 2020-04-07 15:00:06 +03:00
Munawar Ahmed
2fe9ab72f3
docs: Update Docs: Quick Start “examples” (#3555) 2020-04-06 13:01:16 +03:00
Noah Kissinger
afb2f72ea5
Update Docs: Guides “jekyll” (#3536) 2020-04-03 17:50:48 +02:00
Erez Rokah
174d86f0a0
Feat: entry sorting (#3494)
* refactor: typescript search actions, add tests avoid duplicate search

* refactor: switch from promise chain to async/await in loadEntries

* feat: add sorting, initial commit

* fix: set isFetching to true on entries request

* fix: ui improvments and bug fixes

* test: fix tests

* feat(backend-gitlab): cache local tree)

* fix: fix prop type warning

* refactor: code cleanup

* feat(backend-bitbucket): add local tree caching support

* feat: swtich to orderBy and support multiple sort keys

* fix: backoff function

* fix: improve backoff

* feat: infer sortable fields

* feat: fetch file commit metadata - initial commit

* feat: extract file author and date, finalize GitLab & Bitbucket

* refactor: code cleanup

* feat: handle github rate limit errors

* refactor: code cleanup

* fix(github): add missing author and date when traversing cursor

* fix: add missing author and date when traversing cursor

* refactor: code cleanup

* refactor: code cleanup

* refactor: code cleanup

* test: fix tests

* fix: rebuild local tree when head doesn't exist in remote branch

* fix: allow sortable fields to be an empty array

* fix: allow translation of built in sort fields

* build: fix proxy server build

* fix: hide commit author and date fields by default on non git backends

* fix(algolia): add listAllEntries method for alogolia integration

* fix: handle sort fields overflow

* test(bitbucket): re-record some bitbucket e2e tests

* test(bitbucket): fix media library test

* refactor(gitgateway-gitlab): share request code and handle 404 errors

* fix: always show commit date by default

* docs: add sortableFields

* refactor: code cleanup

* improvement: drop multi-sort, rework sort UI

* chore: force main package bumps

Co-authored-by: Shawn Erquhart <shawn@erquh.art>
2020-03-31 23:13:27 -04:00
Brandon Phillips
c6ef7e555f
docs: Add 'netlify-cms-oauth-provider-node' external OAuth client (#3472) 2020-03-23 19:30:33 +02:00
Erez Rokah
df33bc64a9
feat: add publish configuration option to collections (#3467) 2020-03-23 12:01:37 +02:00
ChrisLasar
70fbccd4da
docs: clarify absolute path with additional path argument (#3461) 2020-03-22 18:40:36 +02:00
Erez Rokah
9087da5850
docs(widgets-boolean): clarify default value usage (#3440) 2020-03-19 13:35:43 +02:00
Justin Smith
ab7ba435ba
docs: Update Quick Start “collection-types” (#3438) 2020-03-18 20:26:13 +02:00
Erez Rokah
5339735994
docs: update editorial workflow notes (#3380) 2020-03-05 11:32:21 +01:00
Erez Rokah
e1f43f0860
docs: rephrase previews support for variable types (#3376) 2020-03-04 11:22:13 +01:00
Erez Rokah
12444ca761
feat: support filename and extension vars in summary (#3375) 2020-03-04 11:08:15 +01:00
Shawn Erquhart
b7b4bcb609
feat: Configure included editor components per field, add optional minimal height (#3299) 2020-03-04 08:47:37 +01:00
Shawn Erquhart
93bd0529f1
docs: Update backend docs links (#3370) 2020-03-04 08:46:59 +01:00
Roman Sedykh
5e6e2ad205
docs: update Media “uploadcare” (#3371) 2020-03-04 01:06:38 -05:00
Shawn Erquhart
567adc7e11
docs: split and expand backend docs (#3350) 2020-03-02 18:34:33 +01:00
Erez Rokah
e0b1246810
feat: populate new entry from URL params (#3343) 2020-03-02 11:32:22 +01:00
Christian Fritsch
29bd7f1d57
Add PHP oauth backend (#3337) 2020-02-27 23:03:40 +01:00
Adrian C
dd94a8426e
docs: Add Google Cloud Function to External OAuth Clients (#3329) 2020-02-26 16:18:12 +01:00
Stéphane Klein
8874769b31
feat: sanitize media filenames according to global slug setting (#3315) 2020-02-25 19:12:11 +01:00
Joel Mukuthu
1d137a09e8
docs: link to beta support for editorial workflow (#3317) 2020-02-25 08:44:23 +01:00
Bruno Duyé
151fa90da4
doc: beta netlify-cms-proxy-server - add missing "backend" (#3249) 2020-02-13 15:26:00 +02:00
Erez Rokah
ab685e8594
fix: change getAsset to not return a promise (#3232)
* fix: change getAsset to not return a promise

* fix: update markdown widget per getAsset changes

* test: fix editor component image test

* docs: update getAsset docs
2020-02-12 19:12:36 -05:00
Bruno Duyé
19fdc161d8
docs: add a mention that test-repo backend can't access to local file… (#3230)
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
2020-02-12 09:00:53 +02:00
Shawn Erquhart
4aba6baf9a
docs: add recent beta feature release versions (#3212) 2020-02-09 08:15:07 +02:00
Erez Rokah
614f1aea63
feat(core): auto detect proxy server on load (#3195)
* feat: auto detect proxy server on load

* fix: opt-in for auto proxy server detection
2020-02-05 10:56:11 -05:00
Erez Rokah
18e284ece8
feat: add preUnpublish, postUnpublish events (#3196) 2020-02-04 13:49:30 +02:00
Erez Rokah
68dd3c1de7
fix(www-website): fix link to community, fix CMS previews (#3189) 2020-02-04 09:16:48 +02:00
tiuweehan
9c76a140c7
docs: fix media library usage (#3181) 2020-02-03 01:05:33 -08:00
Josh Deltener
4046345727
docs(nuxt): add note about setting mode to universal 2020-02-01 20:46:46 -08:00
Erez Rokah
0d7e36ba79
feat: add prePublish,postPublish events (#3172) 2020-01-31 16:44:01 -08:00
Shawn Erquhart
fd9e2c89f2
feat(select-widget): add min/max validation (#3171) 2020-01-30 17:53:46 -08:00
Erez Rokah
deaaf9f00c
docs: create proxy-server docs (#3168) 2020-01-30 11:31:26 -08:00
Nandor Biro
7a1d44ad09
docs(list-widget): add collapsed option to list widget docs (#3090) (#3165) 2020-01-29 09:59:02 -08:00
Rouven Bühlmann
a9b350d988 Docs(nuxt): Do not slice the first two chars of the file name (#3152) 2020-01-27 21:45:53 -08:00
adrian5
66e2b1f084 docs: minor adjustment to Beta features page (#3154) 2020-01-27 21:30:21 -08:00
Zeb Pykosz
3d474b1944 docs: convert website from postcss to emotion (#2068) 2020-01-23 21:55:17 -05:00
Erez Rokah
cf57da223d Feat: media folders templates (#3116)
* refactor: typescript backendHelper

* test: add string templating tests

* test: add createPreviewUrl invalid date test

* refactor: move all formatters to one file

* feat: support media folders templating

* feat: add filename and extension template variables

* feat: support paths in string templates

* docs: add media folder templating docs

* style(docs): remove line break
2020-01-22 13:42:24 -05:00
Erez Rokah
6f221ab3c1 Feat: editorial workflow bitbucket gitlab (#3014)
* refactor: typescript the backends

* feat: support multiple files upload for GitLab and BitBucket

* fix: load entry media files from media folder or UI state

* chore: cleanup log message

* chore: code cleanup

* refactor: typescript the test backend

* refactor: cleanup getEntry unsued variables

* refactor: moved shared backend code to lib util

* chore: rename files to preserve history

* fix: bind readFile method to API classes

* test(e2e): switch to chrome in cypress tests

* refactor: extract common api methods

* refactor: remove most of immutable js usage from backends

* feat(backend-gitlab): initial editorial workflow support

* feat(backend-gitlab): implement missing workflow methods

* chore: fix lint error

* feat(backend-gitlab): support files deletion

* test(e2e): add gitlab cypress tests

* feat(backend-bitbucket): implement missing editorial workflow methods

* test(e2e): add BitBucket backend e2e tests

* build: update node version to 12 on netlify builds

* fix(backend-bitbucket): extract BitBucket avatar url

* test: fix git-gateway AuthenticationPage test

* test(e2e): fix some backend tests

* test(e2e): fix tests

* test(e2e): add git-gateway editorial workflow test

* chore: code cleanup

* test(e2e): revert back to electron

* test(e2e): add non editorial workflow tests

* fix(git-gateway-gitlab): don't call unpublishedEntry in simple workflow

gitlab git-gateway doesn't support editorial workflow APIs yet. This change makes sure not to call them in simple workflow

* refactor(backend-bitbucket): switch to diffstat API instead of raw diff

* chore: fix test

* test(e2e): add more git-gateway tests

* fix: post rebase typescript fixes

* test(e2e): fix tests

* fix: fix parsing of content key and add tests

* refactor: rename test file

* test(unit): add getStatues unit tests

* chore: update cypress

* docs: update beta docs
2020-01-14 17:15:14 -05:00
Erez Rokah
b733419264
docs: update getAsset documentation (#3080) 2020-01-13 17:28:01 +02:00
adrian5
63ae92428a docs: update datetime widget description (#3063) 2020-01-12 11:30:27 +02:00
Mauro Bieg
24a81ef9b7 Add media_library.config.max_file_size option (#3028)
* feat: add media_library.config.max_file_size option
2020-01-09 19:56:11 +02:00
JoelWee
9fc661e00d docs: Update Cloudinary.md (#3051)
Include information about security concerns on the api_key.
2020-01-08 19:23:46 +02:00
Alucard17
7942db52a4 docs: Add Sapper Static folder Location (#3040) 2020-01-07 15:19:14 +02:00
Shawn Erquhart
e262e88ec1
docs: add code widget docs (#3023) 2020-01-03 21:09:08 -05:00
Shawn Erquhart
32f49683b1
docs: remove outdated accept_roles reference (#3022) 2020-01-03 13:35:12 -05:00
Erez Rokah
2b41d8a838 feat: bundle assets with content (#2958)
* fix(media_folder_relative): use collection name in unpublished entry

* refactor: pass arguments as object to AssetProxy ctor

* feat: support media folders per collection

* feat: resolve media files path based on entry path

* fix: asset public path resolving

* refactor: introduce typescript for AssetProxy

* refactor: code cleanup

* refactor(asset-proxy): add tests,switch to typescript,extract arguments

* refactor: typescript for editorialWorkflow

* refactor: add typescript for media library actions

* refactor: fix type error on map set

* refactor: move locale selector into reducer

* refactor: add typescript for entries actions

* refactor: remove duplication between asset store and media lib

* feat: load assets from backend using API

* refactor(github): add typescript, cache media files

* fix: don't load media URL if already loaded

* feat: add media folder config to collection

* fix: load assets from API when not in UI state

* feat: load entry media files when opening media library

* fix: editorial workflow draft media files bug fixes

* test(unit): fix unit tests

* fix: editor control losing focus

* style: add eslint object-shorthand rule

* test(cypress): re-record mock data

* fix: fix non github backends, large media

* test: uncomment only in tests

* fix(backend-test): add missing displayURL property

* test(e2e): add media library tests

* test(e2e): enable visual testing

* test(e2e): add github backend media library tests

* test(e2e): add git-gateway large media tests

* chore: post rebase fixes

* test: fix tests

* test: fix tests

* test(cypress): fix tests

* docs: add media_folder docs

* test(e2e): add media library delete test

* test(e2e): try and fix image comparison on CI

* ci: reduce test machines from 9 to 8

* test: add reducers and selectors unit tests

* test(e2e): disable visual regression testing for now

* test: add getAsset unit tests

* refactor: use Asset class component instead of hooks

* build: don't inline source maps

* test: add more media path tests
2019-12-18 11:16:02 -05:00
zemlya-studio
dd754e9377 docs(nextjs): fixed webpack loader error (#2946)
A simple fix that allows webpack to build.
2019-12-03 09:29:50 +02:00
Charlie Bevis
553264f136 docs(jekyll): "Indentity" -> "Identity" (#2945) 2019-12-03 09:26:24 +02:00
Kengo Hamasaki
445979a992 docs: update Next.js example to import component (#2928) 2019-11-28 19:52:21 -05:00
Erez Rokah
d09c3addee
docs: add beta docs for folder collections path config (#2923) 2019-11-28 10:14:39 +02:00
Yuri Drabik
766ade1a3c docs: Minor fix for Configuration Options (#2919) 2019-11-27 14:32:24 +02:00
JP Lew
a2df4f4c91 [documentation] improve NextJS docs by adding Identity Widget to homepage (#2915)
* update NextJS docs

* change /static dir to /public/static

* remove redundant React import

* change static directory to /public for Next in add-to-your-site.md
2019-11-26 23:06:29 +01:00
Christian Fritsch
78face334f feat(widget-markdown): add headings dropdown (#2879) 2019-11-18 17:16:33 -05:00
Erez Rokah
096b067d45
feat: add translation support (#2870)
* feat: add translation support

* test(cypress): fix locale import

* docs: add locale documentation

* feat: add german translation (#2877)

* fix: locales package version, register all locales in netlify-cms
2019-11-14 11:25:04 +02:00
Erez Rokah
86d741ecac Docs: add missing Next entry in add-to-your-site.md (#2874)
* Update add-to-your-site.md

* docs: add missing Nuxt entry
2019-11-13 16:00:05 +01:00
Erez Rokah
00fa983d63 docs: fix bitbucket implicit grant docs (#2842)
* docs: fix bitbucket implicit grant docs

* docs: fix typo in Bitbucket implicit grant step 2
2019-11-10 19:41:52 +01:00
shumiyao
47be26fbfe docs: add type specification of relation widget valueField (#2446) 2019-11-07 16:25:21 -05:00
Asif Mehedi
cd48f67f1a docs: Delete duplicate key-value (#2824)
* docs: Delete duplicate key-value

* docs: revert description change
2019-11-03 10:53:07 +02:00
Erez Rokah
2841ff9ffe feat: enable specifying custom open authoring commit message (#2810) 2019-10-28 15:29:47 -04:00
Aleksandr Grenishin
574477adca enhancement(media-library-uploadcare): add integration settings to control url operations (#2670) 2019-10-28 14:14:42 -04:00
Maxime Preaux
3d12ea9470 docs: fixed the code formatting in the backends doc (#2812)
docs: Fixed the code formatting in the authentication-backend.md page (https://www.netlifycms.org/docs/authentication-backends/)
2019-10-28 10:12:43 +02:00
Sascha
f9d32452f9 docs: Added notice about Large Media option (#2805)
* Added notice about Large Media

I ran into this issue when activating Large Media while still having not imported files.

* docs: change 'important' to 'note' to make it consistent with places in the docs
2019-10-27 11:06:24 +02:00
Matthias Michael
96e99f239a docs: fix 11ty default site publish folder (#2806) 2019-10-26 10:54:06 +02:00
Sascha
5b2fb611f5 docs: update select widget default value docs (#2723) 2019-10-24 11:10:23 -04:00
Tom Rutgers
e09edd554f Update widgets.md (#2758)
Using double quotes with pattern raises an error (found out the hard way): https://github.com/netlify/netlify-cms/issues/675#issuecomment-444316681
2019-10-24 11:49:11 +03:00
Imron
78f24c8cdc Update hugo.md (#2799)
Fixed typo
sucessfully => successfully
giti => git
2019-10-24 11:06:54 +03:00
Imron
8052fb7aee [Typo] configration (#2798)
Fixed typo
configration => configuration
2019-10-24 11:05:44 +03:00
Imron
4ac3ded8a0 [Typo] continous (#2797)
Fixed typo
continous => continuous
2019-10-24 11:04:48 +03:00
Imron
d9bbaa3aff [Typo] comfirming (#2796)
Fixed typo
comfirming => confirming
2019-10-24 11:03:52 +03:00
IMRAN KHAN
8e4ade0d13 Update jekyll.md (#2793)
Typo. the word 'into' was written twice.
2019-10-23 22:18:03 +02:00
Henry Desroches
9fa0420e7f docs: add Hugo guide (#2698) 2019-10-23 13:49:13 -04:00
Shawn Erquhart
6b83a706a3
chore: switch chat links to slack (#2782) 2019-10-22 20:59:04 -04:00
Prateek Bhatnagar
fbbc8c1dc8 docs: fix preact-cli repo link (#2781) 2019-10-22 20:49:40 -04:00
Shawn Erquhart
52dff34d3a chore: fix community slack redirect 2019-10-22 14:17:50 -04:00
Shawn Erquhart
ee4f0a9973 chore: fix community slack redirect 2019-10-22 13:48:56 -04:00
Prateek Bhatnagar
09c2b0ab23 docs: add Preact CLI as a starter option (#2759) 2019-10-22 13:40:07 -04:00
Shawn Erquhart
db1385072c
docs: add community slack link (#2773) 2019-10-21 21:02:15 -04:00
Pierre-Alexandre
695d33f1d2 [docs] fixed broken implicit grant link (#2741) 2019-10-11 16:42:17 +02:00
Tom Rutgers
3d7cff01d6 docs: update Jekyll guide YML syntax (#2738) 2019-10-11 00:40:18 -04:00
Ferenc Sticza
f328a274e7 Update markdownit references (#2720)
@nuxt/markdownit was broken so I updated these references to @nuxtjs/markdownit
2019-10-01 23:04:40 +02:00
Mauro Bieg
dac67a93a0 docs: link to widget starter repo (#2686) 2019-09-25 18:26:37 -04:00
Tanvi Bhakta
d099bef529 docs: improve media library config info (#2685) 2019-09-25 18:25:44 -04:00
polemius
04b371825e chore: fix the typos in comments (#2679) 2019-09-24 16:16:09 -04:00
Józef Piecyk
b4d19b7907 Add example for Next.js (#2672) 2019-09-24 15:17:36 -04:00
Jeremy Wynn
97504e9300 docs: update nuxt.md (#2671) 2019-09-24 14:31:04 -04:00
Zach Schnackel
49e142ef59 enhancement(widget-relation): support custom options length (#2520) 2019-09-09 16:16:15 -04:00
Shawn Erquhart
56ee8441ef
docs: document github graphql beta (#2636) 2019-09-08 15:03:18 -04:00
Calvin
5b143089e2 docs: add _layouts/post.html to Jekyll guide (#2628) 2019-09-05 18:09:12 -04:00
Carina
f87eda6992 docs: add condition to access section (#2625) 2019-09-05 17:39:38 -04:00
melbourne2991
65d49dae9a chore: update datetime widget and deprecate date widget (#2615) 2019-09-05 16:16:55 -04:00
Henry Desroches
8d404a0d54 docs: add Nuxt guide (#2614) 2019-09-05 16:01:02 -04:00
Prateek Bhatnagar
15a2da0d6d docs: add preact-cli's static location (#2389)
* Adding preact-cli's build location

* Update add-to-your-site.md
2019-09-05 13:58:15 -04:00
Kaycee
003c97f97c docs: add 11ty public folder to docs (#2559) 2019-09-05 13:29:31 -04:00
Shawn Erquhart
1aff33e158
chore: update and document edit route (#2619)
* chore: update and document edit route

* fix formatting
2019-09-03 20:37:31 -04:00
Shawn Erquhart
1ef7603d40 docs: add relative images beta 2019-08-24 16:21:24 -04:00
Benaiah Mischenko
34e1f09105 Open Authoring bugfixes and pagination improvements (#2523)
* Fix handling of displayURLs which are strings

* Add fromFetchArguments to unsentRequest

* Add parseLinkHeader to backendUtil

* Handle paginated endpoints in GitHub API

* Rename fork workflow to Open Authoring across the whole repo

* Fixes for bugs in GitHub API introduced by Open Authoring changes

* Fix getDeployPreview

* Fix incorrect auth header formatting GitHub implementation

cf. https://github.com/netlify/netlify-cms/pull/2456#discussion_r309633387

* Remove unused and broken method from GitHub API

cf. https://github.com/netlify/netlify-cms/pull/2456#discussion_r308687145

* Fix editorialWorkflowGit method in GitHub API

* Request published entry content from origin repo

* Better error when deleting a published post in Open Authoring

* Rename to Open Authoring in fork request message

Also adds a note to the fork request message that an existing fork of
the same repo will be used automatically.

* fix linting
2019-08-24 13:54:59 -04:00
Ryan DeBeasi
66da66affd Fix broken link (#2522) 2019-08-07 20:45:07 +02:00
Christian Kohler
c5acc1952a docs: incorrect repo url in Contributor Guide (#2503) 2019-07-27 06:47:54 -07:00
Benaiah Mischenko
edf0a3afdc feat(backend-github): Open Authoring (#2430)
* Make filterPromises resolve entries before filtering

* Add filterPromisesWith & onlySuccessfulPromises to utility library

* Memoize user method in GitHub API

* Make storeMetadata safe to call concurrently in GitHub API

* Fork workflow: startup and authentication

* Fork workflow: backend support

* Fork workflow: disable unused UI elements

* Fork workflow: docs

* Fork workflow: fix deploy previews

* Suggested edits for fork workflow doc

* Change future tense to present

* Fork workflow: add beta status to docs

* remove debug statement

* rename fork workflow to Open Authoring
2019-07-24 18:20:41 -04:00
Emerson Laurentino
ed5763e492 docs: fix local url in Next.js guide (#2438) 2019-07-24 17:45:54 -04:00
Jeremy Meiss
7fb1168f24 WTD19: Improve Contrib Guide and Create Style Guide (#2336)
* getting started with the contributor guide updates for Netlify CMS at WTD19PDX

* places to get involved header

* create/mimi-style-guide

initial commit

* added guide for new terms

* completed Documentation Formatting Standards

* starting headings and content for contributing guidelines

* added guide for inline code and commands

* added guide for object field names

* added guide for string and integer field values

* added guide for code snippet formatting

* added content best practices

* Updated contributor guide

* added guide for Patterns to avoid. Also added Note at the top

* Update contributor-guide.md

* Update and rename style-guide.md to writing-style-guide.md
2019-07-24 17:30:10 -04:00
Tony Alves
24b0330621 chore(website): Announce Gatsby plugin 4.0.0 (#2313) 2019-07-24 17:13:23 -04:00
Morgan Marshall
ae914fb84a docs: fix bottom "add to your site" link (#2439) 2019-07-11 22:07:26 -04:00
Ahmad Awais ⚡️
a8b0ea334f docs: add note about Cloudinary login (#2424) 2019-07-04 12:46:09 -04:00
Kyra
9ebb17c944 docs: add Elmstatic to generators list (#2399) 2019-06-26 10:37:11 -04:00
Henry
d6964b50b3 feat(widget-relation): support nested field references in relation widget (#2391) 2019-06-24 19:32:02 -04:00
Shawn Erquhart
50dc371ebc
docs: update community info with channel links (#2403) 2019-06-24 19:07:19 -04:00
Ben Palmer
6329c35d27 Updated link to widget options on Uploadcare (#2371) 2019-06-13 15:32:28 -04:00
Shea Daniels
d128d7d001 site: add Dwolla blog post, add support for canonical URLs (#2357)
* Add blog post about implementing the CMS with Jekyll, add support for canonical URLs

* fix formatting

* add cross post link
2019-06-07 12:56:58 -04:00
Sam Ford
fd87793c37 Add Zola to static files directory table (#2352) 2019-06-04 13:59:53 -04:00
Mhmdrz_a
405e27dac7 chore(docs): Added Missing dependency (#2342)
* Added Missing dependency
* Remove Old dependency
2019-05-25 08:31:30 -07:00
Tom Rutgers
4b05bfdbea docs: update Jekyll tutorial blog screen shot (#2340)
fixes #2339
2019-05-22 14:18:13 -04:00
Tyler Mercer
8970d32abf docs: add Nuxt example (#2325) 2019-05-10 10:32:50 -04:00
Gregor Krmelj
9d5dbcde0a docs: fix files collection type key (#2308) 2019-05-09 15:05:37 -04:00
Ales Rybak
1c3035f4dc docs: code format bitbucket settings example (#2312) 2019-05-09 14:36:01 -04:00
Carlos Gonzalez
2488556590 Update customization.md (#2292)
Remove duplicate word in sentence "...besides the plain plain textual..."
2019-04-16 14:15:10 +02:00
Sean Anderson
b09a07457b Typo - templates (#2279) 2019-04-10 10:44:28 +02:00
Christophe de Vienne
1b0f2ac30c docs: document bitbucket implicit grant expiration (#2272) 2019-04-05 18:28:44 -04:00