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

Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel

github.com/VulcanJS/Vulcan - df66de58612c869d49f45f57d52fa855197cd3c6 authored over 6 years ago
Add locale to context for server queries too

github.com/VulcanJS/Vulcan - eca6cd14b315466bd4fe68ea0af844840f44aa51 authored over 6 years ago
Add migration script; fix input prop bug

github.com/VulcanJS/Vulcan - e8936b590bc322d6c9e8339a9d3dee25d0ddd24f authored over 6 years ago
Get locale from GraphQL header

github.com/VulcanJS/Vulcan - 4950f10b20ea7da041ede900ff4460f2b446af4b authored over 6 years ago
Changes to SmartForm behaviour

- Moved UI portions of FormComponent to FormComponentInner.jsx in vulcan-ui-bootstrap

- Added...

github.com/VulcanJS/Vulcan - c3f33cb7e0d623c89526b980904d35beaea0b7ad authored over 6 years ago
Merge pull request #1978 from Apollinaire/withAccess

check for redirect before trying to redirect

github.com/VulcanJS/Vulcan - cb0e8f5d5a29cbbdac597bb5f83efe64dd280e29 authored over 6 years ago
Use function to get IntlString type

github.com/VulcanJS/Vulcan - cf31e8f9186e51ff5f3256ba9c0dcb0afb844a7f authored almost 7 years ago
Move intl logic to vulcan:lib (keep vulcan:i18n with same API as react-i18n); add isIntlField helper; add IntlString type

github.com/VulcanJS/Vulcan - 5b5884d33ca2380916179721e5d59c1d1df74390 authored almost 7 years ago
Intl field need a JSON input type

github.com/VulcanJS/Vulcan - ede0fb48e4ba799dbcae63935f192a41b76d8882 authored almost 7 years ago
Not using IntlString scalar anymore

github.com/VulcanJS/Vulcan - 9700c4bbafee1921c99bdf10f1fa1c01b7c813f1 authored almost 7 years ago
Use two-field strategy for getting all locale strings

github.com/VulcanJS/Vulcan - 2c03bd352ae508a7c565c372237c62765905ebe5 authored almost 7 years ago
Merge branch 'devel' into i18n2

github.com/VulcanJS/Vulcan - 2dadce31e7eba3e7d15175c6b0394cb3cfb516be authored almost 7 years ago
Add support for intl fields to API and SmartForm

github.com/VulcanJS/Vulcan - 55800a9b30b85ab8f8623080f1a2575e779edf07 authored almost 7 years ago
Add support for custom directives

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

github.com/VulcanJS/Vulcan - e1eef813d4e3e336759df4e73601a6411730fee9 authored almost 7 years ago
Fix form error issue

github.com/VulcanJS/Vulcan - 3aa3a1679e47ef527ebdb4c0e2ebb54a39e1cc94 authored almost 7 years ago
check for redirect before trying to redirect

using `withAccess` without setting redirect used to crash the client because there was no test o...

github.com/VulcanJS/Vulcan - 5c15120113f3596be7eb955dfa7215673f41b9fe authored almost 7 years ago
Merge pull request #1961 from Sebi55/patch-1

Add MongoDB aggregation to Collections

github.com/VulcanJS/Vulcan - 5d13fd141694a8d89cb46744494245c520000ab1 authored almost 7 years ago
Merge pull request #1975 from Apollinaire/devel

withList Loading prop adjustment

github.com/VulcanJS/Vulcan - 9118d8f8ad285f3592c7849e597578cd1b66926f authored almost 7 years ago
first steps on language switching support

github.com/VulcanJS/Vulcan - 19463ceec54cc15c343717413fb24d46f7d2217b authored almost 7 years ago
Various small improvements

github.com/VulcanJS/Vulcan - 13609dd7550c1c86c6f19564b4bda03f147f3d36 authored almost 7 years ago
Add support for nested dropdowns

github.com/VulcanJS/Vulcan - c811efaa4750b5f42eb1345139a1c3889401f019 authored almost 7 years ago
withList Loading improved

Follows the recommanded loading from Apollo. See the Apollo docs about `[data.networkstatus](htt...

github.com/VulcanJS/Vulcan - b6669a3f7e3e480c4243649d3132550c522d74b3 authored almost 7 years ago
Merge pull request #1969 from bernardodiasc/issue-1958

Include document prop in mutationErrorCallback method

github.com/VulcanJS/Vulcan - 49d4dcf1df440c9e2685a078abec0c44acffb91e authored almost 7 years ago
Merge pull request #1973 from bernardodiasc/flash-issue

Update Flash component and withMessages container

github.com/VulcanJS/Vulcan - c67b7c1329f2b4c5ab6ee3d79162d29619caef01 authored almost 7 years ago
Update Flash component and withMessages container

github.com/VulcanJS/Vulcan - 5b9bb616889561924a2435fb03ee68fa871ecab0 authored almost 7 years ago
Revert catch callback of removeMutation

github.com/VulcanJS/Vulcan - 087e5db9237183bf53b8b804573531b7556e25b7 authored almost 7 years ago
Add document attributes to error catch of editMutation and removeMutation

github.com/VulcanJS/Vulcan - 37200ec9ae380fb11359a6c161a76d2a400e0ff0 authored almost 7 years ago
Include document prop in mutationErrorCallback method

github.com/VulcanJS/Vulcan - f099e6557d50bffc63d0dd8107e7e66f9475b0b9 authored almost 7 years ago
Disable FormComponent shouldComponentUpdate callback for now

github.com/VulcanJS/Vulcan - dd0ff54f9ab4361f7bf3c5143abd2fae9c4cbcb0 authored almost 7 years ago
Merge pull request #1972 from bernardodiasc/patch-1

Update FormSubmit.jsx

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

github.com/VulcanJS/Vulcan - 942b9c955a5ab76d6a5fca541b229432a2eb1441 authored almost 7 years ago
Do not use Proxy after all, because it makes even `if (Components.Foo)` statements trigger error

github.com/VulcanJS/Vulcan - 5e0a6fd28c8985bfaabd34fe76c47a7c96da4639 authored almost 7 years ago
Update FormSubmit.jsx

`void` operator expects one argument, otherwise it throws `Uncaught SyntaxError: Unexpected toke...

github.com/VulcanJS/Vulcan - aeef482e813d3954d6a9d8b735c5f09045cc3caf authored almost 7 years ago
Merge pull request #1971 from espressolocator/ui-bootstrap-modal

ui-bootstrap: Add a separate Modal component and refactor ModalTrigger to use it.

github.com/VulcanJS/Vulcan - e102e87f77bc5d7d6fc73088d0b5a69c4a4ced54 authored almost 7 years ago
ui-bootstrap: Fix attributes spreading at TooltipTrigger.

github.com/VulcanJS/Vulcan - e78f3075761beb75640c0394b43a7961bd0377a3 authored almost 7 years ago
ui-bootstrap: Refactor ModalTrigger to use Modal component.

github.com/VulcanJS/Vulcan - fc7a03e4e8f45eb28f77974f6624410aa67ac9f2 authored almost 7 years ago
ui-bootstrap: Add Modal component.

github.com/VulcanJS/Vulcan - 290b3c7ed3f7c63d1ce91d368315deb22d7b4225 authored almost 7 years ago
Use Proxy to generate better errors when components are not defined

github.com/VulcanJS/Vulcan - 0bc0000cb9c8f0300b4c00214bb42826162190bd authored almost 7 years ago
Only rerender FormComponent when necessary

github.com/VulcanJS/Vulcan - 94fc8fffe9ea848c5d3099da93ba0da2172a445e authored almost 7 years ago
detect language/locale

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

github.com/VulcanJS/Vulcan - 94cb478d72f62191c2219e557f78e0b684bf0676 authored almost 7 years ago
Update flash messages

github.com/VulcanJS/Vulcan - a086e6e584cfec0650da0acf92118bf776354b04 authored almost 7 years ago
Clean up newsletter package a bit

github.com/VulcanJS/Vulcan - 800784f3f9cda58a6e960095aa4910872f1b009a authored almost 7 years ago
Merge pull request #1964 from Apollinaire/fieldErrors

Fix field errors display

github.com/VulcanJS/Vulcan - d94a568dd801a821a1da1278c09a64384e8ba784 authored almost 7 years ago
Merge pull request #1965 from justinr1234/more-error-logging

More graphql error logging

github.com/VulcanJS/Vulcan - 237ddd7a968781c07a7a30b563b07b175a90c784 authored almost 7 years ago
Merge pull request #1966 from meteorplus/patch-13

change from telescope-newsletter to vulcan-newsletter

github.com/VulcanJS/Vulcan - 148e07c8f3817707615419981e5b9095dcb60e7b authored almost 7 years ago
Small fixes

github.com/VulcanJS/Vulcan - 18bec2b2c0cb76bebdede2a607e66d9c2c06c393 authored almost 7 years ago
Factor out error handling code; clean up form props; pass currentUser down to FormComponent

github.com/VulcanJS/Vulcan - 7b1c66cb439538938f76b9393d5cdbc73975321e authored almost 7 years ago
change from telescope-newsletter to vulcan-newsletter

github.com/VulcanJS/Vulcan - 0c2dae5ed2bdc2cc38ea1aac43c47a6497563298 authored almost 7 years ago
More graphql error logging

github.com/VulcanJS/Vulcan - f759169d6d08a4abed7b1bcdade0d33682f06f12 authored almost 7 years ago
Fix field errors display

Added `error.properties` to follow fae7b5a03282b1e1586f5483a1f2717ed22c8cef .
Kept `error.data` ...

github.com/VulcanJS/Vulcan - 1f67c9c29ed5ed67b143c427c4d52444fb993920 authored almost 7 years ago
Merge pull request #1960 from justinr1234/fix-form-props

Fix Form props

github.com/VulcanJS/Vulcan - c4efabdd0718bd56039d24f98baef6538b7176d0 authored almost 7 years ago
remove console.log

github.com/VulcanJS/Vulcan - 4fb3047f1f5d066d31269e4eb41234b6e5bf4a94 authored almost 7 years ago
Button -> Components.Button

github.com/VulcanJS/Vulcan - f9ed4b0dd5ca015dc4fc175a7529ccc3c94d57ad authored almost 7 years ago
Adding tooltip and dropdown components

github.com/VulcanJS/Vulcan - e89a4a828aabd24119e06d7bbc5d4db0293bef16 authored almost 7 years ago
Fix Form props

github.com/VulcanJS/Vulcan - 30e340d8afcb629843130bdf903758b408b1dcb5 authored almost 7 years ago
Fixing mistakes

github.com/VulcanJS/Vulcan - 2e0f9184ccd19d140d745e067ee048d194a9ef36 authored almost 7 years ago
Isolate bootstrap dependencies in new vulcan-ui-bootstrap package

github.com/VulcanJS/Vulcan - b4f960301b60842fd71758e39590282818d70800 authored almost 7 years ago
Add MongoDB aggregation to Collections

It would be great to allow mongodb aggregation. I am personally using geoNear for example.

github.com/VulcanJS/Vulcan - 90c3e8d2cd59a308211e052fdd619b33b5c15453 authored almost 7 years ago
control -> input

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

github.com/VulcanJS/Vulcan - 299d83df980f5d639705498e20184adf4ead55ac authored almost 7 years ago
Improve i18n and make locale switchable via `setLocale` on `context`

github.com/VulcanJS/Vulcan - 1af50c12478760ff9d9dc7f514028cf568314aa7 authored almost 7 years ago
Improve error handling

github.com/VulcanJS/Vulcan - fae7b5a03282b1e1586f5483a1f2717ed22c8cef authored almost 7 years ago
Merge pull request #1959 from Apollinaire/fixNested

Fix nested forms after props renaming

github.com/VulcanJS/Vulcan - 231b120d85d54739e6280b13a03704bd59bc8703 authored almost 7 years ago
do not pass FormNested's own inputProperties to FormNestedItem

github.com/VulcanJS/Vulcan - cde919b3eae08abdf3f24d2dfd59192827923d9b authored almost 7 years ago
formInput -> input

github.com/VulcanJS/Vulcan - 6e9da3fbb75d0aeb006734060d64b4e815e8c458 authored almost 7 years ago
Better backwards compatibility for Upload component

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

github.com/VulcanJS/Vulcan - 7a0647dd18501ea24237578121671c4ecf02adf3 authored almost 7 years ago
control -> input; forn -> inputProperties

github.com/VulcanJS/Vulcan - 45d508ca8912c2c14d4f51e5e1638c88bb2c6c4c authored almost 7 years ago
Improve upload error handling; add clearFieldErrors;

github.com/VulcanJS/Vulcan - bef525eea86a5342b29ebc48073dae0200106eac authored almost 7 years ago
Merge pull request #1954 from Apollinaire/FRfixunknownpassword

add error_incorrect_password to FR package

github.com/VulcanJS/Vulcan - 2694fd0c1eafa23f52d15b28cd78f7bf39a766a9 authored almost 7 years ago
add error_incorrect_password to FR package

Don't know why that string was missing

github.com/VulcanJS/Vulcan - 086658434e682d824568cc6e95b2dc77bc00a12e authored almost 7 years ago
Merge pull request #1950 from Apollinaire/FRTypoFix

fix: connection -> connexion

github.com/VulcanJS/Vulcan - 86153370fbd00297da39a1055d017ac645c224d2 authored almost 7 years ago
fix: connection -> connexion

github.com/VulcanJS/Vulcan - 42648a1de0a7d65507c360d401b8ef7ba61e77e2 authored almost 7 years ago
handle default values properly

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

github.com/VulcanJS/Vulcan - 1e42d631ed5668d9041bbd4c55b74c5115282a61 authored almost 7 years ago
enable multiple images uploads

github.com/VulcanJS/Vulcan - c540bcdc77df9bc1d70719b41a2526e04b8538f3 authored almost 7 years ago
Improve form error handling; fix control css class

github.com/VulcanJS/Vulcan - cc97d1a4734582bf97a9b18f4f99cbfc9effcad5 authored almost 7 years ago
Merge pull request #1943 from Apollinaire/VulcanFR

Vulcan FR language package

github.com/VulcanJS/Vulcan - 59a4f39979676593b34f87516aefa3a6d2bce15f authored almost 7 years ago
Avoid error when no arguments are passed

github.com/VulcanJS/Vulcan - 9b3b5452197c4f44de1a03e3afde5412a9b7fba3 authored almost 7 years ago
Small payments fixes

github.com/VulcanJS/Vulcan - f88cd9017db9464144dde9486946f06677ad90c3 authored almost 7 years ago
Clarify stripe callback hooks naming

github.com/VulcanJS/Vulcan - d192f7b198b58f6eb39d108f6d8fdf3530eb3760 authored almost 7 years ago
Add option to keep/exclude hidden fields

github.com/VulcanJS/Vulcan - 8073af7d1198fcc4160228420bf7f8bb61e462f0 authored almost 7 years ago
Log slug in default resolver; add rowClass prop to Datatable

github.com/VulcanJS/Vulcan - 59c12c27d2c5e57f5db1a2bacba4dc7b08eb91d4 authored almost 7 years ago
Fix upload input loading

github.com/VulcanJS/Vulcan - 72e4831544729482b9cd28ff1a2b291669cf4f9d authored almost 7 years ago
Clean up form props/context

github.com/VulcanJS/Vulcan - 7c33b3700495e2d0a34a7eecdfaf2ef80d1bb265 authored almost 7 years ago
update to 1.8.11

github.com/VulcanJS/Vulcan - 06e83dfda9a285a5b032cd357dd33a65113e390f authored almost 7 years ago
Add FR Language

I volonteer to maintain it

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

github.com/VulcanJS/Vulcan - 150f4107dd89d03bad1d06f9f818aaa41a1a45aa authored almost 7 years ago
Update Upload form component for new forms

github.com/VulcanJS/Vulcan - aed12e1c57bd4bb85bd76b4ae214f4ddac4524d8 authored almost 7 years ago
Merge pull request #1941 from Apollinaire/devel

use this.getCollection() instead of props.collection

github.com/VulcanJS/Vulcan - d90ba8f631f866924c119817b9e92945a1b1808b authored almost 7 years ago
use this.getCollection() instead of props.collection

github.com/VulcanJS/Vulcan - 6e39058e514e6a976f5a5cd61d2f2a06be4a7ae1 authored almost 7 years ago
Improve errors & validation; improve getValue; get rid of autoValue

github.com/VulcanJS/Vulcan - 6735f9aaf39a19372c6a2b4981065fdda1df39e8 authored almost 7 years ago
Update EmbedURL

github.com/VulcanJS/Vulcan - 67e0e180ae6222fc91827bc72bd92c1f9b21f47b authored almost 7 years ago
Better nested form icons

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