Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

CoopCycle

Open source logistics platform. Only for worker-owned business.
Collective - Host: opensource - https://opencollective.com/coopcycle - Website: https://coopcycle.org - Code: https://github.com/coopcycle

Introduce LocalBusinessType.

github.com/coopcycle/coopcycle-web - 86607b26cff81db84968fa0bc9608942c840d5ae authored about 7 years ago
Merge pull request #171 from coopcycle/admin-user-roles

Allow editing user roles by admin.

github.com/coopcycle/coopcycle-web - 0162943deba31cc4ec053f95304676dfd615bda1 authored about 7 years ago
Allow editing user roles by admin.

github.com/coopcycle/coopcycle-web - 24683792abf83c2d0d28237fc9eb8caff364dafe authored about 7 years ago
Add simple system for docs/help based on Markdown.

github.com/coopcycle/coopcycle-web - e11438f80ccba501d3582ab1012c9417c9126d35 authored about 7 years ago
Introduce AddressInput.

github.com/coopcycle/coopcycle-web - efc8a0c648ffda03f5ca367ab76730ffe69c0491 authored about 7 years ago
Introduce OpeningHoursInput widget.

github.com/coopcycle/coopcycle-web - 3adc3a9d1c8dc02c17c04e59725107f1d75958dc authored about 7 years ago
Move methods to parent class, remove duplicate attribute.

github.com/coopcycle/coopcycle-web - 2a3b657ab092b0797fe3e966ee998fad6cfbc4e6 authored about 7 years ago
Use global Twig variable for google_api_key.

github.com/coopcycle/coopcycle-web - 0fc352b5f188c31c53b61cbc0df87ea411108b14 authored about 7 years ago
Improve human readable time range function.

github.com/coopcycle/coopcycle-web - edb3500f182ea106f6efe445243c8954c7c6d98a authored about 7 years ago
Use TimeRange class.

- Avoid changing moment.locale globally
- Pass locale as parameter to components

github.com/coopcycle/coopcycle-web - f99167770a34a3ee572a0d163718fb164144ff29 authored about 7 years ago
Introduce TimeRange class.

github.com/coopcycle/coopcycle-web - 249a5c8ee561d092b05d0a911052d50d0956f44d authored about 7 years ago
Update a bunch of JavaScript dependencies, improve Webpack Dockerfile.

github.com/coopcycle/coopcycle-web - 4dd3e1d7010758b31022758aed093337dd00c958 authored about 7 years ago
Fix duplicate #opening-hours selector.

- Wrap component in widget
- Create widget on restaurant page

github.com/coopcycle/coopcycle-web - 15cc2c80aca87c6429ce304d26b8ab121b15c264 authored about 7 years ago
Fix random opening hours.

github.com/coopcycle/coopcycle-web - b61dbd2700cc27d18a7fd3293a8bebad24397b6a authored about 7 years ago
fix: use new method `accessControl` instead of `checkAccess`

github.com/coopcycle/coopcycle-web - 55af2623e778aed347f36990f1f9415d7e2ed508 authored about 7 years ago
Merge pull request #169 from coopcycle/closing-hours

feat: add closing rules for restaurant and planning view in admin

github.com/coopcycle/coopcycle-web - 005e962a885ea77e0e723297e9e2fbaf659b499e authored about 7 years ago
fix: indentation for .scss files

github.com/coopcycle/coopcycle-web - 98af45f26a1a4933121a3c832621a48b85004189 authored about 7 years ago
Randomize demo opening hours.

github.com/coopcycle/coopcycle-web - 589bce22492cd0849bbc987f1c104d8fc0700c98 authored about 7 years ago
fix: add mailto link to footer

github.com/coopcycle/coopcycle-web - 32b394aa3f3b303e09f73a9f0984b18845e1dbb3 authored about 7 years ago
Initialize component only for ROLE_RESTAURANT.

github.com/coopcycle/coopcycle-web - dbcaed49c2236db4ce283009b813e864732afbc9 authored about 7 years ago
Don't add layers when there are no points.

github.com/coopcycle/coopcycle-web - 439d348054f7997be8417c53fe07dd2815a05ba2 authored about 7 years ago
Add navbar in user account, fix layout inheritance.

github.com/coopcycle/coopcycle-web - 386f606995a1167664052dc888db4fdf15de31a3 authored about 7 years ago
Add simple page displaying tracking positions.

github.com/coopcycle/coopcycle-web - daa4ed12c00275cdfbe03dfc7546aaba21b3c77f authored about 7 years ago
Record tracking position.

github.com/coopcycle/coopcycle-web - a69827f0c10a684b98c8e507f96615664f1c62f1 authored about 7 years ago
fix: do not display delivery price if cart is empty

github.com/coopcycle/coopcycle-web - 334e4347dbf63e93f5c76de547379b7fb899cd37 authored about 7 years ago
fix: change demo delivery price

github.com/coopcycle/coopcycle-web - 148f344e2361c6979d2446ca5e482ceecb5302a6 authored about 7 years ago
feat: add message for exceptional closings

github.com/coopcycle/coopcycle-web - be4da786f4003c434758682b2715857d4f402cf7 authored about 7 years ago
feat: add a JS parser for nice display of opening hours

github.com/coopcycle/coopcycle-web - 3476dcf5094cb88cee951077b05a5ea2d50a7295 authored about 7 years ago
feat: add closing rules for restaurant and planning view in admin

github.com/coopcycle/coopcycle-web - b3ee83a51706effc0b5362c0dd58218babfc7d82 authored about 7 years ago
Fix bug with GeoJSONType.

github.com/coopcycle/coopcycle-web - 861e85c34fd0b8c83524cac1eb698b34dde9f377 authored about 7 years ago
Fix null variable.

github.com/coopcycle/coopcycle-web - 1c23ebbbc33ef80e2948d4bebb64a0e62b065403 authored about 7 years ago
Merge pull request #168 from coopcycle/dispatch

Introduce manual dispatch.

github.com/coopcycle/coopcycle-web - 89187bc1aac8f4f35bad8f08b5924cf9a068dc36 authored about 7 years ago
Introduce manual dispatch.

github.com/coopcycle/coopcycle-web - 679ceebe09a4ee145145831eeb22ff28f29d368c authored about 7 years ago
Refactor actions.

- Do not use ActionTrait when overkill.
- Reduce number of parameters.
- Introduce DeliveryManag...

github.com/coopcycle/coopcycle-web - b05e11e7cc14f748a10e3eecd9efc8d8a94a8faa authored about 7 years ago
Allow filtering canceled orders.

github.com/coopcycle/coopcycle-web - a48b3f84d9f17384bd7543b21870830e3a528798 authored about 7 years ago
Introduce AccessControlTrait.

github.com/coopcycle/coopcycle-web - 8cfb49b8a1a9d12a3fb37d4104c542bb3db23b13 authored about 7 years ago
Introduce AccessControl class.

github.com/coopcycle/coopcycle-web - c416aa9e75ac51489471d02c60a537e8206ffac4 authored about 7 years ago
Merge pull request #147 from Ladias-Elie/no-silent-resto-change

No silent resto change

github.com/coopcycle/coopcycle-web - f6c7a9ab21b379399ce749a582e508cd37c5c27b authored about 7 years ago
Manage navbar cart with React.

- Add CartTop component.
- Show warning modal before adding item to cart.

github.com/coopcycle/coopcycle-web - 2188e88cbf85371de5460a04a9d5304b668ef3fd authored about 7 years ago
Sum delivery price when there is at least one item.

github.com/coopcycle/coopcycle-web - e2a6326b85c4a6722cf42befdad088b869dffc9b authored about 7 years ago
Allow placeholder.

github.com/coopcycle/coopcycle-web - 8fb190b3a0ac2aa7c9ac895ce69e3007e58d0fca authored about 7 years ago
fix: revert source map generation method

github.com/coopcycle/coopcycle-web - 0cfac45bb606a97031e924d5e944228d66b6d066 authored about 7 years ago
Reduce font size.

github.com/coopcycle/coopcycle-app - 6eb56ff87adaf9a34515b3087033f5f76b56d6b7 authored about 7 years ago
Bump version to 0.5.0.

github.com/coopcycle/coopcycle-app - 4a47da7634e3806a14f41d310eb6b0067be6a046 authored about 7 years ago
Redesign modify cart modal.

github.com/coopcycle/coopcycle-app - f28adb187b12868c70a60440260a44b8b627a77e authored about 7 years ago
Take day filter into account.

github.com/coopcycle/coopcycle-app - 139c535641187df12f8990ab58ae0d71b502a8b2 authored about 7 years ago
fix: correct links on help page

github.com/coopcycle/coopcycle-website - 8a89773d0101ff65905d9270ecac5f2bd1506cee authored about 7 years ago
Introduce RestaurantList.

github.com/coopcycle/coopcycle-app - cd248b6f8b4a129f09e50f98fce140afe5c7ae8c authored about 7 years ago
Rename CourierPage to DispatchPage.

github.com/coopcycle/coopcycle-app - e69d167715f432364dd69b7d226b4a195cc8d993 authored about 7 years ago
Add header button for courier screen.

github.com/coopcycle/coopcycle-app - 91ab12f5cb89dd3500771c02322bafaa37d160cc authored about 7 years ago
Change design of restaurant page.

github.com/coopcycle/coopcycle-app - afb8c5b691b9fb20dd8b82cb7e58e835a25ac331 authored about 7 years ago
Improve checkout.

- Manager delivery date & minimum cart amount.
- Filter restaurants based on delivery date.
- Im...

github.com/coopcycle/coopcycle-app - 9db42d142197b2a412035d44bbe7abe5be224d6d authored about 7 years ago
Add OpenSans-Bold font.

github.com/coopcycle/coopcycle-app - 315c88b0934867fe136285340e49526402622cf1 authored about 7 years ago
Bump version to 0.4.1.

github.com/coopcycle/coopcycle-app - 87e41cd78df4082bfcb894d247a51e88bc7bcec0 authored about 7 years ago
Update AppStore icons.

github.com/coopcycle/coopcycle-app - 57c42b4bfe5d41341d7dd1f7d4558e3dc8c59868 authored about 7 years ago
Add simple page with personal information.

github.com/coopcycle/coopcycle-app - a2da9462e632854bacdbe301957afc94ca867998 authored about 7 years ago
Add missing translation.

github.com/coopcycle/coopcycle-web - 6c7fa4cf0e34a36d3b992881b9f92566eb20e409 authored about 7 years ago
Merge pull request #165 from coopcycle/graphite-statsd

Introduce StatsD, Graphite & Grafana

github.com/coopcycle/coopcycle-web - d0fdab067232bae77d5cc0250f0f35b7095d24ad authored about 7 years ago
Count couriers connected.

github.com/coopcycle/coopcycle-web - f8bdc6db11518cefd514a0780a07f64976e9b4ac authored about 7 years ago
Dispatch events during order lifecycle.

github.com/coopcycle/coopcycle-web - 73b3f5c87fe94cdd86936b11aca134f379a76534 authored about 7 years ago
Count orders waiting.

github.com/coopcycle/coopcycle-web - 805853baf939b3e4c9cf489fc304bbf501853844 authored about 7 years ago
Add containers for StatsD, Graphite & Grafana.

github.com/coopcycle/coopcycle-web - 8ae43e2b6227f402a3ae251cdf4927a2d79d2f48 authored about 7 years ago
Add bundle to manage StatsD.

github.com/coopcycle/coopcycle-web - 9993e3414f5737d9969bfce3633b07b72edab2fa authored about 7 years ago
Make changes for app & bots.

- Add order id in WebSocket message.

github.com/coopcycle/coopcycle-web - 5c1ae4779b89d8896dd8ac7642100e1d1795b5ae authored about 7 years ago
Change port to 3001, improve logs, reflect API changes.

github.com/coopcycle/coopcycle-bot - 9be411c17e3ac2efe0fb327620ca7b062c60ca1b authored about 7 years ago
Modify .gitignore.

github.com/coopcycle/coopcycle-bot - f6ff35f4ed027155c24f7aef785bc43b3e617d08 authored about 7 years ago
Change README, add Makefile.

github.com/coopcycle/coopcycle-bot - 9eae6589f8f54c24a1a72f1796e497552fc7923c authored about 7 years ago
Merge pull request #163 from coopcycle/transactional-emails

Transactional emails + Mailjet Support

github.com/coopcycle/coopcycle-web - 27efd1f1d1474ed8fc66fdebcc014347ace1fa17 authored about 7 years ago
fix: remove useless imports.

github.com/coopcycle/coopcycle-web - f01cc0648b20cc9a07beeca1ca1d2f5f0c7fe921 authored about 7 years ago
feat: add command to generate HTML email.

github.com/coopcycle/coopcycle-web - 739a723f9a4fe227e81bf8f17a5484334cd6aba9 authored about 7 years ago
feat: use Mailjet to send emails in production.

github.com/coopcycle/coopcycle-web - e79f6016c102120a3383482b85ac0108fe8e0177 authored about 7 years ago
fix: remove $blue SCSS var (which corresponds to red)

github.com/coopcycle/coopcycle-web - b75c72917ce5750cef07a98c552c256ea82fc1c8 authored about 7 years ago
feat: add a smtp container so we can test mail sending in dev

github.com/coopcycle/coopcycle-web - 90e54ac772534a164d3e7b6d368e94d44632b503 authored about 7 years ago
fix: try another method to generate sourcemap

See https://github.com/webpack/webpack/issues/5491

github.com/coopcycle/coopcycle-web - 88592b25e2d9c70e97ca6c281cb5f5bae5ed1c0b authored about 7 years ago
Update to recommended settings.

github.com/coopcycle/coopcycle-app - b2c170ad20c009385b621b12c6b8b330528157de authored about 7 years ago
Align version with Android.

github.com/coopcycle/coopcycle-app - a700b67e2668f0e37d7fe06662b1d828c5347106 authored about 7 years ago
Update Stripe Pod.

github.com/coopcycle/coopcycle-app - 48be2934c332d3b5e1b5542d9edafd6c70805f06 authored about 7 years ago
Introduce tab navigation.

- Add homepage with welcome text.
- Use TabNavigator & refactor components to use screenProps.
-...

github.com/coopcycle/coopcycle-app - 0e2bd9c1bb9b0f43cd5325154e4c688419cea985 authored about 7 years ago
feat: generate sourcemap for Sentry / production debug

github.com/coopcycle/coopcycle-web - 3d5d464730bf4eb8aa390c24a6907b8c453a662a authored about 7 years ago
clean: silent PHP warning for NULL array

Fix https://sentry.io/coopcycle/molenbike/issues/417236913/

github.com/coopcycle/coopcycle-web - c8fe65ec7b11c93c424f614983a57cbafe8d761e authored about 7 years ago
clean: store symfony cache in a docker volume

github.com/coopcycle/coopcycle-web - 2ddc0d48c883acfcb3ff598aa8b363c45d826b46 authored about 7 years ago
clean: exclude some folders from docker-sync

github.com/coopcycle/coopcycle-web - 0dce0f75424be570f9f28336d14be314d5882006 authored about 7 years ago
clean: run docker commands as user 82 (= www-data)

github.com/coopcycle/coopcycle-web - e9df0d110109848e17549f187df827173d004422 authored about 7 years ago
Improve placeholder.

github.com/coopcycle/coopcycle-app - 72340acf93fd8cf6f892591699b7114c1dbc3258 authored about 7 years ago
Wrap router in StyleProvider.

github.com/coopcycle/coopcycle-app - 744d652536751debc0e5b0170e5c14ef179971ae authored about 7 years ago
Use StyleProvider.

github.com/coopcycle/coopcycle-app - 63d8599a83d709c09499a83fdff6c691ca7f9c99 authored about 7 years ago
Eject NativeBase theme.

github.com/coopcycle/coopcycle-app - 8360eba5c2f2df0e83553ee0d6c6ccf342df4469 authored about 7 years ago
Add Raleway & Open Sans fonts.

github.com/coopcycle/coopcycle-app - 52ebb7fd17074d87342f309f9cf6f12474eb8c59 authored about 7 years ago
Remove deprecated method to theme NativeBase.

github.com/coopcycle/coopcycle-app - 8c7463aea25dbc11d30dacf9ac12bd86f923d078 authored about 7 years ago
Merge pull request #164 from Ladias-Elie/dispatch-adress-bug

Dispatch adress bug

github.com/coopcycle/coopcycle-web - e4f11288ec4a9da15056e386093bfbe4b6bd5378 authored about 7 years ago
Fix bug with null errors.

github.com/coopcycle/coopcycle-web - 6c23ecb2cabff494488a54f0cc8443d187a9aa38 authored about 7 years ago
Merge pull request #154 from coopcycle/delivery-pricing

Introduce delivery pricing

github.com/coopcycle/coopcycle-web - e3f7c113cb7b430ce9a04d3f9aa85f8faae53312 authored about 7 years ago
Add simple GUI to manage rules.

github.com/coopcycle/coopcycle-web - 85f674d76e96f017cf34bcad1c59231e763c3a06 authored about 7 years ago