Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Decap CMS

Decap is an open-source git-based CMS. Donations are used to develop new features, fix bugs, update the docs, and guide the community.
Collective - Host: opensource - https://opencollective.com/decap - Website: https://decapcms.org/ - Code: https://github.com/decaporg/decap-cms

Throw config error if unsupported format.

github.com/decaporg/decap-cms - d5ff92e47e2e7d6efa631851dbad2a44d4e2fb23 authored almost 7 years ago by Caleb <[email protected]>
Remove support for markdown and html as explicit formats.

The `frontmatter` format is the correct one to use here.

github.com/decaporg/decap-cms - 326dd48cc0ea3ade44ee30ebc113da73386f0e6e authored almost 7 years ago by Caleb <[email protected]>
Throw if cannot infer format from file extension.

github.com/decaporg/decap-cms - 834c5f4942ee9f694a900a834c6f672d31761922 authored almost 7 years ago by Caleb <[email protected]>
Split collection config validator.

Also clarify collection validation messages.

github.com/decaporg/decap-cms - db14b9747a30cbbdf1cd3678973125997e64a8bf authored almost 7 years ago by Caleb <[email protected]>
Infer format from extension for new entries.

If a collection has no format specified, we try to infer the format from
the file extension when...

github.com/decaporg/decap-cms - 864083bc8be1e140ef86b2aae3c16bcbcebfff39 authored almost 7 years ago by Caleb <[email protected]>
Do not infer file format if collection specified.

Before, we always tried to infer a file's format, even if it was
explicitly specified in the col...

github.com/decaporg/decap-cms - 0e51cff231e836603be4f9bd92ac1f30ab86ebb7 authored almost 7 years ago by Caleb <[email protected]>
fix slate mark rendering

github.com/decaporg/decap-cms - 9b2e51d75d4aef4c2408276b71631c2bdb167541 authored almost 7 years ago by Shawn Erquhart <[email protected]>
Make docs links in README point to website. (#864)

github.com/decaporg/decap-cms - 2533b69bcd91e5a730e68c4bd519883c38bf5961 authored almost 7 years ago by Caleb <[email protected]>
Migrate netlify-cms-www site into this repo (#860)

* Add frontmatter to docs files (prep to move)

* Move docs into position for website migratio...

github.com/decaporg/decap-cms - 155f40e5e4d09610c11e40a66969af5f2cdf5248 authored almost 7 years ago by Jessica Parsons <[email protected]>
Added basic documentation for select widget (#806)

github.com/decaporg/decap-cms - 8e529ee7ccbfe7f3d3b412738e3e298e998b9891 authored almost 7 years ago by Alexander Kushi-Willis <[email protected]>
Fix badge consistency

github.com/decaporg/decap-cms - 8b24d1c12d55d2fc01ab7c656b5c9a8c077d90a4 authored almost 7 years ago by Shawn Erquhart <[email protected]>
Fix gitter badge

github.com/decaporg/decap-cms - 6f3e3b92de638697ee9f72f42d2fd22d38bc9106 authored almost 7 years ago by Shawn Erquhart <[email protected]>
Switch community info to Gitter

github.com/decaporg/decap-cms - f8c559a02ca883f2a5941f4c533b6d31f9eb04d1 authored almost 7 years ago by Shawn Erquhart <[email protected]>
Fixes #846 Backspace removes empty blocks (#854)

* Fixes backspace remove empty block

* rename data to event

github.com/decaporg/decap-cms - 2e7e66dc29c06e896c02c779c8761689ca2a5833 authored almost 7 years ago by Damien Duhamel <[email protected]>
Drop outdated Gatsby note from quick start docs. (#850)

github.com/decaporg/decap-cms - 28924eeea50e366eac1f0d634ad426909a11f186 authored almost 7 years ago by Caleb <[email protected]>
Release 0.7.6

github.com/decaporg/decap-cms - 6eeeae485cc5d2b6c1d1c3c2945bcbd1139a10d1 authored almost 7 years ago by Shawn Erquhart <[email protected]>
handle when a date/datetime field is updated to empty

github.com/decaporg/decap-cms - 0caae558f93a0b85983cc1b9926b678f10777d0b authored almost 7 years ago by Shawn Erquhart <[email protected]>
Coerce includeTime to a boolean

github.com/decaporg/decap-cms - b5b7fab2a7b6a5a49528484db218007e3688d420 authored almost 7 years ago by Benaiah Mischenko <[email protected]>
Keep old behevior if no format attribute is set on date widgets

github.com/decaporg/decap-cms - 688332410c2fa5b0a6401cb640d3a8d3bdc00cfb authored almost 7 years ago by Mathias Biilmann Christensen <[email protected]>
Make date and datetime widget respect format attribute

github.com/decaporg/decap-cms - 704f1144edf734194050642a9f8f7afba5b54ef1 authored almost 7 years ago by Mathias Biilmann Christensen <[email protected]>
simplify date time initial value set

github.com/decaporg/decap-cms - 1a7c999f12e638766ab841d8b3713a001d344822 authored almost 7 years ago by Shawn Erquhart <[email protected]>
allow empty default date value

github.com/decaporg/decap-cms - a7ad6d570e6414ba959e55b32fa5dda2058b5b35 authored almost 7 years ago by Shawn Erquhart <[email protected]>
Fixes for date formatting PR

github.com/decaporg/decap-cms - d6c0505c49c4470f765391c3c5a7495c2ae2e278 authored almost 7 years ago by Benaiah Mischenko <[email protected]>
Add global error boundary.

This adds an error boundary around the entire app, so that a crash does
not just show up as an e...

github.com/decaporg/decap-cms - 68f00987d2f8944a5c236c0faefa18697b8b7cc6 authored almost 7 years ago by Caleb <[email protected]>
Update bundled version of gotrue-js to latest

github.com/decaporg/decap-cms - 44cc9cbd6f327d07fd670d8f2d66e2656aa01de8 authored almost 7 years ago by Mathias Biilmann Christensen <[email protected]>
Enable WebPack scope hoisting.

This is only enabled for the production build, as it breaks Hot Module
Reloading.

github.com/decaporg/decap-cms - ed5bf36eddef5542fb9f00579cc5995992740dca authored almost 7 years ago by Caleb <[email protected]>
Add igk1972 to contributors (#784)

github.com/decaporg/decap-cms - 2f75e3a286467deaa90ee4bcc23034134a37cbe7 authored almost 7 years ago by Igor Kuznetsov <[email protected]>
Add oauth-provider-go to authentication-backends.md

github.com/decaporg/decap-cms - 56b1c7be3a3922c5483e18e4c86c12e2782d2318 authored almost 7 years ago by Igor Kuznetsov <[email protected]>
Add JSON as manually supported format.

github.com/decaporg/decap-cms - a72a08f7a2d0d821cb8d8578590c621613d80dcd authored almost 7 years ago by Caleb <[email protected]>
Fix empty image fields saving null or undefined.

github.com/decaporg/decap-cms - 5271e0f7e762ed3d8be19130dade0cf2dcdcf1c1 authored almost 7 years ago by Caleb <[email protected]>
Additional edits to auth doc

github.com/decaporg/decap-cms - 0515a70c032c91501d36213f5e1f0868ee814327 authored almost 7 years ago by Jessica Parsons <[email protected]>
Update Authentication doc to cover all backends

github.com/decaporg/decap-cms - 92fae8a903405d8bc3c74370acdb0f4acd2901e3 authored almost 7 years ago by Jessica Parsons <[email protected]>
proposed changes to auth docs update (#780)

github.com/decaporg/decap-cms - fecfd000b0c73c6d6fc97b811a51b46a0998f251 authored almost 7 years ago by Shawn Erquhart <[email protected]>
Revert "remove internal docs"

This reverts commit 8cfe2c549dc350bb7650c1b0321813c5f17ce2d8.

github.com/decaporg/decap-cms - 8bd48e164baf0c0667aafef38187a8daaf173397 authored almost 7 years ago by Shawn Erquhart <[email protected]>
remove internal docs

github.com/decaporg/decap-cms - 8cfe2c549dc350bb7650c1b0321813c5f17ce2d8 authored almost 7 years ago by Shawn Erquhart <[email protected]>
Update Slate to 0.27.0

github.com/decaporg/decap-cms - ff0b8d4ca8f081ade8ef7022acceeeac507abaa7 authored almost 7 years ago by Shawn Erquhart <[email protected]>
disable slate-edit-table plugin until updated

github.com/decaporg/decap-cms - 1bbaebf6d54a9bbf0372b5210c991d1c2be6f580 authored almost 7 years ago by Shawn Erquhart <[email protected]>
move slate-react to 0.10.11 until scroll bug fixed

github.com/decaporg/decap-cms - 8ef0769a07e43d308beca475d4cc6a76baaa0d82 authored almost 7 years ago by Shawn Erquhart <[email protected]>
fix slate migration bugs

github.com/decaporg/decap-cms - 9342c9c06483fd7d61e302c8eee0cce5a195305a authored almost 7 years ago by Shawn Erquhart <[email protected]>
Update Slate to 0.28.0

github.com/decaporg/decap-cms - c9e97b5c7e5528e9d84c32b67bbeb98356e68252 authored almost 7 years ago by Shawn Erquhart <[email protected]>
update slate snapshots

github.com/decaporg/decap-cms - 5647b5c3c214a1db278af4ab5da51e8ffd73f021 authored almost 7 years ago by Shawn Erquhart <[email protected]>
Update to Slate 0.26.0

github.com/decaporg/decap-cms - b02d3dc47aa165c912086486e4083db544e1260c authored almost 7 years ago by Shawn Erquhart <[email protected]>
Update Slate to 0.30.0

github.com/decaporg/decap-cms - b25e7de15e01c8bf551eedc7e2cc7529a764666b authored almost 7 years ago by Shawn Erquhart <[email protected]>
Update Slate to 0.29.0

github.com/decaporg/decap-cms - 63d2b09b09c80c1165b4071ecc9d112a9f2a3ab5 authored almost 7 years ago by Shawn Erquhart <[email protected]>
Add Spectrum badge (#839)

github.com/decaporg/decap-cms - 55abeadf829c3ed8446695729b52fccf3c1211ca authored almost 7 years ago by Max Stoiber <[email protected]>
Release 0.7.5

github.com/decaporg/decap-cms - 1344fca7d86961ab69d75a257da52f87ab4f239d authored almost 7 years ago by Shawn Erquhart <[email protected]>
add private media library for integrations

github.com/decaporg/decap-cms - 9569f18ee4bdf182fe741249c2c0607eb1195315 authored almost 7 years ago by Shawn Erquhart <[email protected]>
update chat link to Spectrum

github.com/decaporg/decap-cms - d9905b4a6aa73a8065be524e0c61a66c623fa64a authored almost 7 years ago by Shawn Erquhart <[email protected]>
update changelog

github.com/decaporg/decap-cms - 79b173b3a336ce6e8a4d716b657fc2c5bd4563cb authored almost 7 years ago by Shawn Erquhart <[email protected]>
Release 0.7.4

github.com/decaporg/decap-cms - dcf3a4574a5e7b691a9da9450b8895ee9526031c authored almost 7 years ago by Shawn Erquhart <[email protected]>
Prompt before exiting tab with unsaved changes

github.com/decaporg/decap-cms - aa813e8569cfea280261fcb5e7dc755b239fcfb3 authored almost 7 years ago by Benaiah Mischenko <[email protected]>
fix image filtering case sensitivity

github.com/decaporg/decap-cms - 2a9697db0a6be5069500a5bceb6f50e937c68cee authored almost 7 years ago by Shawn Erquhart <[email protected]>
Make sure we strip trailing slashes for dir listing

github.com/decaporg/decap-cms - bf6eb2f39add1255fae534f300268fc435190f3a authored almost 7 years ago by Mathias Biilmann <[email protected]>
Add ackushiw as a contributor (#813)

github.com/decaporg/decap-cms - 1acdb8ddf5051edf103ca3d2475f53c91110e513 authored almost 7 years ago by Alexander Kushi-Willis <[email protected]>
fix changelog for real

github.com/decaporg/decap-cms - 72750de5fde2490b6dc7f2df04f3ccb7aa062eba authored almost 7 years ago by Shawn Erquhart <[email protected]>
fix changelog pr links

github.com/decaporg/decap-cms - 61422c89c86d824a4c2916018a50a8938a4329f8 authored almost 7 years ago by Shawn Erquhart <[email protected]>
Release 0.7.3

github.com/decaporg/decap-cms - dbaaa5c0dea47abc50c294bb5ec6a47fb6fbea8b authored almost 7 years ago by Shawn Erquhart <[email protected]>
Fix requestAnimationFrame warnings in tests.

github.com/decaporg/decap-cms - bebea64e339d496c591505f698f71a2a528d4632 authored almost 7 years ago by Caleb <[email protected]>
update integrations check to account for null default state

github.com/decaporg/decap-cms - 7c54fbd0df51fef1de920f261373cd6780ef18ff authored almost 7 years ago by Shawn Erquhart <[email protected]>
fix ControlHOC ref for redux container widgets

If a widget uses `connect` to receive state updates from the store,
`ControlHOC` can no longer g...

github.com/decaporg/decap-cms - a4ff229e37856b7bc5b320029f82a619a2429d47 authored almost 7 years ago by Shawn Erquhart <[email protected]>
add ebello to contributors

github.com/decaporg/decap-cms - fdeeb44ba3a034567331f838cf6972ba4d4ac921 authored almost 7 years ago by Ernie Bello <[email protected]>
fix persist with missing body from file

github.com/decaporg/decap-cms - 0183ad433b7f141625f75617f8e6c651489b2897 authored almost 7 years ago by Ernie Bello <[email protected]>
Release 0.7.2

github.com/decaporg/decap-cms - 495e7c874318305a4b1c3b057a96fcf5dbbadaad authored almost 7 years ago by Shawn Erquhart <[email protected]>
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...

github.com/decaporg/decap-cms - c0b0cd5e9f1aee859362c9ab28ce0126758da24c authored almost 7 years ago by Mantas <[email protected]>
Stop using `logout` when no locally stored user was found.

This was causing users to not be able to sign up with Netlify Identity.

github.com/decaporg/decap-cms - d378488e0fde00c09cbc422fb0febaa464dc3d2f authored almost 7 years ago by Caleb <[email protected]>
only rebase EW PR if no asset store

Editorial workflow pull requests are rebased if the base has
changed to ensure that asset change...

github.com/decaporg/decap-cms - 0f8a74be131cba94c79555ca680ab1a994721c3a authored almost 7 years ago by Shawn Erquhart <[email protected]>
Release 0.7.1

github.com/decaporg/decap-cms - 3ea56ca60c5df1d96c2f555ff4cf1810b3dc0aa1 authored almost 7 years ago by Shawn Erquhart <[email protected]>
add generic error boundary, apply to preview iframe

github.com/decaporg/decap-cms - b3af4e86cb72bf18da594957e71b8e4c19e879ef authored almost 7 years ago by Shawn Erquhart <[email protected]>
Fix no users being allowed to login when `accept_roles` set.

github.com/decaporg/decap-cms - 41897de4c9946d00fe35c0976ea6454b60848799 authored almost 7 years ago by Caleb <[email protected]>
Fix other than markdown editorial workflow entries on dashboard.

When entries were loaded for the editorial workflow dashboard, they were
all assumed to be Front...

github.com/decaporg/decap-cms - 37a36ffed431f2b8666f273f8b7390a7389ae7f7 authored almost 7 years ago by Caleb <[email protected]>
fix empty media folder loading error

github.com/decaporg/decap-cms - 4d33d67798117331b299debd1730599bd6abcdec authored almost 7 years ago by Shawn Erquhart <[email protected]>
fix image not shown after upload for git gateway

github.com/decaporg/decap-cms - 9c7c0aeed22cce1fbe01db48e239da49ba3b42ec authored almost 7 years ago by Shawn Erquhart <[email protected]>
Add unselected option to select widget when no default is set

github.com/decaporg/decap-cms - e00c39669738e0d939beb1beb070ec1d8a2cc1e2 authored almost 7 years ago by Benaiah Mischenko <[email protected]>
Upgrade uglify-js-webpack-plugin, enable sourcemaps

github.com/decaporg/decap-cms - 6071ea746f42d0b0a02b301f6d1eee4d28e3b1bd authored almost 7 years ago by Caleb <[email protected]>
start using changelog.md

github.com/decaporg/decap-cms - 54476cccd32d4edb8f6805b1bf0640463fec1e0d authored almost 7 years ago by Shawn Erquhart <[email protected]>
update cms version in docs

github.com/decaporg/decap-cms - df6b09abf969e991bb57f4dab41ed353adcc01ad authored almost 7 years ago by Shawn Erquhart <[email protected]>
Release 0.7.0

github.com/decaporg/decap-cms - f94edf8b0d7f9353212078ecdb1e90cf5cb371de authored almost 7 years ago by Shawn Erquhart <[email protected]>
Add background-color to ListControl

github.com/decaporg/decap-cms - 7d1998c3d688b27ecbe3befe774b052ea3bd6a88 authored almost 7 years ago by Jinksi <[email protected]>
move example back to test-repo

github.com/decaporg/decap-cms - bb83444d5b6472bcdb2ef1189aa1585eed447ff2 authored almost 7 years ago by Shawn Erquhart <[email protected]>
update yarn.lock

github.com/decaporg/decap-cms - 383154f104e81fd5a248501d2364bbaf03e002fa authored almost 7 years ago by Shawn Erquhart <[email protected]>
add media library

* rebase editorial workflow pull requests when behind

* fix async/await transpilation

* add me...

github.com/decaporg/decap-cms - 6b45a46a395727d416d4ea5373cf2e526393af15 authored almost 7 years ago by Shawn Erquhart <[email protected]>
Turn off style toggle on Enter

github.com/decaporg/decap-cms - 2a4af64a712a17c6c949d0b1e2d9d68542415e5c authored almost 7 years ago by pjsier <[email protected]>
Revert "Update extending.md"

This reverts commit 64b0d4cf068a9d84f8bf74275ffd3f3c84e83ab2.

github.com/decaporg/decap-cms - 83a1d34291b12680e8142f51a36f431f724529aa authored almost 7 years ago by Shawn Erquhart <[email protected]>
Disable login button while login is in progress.

github.com/decaporg/decap-cms - c707228c8fbab880ae95c14fb2bfa26daed9e382 authored almost 7 years ago by Caleb <[email protected]>
Add delete flag in configuration (#707)

Adds a `delete` flag to collections in `config.yml`; fixes
#593. Defaults to false. This is mos...

github.com/decaporg/decap-cms - a14f25355e152c7aa85dc9ee880d78460e059521 authored almost 7 years ago by Richard Pullinger <[email protected]>
Cleanup file formatters. (#759)

* Clean up frontmatter formatter.

* Move `formatToExtension`.

* Use plain objects for file...

github.com/decaporg/decap-cms - 1bb2b56366cad44509bf201d6845130e54522fc9 authored almost 7 years ago by Caleb <[email protected]>
Fix TOML files not being saved with correct file extension.

github.com/decaporg/decap-cms - 2c19c221e7828eacd93f2620faa384891551c1ea authored almost 7 years ago by Caleb <[email protected]>
Contributor/talves (#746)

github.com/decaporg/decap-cms - d984113b9827ddc7c21710e68ed84373ceb8a3f0 authored almost 7 years ago by Tony Alves <[email protected]>
Add Contributor: Jinksi (#745)

github.com/decaporg/decap-cms - 9f7e92dd5631004d5a17d6bcdbec515afede064c authored almost 7 years ago by Eric Jinks <[email protected]>
Add ScrollSync Button to Preview UI (#693)

* Add ScrollSync Button

* Create <ToggleButton /> component && update CSS

* Swap Icons && ...

github.com/decaporg/decap-cms - b2d93ef729c5b56868e63af7d1a0c1ed96998f6e authored almost 7 years ago by Eric Jinks <[email protected]>
Release 0.6.0

github.com/decaporg/decap-cms - c60f73a0d86452b210f469ee3e867d51f47ebd7d authored almost 7 years ago by Shawn Erquhart <[email protected]>
Move storybook and react-hot-loader to dev deps.

github.com/decaporg/decap-cms - 19860208f4e4a60084958ce034d32d253c62421f authored almost 7 years ago by Caleb <[email protected]>
Typo fix (#744)

github.com/decaporg/decap-cms - 87536f9bccccd781233c2101da10d3974e08b3a9 authored almost 7 years ago by Caleb <[email protected]>
remove superfluous "delay" prop from example config

github.com/decaporg/decap-cms - 77e5d616d0e2a30f787431a53628bd8f7fd612ca authored almost 7 years ago by Shawn Erquhart <[email protected]>
Add support for TOML files. (#740)

* Move `sortKeys` into a helper function.

* Add support for TOML files.

github.com/decaporg/decap-cms - 2ef6556d4a02167a48c90de26baaaa168bc269c8 authored almost 7 years ago by Caleb <[email protected]>
stop navigation on failed entry save in editorial workflow

github.com/decaporg/decap-cms - 3d65cc380e401cc442506de519a83cc60fe14927 authored almost 7 years ago by Shawn Erquhart <[email protected]>
Upgrade `react-router-redux`.

github.com/decaporg/decap-cms - d4b92c2af806fb3aed8b372c897ff8f31c7728b7 authored almost 7 years ago by Caleb <[email protected]>
Upgrade react-frame-component.

github.com/decaporg/decap-cms - 77ac1f979055bc3a06e02a29b44266633faf461d authored almost 7 years ago by Caleb <[email protected]>
Upgrade react-topbar-progress-indicator.

github.com/decaporg/decap-cms - 456fd781aa9b431d36a9c96400631b3ae159eea1 authored almost 7 years ago by Caleb <[email protected]>
Upgrade React.

github.com/decaporg/decap-cms - 45ebc44c3b621d874e998ecb644687ae9b06414d authored almost 7 years ago by Caleb <[email protected]>