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

handle arrays better when merging

github.com/VulcanJS/Vulcan - 7f67f21eb9e61a76e6a03a34a51e0dd19f40c70d authored almost 7 years ago
Handle deleted values better

github.com/VulcanJS/Vulcan - 325cf4b1409cbf6b99130ddb46b41684f36badb9 authored almost 7 years ago
Use SVGs for form group icons

github.com/VulcanJS/Vulcan - 991595581f8f68a002a41e349bd7822ba2256a62 authored almost 7 years ago
Remove __typename from datatable; fix select options

github.com/VulcanJS/Vulcan - 759899212f1d76306a57a3a860805b3a67c35f57 authored almost 7 years ago
Fix date components and new doc validation

github.com/VulcanJS/Vulcan - 9aa06cee823e9480270f466eba5e54d1df933ae0 authored almost 7 years ago
Get errors through props instead of context

github.com/VulcanJS/Vulcan - ce7e0b0b25ca58beb822031e407aaa4178f3b95a authored almost 7 years ago
Improve edit/new buttons callback handling

github.com/VulcanJS/Vulcan - 5705de35599cabb1bed30a986f5c15cb77fe6512 authored almost 7 years ago
Get current value through props instead of through context

github.com/VulcanJS/Vulcan - ceabbc13148274a72e7daf26756a726e23168e66 authored almost 7 years ago
Do not pass value and control down

github.com/VulcanJS/Vulcan - 98ddbff044781625d22de391e6a93e4c9c6679e1 authored almost 7 years ago
More small fixes

github.com/VulcanJS/Vulcan - 97c26e23c8fb5aee23386b95dafa84c9a44133de authored almost 7 years ago
Cleaning up FormComponent props

github.com/VulcanJS/Vulcan - 5675b50fb58f93e5e6278868bf7c16e9b8ee038e authored almost 7 years ago
Lodash's merge mutates its first argument

github.com/VulcanJS/Vulcan - 9d5963da127a04d99aee06ff5c5ccb48ca0124b0 authored almost 7 years ago
Fix a few issues

github.com/VulcanJS/Vulcan - 667f43bd5b68f3b7e4863723efd3157a507bc845 authored almost 7 years ago
More refactoring

github.com/VulcanJS/Vulcan - 5bfa885de57f4f8eb21b73b7469319982b367461 authored almost 7 years ago
Convert SimpleSchema schema to JSON object before using it in Form.jsx

github.com/VulcanJS/Vulcan - d1a674d36ea09b3c0f2cf15db1916416d4468881 authored almost 7 years ago
Values are now fetched from FormComponent through context instead of being passed as props

github.com/VulcanJS/Vulcan - 754bb1488999db13b220964a9b33832dd3b8753a authored almost 7 years ago
Work on form errors & validation

github.com/VulcanJS/Vulcan - 1d7cef555649f88eb4d72be22e5f922384f38cef authored almost 7 years ago
Formatting and re-organizing

github.com/VulcanJS/Vulcan - 8d686ae9e19ad067d920366e4fafbd074b630f99 authored almost 7 years ago
Use arrow functions and get rid of bindings

github.com/VulcanJS/Vulcan - dcf1252f2f47a6973fe0f6c1ecdcc88f351a58a4 authored almost 7 years ago
Use lodash set/unset

github.com/VulcanJS/Vulcan - 4c99bc2a6d10f12273509e25d1d9f04427001a63 authored almost 7 years ago
Handle form submission with new getData() method

github.com/VulcanJS/Vulcan - a7bd9fd92aa66b60ce9a263284f9e590a734ae19 authored almost 7 years ago
Use dot-object and deepmerge to let forms handle multiple nesting levels

github.com/VulcanJS/Vulcan - 6f6eefae2649c6e2cf767f9e98784a235a05a0b2 authored almost 7 years ago
Working on nested forms support

github.com/VulcanJS/Vulcan - 268090dcb2d7bf465f3fb7412415449bd38ca210 authored almost 7 years ago
Use getFormType(); make user.services object viewable to owner only; clean up Datatable props

github.com/VulcanJS/Vulcan - f7da9108f7c9c88fb41dc72d181d091f874da468 authored almost 7 years ago
Debounce on timeout's leading edge to always include form field value

github.com/VulcanJS/Vulcan - d2d66a211bf7741d7015fb964321830f85cf2c67 authored almost 7 years ago
Improve Datatable new/edit buttons; simplify FormWrapper loading check

github.com/VulcanJS/Vulcan - 7061483af8bdb04bdcc71dc8faa10e23d964c199 authored almost 7 years ago
add editUrl to users schema

github.com/VulcanJS/Vulcan - 18478041dbe58c899919b3865b8c8bcb55898fbf authored almost 7 years ago
Pass newDocument to edit callbacks

github.com/VulcanJS/Vulcan - 020bea31df913fd2ec4757552349ecc4fd3db96b authored almost 7 years ago
autogenerate type when possible

github.com/VulcanJS/Vulcan - 987d537b150f29cf7588f275e61b8e96a5985ad8 authored almost 7 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - d102044ef4b6030bdb3bf05767a9366e3c854f20 authored almost 7 years ago
Replace FormComponent onBlur handler by debounced onChange; add date component

github.com/VulcanJS/Vulcan - e7b0110e5f76b1dce32b4f2350b0281897f9b05d authored almost 7 years ago
Merge pull request #1928 from ochicf/update/mingo

Update mingo to 2.2.0

github.com/VulcanJS/Vulcan - ca1f32e59b5969eeba5e5864ab6013bb23af95cc authored almost 7 years ago
Mingo.Query is a class now, instantiate it with `new`

github.com/VulcanJS/Vulcan - 041eb4254ddc4b70c2bab798f455f669732750c5 authored almost 7 years ago
update mingo version

github.com/VulcanJS/Vulcan - e19f7199be981aad3229c63ac1f8213b8fdf8ca8 authored almost 7 years ago
Merge pull request #1925 from ochicf/fix/server-only-sanitize-html-import

Remove sanitizeHtml import on client

github.com/VulcanJS/Vulcan - c77224858daabd570677eab676f29f1606fdcbdd authored almost 7 years ago
reexport utils on server

github.com/VulcanJS/Vulcan - 9690aaaefab67f90645d085826f2264c4622eb8d authored almost 7 years ago
overwrite Utils.sanitize() on server by using sanitizeHtml module

github.com/VulcanJS/Vulcan - 54b3b1d0b40d9ed74509c6f3e7fd8804464dacba authored almost 7 years ago
remove sanitizeHtml import from modules/utils

github.com/VulcanJS/Vulcan - d16e865f0d95164486b4a0306470f5498ec198fd authored almost 7 years ago
Make 'hidden' take a function as well as a boolean

github.com/VulcanJS/Vulcan - 593330370cee646dfe855e8b49263fb3aa6d1b19 authored almost 7 years ago
Split select form component into select and selectmultiple; Make "--select option--" the default selection for select form components

github.com/VulcanJS/Vulcan - 08016947dbb024147b4b074813f4c6b4dd6f0961 authored almost 7 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - ce6d6669c84c1799a4e4cd957118a4ce4d07835a authored almost 7 years ago
Add amount property to charges schema; add addSubscriptionProduct; various other fixes

github.com/VulcanJS/Vulcan - 5534ab743022cf1c6d2622556015e1b0f9ca4f62 authored almost 7 years ago
Merge pull request #1923 from Apollinaire/componentsDashboard

vulcan:debug : Components Dashboard now shows all hocs

github.com/VulcanJS/Vulcan - 6467d9d3b0b92ac91fc1238ac3fd8433f4bdbdc7 authored almost 7 years ago
Components Dashboard now shows all hocs

Previously, the hocs registered with options (ex: registerComponent('Foo', FooComponent, [withBa...

github.com/VulcanJS/Vulcan - 936f98d359d871df2a3571b78ab818d90c851125 authored almost 7 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - 19c377e5243e81d007f1335412cb16eb7e01186d authored almost 7 years ago
Fix sign up bug

github.com/VulcanJS/Vulcan - 1ba69b10658d516ff1462f5818935f26e0b04490 authored almost 7 years ago
Allow guests to create document as a default

Hi, using when using the default mutations, you can't allow a guest user to create a document, e...

github.com/VulcanJS/Vulcan - bf9ebaf57c8286ff4ffe7003c6060da3e59d0f2d authored almost 7 years ago
Fix linting

github.com/VulcanJS/Vulcan - 63c2ff70482f038802e2f28a438e3312eea8570e authored almost 7 years ago
Merge branch 'master' of https://github.com/VulcanJS/Vulcan

github.com/VulcanJS/Vulcan - e650ce11cbef5ee35f2096a8e5de3447b7c083a6 authored almost 7 years ago
Unused getCollection

github.com/VulcanJS/Vulcan - 150d28d9bb2843775e4926553c2911e3424dbeac authored almost 7 years ago
Move isAdmin init code to callback, fix #1917

github.com/VulcanJS/Vulcan - 20185cfda365de88d447f175c32ebc6de8de22d0 authored almost 7 years ago
Don't try to reorder items on vote (fix https://github.com/VulcanJS/Vulcan-Starter/issues/34)

github.com/VulcanJS/Vulcan - e63c412198b0c1e008f53c2ff6ddc5c809d0bfc7 authored almost 7 years ago
Refactor connectors code to avoid repeating getSetting

github.com/VulcanJS/Vulcan - 861e65e641386d0fee3a1f865986eeb3d9a5c21a authored almost 7 years ago
Add customAmount prop to checkout component

github.com/VulcanJS/Vulcan - 85c3ed8d8e8554f5372315f6430f33850c74fbb2 authored almost 7 years ago
Add clear to time control

github.com/VulcanJS/Vulcan - d4910cf2c5d4ede5ee0c8aeb0829cf8f56adb47d authored almost 7 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - f3a8198f953881e5b92038bcf96078218abf8c85 authored almost 7 years ago
add missing await (fix https://github.com/VulcanJS/Vulcan-Starter/issues/24); get rid of extra db call

github.com/VulcanJS/Vulcan - 39f31a041a185bbdab95d5d106035e5eb6a084a5 authored almost 7 years ago
Merge pull request #1918 from codedeep/patch-3

Update es_ES.js

github.com/VulcanJS/Vulcan - c8febe859d176e2e8601bea7339992d410ee91ef authored almost 7 years ago
Update es_ES.js

Add missing strings

github.com/VulcanJS/Vulcan - 6abe4adfa9dd16957d6ac13a86dd6a06c0a72f84 authored almost 7 years ago
Handle urls in cards/datatable

github.com/VulcanJS/Vulcan - 09de6392f385d732752b7971156c442e79405a8c authored almost 7 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - 7ff156cdf60a91a9274de3ecbf0c8afbc23332e8 authored almost 7 years ago
Charges dashboard improvements

github.com/VulcanJS/Vulcan - 748e2f8feac4de97c4c588003c3e4d12aa1f6eb6 authored almost 7 years ago
Add support for Users objects to cards & datatables

github.com/VulcanJS/Vulcan - 582dc2010bd4841966090e6a72757e5dff4ba82e authored almost 7 years ago
processCharge -> processEvent; call processEvent after subscription, too; add Charges dashboard

github.com/VulcanJS/Vulcan - 8e27870bf06e1e011b7001930a5f0be23355e9c6 authored almost 7 years ago
Merge pull request #1913 from nolandg/devel

Fix TrackerComponent and add missing i18n string

github.com/VulcanJS/Vulcan - 009d0b9102cc6b1cffe8b231f7ba4e09911878bf authored almost 7 years ago
Fix TrackerComponent to support functional setState()

github.com/VulcanJS/Vulcan - 2c6afcc37cda579db98813d0eb8a207b668dc7a5 authored almost 7 years ago
Add incorrect password string to en-us i18n

github.com/VulcanJS/Vulcan - 8172e7e3cc91b21853243d29f0398ee6cdc1132b authored almost 7 years ago
replace -> replaceAll; support inner HTML inside FormattedMessage

github.com/VulcanJS/Vulcan - 8ff55deb54c795308d76368db1f3870ad3d1356e authored almost 7 years ago
Fix Intercom user_id

github.com/VulcanJS/Vulcan - ecf5c4c49e7bc7b8106fbf85d348751ae25073ed authored almost 7 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - 71eeefdf8b27efddd08acdb9931673a6b227ebcb authored almost 7 years ago
SimpleSchema 1.4.2

github.com/VulcanJS/Vulcan - fd556e834bbc610a5c3fddb921b9e5b68dc91e92 authored almost 7 years ago
Merge pull request #1907 from nolandg/devel

Fix TrackerComponent and include in repo to fix Accounts.LoginFormInner

github.com/VulcanJS/Vulcan - 1e4e3ca5c83ee328da38b8b71e878d90211cf6d1 authored almost 7 years ago
Small clean up for withList and withDocument

github.com/VulcanJS/Vulcan - bf4aba4a32080b5857c7f258d58777bd1c43b45d authored almost 7 years ago
Revert "Pass an extraTerms argument to all extra queries"

This reverts commit ab8fd47d76627967af8a9bd28a9829598cf19feb.

github.com/VulcanJS/Vulcan - bb43a16e680e6a710b9f22d031cd73eed3af0991 authored almost 7 years ago
Pass an extraTerms argument to all extra queries

github.com/VulcanJS/Vulcan - ab8fd47d76627967af8a9bd28a9829598cf19feb authored almost 7 years ago
rename mutations to mutators; improve connectors

github.com/VulcanJS/Vulcan - 64cef790db080a18a7792bec8f8884f8b95fa1ad authored almost 7 years ago
Use connectors and await/async

github.com/VulcanJS/Vulcan - 270c6b421550f91bb2e3e18e0472948fd275b192 authored almost 7 years ago
Fix TrackerComponent and include in repo to fix Accounts.LoginFormInner

github.com/VulcanJS/Vulcan - 931e4415775aebb256ad50a2e2b998f162866604 authored almost 7 years ago
mutation -> mutator

github.com/VulcanJS/Vulcan - a899532c4ff6dbbb6cf77f6b1f91e0bfaf22bab7 authored almost 7 years ago
Clean up vulcan:users package directory structure

github.com/VulcanJS/Vulcan - 5b91dc834ca1446bf528bd0156fdf7590afd01ba authored almost 7 years ago
Merge branch 'devel' into connectors

github.com/VulcanJS/Vulcan - 29d10c92777ec751bc68b844f061f78a3dedb0bf authored almost 7 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - be65866d2525f85327fe5642e7a08b88fd8a0a24 authored almost 7 years ago
Merge pull request #1904 from ErikDakoda/erikdakoda2

Various minor bug fixes

github.com/VulcanJS/Vulcan - 20518122bc82bf0b7227bc1c204a198a3ba91ae3 authored almost 7 years ago
Use proper user_id Intercom property

github.com/VulcanJS/Vulcan - c001d1e3372af585ec0d848e7ed48bde9cfd676e authored almost 7 years ago
subscribeUser -> createSubscription for consistency with createCharge

github.com/VulcanJS/Vulcan - af35c0cc104b5cf95e6bfb8ba5829cb8cb7991d0 authored almost 7 years ago
- Correct Callbacks schema to ensure compatibility with more recent versions of simpl-schema

- Add option to VulcanEmail.send to not swallow errors
- Only use md5 module of crypto-js to redu...

github.com/VulcanJS/Vulcan - c10ece29349351f75bdb5e96eb07cb27500c4a35 authored almost 7 years ago
Add new subscribe callback; clean up stripe.charge.sync callback and make it iterate over metadata

github.com/VulcanJS/Vulcan - 67f9c66350aab250058a3ea0214ba92e35757a57 authored almost 7 years ago
Add try…catch block to track

github.com/VulcanJS/Vulcan - 466abb09e36e6b1c78d1c3a5bc29d914e41e123e authored almost 7 years ago
Test on undefined and null to accommodate fields whose value is 0

github.com/VulcanJS/Vulcan - 0d4c243db1eacd2f33d9ba62397ad70a5f4b8622 authored almost 7 years ago
Refactor NewButton/EditButton code

github.com/VulcanJS/Vulcan - 97e0883f31afe4fc4ea7dca95310253ce90b3fb9 authored almost 7 years ago
Better way: just use options' fragmentName as mutationFragment

github.com/VulcanJS/Vulcan - e3ba347f801fa6282089d3d3c0c2a6b3d467657f authored almost 7 years ago
Pass down newFragmentName and editFragmentName

github.com/VulcanJS/Vulcan - f9893aa615b5f8de48e2fa25ddbae644c6441c35 authored almost 7 years ago
Improve charge processing logging

github.com/VulcanJS/Vulcan - 33e3b28495affbd564e8866d0829601dfbd958c6 authored almost 7 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - 0c06dc9b55e6bb456124f38f881aebad917c8025 authored almost 7 years ago
Make currentUser available as a variable for withDocument and withList

github.com/VulcanJS/Vulcan - cee5fa6b6c4207d249d46716e42eb8de96f1e447 authored almost 7 years ago
Merge pull request #1902 from justinr1234/fix-charges-insert

Fix Charges Insert

github.com/VulcanJS/Vulcan - f779bd62efab5cc07016b8ebaae634073f633a5f authored almost 7 years ago
Fix Charges Insert

github.com/VulcanJS/Vulcan - 2dc9cc0b877c737b9a21128891278e3bb12a3c70 authored almost 7 years ago