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

use Apollo for new post mutation

github.com/VulcanJS/Vulcan - f332c8810b7a2d1aef56d05740ca083a7a41cda1 authored about 8 years ago by Sacha Greif <[email protected]>
Merge pull request #1497 from keenethics/apollo

No comments.deleteById simulation for now

github.com/VulcanJS/Vulcan - 70cf6646026fd7112d8b7f7dd925b65d512f0349 authored about 8 years ago by Sacha Greif <[email protected]>
finish cleaning up resolvers

github.com/VulcanJS/Vulcan - b006db3a780ec5170f5437895e5477a08aec92a8 authored about 8 years ago by Sacha Greif <[email protected]>
No comments.deleteById simulation for now

github.com/VulcanJS/Vulcan - d91e7ff567078669edde9afde69b779d53495798 authored about 8 years ago by Epaminond <[email protected]>
first pass at splitting off resolvers

github.com/VulcanJS/Vulcan - 56bcfba2456e2bf53e2a80d290c1d1e6b3a8af17 authored about 8 years ago by Sacha Greif <[email protected]>
access store directly via JS object instead of using query

github.com/VulcanJS/Vulcan - 878643f29a18d59ac5083aeb3b697ba4b34ade90 authored about 8 years ago by Sacha Greif <[email protected]>
working on client-only queries to the Apollo store

github.com/VulcanJS/Vulcan - bb91c66ad7d17ab2647f8518d37409ba0d8be7f0 authored about 8 years ago by Sacha Greif <[email protected]>
split off VoteContainer and Vote

github.com/VulcanJS/Vulcan - 222aa4b544e388733a88f7968f61bb3a5bf4eb80 authored about 8 years ago by Sacha Greif <[email protected]>
fix issue with refetch

github.com/VulcanJS/Vulcan - 588d37524c61e897d2adef3d75cf16f76db57ca7 authored about 8 years ago by Sacha Greif <[email protected]>
add setMainRefetch and triggerMainRefetch functions to App's context to enable main post list refetch after new post method completion

github.com/VulcanJS/Vulcan - 85eba3619987d4443d5993ccdfea07cfcc13881a authored about 8 years ago by Sacha Greif <[email protected]>
redirect after delete

github.com/VulcanJS/Vulcan - 8398a7c2553e1e8febd38eb8891f9e43a85470b0 authored about 8 years ago by Sacha Greif <[email protected]>
make PostsListContainer and PostsSingleContainer stateful components; add refetchQuery on child context; call it from post edit form; clone item in Telescope.operateOnItem to avoid modifying the original by mistake

github.com/VulcanJS/Vulcan - 9ce7fe703fdfbdab8480df3da6d17ebc3c50b6cf authored about 8 years ago by Sacha Greif <[email protected]>
Merge pull request #1491 from malively/feature/add-reset-password-feature

Add Reset Password Feature

github.com/VulcanJS/Vulcan - 2fb457aab1d8381bd5a27319a70092a2ea6ef6d6 authored about 8 years ago by Xavier Cazalot <[email protected]>
have the mutation simulation and server operation returning the same result, add missing viewableIf, pass comment object to Telescope.operateOnItem

github.com/VulcanJS/Vulcan - 7c88d27d629b79a261d4d3026b2cd9ea5696d0d0 authored about 8 years ago by xavcz <[email protected]>
disable polling; make posts.edit method work again; run refetch in NovaForms success callback

github.com/VulcanJS/Vulcan - c1e1c68c23ea75de3b71e7a75097679a1d27d86f authored about 8 years ago by Sacha Greif <[email protected]>
add missing events collection to app container

github.com/VulcanJS/Vulcan - 53976b260860d4743085895bf85982e2f490bd30 authored about 8 years ago by Sacha Greif <[email protected]>
add users.current subscription back because Meteor methods need access to Meteor.user()

github.com/VulcanJS/Vulcan - 133ec83e5e803a4137eed3fd5d9a6bab7aa7dc8f authored about 8 years ago by Sacha Greif <[email protected]>
test optimistic ui on vote with sleep server-side

github.com/VulcanJS/Vulcan - 3390b5af24b16aa6acd2068331c4fa83373dfa60 authored about 8 years ago by xavcz <[email protected]>
add latency compensation (a.k.a. optimistic UI) simulation for Telescope.operateOnItem; it now takes the item as argument (not the item _id)

github.com/VulcanJS/Vulcan - 123da6b79d68e4c11af6f1c88cf8e02958a8b8a3 authored about 8 years ago by Sacha Greif <[email protected]>
add loading spinner for vote mutation (and fix extra "{ }")

github.com/VulcanJS/Vulcan - fe5a3ff82299e76a2ea7eeacec1c2359a4f5d333 authored about 8 years ago by Sacha Greif <[email protected]>
ml/cjl: adding support for users logged in.

github.com/VulcanJS/Vulcan - 4f6b7d78fda97ba0118717b4b7ea913d0f5513e9 authored about 8 years ago by Matt Lively <[email protected]>
ApolloProvider wraps the route (and not the opposite), however store is not rehydrated -> loading state is server-side rendered :-/

github.com/VulcanJS/Vulcan - 5d34f695e507fdc2efd5c6dd71800105917e620e authored about 8 years ago by xavcz <[email protected]>
define mutation postVote(postId: String, voteType: String), wire it to <Vote />

github.com/VulcanJS/Vulcan - 328be8b07d5473867a4567419732bfe99c5bbee7 authored about 8 years ago by xavcz <[email protected]>
flash-messages logic handle via redux for all the components

github.com/VulcanJS/Vulcan - b5709b0a527d7451acc48a57aecdec8ca372e56a authored about 8 years ago by xavcz <[email protected]>
telescope's graphql mutations extensible as schema and queries, re-enable context.actions.call with Meteor for now

github.com/VulcanJS/Vulcan - e78cbe523f8cb415261fcdd1c2a5cd5c05b27598 authored about 8 years ago by xavcz <[email protected]>
add `viewableIf` to non-array fields of Users (array fields cause trouble with mongo $ projection)

github.com/VulcanJS/Vulcan - fa4f0bfcf3dc24cc2e0341eaa1f663b355b864e5 authored about 8 years ago by xavcz <[email protected]>
split graphQL schemas in their respective packages

github.com/VulcanJS/Vulcan - 0b2af51c898c0ccc3742329ac2bf4ecf9b383ae5 authored about 8 years ago by Sacha Greif <[email protected]>
finish filtering resolvers

github.com/VulcanJS/Vulcan - 753eafc217948ac56651d4f75bff7c83fe350ac5 authored about 8 years ago by Sacha Greif <[email protected]>
filter fields in all resolvers

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

github.com/VulcanJS/Vulcan - aa33585d2eeeb4c4ebb1a4fdbdece753204d379e authored about 8 years ago by Sacha Greif <[email protected]>
clean up

github.com/VulcanJS/Vulcan - 230018c0665bd93f6b82f4c5f62050ff30bbfa67 authored about 8 years ago by Sacha Greif <[email protected]>
add viewableIf property to schemas to define which fields are viewable by which users; use it in resolver

github.com/VulcanJS/Vulcan - 7533d6729675628fc637c29959ebd0dfd49ae900 authored about 8 years ago by Sacha Greif <[email protected]>
ml/cjl: adding reset password feature

github.com/VulcanJS/Vulcan - eef2b7e233d49bfa26e5a7a6406e4719d14e68aa authored about 8 years ago by Matt Lively <[email protected]>
decouple ourselves from the apollo's meteor integration to handle it our way atm (ssr, query batching, latest updates)

github.com/VulcanJS/Vulcan - 6eddc86c6efda82c37d8975ebcc670ccc713c8df authored about 8 years ago by xavcz <[email protected]>
get rid of this disallowed insert error client-side

github.com/VulcanJS/Vulcan - 133dab5263c65226918e1ec8b884b43bb6e806e8 authored about 8 years ago by xavcz <[email protected]>
get rid of this disallowed insert error client-side

github.com/VulcanJS/Vulcan - 00b66a0988cac7fee01e650bdcd7b0b30d3a878d authored about 8 years ago by xavcz <[email protected]>
add `currentUser` to schema/resolvers and give it to the AppContainer; re-enable canView/canEdit on `CanDo` comp (got broken at first migration to apollo); give back the `document` to custom `FormComponent` (used for example in the NewsletterButton in the account page)

github.com/VulcanJS/Vulcan - 3c9c9673a3e6522a1ed546ebf6be6b235020381e authored about 8 years ago by xavcz <[email protected]>
clean up ListContainer and DocumentContainer

github.com/VulcanJS/Vulcan - f9ef5362805f78da32c320cddf3811577922ba04 authored about 8 years ago by Sacha Greif <[email protected]>
make user resolver take either id or slug; add UsersSingleContainer and use it for UsersAccount and UsersProfile

github.com/VulcanJS/Vulcan - 7b3b37adc2f449352d30c22799e68fe9a7fed1c6 authored about 8 years ago by Sacha Greif <[email protected]>
create AppContainer to load categories; remove settings package; todo: load current user with AppContainer

github.com/VulcanJS/Vulcan - e160aca568bf85238ee337afce8a6848610db5c3 authored about 8 years ago by Sacha Greif <[email protected]>
re-enable search: add search query to Terms schema

github.com/VulcanJS/Vulcan - 4f31a06d417c794c81f27ee90b30d92882212f71 authored about 8 years ago by xavcz <[email protected]>
port PostsEditForm to Apollo container; PostsPageContainer -> PostsSingleContainer

github.com/VulcanJS/Vulcan - 67a761569dbaa07433207c54d8621d6604f9cf50 authored about 8 years ago by Sacha Greif <[email protected]>
use PostsListContainer for PostsDay view (create new container for all days later?)

github.com/VulcanJS/Vulcan - 2c8fca39b1dfeea074b2532b402c954ecad37e4e authored about 8 years ago by Sacha Greif <[email protected]>
create new PostsPageContainer

github.com/VulcanJS/Vulcan - c203e303d2af488aedecb1f9211653aac4532781 authored about 8 years ago by Sacha Greif <[email protected]>
extract Apollo logic into PostsListContainer

github.com/VulcanJS/Vulcan - c9c8e3c3d171bfe3d50fda7a25448657fa523399 authored about 8 years ago by Sacha Greif <[email protected]>
work on loadMore (fetchMore -> updateQuery) on PostsHome: extends Terms schema input with cat, add postsViewTotal (cursor count) schema/resolver

github.com/VulcanJS/Vulcan - ce3d33b0f0ad5be4bf28a3dcbea36a72b110cc62 authored about 8 years ago by xavcz <[email protected]>
working on UsersProfile container

github.com/VulcanJS/Vulcan - 879a9e4c55dcf04cd7aea68a3ca26f5c369c64f7 authored about 8 years ago by Sacha Greif <[email protected]>
Merge pull request #1487 from seanjsong/master

fix typo in style class name

github.com/VulcanJS/Vulcan - 23398885492ab12316fc77eb49c9a96a2bd9795b authored about 8 years ago by Sacha Greif <[email protected]>
use `terms` argument instead of `view` (since view is contained inside terms anyway); add userIP etc. properties to post

github.com/VulcanJS/Vulcan - 3af91b00ee1bfc3c52f16980f35dfc1799a3dc3c authored about 8 years ago by Sacha Greif <[email protected]>
fix typo in style class name

github.com/VulcanJS/Vulcan - f1fd21dd585aa3a97b45aff2a3c031cdc5670fd6 authored about 8 years ago by Sean Song <[email protected]>
Merge branch 'apollo' of https://github.com/TelescopeJS/Telescope into apollo

github.com/VulcanJS/Vulcan - 5bb36193e0a358b31049a565769d9bd5d5471b64 authored about 8 years ago by Sacha Greif <[email protected]>
Meteor 1.4.2 + latest updates

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

# Conflicts:
# .meteor/versions

github.com/VulcanJS/Vulcan - 1ae6beeb722da5280488ca0214ca90c3839206ee authored about 8 years ago by Sacha Greif <[email protected]>
update to Meteor 1.4.2

github.com/VulcanJS/Vulcan - 33cb0c1708f660457d598d369b02dcbfe60436c1 authored about 8 years ago by Sacha Greif <[email protected]>
make `document` prop available to all form components (but don't pass it down to standard input controls to avoid error)

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

github.com/VulcanJS/Vulcan - 858c2b78c47112a026b3ec6aafb0c0c10eca9d6d authored about 8 years ago by Sacha Greif <[email protected]>
clean up

github.com/VulcanJS/Vulcan - 03fd4c19d6c2face7463ed6787551e97be396f51 authored about 8 years ago by Sacha Greif <[email protected]>
update to Meteor 1.4.2; update packages

github.com/VulcanJS/Vulcan - aa45d771052c545bb2ad745099c719d71b838689 authored about 8 years ago by Sacha Greif <[email protected]>
adding 20sec pollInterval + refetchQuery props when voting / submitting a comment

github.com/VulcanJS/Vulcan - ab99894207b6ee1740a432c4420298c87bd6137c authored about 8 years ago by xavcz <[email protected]>
add variables to posts(view, offset, limit) graphql query -> linked to PostsHome

github.com/VulcanJS/Vulcan - 3bcecf5fc20dd66d73a09f7d015714b6a05ec490 authored about 8 years ago by xavcz <[email protected]>
use Apollo for PostsHome

github.com/VulcanJS/Vulcan - 2a714894a524497165ca6ce7106c07bf8f0591c9 authored about 8 years ago by Sacha Greif <[email protected]>
Merge pull request #1482 from moorage/patch-1

meteor update npm-mongo ; meteor update mongo

github.com/VulcanJS/Vulcan - 4938d96b24f32a0bae6af91bbbf009e38577a221 authored about 8 years ago by Xavier Cazalot <[email protected]>
Merge branch 'devel' into apollo

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

# Conflicts:
# .meteor/versions
# package.json
# packages/nova-lib/package.js

github.com/VulcanJS/Vulcan - 88cbbc699b4ba1feb223015553033d9fbb50b246 authored about 8 years ago by Sacha Greif <[email protected]>
update Meteor to 1.4.1.2

github.com/VulcanJS/Vulcan - b453d15a9f3398d7f090fc6f01f832049c213013 authored about 8 years ago by Sacha Greif <[email protected]>
meteor update npm-mongo ; meteor update mongo

github.com/VulcanJS/Vulcan - 7afbd412083b5ac44467192a190b5ef661157a12 authored about 8 years ago by Matthew Moore <[email protected]>
more work on single post

github.com/VulcanJS/Vulcan - 26f5e73119e2b09dcfd1bf35cbba64cde5042fed authored about 8 years ago by xavcz <[email protected]>
sketchy example on single post

github.com/VulcanJS/Vulcan - e15093824a323384aad17402b168bcf6d6850423 authored about 8 years ago by xavcz <[email protected]>
apollo data transport connected to client / mongo / server

github.com/VulcanJS/Vulcan - 81ab2f45cd63c6fef7a4fc43846d40ccf8ad428c authored about 8 years ago by xavcz <[email protected]>
redux basic setup (to be improved) - test case on FlashMessages, used in PostNewForm

github.com/VulcanJS/Vulcan - f6bbbd14ca0a43f1e1e7945a02ae77115b9a909c authored about 8 years ago by xavcz <[email protected]>
npm + meteor dependencies

github.com/VulcanJS/Vulcan - e88ecae84db170df2b705aded3d36395b9280b46 authored about 8 years ago by xavcz <[email protected]>
.meteor/versions -> nova v0.27.3

github.com/VulcanJS/Vulcan - ebaea92d930350067511626e9133fbe308b19f4f authored about 8 years ago by xavcz <[email protected]>
Merge pull request #1475 from TelescopeJS/devel

v0.27.3

github.com/VulcanJS/Vulcan - 84a090f01a50e29e400d3bab19f0fbff59b837f2 authored about 8 years ago by Xavier Cazalot <[email protected]>
Update History.md with latest changes + add links to issues/pr/contributors 👍

github.com/VulcanJS/Vulcan - 6b86db504d72bdd5a91838b1a4abde283397ddde authored about 8 years ago by xavcz <[email protected]>
re-add Dockerfile, fix #1477

github.com/VulcanJS/Vulcan - 4b0f681fcd0420c44bfeb2490fe1ec87fa440cde authored about 8 years ago by xavcz <[email protected]>
Merge pull request #1469 from chptung/patch-3

Updated _posts.scss

github.com/VulcanJS/Vulcan - 3ed95e78a5974ffddd8ef8d99a091fdc8e64ba02 authored about 8 years ago by Xavier Cazalot <[email protected]>
UsersMenu: user: props -> currentUser: context

github.com/VulcanJS/Vulcan - 21086fe18bd8b1c60e8cb6db68ade647533dbe72 authored about 8 years ago by xavcz <[email protected]>
Update History.md

github.com/VulcanJS/Vulcan - 93545f2971dec158117c312c4f9a6491266d040a authored about 8 years ago by xavcz <[email protected]>
add eslint with basic plugins and configuration. fixes #1470

github.com/VulcanJS/Vulcan - 8db19a1c6c666ebeecdc6dd1142e200c459e9ba1 authored about 8 years ago by Michael Scott Hertzberg <[email protected]>
backward compatibility for the `autoform` field on schema definition

github.com/VulcanJS/Vulcan - 01429c9f5b792528767a7961e6b47fdddbe94766 authored about 8 years ago by xavcz <[email protected]>
Breaking changes: Merge pull request #1461 from xavcz/cleaning-oldies

Clean some old code & fix some errors

github.com/VulcanJS/Vulcan - 50e501418b310844c78f499a16c3edd33e6eb611 authored about 8 years ago by Xavier Cazalot <[email protected]>
updates from devel: Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into cleaning-oldies

github.com/VulcanJS/Vulcan - 67d4ff5fc8dbf211be1c641abb257c8f767b9f8c authored about 8 years ago by xavcz <[email protected]>
fix conflict with shortcut update from devel

github.com/VulcanJS/Vulcan - e0d9775c873cbf5cd3ed0e88024d23d105e933e5 authored about 8 years ago by xavcz <[email protected]>
currentUser is now only given via context, update README about it, add a missing import

github.com/VulcanJS/Vulcan - b04cb5247027fc431f7aa1704ef823ac8ce5fdd1 authored about 8 years ago by xavcz <[email protected]>
Merge pull request #1472 from aszx87410/devel

Add shortcut to submit form, close #1471

github.com/VulcanJS/Vulcan - abe650c24b701dabde2cb1ad75e71ee1b4542317 authored about 8 years ago by Xavier Cazalot <[email protected]>
Add shortcut to submit form, close #1471

github.com/VulcanJS/Vulcan - 325abdc8502b609d96a3a7a979c4549397272592 authored about 8 years ago by huli <[email protected]>
Updated _posts.scss

Added `flex-wrap: wrap;` to posts-categories for better styling if a user creates a post with to...

github.com/VulcanJS/Vulcan - 779179754c8696e621d95a3ba84b874698926974 authored about 8 years ago by chptung <[email protected]>
Merge pull request #1466 from chptung/patch-2

Update subscriberIdsToNotify to send unique emails

github.com/VulcanJS/Vulcan - a9ece97650f3012b84d223b7f702babc2bb3e6fb authored over 8 years ago by Xavier Cazalot <[email protected]>
Update subscriberIdsToNotify to send unique emails

Added .uniq() for subscribersIdsToNotify in the Categories section to prevent a user from receiv...

github.com/VulcanJS/Vulcan - 7678d83dd56f86ff150d5709983fc2d95fe88086 authored over 8 years ago by chptung <[email protected]>
consistency on users callbacks (users.new, users.profileCompleted), remove dead code (~copy of users.edit method) not used anymore: what it did is now handled thanks to callbacks

github.com/VulcanJS/Vulcan - 6a4c9c1f57d1c7b8f3ad3940b2fae0f5cafa892a authored over 8 years ago by xavcz <[email protected]>
prevent bug on categories new/edit with custom fields (load order with extended schema problem)

github.com/VulcanJS/Vulcan - 09eaf71f38e942fc1ad29e22fc4bb4e25c9c0c25 authored over 8 years ago by xavcz <[email protected]>
force [email protected] - newer versions break the dropdown atm

github.com/VulcanJS/Vulcan - eb98fb01997a9ea41af6fdea08fb49f42621b2c8 authored over 8 years ago by xavcz <[email protected]>
fix errors on logging out from UsersProfileCheck

github.com/VulcanJS/Vulcan - 137348148fe7c7289fdef928f7d79f2c8b45db7e authored over 8 years ago by xavcz <[email protected]>
fix errors on nova:forms

-> NovaForm: don't call callbacks of unmounted component (ex: ModalTrigger)
-> FormComponent - ca...

github.com/VulcanJS/Vulcan - 8bf496f7e53ff2428784155ab403f7bcb0e9ec08 authored over 8 years ago by xavcz <[email protected]>
change old reference to AutoForm (legacy): field schema "autoform" -> "form"

github.com/VulcanJS/Vulcan - 7775838980d4c182d204312c03508a3c9c587b7e authored over 8 years ago by xavcz <[email protected]>
prefer Users namespace to Meteor.users in active packages

github.com/VulcanJS/Vulcan - 5463ff7b86aadb5cf8339219fabd77bbdc2aebe4 authored over 8 years ago by xavcz <[email protected]>
use comment's getPageUrl helper in rss feed instead of dead function

github.com/VulcanJS/Vulcan - dfce3f66dcd10ca11728a867110458e7187b39d4 authored over 8 years ago by xavcz <[email protected]>
consistency on posts parameters callback: posts.parameters

github.com/VulcanJS/Vulcan - 4ccbf6148b80d647df1d6925796e4fd517c309b3 authored over 8 years ago by xavcz <[email protected]>
clean up dead code, remove package-tap.i18n

github.com/VulcanJS/Vulcan - 9fb82628d26ce32bff88b647513dfff90e3f638a authored over 8 years ago by xavcz <[email protected]>