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

Fixing `(error.error === 603)` always results false

`if (error.error === 603) {...}` is always resulting false even error.error is "603" and the cod...

github.com/VulcanJS/Vulcan - 0f729e9a2e02966d53a2f83643d803487cd782a3 authored about 9 years ago by Riyanto Jayadi <[email protected]>
add CSS class to comment list + small tweaks

github.com/VulcanJS/Vulcan - a896a434a04bf9ac0d145a6790e7f131bfcab79c authored about 9 years ago by Sacha Greif <[email protected]>
give non-viewing users permission to access their own profile and account pages

github.com/VulcanJS/Vulcan - 1b3ce272fe9cea4a8192e9328734849eb0a62db4 authored about 9 years ago by Sacha Greif <[email protected]>
fix double negation bug in layout.js

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

github.com/VulcanJS/Vulcan - 67a59830a9b1ba6f6510be8f26dc289176222c60 authored about 9 years ago by Sacha Greif <[email protected]>
updating Meteor & packages

github.com/VulcanJS/Vulcan - 7694d10e12a11f925f326aaeb3323771e8157746 authored about 9 years ago by Sacha Greif <[email protected]>
Merge pull request #1164 from durrrr91/master

i18n.t bg translation + adding missing ones

github.com/VulcanJS/Vulcan - 9c3009f5c6d126ba26475d0d41e3ca248d982a2f authored about 9 years ago by Sacha Greif <[email protected]>
Merge pull request #1163 from shilman/fix-1161

Fixes #1161 - Template.layout `pageName` should be reactive as route changes

github.com/VulcanJS/Vulcan - 33a9f02f0697c9fe07423b958439428797ca7a26 authored about 9 years ago by Sacha Greif <[email protected]>
Merge pull request #1159 from garyttierney/bugfix/fix-custom-server-templates

Fix e-mail template overrides by adding the "custom" prefix server-side

github.com/VulcanJS/Vulcan - 20492a5e353054d34ea032cda2ff6ed2d0215f70 authored about 9 years ago by Sacha Greif <[email protected]>
Merge pull request #1155 from Scott-Hutcheson/fix-notificationsDisplayName

replaced getUserName with getDisplayName for comments

github.com/VulcanJS/Vulcan - 9be658ad7980bba84cf220d6e3cbd1bf7161db29 authored about 9 years ago by Sacha Greif <[email protected]>
fix menu component active class bug

github.com/VulcanJS/Vulcan - fd834bfdef95040417b68406a1fe3addbd4d88c6 authored about 9 years ago by Sacha Greif <[email protected]>
outsideLinksPointTo -> RSSLinksPointTo

github.com/VulcanJS/Vulcan - 2d2c28582ae4395fbbc944d3e7bf9d8bcad7d967 authored about 9 years ago by Sacha Greif <[email protected]>
small css fix

github.com/VulcanJS/Vulcan - 772387c1b67eaea4cc26917b3b2624a029edc8cf authored about 9 years ago by Sacha Greif <[email protected]>
add callback to set postedAt when editing a post and setting its status to approved

github.com/VulcanJS/Vulcan - 9300c67c947bb47d51f642cc0f315e69977f4a0b authored about 9 years ago by Sacha Greif <[email protected]>
only run newsletter in production environment

github.com/VulcanJS/Vulcan - 5b760526a89292d97e9364525a7500622bf2cb42 authored about 9 years ago by Sacha Greif <[email protected]>
fix upvote bug

github.com/VulcanJS/Vulcan - 1b9d35850f8dc73c1a5e181d9e32dcfb47f33653 authored about 9 years ago by Sacha Greif <[email protected]>
added missing i18n.t for labels in user profile templates

github.com/VulcanJS/Vulcan - 821a6114667b23b95ef58c14da55d7aa8ba2871f authored about 9 years ago by Nikolay Stoev <[email protected]>
some bg translation up to 0.25.0

github.com/VulcanJS/Vulcan - fd63bcb0fa7359bca302299b111ef9f7ce641642 authored about 9 years ago by Nikolay Stoev <[email protected]>
Fixes #1161 - Template.layout `pageName` should be reactive as route changes

github.com/VulcanJS/Vulcan - f33982b80e103b3c8f2915549f385b38a778aa66 authored about 9 years ago by Michael Shilman <[email protected]>
menu style tweaks

github.com/VulcanJS/Vulcan - 6667e6025726fe42c3ecf2b698be37cf933ef96a authored about 9 years ago by Sacha Greif <[email protected]>
fix data context bug

github.com/VulcanJS/Vulcan - 508a0e4b7ee587ed2b7998ada39384e0ce86e0e1 authored about 9 years ago by Sacha Greif <[email protected]>
updating packages

github.com/VulcanJS/Vulcan - 62c17ab880f1fe1a35b005005edbed57a3968070 authored about 9 years ago by Sacha Greif <[email protected]>
fix post 404, fast-render limit bug, clean up

github.com/VulcanJS/Vulcan - 2fd4d8d589d24b6df485e21d58cb5372683c564c authored about 9 years ago by Sacha Greif <[email protected]>
clone module array items to fix duplicate data bug

github.com/VulcanJS/Vulcan - cd36629016f24f964cc0b00bf1a1aac849b15b4d authored about 9 years ago by Sacha Greif <[email protected]>
add gif to menu readme

github.com/VulcanJS/Vulcan - 3789631b254bbe81cf80913cb63090703a027c21 authored about 9 years ago by Sacha Greif <[email protected]>
menu tweaks

github.com/VulcanJS/Vulcan - 7798c4965750c5eec68a391e699db5108a848dab authored about 9 years ago by Sacha Greif <[email protected]>
refactor modules code a bit; still working on menu component

github.com/VulcanJS/Vulcan - 2a3981253e4b0d8c946735cc9a5d6e74ffd335b4 authored about 9 years ago by Sacha Greif <[email protected]>
readme tweaks

github.com/VulcanJS/Vulcan - 963d4ef70127bcfcb9a2f28240a200f9c31514d2 authored about 9 years ago by Sacha Greif <[email protected]>
more work on menu

github.com/VulcanJS/Vulcan - 98f7352dafe87972373a884cc52c2c40e9ad070b authored about 9 years ago by Sacha Greif <[email protected]>
cleaning up and refactoring menu

github.com/VulcanJS/Vulcan - ba53b99927e8a4c6f3a249f5f7404c5211aca220 authored about 9 years ago by Sacha Greif <[email protected]>
extracting menu component into its own package

github.com/VulcanJS/Vulcan - aed1f5a590757a1ce274630546deb2310c858237 authored about 9 years ago by Sacha Greif <[email protected]>
various small fixes

github.com/VulcanJS/Vulcan - 1dd14b68f28083d2b7d00948759d36f97fba7eb0 authored about 9 years ago by Sacha Greif <[email protected]>
Adding contentTop, contentBottom, postsListTop, postsListBottom zones

github.com/VulcanJS/Vulcan - 64a78d7659c73aad4b03942bc8c3d7e3255ab784 authored about 9 years ago by Sacha Greif <[email protected]>
small layout tweaks

github.com/VulcanJS/Vulcan - c4c6b09701ca970eb2f31da435898d185ebe93ae authored about 9 years ago by Sacha Greif <[email protected]>
Added `itemTemplate` option to menu to enable setting a custom template for all elements; Created new `defaultMenuItem` template; now passing whole menu to each node instead of just `menuItems`

github.com/VulcanJS/Vulcan - 82b4278a7dee197472b978e5059d6f62c2fcae94 authored about 9 years ago by Sacha Greif <[email protected]>
Renamed `category_menu_item` template to `categories_menu_item`

github.com/VulcanJS/Vulcan - ca2f1fab30754ab54313701df51ceb2d135c5deb authored about 9 years ago by Sacha Greif <[email protected]>
create postsListTop zone and move messages, category_title, and views_menu modules to it

github.com/VulcanJS/Vulcan - c0c3f02056ec7832b190988d747a350faee72e47 authored about 9 years ago by Sacha Greif <[email protected]>
Add custom template prefix on client + server

Seperate template replacement from adding the initial "custom" prefix,
so that server-side templ...

github.com/VulcanJS/Vulcan - 13e988dfec44dd867b70f0ebfd730c644c284d33 authored about 9 years ago by Gary Tierney <[email protected]>
fix delete category method

github.com/VulcanJS/Vulcan - e974768b6df389d408a48efb4d862776b9419cab authored about 9 years ago by Sacha Greif <[email protected]>
set postedAt on post approval

github.com/VulcanJS/Vulcan - d9864327c7f42ad8dcc9ef41c21e4db98bc585ff authored about 9 years ago by Sacha Greif <[email protected]>
reverted Comments.getDisplayName to .getAuthorName

github.com/VulcanJS/Vulcan - d6e83c84a0b0e0aa5d255167e3891eb29af85a65 authored about 9 years ago by Scott-Hutcheson <[email protected]>
replaced getUserName with getDisplayName for comments

This is to ensure that in notifications, those users who do not have a username,
are still displ...

github.com/VulcanJS/Vulcan - 5d5dd88ed5751b31753d8ddfc9b1353e269ba22f authored about 9 years ago by Scott-Hutcheson <[email protected]>
add regenerateAllThumbnails method

github.com/VulcanJS/Vulcan - 26a88ac7a2febec886789a5fcca702a53554e38c authored about 9 years ago by Sacha Greif <[email protected]>
small fixes

github.com/VulcanJS/Vulcan - eccd64db2c4010f5a478f4f127079e4db7ace316 authored about 9 years ago by Sacha Greif <[email protected]>
Merge pull request #1152 from delgermurun/fix-1150

Fix bug that $set and $unset categories same time.

github.com/VulcanJS/Vulcan - 32f181f4cf10a277ab7442b8a6323a0090214ffa authored about 9 years ago by Sacha Greif <[email protected]>
fix google analytics

github.com/VulcanJS/Vulcan - 49e042e6d0cfa0ba935837e0d706d9f55736aea5 authored about 9 years ago by Sacha Greif <[email protected]>
Fix bug that $set and $unset categories same time.

Fix #1150

github.com/VulcanJS/Vulcan - 25e1b39f4c0b596f0997d20e1b6092fba5f96e36 authored about 9 years ago by Delgermurun <[email protected]>
add readme

github.com/VulcanJS/Vulcan - 4d2d328da12fd78f6e5d7b4f0b3b90b3f9283700 authored about 9 years ago by Sacha Greif <[email protected]>
extract spiderable; add ecmascript package

github.com/VulcanJS/Vulcan - 5089ec5b1c90eba99442be42c7e202735a57e38e authored about 9 years ago by Sacha Greif <[email protected]>
Created and pushed by LingoHub. Project: 'Telescope' by User: '[email protected]'.

github.com/VulcanJS/Vulcan - 45ff62551068497996c0a42da975d23b9bf99fea authored about 9 years ago by Sacha Greif <[email protected]>
update packages

github.com/VulcanJS/Vulcan - 29615eb11c673fdaf7c97c7d263e52964e53bd68 authored about 9 years ago by Sacha Greif <[email protected]>
add CSS classes to each category in menus

github.com/VulcanJS/Vulcan - abedad2bb4c007231be488dc2b5983c5ffd0b2ee authored about 9 years ago by Sacha Greif <[email protected]>
fix comment edit bug

github.com/VulcanJS/Vulcan - ca18dc1aa25f815ee97e0959c3fa9a44fae6d7fc authored about 9 years ago by Sacha Greif <[email protected]>
another big refactor

github.com/VulcanJS/Vulcan - 9d5b835810c06802a89c4e8e80dc9ca42671036a authored about 9 years ago by Sacha Greif <[email protected]>
reset rLimit as well

github.com/VulcanJS/Vulcan - e9b58199399ebb83515a47f17a93b657d398bc01 authored about 9 years ago by Sacha Greif <[email protected]>
refactoring

github.com/VulcanJS/Vulcan - f44b096e5918afe958b79d1e77c1407bab11cfc5 authored about 9 years ago by Sacha Greif <[email protected]>
small tweaks to no_rights template

github.com/VulcanJS/Vulcan - 9bd72e60d86b4af0e0c9eb628c76c3e010acae25 authored about 9 years ago by Sacha Greif <[email protected]>
only resize logo for side nav layout; remove unneeded migration

github.com/VulcanJS/Vulcan - e81c54573c59f325b02619ecaa2f4e9e31fbb8d4 authored about 9 years ago by Sacha Greif <[email protected]>
css tweaks

github.com/VulcanJS/Vulcan - 487a8c7128bbc40e3893732530c7e57cdea8967c authored about 9 years ago by Sacha Greif <[email protected]>
much more refactoring

github.com/VulcanJS/Vulcan - ec46e21ec9bf53525718e91291956b1a741add83 authored about 9 years ago by Sacha Greif <[email protected]>
even more refactoring

github.com/VulcanJS/Vulcan - 1a9cf7291dc698926b50692a3771268ea00b2bba authored about 9 years ago by Sacha Greif <[email protected]>
fix fast render for daily view

github.com/VulcanJS/Vulcan - 28240205ceb95e00e79c4c2e3b552c1b8e414c5a authored about 9 years ago by Sacha Greif <[email protected]>
more refactoring

github.com/VulcanJS/Vulcan - c616fab2d1ba7385e8cc396b6774831787764a03 authored about 9 years ago by Sacha Greif <[email protected]>
add post slug to comment submit redirection

github.com/VulcanJS/Vulcan - 1ffcc09b39ec61dbfd7b54be1c838bfff55b4f48 authored about 9 years ago by Sacha Greif <[email protected]>
refactor posts_list_controller

github.com/VulcanJS/Vulcan - a6e5d90668f1bb09d9bb0084e9204bd1f6f66300 authored about 9 years ago by Sacha Greif <[email protected]>
fix fastrender

github.com/VulcanJS/Vulcan - 05e34fcc8f786ab89658707981d11db13c9981c1 authored about 9 years ago by Sacha Greif <[email protected]>
fix phone home performance; only show down voted posts when setting is enabled

github.com/VulcanJS/Vulcan - 4f1c2999fdfbca14304fbc17b851d0cb97cce07d authored about 9 years ago by Sacha Greif <[email protected]>
minor tweaks

github.com/VulcanJS/Vulcan - 2cb8870ab500e64c681cb5bcad3ccff13d5130f6 authored about 9 years ago by Sacha Greif <[email protected]>
use Facebook email on user create if it exists

github.com/VulcanJS/Vulcan - d0cae0a3bc7373037efa4689c6794ab857e0b86d authored about 9 years ago by Sacha Greif <[email protected]>
hide future scheduled posts from all views (including daily)

github.com/VulcanJS/Vulcan - cce103b65a1b44a290e814442bef88dad2a2caab authored about 9 years ago by Sacha Greif <[email protected]>
add checks to CSS to only show defined settings

github.com/VulcanJS/Vulcan - c2f701c94afbdf03910c56aa1ec5c961e8004576 authored about 9 years ago by Sacha Greif <[email protected]>
disable form inputs on post and comment submit

github.com/VulcanJS/Vulcan - b192c2a74bf8a1f9f2f6129b49973dcc7ea66b7f authored about 9 years ago by Sacha Greif <[email protected]>
i18n files clean up

github.com/VulcanJS/Vulcan - 0254d13a4b8316c504ef1c0245cc5f9eccf7a7e9 authored about 9 years ago by Sacha Greif <[email protected]>
Merge branch 'i18n' into devel

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

# Conflicts:
# packages/telescope-embedly/i18n/it.i18n.json
# packages/telescope-getting-started...

github.com/VulcanJS/Vulcan - 4974f7c0a588e498194c2a7071fe143e6f04d9e7 authored about 9 years ago by Sacha Greif <[email protected]>
changelog update

github.com/VulcanJS/Vulcan - cd7a0e49c7e2d39e578b7fcaf9bee87bab60cb3b authored about 9 years ago by Sacha Greif <[email protected]>
Created and pushed by LingoHub. Project: 'Telescope' by User: '[email protected]'.

github.com/VulcanJS/Vulcan - 9b8d25d64f055bcf24c20f4c83a2afc6af2caaaf authored about 9 years ago by Sacha Greif <[email protected]>
fix post categories links and i18n issue

github.com/VulcanJS/Vulcan - a503772f879d97a242f762ae0434f13e4b4fe602 authored about 9 years ago by Sacha Greif <[email protected]>
fix helper if user is undefined

github.com/VulcanJS/Vulcan - 58065f149858874cfbfdaa69e2ad795dc58f064d authored over 9 years ago by Sacha Greif <[email protected]>
bumping packages to 0.25.0

github.com/VulcanJS/Vulcan - ce24946d2856fd90ebadd0cc52d048ef9b1a773e authored over 9 years ago by Sacha Greif <[email protected]>
upgrading to 1.2.0.1

github.com/VulcanJS/Vulcan - 767b310c4418a9a6428edb8342b55ca6e6746492 authored over 9 years ago by Sacha Greif <[email protected]>
upgrading to Meteor 1.2

github.com/VulcanJS/Vulcan - 3f614bdb47e8658f9fdb9189c08f9d261d1af06d authored over 9 years ago by Sacha Greif <[email protected]>
small tweaks; update changelog

github.com/VulcanJS/Vulcan - 3fa328bbc4a74ec96a0a15799dadd3059a09767d authored over 9 years ago by Sacha Greif <[email protected]>
fix query terms not being passed to daily view bug

github.com/VulcanJS/Vulcan - 19c2a5ff78993675c76b31137f7cdf6f754e2102 authored over 9 years ago by Sacha Greif <[email protected]>
user deletion tweaks

github.com/VulcanJS/Vulcan - 20bb2334e322336d04138ff62a82b9696f0e5874 authored over 9 years ago by Sacha Greif <[email protected]>
add removeUser method to also remove a user's post

github.com/VulcanJS/Vulcan - 7dc169ee3a84a47667e01e0f6bb8ee08b468676c authored over 9 years ago by Sacha Greif <[email protected]>
clean up; make filtering UI more responsive

github.com/VulcanJS/Vulcan - ab4038b1afe648763308ac64fecd19f151d2e532 authored over 9 years ago by Sacha Greif <[email protected]>
working on permissions and router filters

github.com/VulcanJS/Vulcan - dafae9b57c2678cbcd5f453c058b6b26935cad4e authored over 9 years ago by Sacha Greif <[email protected]>
fix default view

github.com/VulcanJS/Vulcan - 321fa8fb19d2c1fb7e76ef1045167205b705c93a authored over 9 years ago by Sacha Greif <[email protected]>
more SEO stuff

github.com/VulcanJS/Vulcan - 8bc812fe3dab9789063513ae7c24fbc2ed4e775a authored over 9 years ago by Sacha Greif <[email protected]>
refactoring SEO stuff

github.com/VulcanJS/Vulcan - dba8e66a5f62842b389d40bbf602428d1cddbd2e authored over 9 years ago by Sacha Greif <[email protected]>
sign-in/sign-up routes; clean up

github.com/VulcanJS/Vulcan - 4894d5f4f28e04934bc006c8d4d53b26ed1208e2 authored over 9 years ago by Sacha Greif <[email protected]>
newsletter and notifications

github.com/VulcanJS/Vulcan - c9ba89205795ba56b0f0d88bdb1d1d21d3dbb78e authored over 9 years ago by Sacha Greif <[email protected]>
get rid of search logging

github.com/VulcanJS/Vulcan - a8bf2d0f1cdd17cf526f74b1f5504bd8c28a6590 authored over 9 years ago by Sacha Greif <[email protected]>
working on search, API, RSS feeds, etc.

github.com/VulcanJS/Vulcan - 5df17c6305f91e75c839eb6a245112260ea89cd2 authored over 9 years ago by Sacha Greif <[email protected]>
use loader template

github.com/VulcanJS/Vulcan - 19b561df20b65f87cc8fd0ad14803220d559efac authored over 9 years ago by Sacha Greif <[email protected]>
fix routes

github.com/VulcanJS/Vulcan - be1ce2684842caac873884206494ce701ce7d4e2 authored over 9 years ago by Sacha Greif <[email protected]>
migrating to Flow Router (WIP)

github.com/VulcanJS/Vulcan - 50c48745a30af6151902705c8c659e6488280342 authored over 9 years ago by Sacha Greif <[email protected]>
make expandedClass non-reactive

github.com/VulcanJS/Vulcan - 4b7feacfeabf7f5fcbf9b3c52978a5c5c6b863f0 authored over 9 years ago by Sacha Greif <[email protected]>
open sub category tree if category is active

github.com/VulcanJS/Vulcan - b43a91544e48f9789dfc1bbf070505a7f3e3a332 authored over 9 years ago by Sacha Greif <[email protected]>