Ecosyste.ms: OpenCollective

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

Vulcan

We want to change the way you build modern JavaScript apps.
Collective - Host: opensource - https://opencollective.com/vulcan - Code: https://github.com/VulcanJS/Vulcan

Comment out/disable legacy code for now

github.com/VulcanJS/Vulcan - 6275108d41dab331991a339d65a0d57f6394d1df authored over 6 years ago
Working on Apollo2 + React Router v4

github.com/VulcanJS/Vulcan - e166e3954694e76a48b6b2f2cface21b1267c4f0 authored over 6 years ago
Merge branch 'devel' into custom-form-components

# Conflicts:
# packages/vulcan-forms/lib/components/FormNestedArray.jsx

github.com/VulcanJS/Vulcan - 6864b572bea8f53aab312782ea145850c6842b09 authored over 6 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - 5b09d98918a83c1e2bbed76969b1704f2b2687b4 authored over 6 years ago
Add `formComponents` prop to forms to enable customizing a specific form's components

github.com/VulcanJS/Vulcan - 07427a2c96a7abaf44ca09a1f490e26eb6c9f0d1 authored over 6 years ago
Merge pull request #2077 from ErikDakoda/GetLabelIntlFallback

SmartForm.getLabel() intl string fallback

github.com/VulcanJS/Vulcan - 73d7172896643bb0f6411a634dd395c7590ad1a5 authored over 6 years ago
revert changes on Utils.getUnusedSlug and add check to users slug

github.com/VulcanJS/Vulcan - 169e01cc4f7e5ca1541c6f2fbc84ef0df108f17e authored over 6 years ago
remove Users slug onUpdate

I left the updates related to the openCrud API:
`onInsert` -> `onCreate`
And also left the updat...

github.com/VulcanJS/Vulcan - 844d457cacfe68c9b21f315ed4eb01ce2c58f739 authored over 6 years ago
SmartForm.getLabel() now falls back to a "global" namespace when a collection-specific intl string is not found; then it falls back to using no namespace

github.com/VulcanJS/Vulcan - 5ca08daa8e12db4c21196a97228a07b9da38f5ef authored over 6 years ago
Merge pull request #2076 from ErikDakoda/RemoveBootstrap

Remove bootstrap from vulcan-forms

github.com/VulcanJS/Vulcan - f54e77761843af9c6ba4a9dd2959ed03c6fe580a authored over 6 years ago
Refactoring to remove react-bootstrap and to customize FormNestedArray for material-ui

github.com/VulcanJS/Vulcan - 7e66908d2194546ae99d60397c25e425491392f4 authored over 6 years ago
Users' slug is updated on displayname change

- The slug is updated when the displayname changes
- The `Utils.getUnusedSlug` helper function d...

github.com/VulcanJS/Vulcan - 9bd1d36aa4b74d7a22daa23387666ce326a22866 authored over 6 years ago
Fix "Variable "$data" of required type "CreateAnalyticsEventDataInput!" was not provided." error

github.com/VulcanJS/Vulcan - bfd336871e04a738a800bd241441a6c9582329e7 authored over 6 years ago
Used could be null

github.com/VulcanJS/Vulcan - 649f74e25babde212c02a3f715fc9ecc2b43959f authored over 6 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - c4cec6a0122c2386a5f4a22e0f9942f2d5a8fb83 authored over 6 years ago
Add warnings when no mutable fields have been defined

github.com/VulcanJS/Vulcan - 4fcd37cde7a01927f7e592d3e44057c4b5175751 authored over 6 years ago
Add Meteor-now like production settings to .gitignore

github.com/VulcanJS/Vulcan - 9f600cd192276676a72b2dcee1847846558cc2aa authored over 6 years ago
Make canReadField work for guests too

github.com/VulcanJS/Vulcan - ab449136c10d758e43c967631402fdd7e3d241f5 authored over 6 years ago
Fix Users.canReadField

github.com/VulcanJS/Vulcan - b3653fb48e2990e0d6d2caa85ffe16ed8c7e3328 authored over 6 years ago
Formatting clean up

github.com/VulcanJS/Vulcan - 11c49f9185a8fe9664387f72e47f07a2f70512ff authored over 6 years ago
ESLint fixes

github.com/VulcanJS/Vulcan - dfa4c77314b9eaf7cb048d7a47512e30aad5ed2f authored over 6 years ago
Merge pull request #2070 from meteorplus/patch-14

fix bug preflight from apollo

github.com/VulcanJS/Vulcan - f41bf7444eb07448738e54073e7629daa6e44307 authored over 6 years ago
Merge pull request #2072 from OrigenStudio/fix/locale-change

Pass locale as key to IntlProvider to force a rerender on locale change

github.com/VulcanJS/Vulcan - fdcdea9301792482c252a9fe9fd7fcf1ea9321db authored over 6 years ago
Merge pull request #2071 from mousetraps/itani/withListToWithMulti

cleanup: Fix naming after withList -> withMulti change

github.com/VulcanJS/Vulcan - 62370e385efea3197ced137d6e48c92d15e67f9b authored over 6 years ago
Merge pull request #2062 from OrigenStudio/feature/cc-bcc-replyTo-added-to-email-api

Added support for cc, bcc, and replyTo fields for email API

github.com/VulcanJS/Vulcan - 5ccb9ab92d7744d0308cde76ce533c5935558dd0 authored over 6 years ago
pass locale as key to IntlProvider to force a rerender on locale change

See docs: https://github.com/yahoo/react-intl/wiki/Components#dynamic-language-selection

github.com/VulcanJS/Vulcan - 41bcb84d0ceababd3313a9497dba23bec2d4220b authored over 6 years ago
cleanup: Fix naming after withList -> withMulti change

github.com/VulcanJS/Vulcan - 565cda597931ae713d5193e6765f48cdfd167576 authored over 6 years ago
fix bug preflight from apollo

resetStore: Store reset while query was in flight.

https://github.com/apollographql/apollo-...

github.com/VulcanJS/Vulcan - 192ced4b91ca6fa91fc2b920d67330a79ed932de authored over 6 years ago
refactored again and eliminated utils helpers

github.com/VulcanJS/Vulcan - a696183dfcd32045c7569b6ed8469b3b63798a5d authored over 6 years ago
update clearForm call, pass document as initial only for edit mutations

github.com/VulcanJS/Vulcan - b392bad1dba1fcdfb63e2d37eda1a29daedca3d1 authored over 6 years ago
remove options

github.com/VulcanJS/Vulcan - 01b918a8f6d8fb14f53e524f91e936a1724816fc authored over 6 years ago
update clearForm call

github.com/VulcanJS/Vulcan - 157527fda4be311b494d27c3353934fc2fd49a46 authored over 6 years ago
simplify clearForm options

github.com/VulcanJS/Vulcan - 55895431a363f391688750ae23879f9980860176 authored over 6 years ago
update package-lock

github.com/VulcanJS/Vulcan - 8c8fac976fc5b520251187659274dbb54fa43ea0 authored over 6 years ago
Merge remote-tracking branch 'upstream/devel' into fix/clear-current-values-on-edit

github.com/VulcanJS/Vulcan - f7bda07db0d88d05ea59c47e80bafe14cb6e1fa4 authored over 6 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

# Conflicts:
# packages/vulcan-core/lib/modules/default_resolvers.js

github.com/VulcanJS/Vulcan - 2d4889abcc66ea8c3c4b2245819ed2a2540f32cd authored over 6 years ago
Merge pull request #2069 from Apollinaire/devel

[BugFix] remove `document` from `canCreateField`

github.com/VulcanJS/Vulcan - 4167a8a10b4aaa6aaf4d919e16669be13aa262ca authored over 6 years ago
Merge pull request #2068 from ErikDakoda/erikdakoda1

Minor bug fixes

github.com/VulcanJS/Vulcan - 484105d4f33929cfcc2511da026418e24478372f authored over 6 years ago
[BugFix] remove `document` from `canCreateField`

When you run Users.CanCreateField with a function in `canCreate` field prop, it's trying to call...

github.com/VulcanJS/Vulcan - eb158dcb9051d00382405d6c97630bafb5f6df25 authored over 6 years ago
- Fixed bug in single resolver (slug is undefined)

- Fixed bug in Utils.pluralize (pluralizing words ending in 's', for example address => addresses)

github.com/VulcanJS/Vulcan - 9be92d0903af6bc769c944869a446ae70d284fa7 authored over 6 years ago
VulcanEmail.send is backwards compatible

github.com/VulcanJS/Vulcan - 007ad2a6fdbd6920e3417816b2e9f5845f28c2dc authored over 6 years ago
do not clear current document on edit, and set it as initial

github.com/VulcanJS/Vulcan - 40af573cb509baee5c0386a78d7d16a9b13f92e1 authored over 6 years ago
retrieve and pass clear form options

github.com/VulcanJS/Vulcan - a70e476887b67d5c4d1c3da429176dc0dd35fc8c authored over 6 years ago
add option to parametrize whether to clear initial document or not

github.com/VulcanJS/Vulcan - 95d0e9c3d7e7817cbb4702136839541027ef6b29 authored over 6 years ago
add option to parametrize whether to clear current document or not

github.com/VulcanJS/Vulcan - 7866fc380ca21e904feb48c1b9c2ceb9146415f8 authored over 6 years ago
add callbacks to 'router.onUpdate.async' hook

github.com/VulcanJS/Vulcan - a3d8accc645f4082a77db94df838126cea0cbbc2 authored over 6 years ago
add router.onUpdate.async hook

github.com/VulcanJS/Vulcan - 2c33db686de8badae3f88288dd666f067124209b authored over 6 years ago
runCallbacksAsync can be run on client, return promise of results

github.com/VulcanJS/Vulcan - f5ca3c1284d7bc892130dbb32a8e02ab033a7ccf authored over 6 years ago
withList -> withMulti

github.com/VulcanJS/Vulcan - 140467063197d43041eb8433a151c64bc7df02e4 authored over 6 years ago
Fix replaceComponent

github.com/VulcanJS/Vulcan - 43515b39bb0f368c0a451e1c96241f0e37b7f059 authored over 6 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - 85c57c4bebca470464305e329766f13e57248d68 authored over 6 years ago
withList -> withMulti; add fallback prop for Avatar component

github.com/VulcanJS/Vulcan - bafe3504074864830b4df21222d6c0d7f2efac4c authored over 6 years ago
Merge pull request #2063 from lbke/bugfix/withAccess-guests

Allow "guests" in withAccess

github.com/VulcanJS/Vulcan - 27aaf068656f939b947a34e574379c3252d602cb authored over 6 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - 493380889bdd6410ba3f4f8b77869092e7a432b2 authored over 6 years ago
Refactor registerComponent to fix #2061 (see also #2031)

github.com/VulcanJS/Vulcan - 3c48f202735f9c81eb27d4d615caa76f5d17fcd6 authored over 6 years ago
Merge pull request #2059 from ErikDakoda/erikdakoda1

Minor changes and bug fixes in withMulti, single resolver, schema generation

github.com/VulcanJS/Vulcan - 2980f810f10ec0a2fe24a76eafa6a986ecd32ac3 authored over 6 years ago
Merge pull request #2056 from vincro/vincro-devel

vulcan-users - permissions - filter out array based fields

github.com/VulcanJS/Vulcan - 5faafa5b1ff1e36f32f0246fbdfb334a23f68c93 authored over 6 years ago
allow guests in withAccess

github.com/VulcanJS/Vulcan - c4945ddc2f79f8d1839db891aab713cd5afb1be1 authored over 6 years ago
added support for cc, bcc, and replyTo fields for email API

github.com/VulcanJS/Vulcan - 3084916bdc7645abf9f87d0d95861b5bddbb82bb authored over 6 years ago
- Fixed bug in single resolver

github.com/VulcanJS/Vulcan - b8ed1cdc066f251ae66d4fce1add929a590ff4b3 authored over 6 years ago
- Added collection.options.singleResolverName and .multiResolverName to stay DRY

- In withMulti, fixed how loadMoreInc passes variables to fetchMore
- Added the "allowNull" optio...

github.com/VulcanJS/Vulcan - d5b677e28d86aa90881687b3ac4b5897dc934e6b authored over 6 years ago
vulcan-users - permissions - filter out array based fields

github.com/VulcanJS/Vulcan - 8e859a38fa63d14da202891847a83084c78c66c1 authored over 6 years ago
Merge pull request #2053 from lbke/feature-fix-hox-options-handling

Cleaned up the options management in hocs

github.com/VulcanJS/Vulcan - f0fb423b3f88740db6354e4bcebed15c241c785e authored over 6 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - d0395661edb5c1a276e3515e066dfcd535e82b53 authored over 6 years ago
Rename newDocument to data

github.com/VulcanJS/Vulcan - 69901e10eb68f52661ac01bdaf1212346f74a506 authored over 6 years ago
Merge pull request #2052 from lbke/feature/edit-username

Allow to edit username, and override 3rd party name if it is set

github.com/VulcanJS/Vulcan - 0b67d1972ac0b69758650bef95dc0f90c88cb11a authored over 6 years ago
Merge pull request #2051 from lbke/feature/submitCallback

Allow user to return nothing in submitCallback

github.com/VulcanJS/Vulcan - 2dfc7d14ee89019d18169bd41897eca9bef8dda3 authored over 6 years ago
Merge pull request #2050 from OrigenStudio/feature/collection-on-mutators-callbacks

Pass collection as property when running new API mutators' callbacks

github.com/VulcanJS/Vulcan - 59d7fbdfae44a093c6438f755b3a2b3acda8ce36 authored over 6 years ago
cleanup quotes and added rule to eslint

github.com/VulcanJS/Vulcan - 7dcd8fc6ac516770d642a65445f8c5783659e934 authored over 6 years ago
allow to edit username, and 3rd party name if it is set

github.com/VulcanJS/Vulcan - 37294c3ad258b429763c044f99b2250eb0a1fef9 authored over 6 years ago
allow user to return nothing in submitCallback

Useful when the callback is meant for side effect and not for modifying the data

github.com/VulcanJS/Vulcan - 755d5f6ad0f4a72f8eacbd60100849cdae61fd46 authored over 6 years ago
cleaned up the options management in hocs

Will fix issues when not specifying a fragmentName in withDelete

github.com/VulcanJS/Vulcan - 17f96712ff44ce9c86ebda0e14407a1f2f0d90f4 authored over 6 years ago
pass collection as property when running new API callbacks

github.com/VulcanJS/Vulcan - 3ae4fda0c359f81271a7a151f74ad50492c6c239 authored over 6 years ago
Merge pull request #2047 from OrigenStudio/fix/email-test-templates-multiQueries

fixed issue that hardcoded email test queries to work only with single queries

github.com/VulcanJS/Vulcan - 5427e994b0eea01c3584af8e0ef5e10402b77057 authored over 6 years ago
Add defaultValues to initialDocument

github.com/VulcanJS/Vulcan - ebbf9fa1d6254f92db7bf62b9a8f6c2908c0026c authored over 6 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - 5146032e1d0d25426588d6d5e06a375df5d57c45 authored over 6 years ago
Merge pull request #2049 from OrigenStudio/fix/withMulti-create-reducer

Add only document once on withMulti query reducer

github.com/VulcanJS/Vulcan - 9b493e9545f252e4ede634ad3be125612941b446 authored over 6 years ago
Better use mutations

github.com/VulcanJS/Vulcan - 86ae9d69591ae23a0d145ce88353d59e718e2b0d authored over 6 years ago
Pass currentValues, errors, and deletedValues to FormSubmit component in case it needs them

github.com/VulcanJS/Vulcan - 092cec26f43343c5e1d5d599a41b9621f8f1ab78 authored over 6 years ago
fix: avoid adding multiple times the same document

github.com/VulcanJS/Vulcan - f67e996168c05c175373d5e2331a5c1853ea77ae authored over 6 years ago
Field permission check should always succeed when field is mutable by guests

github.com/VulcanJS/Vulcan - 7efcb54d168d4cca2807daea6c0841d56c583d1a authored over 6 years ago
Merge pull request #2046 from Apollinaire/headerContext

Pass request headers through context

github.com/VulcanJS/Vulcan - 678a04873207189fc5b4b424756d85372cd2d787 authored over 6 years ago
fixed issue that hardcoded queries to work with single queries

I am using the VulcanEmail.build method to avoid repeating code

github.com/VulcanJS/Vulcan - ec5e16fe34b81fe8fb0951dd44fcc4f97c0b0b5e authored over 6 years ago
Pass request headers through context

github.com/VulcanJS/Vulcan - 168101b4fb8143f69df1fc4fc2eefa4a5c4a595e authored over 6 years ago
Fields with "$" should never be included in generated fragments (fix #2044)

github.com/VulcanJS/Vulcan - 0be73085c3a30426d3b45bf4df280a16acf788d5 authored over 6 years ago
New users are considered part of the members group during creation

github.com/VulcanJS/Vulcan - bc497c31e31afdc5f03abb6a30563f4abaa0ce5d authored over 6 years ago
Merge branch 'master' of https://github.com/VulcanJS/Vulcan

github.com/VulcanJS/Vulcan - 47c634f55522ba6d735c022e8be136a99af675c2 authored over 6 years ago
Merge pull request #2043 from jimrandomh/dontSkipEmailVerification

When changing email address on an account, mark the new address as unverified

github.com/VulcanJS/Vulcan - 7c2cc30f2d6791c90de3abec6583471b55f8d774 authored over 6 years ago
Missing component.hocs should not throw exception

github.com/VulcanJS/Vulcan - b1452551eaf57f59f966958335bfebbd4b28aec0 authored over 6 years ago
When changing email address on an account, mark the new address as unverified

github.com/VulcanJS/Vulcan - 7b450d3a9b643d59eb3bc69f16aaa32853f08fa3 authored over 6 years ago
Preserve withSingle backwards-compatibility

github.com/VulcanJS/Vulcan - 3ca76c198c1345450fa11d6af8a365935ee9e4b2 authored over 6 years ago