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

code clean-up

github.com/VulcanJS/Vulcan - 5b497c38ba8a73c7c954687965f07402224549a0 authored over 7 years ago
Remove console.log

github.com/VulcanJS/Vulcan - acf6bba6e37e0c882cffd8dbc10b98688fe72ad5 authored over 7 years ago
Clean up forum packages

github.com/VulcanJS/Vulcan - 65eda4b0334c96ab760ac4d084d722f971a62a24 authored over 7 years ago
Split out i18n strings into correct packages

github.com/VulcanJS/Vulcan - d967b927e9683990398bcfb0d097efc340c203e7 authored over 7 years ago
Merge branch 'example-forum' into devel

github.com/VulcanJS/Vulcan - d1a98463cc7ce594065335b4a94789fa457a3c94 authored over 7 years ago
Revert back: do not initialize fragmentObjects on registerFragment

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

github.com/VulcanJS/Vulcan - 105341c2412bb8d2f9453a8adbf872ee9b9611d7 authored over 7 years ago
Fix twitter username field

github.com/VulcanJS/Vulcan - 7dd887089cae76f252244e3b213bd8689019eebd authored over 7 years ago
Merge pull request #1722 from Discordius/formSubmit-PR

Added submit option to `updateCurrentValues` in Form.jsx context

github.com/VulcanJS/Vulcan - 094a51a26e9812351af199421dc891b2c5d33711 authored over 7 years ago
Merge branch 'devel' into example-forum

github.com/VulcanJS/Vulcan - 034615d62b65a28aea4ac6ed19acc59283b85e02 authored over 7 years ago
Do not validate required fields on edit operation

github.com/VulcanJS/Vulcan - 7777fcbcf71cb631d38304e241b0e1f92c1cb0bd authored over 7 years ago
Added `submitForm()` to context for Form components

github.com/VulcanJS/Vulcan - 7603be5d2e1c11609f75b9330162fd754079b014 authored over 7 years ago
Give proper cursor to delete link

github.com/VulcanJS/Vulcan - d9ed258b7b08a902510369a136bccd6be6ace56e authored over 7 years ago
Fix handling of GraphQL schema-level validation errors in forms. Note: GraphQL errors currently happen before server-side validation errors, instead of happening at the same time.

github.com/VulcanJS/Vulcan - 1258619ef0adec99a5743f6b1c0b0aff1610dc97 authored over 7 years ago
Add original resolver fields to default fragments

github.com/VulcanJS/Vulcan - 73edab4858110de7b814eb24b53dfee9409e9364 authored over 7 years ago
post callbacks

github.com/VulcanJS/Vulcan - f53f4db6c6298f1011144b5d71d158dd6ee6f067 authored over 7 years ago
Generate fragmentObject on registerFragment also after all

github.com/VulcanJS/Vulcan - e6bcb69b9131cc1a399a69ef23a69605224b9445 authored over 7 years ago
clean up post callbacks

github.com/VulcanJS/Vulcan - fb6287d45d7d943abc7d7a6f65e55d539a4489aa authored over 7 years ago
Merging RSS and API packages into example-forum (make them collection-agnostic later)

github.com/VulcanJS/Vulcan - 32e90e1b9ad4aa5a5ee608d9f07c06bd45eba175 authored over 7 years ago
Refactoring forum notifications

github.com/VulcanJS/Vulcan - 545bba9fd14435d7cacbfe95e34dc27bcd78b5a7 authored over 7 years ago
More work on making voting package collection-agnostic

github.com/VulcanJS/Vulcan - 63d989d39508313c5effce171f0cd6815fe8dfaf authored over 7 years ago
Refactor voting package

github.com/VulcanJS/Vulcan - 575bd19f82d39892237844a197e732e5d5a1f106 authored over 7 years ago
Making voting package collection-agnostic

github.com/VulcanJS/Vulcan - 1c87887cbe7b6e18c317766d25e5af23340f8577 authored over 7 years ago
Get app to run

github.com/VulcanJS/Vulcan - 66b857042262fe9188600c20ff9322dfcbc8ddc8 authored over 7 years ago
more refactoring

github.com/VulcanJS/Vulcan - 62dffa6a9d91b0d1351062ae8ccaf68692dd3748 authored over 7 years ago
Delay fragment initialization for more flexibility in fragments/subfragments load order

github.com/VulcanJS/Vulcan - 638f6937bce58e424086a4199e601a69d470b194 authored over 7 years ago
refactoring example-forum package

github.com/VulcanJS/Vulcan - 0a48d0ccbf282c03577b0a56b1cfeda74dda2a99 authored over 7 years ago
upgrade simple-schema

github.com/VulcanJS/Vulcan - d0eef54c70a715c7af2c8309121ceee8d2fba24e authored over 7 years ago
improve Vulcan onboarding with default route screens

github.com/VulcanJS/Vulcan - 27af668f87d00b9ac238699ddfed3621ff046395 authored over 7 years ago
add extendRoute

github.com/VulcanJS/Vulcan - ca0932c705387938247e5cb8d8f795e796d304d8 authored over 7 years ago
Reset password form fix

github.com/VulcanJS/Vulcan - 8f955856bbd61963ff7904298c58a4ec2b94c22e authored over 7 years ago
cannot use async/await with forEach

github.com/VulcanJS/Vulcan - 4727d90f389835f8db85a47d26000e54c725401d authored over 7 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - b7dbddfd8b9e3a943ab4d218f1cd5c1cf9b1fa92 authored over 7 years ago
Add new graphql.init.before callback hook and use it to create Chargeable union type based on all collections

github.com/VulcanJS/Vulcan - 63c39a3c66984da3da518de15c3b57a8ca168a0f authored over 7 years ago
Merge pull request #1716 from meshulam/password-reset-errors

Display errors on password reset form

github.com/VulcanJS/Vulcan - cc4df602ad48c73a4ac5e034e06291490caac8b5 authored over 7 years ago
Display errors on password reset form

github.com/VulcanJS/Vulcan - a03b47d37d1b4d7f8fce6217b7aef0fde244d5cd authored over 7 years ago
adapt newsletter template

github.com/VulcanJS/Vulcan - 70e66c7bbd68d2662188175f314091f5eebbbf89 authored over 7 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - 0e803276e0a72ab2f065ad5a759725e0bfa20a8a authored over 7 years ago
refactor vulcan:newsletter package to be collection-agnostic; move posts newsletter logic to posts package

github.com/VulcanJS/Vulcan - dbe888a56cfce69835754ea9a1763dc61e61624e authored over 7 years ago
Merge pull request #1713 from Enliven-se/registerfragment-should-respect-comments-in-fragment-literals

RegisterFragment should respect comments in fragment literals

github.com/VulcanJS/Vulcan - 1352a4a26b727ea2593aa9f2baf8d0611fb99559 authored over 7 years ago
Merge pull request #1712 from klokie/patch-1

Update CONTRIBUTING.md

github.com/VulcanJS/Vulcan - e634907530f9d4caf1c40f64b5df9f6c7e7524d4 authored over 7 years ago
fix to previous graphql fragment mod

github.com/VulcanJS/Vulcan - 3c3e79f853e0cee32d6801d69c983a9944e8453e authored over 7 years ago
ignore comments in fragments and provide GraphQL spec-compliant regexp for parsing GraphQL fragment names

github.com/VulcanJS/Vulcan - 9bbd5f5470bf8b551b199d47cb8ffede548ba57e authored over 7 years ago
Update CONTRIBUTING.md

`nova` => `devel`

github.com/VulcanJS/Vulcan - 2898e7172f679fb9c07aa1569c9f5c9ebb35df1e authored over 7 years ago
fix field name

github.com/VulcanJS/Vulcan - af7f71a2b2df49ffc044fc0645bd2d00d488570d authored over 7 years ago
clean up notifications/email code

github.com/VulcanJS/Vulcan - 69dc464902b54faa76e136f8d2b3fe03bd30b141 authored over 7 years ago
fix default mutation bug

github.com/VulcanJS/Vulcan - bac853d4381d915361750d6c301431a9447009dd authored over 7 years ago
user.profileUrl -> user.pageUrl for consistency with other collections

github.com/VulcanJS/Vulcan - c9fb536056aeb23188bcd8fac48565314f1fa80f authored over 7 years ago
Add 'user.postlogin' hook to queue actions until after a user is logged in

github.com/VulcanJS/Vulcan - 2d0c42260752c211d52780aab5461f681dead540 authored over 7 years ago
add support for passing arbitrary non-GraphQL data to email template

github.com/VulcanJS/Vulcan - 8d6855d09cc9f591ac2c7e99717be1e6166810c6 authored over 7 years ago
update all emails to use GraphQL queries; various fixes

github.com/VulcanJS/Vulcan - 0a6034aed127abe707523dfb3eb309e32229bd50 authored over 7 years ago
add new fields to schemas

github.com/VulcanJS/Vulcan - 44687974acdb73c8bac546741b5ab4a5461a04d9 authored over 7 years ago
Update email templates to work with new GraphQL data fetching

github.com/VulcanJS/Vulcan - a85dcd34fb3dc54d6c200600537b3dd9ab5b0a73 authored over 7 years ago
modify resolvers to return first post/user/etc. by default

github.com/VulcanJS/Vulcan - b205034b33b89095e7942d3fb6e95c6aa7b80dc0 authored over 7 years ago
Add new SiteData resolver on query to give access to site name, url, etc.

github.com/VulcanJS/Vulcan - 2ad26e2d803a929a8a6144df23d320262b20d294 authored over 7 years ago
working on debug package

github.com/VulcanJS/Vulcan - b6ceeedc87de4cb05028783d6b3a1d70ce422f0e authored over 7 years ago
Add new collection.queryOne function

github.com/VulcanJS/Vulcan - 00d7466b575e115bca65120c8d3e8dc426edeccc authored over 7 years ago
users clean up

github.com/VulcanJS/Vulcan - c813551d750dd14f445156b2c19b37dff71c8933 authored over 7 years ago
various fixes

github.com/VulcanJS/Vulcan - 71aa051aa714b7cff42c4b10bf8671f5fafdecc9 authored over 7 years ago
more forms clean-up

github.com/VulcanJS/Vulcan - 0e836c7cc489b2db4f17bd4ebcf96850442f3e7b authored over 7 years ago
Make emails work with runQuery utility

github.com/VulcanJS/Vulcan - 163561fd4c8e6748d0af0bf7276a382f4bad5f9f authored over 7 years ago
add runQuery utility to run GraphQL queries on the server

github.com/VulcanJS/Vulcan - 8a9e1785e7062ab9d002a41cf6d4e76ce747aa48 authored over 7 years ago
Reorganize forms package; individual forms component can now be overridden with replaceComponent

github.com/VulcanJS/Vulcan - a5d88880fa08396f2c2c48dc2a37498f641f06ac authored over 7 years ago
fix sign up form error messages

github.com/VulcanJS/Vulcan - 03c7a8e4c8e839656b054b767e0aee05044df705 authored over 7 years ago
split out validation code in its own file

github.com/VulcanJS/Vulcan - 05520088dab617bce8f458ce26491d885b063c0b authored over 7 years ago
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - f178a6bc8fb24c4b3249774f3521e20bce8f4865 authored over 7 years ago
Improve form error handling; fields now show relevant validation errors

github.com/VulcanJS/Vulcan - 985c509acab06fb43dd681668dd9857fb64955c2 authored over 7 years ago
compactObject now removes empty arrays too

github.com/VulcanJS/Vulcan - cf417943809548665ad344083321071e6eca057a authored over 7 years ago
make Upload component work even without value

github.com/VulcanJS/Vulcan - b1645b7faee572ceaa3d433853ab203e47692c49 authored over 7 years ago
move email template rendering route to email package

github.com/VulcanJS/Vulcan - 03240c93c058a4725377d667fe28d790bbf7a49e authored over 7 years ago
Merge pull request #1703 from mechanical-turk/master

[fix] give default value to unset

github.com/VulcanJS/Vulcan - 65282fbb6c5a898864a4bda8e23866ea886973a4 authored over 7 years ago
[fix] give default value to unset

github.com/VulcanJS/Vulcan - 8beb910de48cd4c798fb667a066b3cc68e3ad800 authored over 7 years ago
Merge pull request #1698 from valgalin/master

Update sample_settings.json with new mailchimp schema properties

github.com/VulcanJS/Vulcan - f3ad3da35d20c578892a8aecf3e86d2529525e59 authored over 7 years ago
Update sample_settings.json with new mailchimp schema properties

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

github.com/VulcanJS/Vulcan - 775683da147513d692f3eb108d137b8213fa110c authored over 7 years ago
fix newsletter issues

github.com/VulcanJS/Vulcan - 1fdee1025fd9745193128d40d2e8dd02378ccf6b authored over 7 years ago
Merge pull request #1696 from ayhid/patch-1

Update CONTRIBUTING.md

github.com/VulcanJS/Vulcan - bc7a620a1ea332964a4f2e57a98625f699e8fba3 authored over 7 years ago
Update CONTRIBUTING.md

github.com/VulcanJS/Vulcan - 24f513c7d943b783da8b68ab2855a4ee8673a5f8 authored over 7 years ago
default mutations can now take options object; add Flash core component; fix Stripe bug

github.com/VulcanJS/Vulcan - e4e1f0c41ce626dcfd9be1fbdc61492ae860acc2 authored over 7 years ago
accomodate non-schema fields in Card component

github.com/VulcanJS/Vulcan - c4cd01a0f322385bf1af0dbbaa89c287e9769ff5 authored over 7 years ago
context.autofilledValues -> context.getAutofilledValues

github.com/VulcanJS/Vulcan - e183f674877f69d8b94676824330bc3143115d02 authored over 7 years ago
Improve image upload form styling; pass context to parameters callback

github.com/VulcanJS/Vulcan - 2cf193af1efc87c619d7d820db1793ed80790d9a authored over 7 years ago
version 1.7.0

github.com/VulcanJS/Vulcan - f82531e6e7a15442fbc0382fa23ad3b280caa69a authored over 7 years ago
accept either string or component as ModalTrigger title

github.com/VulcanJS/Vulcan - 956f3eb16244d067c28d6cc68f364a9698f57545 authored over 7 years ago
add optional edit button to datatable

github.com/VulcanJS/Vulcan - 2e439a6c891b2e7f40634ec793ee563f5b5ee527 authored over 7 years ago
fix admin css

github.com/VulcanJS/Vulcan - 9ae2bafd62935fb18138c50ae36891978224eaa1 authored over 7 years ago
make Datatable more flexible

github.com/VulcanJS/Vulcan - d9b9ecbb987590bd8e0a4de0063809a3152138a1 authored over 7 years ago
fix admin i18n

github.com/VulcanJS/Vulcan - dc702b0f3d3d3bc1300a2b8d337031a01997553d authored over 7 years ago
add new Datatable component and use it for Users dashboard

github.com/VulcanJS/Vulcan - 364559d7de1aedd775d1c97fec071a3f84565c96 authored over 7 years ago
add new searchable schema property

github.com/VulcanJS/Vulcan - 0fc94d9bdca4f895ef25aebd9ea76723f3877cab authored over 7 years ago
register CollectionDefaultFragment as regular fragment, too

github.com/VulcanJS/Vulcan - dfa2609e432742bb9ad1782dcb3ca69d6a874544 authored over 7 years ago
simplify simple example

github.com/VulcanJS/Vulcan - d4a70c029eb308ef5a9720d608c538e6aa3131c1 authored over 7 years ago
small tweaks; remove kadira package

github.com/VulcanJS/Vulcan - 8053852c6fc3b7fe8f0518027ec8018a0509e658 authored over 7 years ago
Fix old Telescope github links

github.com/VulcanJS/Vulcan - f2dcae9ac856fffb3d79dda47aa2b176823d54e4 authored over 7 years ago
version 1.6.1

github.com/VulcanJS/Vulcan - 5a0d0bd4c5859643a5143fc123b044b4a5ac4010 authored over 7 years ago
Merge branch 'Zash007-patch-1' into devel

github.com/VulcanJS/Vulcan - 7ce805a432a8bae6bbaecef4231e44ab118997cc authored over 7 years ago
hardcode package versions to enable meteor publish

github.com/VulcanJS/Vulcan - 80fa8be256b2e88a875cd045be423c85aedbab1e authored over 7 years ago