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

pass error to PostsList and show error message

github.com/VulcanJS/Vulcan - cf1ee0627355f6b0a9daf688717e2478894b6e75 authored almost 8 years ago by SachaG <[email protected]>
Adapt withEdit/withNew to support new fragments API

github.com/VulcanJS/Vulcan - afebadba55bf8d736a8028e11dae0086cbccfa7e authored almost 8 years ago by SachaG <[email protected]>
Nova 1.0.0 stable on master

github.com/VulcanJS/Vulcan - 4baa9399256532bd4616037f490bad34e47913e3 authored almost 8 years ago by xavcz <[email protected]>
update getting started content, license date, contributing link, .gitignore & add custom `npm start` 🚀

github.com/VulcanJS/Vulcan - cf0f8b8985c67247e800be78f3efa0d4d0b5b832 authored almost 8 years ago by xavcz <[email protected]>
fix some lint issues, remove some dead code, remove double imports from the same package & import from core instead of lib except for packages depending explicitly on lib (users, emails, ..)

github.com/VulcanJS/Vulcan - e533dd47e7900d1b9c72108859337d80e81502f9 authored almost 8 years ago by xavcz <[email protected]>
Form: display nicer, multiple & internationalizable (encode -> decode) errors, ensure that state updates are queued; in general prefer Error to Meteor.Error, clean some dead code

github.com/VulcanJS/Vulcan - eb2644ad8a31dec5d84ec936b5f4cc64ff6982c5 authored almost 8 years ago by xavcz <[email protected]>
mutation eventTrack(eventName: String, properties: JSON): JSON to trigger analytics tracking from the client, refactor requestAnalyticsAsync

github.com/VulcanJS/Vulcan - e71a24871ccb36680684d82fec6a989af6ef629b authored almost 8 years ago by xavcz <[email protected]>
track voting operations, move posts increase clicks to nova:events (related to #1540)

github.com/VulcanJS/Vulcan - ee34328c3491e1c9947f480e5f2a0124560caeb6 authored almost 8 years ago by xavcz <[email protected]>
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel

github.com/VulcanJS/Vulcan - a2f7592b941d009d5c89c46e1c7cc82b615ee850 authored almost 8 years ago by SachaG <[email protected]>
finish new fragments API; add extendFragment

github.com/VulcanJS/Vulcan - d87c13a9a58350bb18999f7ccb9561ba81554ebe authored almost 8 years ago by SachaG <[email protected]>
Working on new fragments API

github.com/VulcanJS/Vulcan - ebb38cf6431d0b7b478d2547ef58da207a01b0f9 authored almost 8 years ago by SachaG <[email protected]>
nova:events: auto-generated hooks on `collection.mutation.async`, package-structure (first pass)

github.com/VulcanJS/Vulcan - 4d024536b17ec72423ccf9e8f26c4ba54c240a37 authored almost 8 years ago by xavcz <[email protected]>
fix #1541: increasePostViewCount mutation + associated resolver; store posts viewed on the client session on postsViewed in the redux store; document PostsPage HOC & lifecycle hook

github.com/VulcanJS/Vulcan - 08c171ed64532367baa5297ca2b3ac4dd42dce9b authored almost 8 years ago by xavcz <[email protected]>
FormComponent: extract props beforeComponent & afterComponent used to wrap the form component

github.com/VulcanJS/Vulcan - 4810947eea1b95ac9862f510970c3a35850472be authored almost 8 years ago by xavcz <[email protected]>
export categories schema functions outside of nova:categories (can be used in custom packages for instance)

github.com/VulcanJS/Vulcan - cf4f63b0dec6adeb47a83c88f24e546d228bbd1b authored almost 8 years ago by xavcz <[email protected]>
Simplify custom fragment code

github.com/VulcanJS/Vulcan - dce38c1a284def508f84d9ff6f430053a03b2ac7 authored almost 8 years ago by SachaG <[email protected]>
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel

github.com/VulcanJS/Vulcan - 591385b0f8334366b445739ee7809924f2249b54 authored almost 8 years ago by SachaG <[email protected]>
Merge branch 'comus-patch-3' into devel

github.com/VulcanJS/Vulcan - c5bdf07223ff7c8a72699789b24680cfb6b62cbb authored almost 8 years ago by SachaG <[email protected]>
work on <head />: allow custom script tag, fix rss feed, expose 'excerpt' on post fragment

github.com/VulcanJS/Vulcan - 2c2a647e7add8c9d21cf3c5d80e147a1c9b9fa8c authored almost 8 years ago by xavcz <[email protected]>
add comments to fragments (related to packages) & compose them in nova:base-components for easier customization

github.com/VulcanJS/Vulcan - f196333a2585895efecc616c5e9c22738ffe90f4 authored almost 8 years ago by xavcz <[email protected]>
Make select form components without value default to “select option” instead of first option

github.com/VulcanJS/Vulcan - e44f51d6ca8127ae39bfbdd93fc6ee049fa56827 authored almost 8 years ago by SachaG <[email protected]>
Add mongo-redux prototype integration

github.com/VulcanJS/Vulcan - e6037214403b7818b21423e6b27b6ce2dfc1f7e5 authored almost 8 years ago by SachaG <[email protected]>
clean up

github.com/VulcanJS/Vulcan - 8edbfdc7559d301fe3874ab6ceb0229fd6b8ed4a authored almost 8 years ago by Comus Leong <[email protected]>
client side exportable redux store

github.com/VulcanJS/Vulcan - 98ff9c273038ae6bfb96c0f2e068ec992203fac2 authored almost 8 years ago by Comus Leong <[email protected]>
getMiddleware to getMiddlewares

github.com/VulcanJS/Vulcan - 1991cd4f4b189ccb346679df6ac70c2813e7379e authored almost 8 years ago by Comus Leong <[email protected]>
Fix category view upvoting bug

github.com/VulcanJS/Vulcan - 557d8a7f4eb2a619aee3a0fff97e3cf0b22e1c3f authored almost 8 years ago by SachaG <[email protected]>
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel

github.com/VulcanJS/Vulcan - 5a26d4f0476b3c675f38339534036ce36a1115e5 authored almost 8 years ago by SachaG <[email protected]>
Add new fragments API (registerFragment/getFragment); move fragments to own fragments.js file; registerComponent doesn’t return anything anymore; withList & withDocument accept either fragment or fragmentName

github.com/VulcanJS/Vulcan - 45b9de4789a0f43fad91656453aeea02187191c7 authored almost 8 years ago by SachaG <[email protected]>
withList: grab the client prop and rename it to apolloClient to be used further in the withList logic

github.com/VulcanJS/Vulcan - 7e52047c4d9e1108405bd4a0a2cec661249b2f59 authored almost 8 years ago by xavcz <[email protected]>
Add comment voting using graphql union type

github.com/VulcanJS/Vulcan - 38de1805308584cb395a4413ca518f89fcb6a805 authored almost 8 years ago by SachaG <[email protected]>
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel

github.com/VulcanJS/Vulcan - ae92ac3d45cb478aa9460531bc65b29d16812706 authored almost 8 years ago by SachaG <[email protected]>
Pass Apollo client object to parameters callback to fix #1546

github.com/VulcanJS/Vulcan - 33446172a6ae709c5876fd0716c80f7352efe5f4 authored almost 8 years ago by SachaG <[email protected]>
fix typo (object of object..)

github.com/VulcanJS/Vulcan - 7862923dec4a04d3396e306afcb2bbb514e8b401 authored almost 8 years ago by xavcz <[email protected]>
allow querying a single post with only slug (consistency with withDocument), usersTotal resolvers takes care about terms, update react-apollo & apollo-client

github.com/VulcanJS/Vulcan - 7fc0a352aaedb67e2a3347ac8bf55a2dc3fc4926 authored almost 8 years ago by xavcz <[email protected]>
fix user updated fields on voting async callbacks

github.com/VulcanJS/Vulcan - 591476c4f4489c6fc2efd5a0492f8a885bbfed10 authored almost 8 years ago by xavcz <[email protected]>
clean withMessages, make the router.onUpdate callback usable with store & apollo-client, move the logic to clear flash messages inside the router.onUpdate callback

github.com/VulcanJS/Vulcan - a6e8e69c6928938a442230ca006f95d2099f75ec authored almost 8 years ago by xavcz <[email protected]>
Merge pull request #1543 from comus/patch-1

separate client side and server side routing

github.com/VulcanJS/Vulcan - fcdf8505f2caee9810f47ef1dbca83c69c37024d authored almost 8 years ago by Xavier Cazalot <[email protected]>
furthermore, pass req.css, and give it chance for server side render styled-component css

github.com/VulcanJS/Vulcan - b99a9474ab0b46e49df8ecee4d40de799f8ed4be authored almost 8 years ago by Comus Leong <[email protected]>
req.client to req.apolloClient

github.com/VulcanJS/Vulcan - f1589886fffd394c14cbbc16df9c1bc717a3e843 authored almost 8 years ago by Comus Leong <[email protected]>
move historyHook after rehydrateHook on client side, because moved `configureStore` in rehydrateHook , so that give it chance to use `react-router-redux` in historyHook

github.com/VulcanJS/Vulcan - badab5d615add190b51d76faf52e38c67db51810 authored almost 8 years ago by Comus Leong <[email protected]>
separate client side and server side routing

github.com/VulcanJS/Vulcan - 9bb61abfd20c1e9720fb93c25b80a3258f6a6c53 authored almost 8 years ago by Comus Leong <[email protected]>
rename routing.jsx to routing-client.jsx

github.com/VulcanJS/Vulcan - 45a1e45b45fd328129629d2fa1ae1e174844ca2c authored almost 8 years ago by Comus Leong <[email protected]>
Actions/Reducers/Middleware convert to getActions()/getReducers()/getMiddleware()

github.com/VulcanJS/Vulcan - 1a7cc3c7db40fb5ff0239db7187698c08024d974 authored almost 8 years ago by Comus Leong <[email protected]>
some more vote clean-up

github.com/VulcanJS/Vulcan - 3ab60533f288630758b2ab8419717ea305b249cd authored almost 8 years ago by SachaG <[email protected]>
Remove MongoDB logic in vote.js; split out db update into mutateItem

github.com/VulcanJS/Vulcan - 99160a18313e9b53fd8353c73c3cfc28bd4c4c45 authored almost 8 years ago by SachaG <[email protected]>
Various clean up; use function syntax for callback functions

github.com/VulcanJS/Vulcan - ac5ab921435deadbd936f6b1237a777394b241e4 authored almost 8 years ago by SachaG <[email protected]>
Re-enable nested categories

github.com/VulcanJS/Vulcan - 1c42031fe5a1a9720c093139ed1f353366f68b32 authored almost 8 years ago by SachaG <[email protected]>
fix upvote.async callback issue on collection.new mutation

* add collection as the last parameter of a collection.async cb,
* when inserting a new document,...

github.com/VulcanJS/Vulcan - 36ca34a267436616932af0fa092edbfa7914c01d authored almost 8 years ago by xavcz <[email protected]>
update summary js-doc, fix typo

github.com/VulcanJS/Vulcan - 937fc718ccd43801d125b1f2f41e8c4064b99456 authored almost 8 years ago by xavcz <[email protected]>
form api, embedly url, fix posts autovalues

- Form API: updateCurrentValue(fieldName, fieldValue) => updateCurrentValues(newValues: {[fieldNa...

github.com/VulcanJS/Vulcan - 1e2d43662d58f0208e406e5dbcb0f8bd8090188f authored almost 8 years ago by xavcz <[email protected]>
Merge branch 'devel'

# Conflicts:
# README.md
# packages/nova-voting/lib/callbacks.js
# packages/nova-voting/lib/clie...

github.com/VulcanJS/Vulcan - 9193de08e315153a3ab091f9b9107827e1268ad4 authored almost 8 years ago by SachaG <[email protected]>
disable demo packages by default

github.com/VulcanJS/Vulcan - 7c6e07ab6d8a33bd334533fef3968b4de6c2dc11 authored almost 8 years ago by SachaG <[email protected]>
Make new comment mutation return post to auto-update post object in store with new commentCount and list of commenters

github.com/VulcanJS/Vulcan - 7e640cc1bdc9eede5509d3e3dec182c8bab5af78 authored almost 8 years ago by SachaG <[email protected]>
clean up before merge back to master

github.com/VulcanJS/Vulcan - 957fe56df932519639e849101853411366b65c22 authored almost 8 years ago by SachaG <[email protected]>
Wrap PostsPage with currentUser

github.com/VulcanJS/Vulcan - 4661ec95834b30460e005de453a075e0a6b3f9a4 authored almost 8 years ago by SachaG <[email protected]>
returnPartialData option breaks SSR

github.com/VulcanJS/Vulcan - 844d6788886cf2398816e71c2172837c8a153cd3 authored almost 8 years ago by SachaG <[email protected]>
Use immutability helper for vote; pass currentUser to Vote.jsx as prop

github.com/VulcanJS/Vulcan - c1131422a0c40da532d31942bf6485a9884c71bc authored almost 8 years ago by SachaG <[email protected]>
Make custom fields extendable, not just replaceable

github.com/VulcanJS/Vulcan - 1b9f1b13ce240fa8480fe35a1a4445380710730d authored almost 8 years ago by SachaG <[email protected]>
add optics support (Apollo stats)

github.com/VulcanJS/Vulcan - bde420c46b6744e3e7aed5d9f8d659d718ff7012 authored almost 8 years ago by SachaG <[email protected]>
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel

github.com/VulcanJS/Vulcan - 565d02cd79d295e4670490dd0acb2322c0b69b50 authored almost 8 years ago by SachaG <[email protected]>
Add underscore package; update Apollo-client package; add HoC aliases; disable categories polling; remove required schema properties; use strings for dates client-side

github.com/VulcanJS/Vulcan - 301d1017f9d7efe02c0d447389747a8d6e479d12 authored almost 8 years ago by SachaG <[email protected]>
simple-schema Object type are queried as JSON in graphql

github.com/VulcanJS/Vulcan - c3f0245c49aa325d3eeecb0c69c82a44b2e67530 authored almost 8 years ago by xavcz <[email protected]>
small newsletter tweaks

github.com/VulcanJS/Vulcan - 53cd7f29b8d5c1364a911917a72d93fe0da64bdf authored almost 8 years ago by SachaG <[email protected]>
Make mutation hoc accept mutations without arguments

github.com/VulcanJS/Vulcan - 04182efe223fb18e3678615c024ed3ecd806afb9 authored almost 8 years ago by SachaG <[email protected]>
pollInterval is NOT a variable!

github.com/VulcanJS/Vulcan - c6a1bf36175ce66ce413f1765969ac0583662fc7 authored almost 8 years ago by SachaG <[email protected]>
make routes replaceable if a new route is added with the same path

github.com/VulcanJS/Vulcan - 0d316ae89cee46184fe81a280817486a5afbe0f0 authored almost 8 years ago by xavcz <[email protected]>
refactor the NewsletterButton to be stateless (label & mutation to trigger controlled by its parent (ex: newsletter banner, newsletter field control); make the newsletter field control of the user edit form update its state AND the form state the action has succeeded

github.com/VulcanJS/Vulcan - a6ab0a6d8906060b910abc436fc48e5a3854189a authored almost 8 years ago by xavcz <[email protected]>
don't throw an error to somebody already in a Mailchimp list without knowing it: return the expected result (subscribed), log it server-side and update the relevant user setting if needed

github.com/VulcanJS/Vulcan - 0ceb2a714c6f72fd1df258306a93c00c92bafadd authored almost 8 years ago by xavcz <[email protected]>
customization-demo: import order + comments

github.com/VulcanJS/Vulcan - c3bff57cab9bdde9ff538dedb6c8ac46289e03a8 authored almost 8 years ago by xavcz <[email protected]>
Fix component export

github.com/VulcanJS/Vulcan - 3861cb8b5356df33edb16853a549facc441bb947 authored almost 8 years ago by SachaG <[email protected]>
make FormWrapper exportable again, routes can accept either component or componentName property

github.com/VulcanJS/Vulcan - 79e4cf5266423b7cfc0ecf8cd458969167909050 authored almost 8 years ago by xavcz <[email protected]>
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel

github.com/VulcanJS/Vulcan - c2f134833674149a09540226647d4223e3b2061f authored almost 8 years ago by SachaG <[email protected]>
React-router-scroll package

github.com/VulcanJS/Vulcan - 71e9f1336e8f4d170f86001a0f10bd476ff22d57 authored almost 8 years ago by SachaG <[email protected]>
Nova's components & routes registered in a declarative way: no load order mess, better control of the flow, no changes for the end user

github.com/VulcanJS/Vulcan - c0fcc944d711e4dc0ddfa1494adf1ef777c7d2c5 authored almost 8 years ago by xavcz <[email protected]>
missing dependency

github.com/VulcanJS/Vulcan - 8bd0404343c05d208a3bc7bb94cb8ef90b5b735e authored almost 8 years ago by xavcz <[email protected]>
Add react-router-scroll

github.com/VulcanJS/Vulcan - efb34c76e0d81383e089522f98f457d49c63dcc9 authored almost 8 years ago by SachaG <[email protected]>
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel

# Conflicts:
# packages/nova-base-components/lib/users/UsersEditForm.jsx

github.com/VulcanJS/Vulcan - 3357bc7726f874cae73b0df52a1c78492551d5a2 authored almost 8 years ago by SachaG <[email protected]>
call upvoting callback on post insert in sync way

github.com/VulcanJS/Vulcan - b1d0cd8e692376308da864977a58d1daae0e19b4 authored almost 8 years ago by SachaG <[email protected]>
Remove “__” prefix to avoid conflicts with GraphQL introspection types and simplify code

github.com/VulcanJS/Vulcan - db17e917f823ee8c5faae76adc2871f152bb379c authored almost 8 years ago by SachaG <[email protected]>
currentUser log in/out: always check that we send the right token to the graphql server ; seize the opportunity to force update to latest std:accounts-ui

github.com/VulcanJS/Vulcan - a45aeb383421035afab278c59db5877dff904aec authored almost 8 years ago by xavcz <[email protected]>
a single document can be found by a unique slug or a unique _id; prevent keepViewableFields to crash when no document found in single resolver

github.com/VulcanJS/Vulcan - 78aed21d06a0b1b46f2812dd818d12431dcafb92 authored almost 8 years ago by xavcz <[email protected]>
add Users.keepViewableFields helper; make emails visible only to owner or admins

github.com/VulcanJS/Vulcan - 7f2f8b1a89b5f12630ed6cac894b9f0c3b143657 authored almost 8 years ago by SachaG <[email protected]>
Move voting-related resolvers to nova:voting package

github.com/VulcanJS/Vulcan - 5e3ed2b207ef6dc11e0527cc7385816ee29d91a4 authored almost 8 years ago by SachaG <[email protected]>
move scalar declaration to global schema declaration

github.com/VulcanJS/Vulcan - 912f3848d11b734b4b786a43d03c6ef50bf81a02 authored almost 8 years ago by Sacha Greif <[email protected]>
Change daily view loading

github.com/VulcanJS/Vulcan - 7e3bda4203a96b371dcdadeb3cca27ea80132f71 authored almost 8 years ago by Sacha Greif <[email protected]>
Add missing Utils

github.com/VulcanJS/Vulcan - 2130bf5efefb533932029e906d713daec54eebdb authored almost 8 years ago by Sacha Greif <[email protected]>
Make graphql type conversion logic more explicit again

github.com/VulcanJS/Vulcan - 014ba87367bd55f9a29a7720c51f3ac1b7d59550 authored almost 8 years ago by Sacha Greif <[email protected]>
refactor Vote.jsx a bit

github.com/VulcanJS/Vulcan - cffc032b36657cafaf4e7724ecdf38a9ee8c3b52 authored almost 8 years ago by Sacha Greif <[email protected]>
Call Utils.convertDates when loading and sorting data to convert any date field stored as a string into an actual date object

github.com/VulcanJS/Vulcan - e9bc54426f07ac074187e9e421e5ebb535946183 authored almost 8 years ago by Sacha Greif <[email protected]>
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel

github.com/VulcanJS/Vulcan - 2707b8348dd67a5967520dca9283783cb295cdf0 authored almost 8 years ago by Sacha Greif <[email protected]>
add container aliases

github.com/VulcanJS/Vulcan - 7de9912c92ce22ae16915e429adcd32e080143c0 authored almost 8 years ago by Sacha Greif <[email protected]>
fix list filtering: de-couple pagination terms & props terms in withList; re-enable form cleaning: performed only if the form has not been unmounted; remove annoying eslint warnings

github.com/VulcanJS/Vulcan - 99548ca91881cdb51ce89d9dbb4f2c90de243d75 authored almost 8 years ago by xavcz <[email protected]>
allow to query single category with its slug

github.com/VulcanJS/Vulcan - 0e100770e2e09a259a1521e44a4bfef8531dcadd authored almost 8 years ago by xavcz <[email protected]>
SmartForm: if 'field.value' is an array of (non-objects / object with no _id key), fallback to item itself; XxxForms: 'mutationFragment' prop where needed, remove deprecated 'queryToUpdate' prop

github.com/VulcanJS/Vulcan - 5303b4f4df10df16f854cc555e7af5f793078f03 authored almost 8 years ago by xavcz <[email protected]>
Fragment -> mutationFragment

github.com/VulcanJS/Vulcan - 10d1e7cc22948c43533261d6508c57111c20422f authored almost 8 years ago by Sacha Greif <[email protected]>
add fragment prop on CategoriesEditForm ; allow to over-ride the query fragment for edit forms (same fragment option)

github.com/VulcanJS/Vulcan - 204e70531c290b634bf7cfc1da51301dc4a38455 authored almost 8 years ago by xavcz <[email protected]>
extraFragment -> fragment; deprecate Users.canEdit; add alias; use new withCurrentUser

github.com/VulcanJS/Vulcan - 171bf9feb903d8ce4602b4cf226ebc930dca5f18 authored almost 8 years ago by Sacha Greif <[email protected]>
devel - revert commits related to simpl-schema (#1537)

* Revert "add note link to issue in collection2 on mutation insert, remove debug console logs on...

github.com/VulcanJS/Vulcan - 7f99b489531e868e05d114e6843dea622efbf4f4 authored almost 8 years ago by Xavier Cazalot <[email protected]>
disable for now: manual reset/clear of the form (it's done by unmounting/mounting again without us controlling it)

github.com/VulcanJS/Vulcan - ad007ac0034a164df4c4404e2a2b1a4981aaec0f authored almost 8 years ago by xavcz <[email protected]>
add note link to issue in collection2 on mutation insert, remove debug console logs on mutation edit

github.com/VulcanJS/Vulcan - 7a15103de7259227f01592ad2e0aa5b1042eb2f0 authored almost 8 years ago by xavcz <[email protected]>