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

Remove profile deliveries page.

github.com/coopcycle/coopcycle-web - 77db16eb152c4a7330b0c6e6bb177ea8107df5d8 authored about 7 years ago
Ignore double dispatch.

github.com/coopcycle/coopcycle-web - 8294290ae09e8ff0d2920616e69237f60a92e658 authored about 7 years ago
Introduce Task events.

github.com/coopcycle/coopcycle-web - 6fd8c81576d19e5dcc7733b992e7424d7ddb8831 authored about 7 years ago
Extract dashboard.css.

github.com/coopcycle/coopcycle-web - 29d6831d11a955d8033d8f6699e5a1b932f2f4cf authored about 7 years ago
fix: remove unused/breaking CSS

github.com/coopcycle/coopcycle-web - a19bd38b7ef282e1c56568c3dcd2f1bfe9b0da2e authored about 7 years ago
fix: allow cancellation for a dispatched order from admin

Fix #183

github.com/coopcycle/coopcycle-web - 6759e2fcf1c2626458b52bbb3c1fcb945c7b5c28 authored about 7 years ago
fix: build for docker-sync

github.com/coopcycle/coopcycle-web - fa3340f35779e0a9edd52d935147f2d756fe25b8 authored about 7 years ago
Create tasks when a new delivery is created.

github.com/coopcycle/coopcycle-web - 0a9d4555469802ccaf23c28d3f3639c5ecca9038 authored about 7 years ago
Refactor tasks page.

github.com/coopcycle/coopcycle-web - d9d5e5c7012f9723dee89298384f311e1f5a21d4 authored about 7 years ago
Update API operations, remove Schedule entities.

github.com/coopcycle/coopcycle-web - 848f042a438062fac423d18d1613dad326ea8edf authored about 7 years ago
Introduce Task entities.

github.com/coopcycle/coopcycle-web - d1ee6905b2cb86e5a561c8cd7fec7a70cb281263 authored about 7 years ago
Refactor dashboard.

github.com/coopcycle/coopcycle-web - 101e1cc0e7afdee209630ff06c4a4cd4e9170085 authored about 7 years ago
Update help on pricings (fr)

github.com/coopcycle/coopcycle-web - 98be252a5009857266a6aaa4bf89b71d6af48b4e authored about 7 years ago
Update help on pricings (en)

github.com/coopcycle/coopcycle-web - 91636f64f230cabe312def070e1c772aa8e36e45 authored about 7 years ago
Update help on pricings (en)

github.com/coopcycle/coopcycle-web - d723dc2f5dfedd935c9ef84b0c749e28a4ba87bc authored about 7 years ago
Merge pull request #184 from coopcycle/rule-picker-component

Rule picker component

github.com/coopcycle/coopcycle-web - ef3a72cc3c985b7daee5094c7ac21c2228fc743a authored about 7 years ago
Merge pull request #185 from Ladias-Elie/role-login-redirection

Role login redirection

github.com/coopcycle/coopcycle-web - f0ff52e443f749f3554c9578d2080e71b63cd548 authored about 7 years ago
fix: index for demo account creation

github.com/coopcycle/coopcycle-web - 23bba022a4d9d269277986b0f7bcedb10a6a92a1 authored about 7 years ago
Redirect restaurant owner to the profile_orders page after a login

github.com/coopcycle/coopcycle-web - c4c1b11367f15bafbc6aa57663e791c36d774b54 authored about 7 years ago
Redirect courier to the profile_schedule after a login

github.com/coopcycle/coopcycle-web - 8fe791fc5a0a8d81241384bb424cdf88a702e3b4 authored about 7 years ago
Redirect admin to the admin_index page after a login

github.com/coopcycle/coopcycle-web - 2333430f0f32c63a4a9709ad5294d1248acac022 authored about 7 years ago
introducing the RulePicker component

github.com/coopcycle/coopcycle-web - 5bf7358be92bab9fc6d8d3cfeb2974e34eb15dd9 authored about 7 years ago
feat: show warning message when no delivery could be calculated

github.com/coopcycle/coopcycle-web - 75714413946c2bce5591c10ed1c31ddb2a3ab999 authored about 7 years ago
fix: do not try to capture a charge twice

github.com/coopcycle/coopcycle-web - a99b2eb1a860e7f24c4d4bd210cdb72db0b08b62 authored about 7 years ago
fix: add missing translation

github.com/coopcycle/coopcycle-web - e13aee2c22a344a8bae98fdc8aee0a531099a4bb authored about 7 years ago
Hotfix to stop sending transactional emails to bots.

github.com/coopcycle/coopcycle-web - 083501d1bd243de67970e4b0744f279e2a63cc2b authored about 7 years ago
Do not trigger exception when setting already exists.

github.com/coopcycle/coopcycle-web - 48372d31e557cde39db0b411c614f25028ef8a08 authored about 7 years ago
Add command to create database settings.

github.com/coopcycle/coopcycle-web - c967cdf6cfa492c484e043eb6299c505d233554e authored about 7 years ago
Ask for google_api_key when initializing demo.

github.com/coopcycle/coopcycle-web - 2c72a948c2f2781b9f24f9bac10c32ed6aed7786 authored about 7 years ago
Hotfix to save schedule.

github.com/coopcycle/coopcycle-web - 4997d3c62efb59407dd187503444e38167083ea4 authored about 7 years ago
Manage empty schedule, add date picker.

github.com/coopcycle/coopcycle-web - 07b7fe018c72929ff34c389e550d312bbb3010c6 authored about 7 years ago
Create schema on make install.

github.com/coopcycle/coopcycle-web - 9e8cc8ddea92b365be78b647f2f58e4b0dcf991a authored about 7 years ago
Purge database instead of dropping, exclude some tables.

github.com/coopcycle/coopcycle-web - fd630aa958241b794b6d3b913cfcd4982581b955 authored about 7 years ago
Improve dashboard UI.

- Add deliery id in task list.
- Add caret icon.
- Refresh route when schedule is revealed.

github.com/coopcycle/coopcycle-web - 7e9c816e711c1085f010b6dd4e7a861ad6b4e102 authored about 7 years ago
Add schedule screen in user profile.

github.com/coopcycle/coopcycle-web - 6e0d096d20942daa49a7627c8eb9a900de7df523 authored about 7 years ago
Add endpoint to retrieve own schedule.

github.com/coopcycle/coopcycle-web - 70fff42b1a56f5401c5d9094c931531eeaf40b41 authored about 7 years ago
Make sure Google Maps JavaScript API is loaded.

github.com/coopcycle/coopcycle-web - a704f42dd0cb7a71179ff6eb67169d3ad47ff301 authored about 7 years ago
Add partial for MapHelper data, fix bug on tracking.

github.com/coopcycle/coopcycle-web - c54961f58cf435a9529764ffadf1e145d36d7340 authored about 7 years ago
Disable address autocomplete in Chrome.

github.com/coopcycle/coopcycle-web - fcae17a8049298bceca40b628b28527fb5b7a9ab authored about 7 years ago
Fix date picker bug, remove disabled hours.

github.com/coopcycle/coopcycle-web - 5aee2c859da099066396472dc2c9f3717d12b7a3 authored about 7 years ago
Move button to top right of page.

github.com/coopcycle/coopcycle-web - 7061397f190a4d3d93335175b1ed54b51da170e9 authored about 7 years ago
Paginate deliveries.

github.com/coopcycle/coopcycle-web - 66f9bf9353b2db988cb4b9117a106c0e0c25c982 authored about 7 years ago
Add flash messages & translation when saving a user.

github.com/coopcycle/coopcycle-web - bb08a8d1b43f8ec1b9c25454959be351572894a2 authored about 7 years ago
Add icon & translation for ROLE_STORE.

github.com/coopcycle/coopcycle-web - 41bb5a8b4367a1b0ed2652ecf415348a6b797d6a authored about 7 years ago
Remove too verbose log.

github.com/coopcycle/coopcycle-web - bb7fc33b9d8d247564db064856661ae6ef992597 authored about 7 years ago
feat: add new design for subscribe iframe

github.com/coopcycle/coopcycle-website - e96cb47735e9242e55581ca620d337dc7c98ba5c authored about 7 years ago
fix: include polyfills on "viz" page

github.com/coopcycle/coopcycle-web - cdf0fbc336d8eb4377c909e3c1bbbd0e101d8656 authored about 7 years ago
Add fullscreen mode for dashboard.

github.com/coopcycle/coopcycle-web - 4d688db75b045b3737fcde1bec197ba553a3794e authored about 7 years ago
Extract admin nav to template.

github.com/coopcycle/coopcycle-web - 1a07d2a2448b81cc90996297e7e483ea2a90d8de authored about 7 years ago
Add date picker in dashboard.

github.com/coopcycle/coopcycle-web - 5e95845818482ea6bb9ccda6e57720ffaa34ee7d authored about 7 years ago
Manage google_api_key in database.

github.com/coopcycle/coopcycle-web - 220c8365dba397a336e6f38d66af10c9f92ab9bc authored about 7 years ago
Initialize maps with database settings.

github.com/coopcycle/coopcycle-web - d2ad7f87316d39c85e7ebf2583321d58632fe002 authored about 7 years ago
Add bundle to manage settings stored in database.

github.com/coopcycle/coopcycle-web - f0ee2c95bc5e5718c06ff488c69d0fbc735dadff authored about 7 years ago
Continue if delivery cannot be accepted.

github.com/coopcycle/coopcycle-web - cb146b725b4c48778e170cef4c7adca6fed3b77e authored about 7 years ago
Update schema silentlty for tests.

github.com/coopcycle/coopcycle-web - 69209edc94ff886de055b9b3835b120736d9e830 authored about 7 years ago
Add dashboard to manage schedules.

github.com/coopcycle/coopcycle-web - fd226f3e765e17a0120ae810a72f8f196b29f8ce authored about 7 years ago
Add Schedule entity.

github.com/coopcycle/coopcycle-web - d2357192ebce803c510b09960f67ef65b8ce2dcc authored about 7 years ago
Change routing URLs.

github.com/coopcycle/coopcycle-web - 06afb3fb9f7551135a16243b3b385525bee73034 authored about 7 years ago
Simple algorithm viz.

github.com/coopcycle/coopcycle-web - 6a8410480ccfccf17cb556aa4d21f9d58f0529ce authored about 7 years ago
Fix missing import.

github.com/coopcycle/coopcycle-web - 61159d7ef2f3fe8d6d115971f00c0ca0cdae7b4e authored about 7 years ago
Fix missing import.

github.com/coopcycle/coopcycle-web - d0a8b1c9f0cdd750452cf3aac602d3a0c16fac46 authored about 7 years ago
Merge pull request #176 from coopcycle/in-db-cart

Save the cart in DB, not in session

github.com/coopcycle/coopcycle-web - 87b1ea41fc4c00554d21c704257938d16f5bbc2b authored about 7 years ago
feat: store cart in-db

github.com/coopcycle/coopcycle-web - 798059b0408e7491931443fbef50866d08698ee7 authored about 7 years ago
Change tracking url.

github.com/coopcycle/coopcycle-website - ec95889f262c2fad36a135409ca18c887593d9be authored about 7 years ago
Refactor dispatch.

- Use co to yield promises.
- Simplify API.
- Separate concerns.
- Remove useless classes.

github.com/coopcycle/coopcycle-web - 365ad122de5fe6bc51e53983273eb36dde9dfa0c authored about 7 years ago
No zoom if no layers.

github.com/coopcycle/coopcycle-web - 231d6d69b8b3c40b3915390d87bb04642607a3d3 authored about 7 years ago
Only admin can change pricing.

github.com/coopcycle/coopcycle-web - 0036d4ceb6e4b09e2bfb899d114f308cc50d19b3 authored about 7 years ago
Add store management in profile.

github.com/coopcycle/coopcycle-web - 164b1d0836687bfe95861995609be2c32a78ab56 authored about 7 years ago
Manage permissions for ROLE_STORE.

github.com/coopcycle/coopcycle-web - e50e5a633825df480fc3cb79b072f044f0f23f06 authored about 7 years ago
Fix missing import.

github.com/coopcycle/coopcycle-web - 0093b32595bbe37c81b26451f3986d320f5a5112 authored about 7 years ago
Introduce vehicles.

github.com/coopcycle/coopcycle-web - 4a565b5835efed86fd4cd07ed58d2cd6649d6685 authored about 7 years ago
Improve pricing help in fr.

github.com/coopcycle/coopcycle-web - 52c24c80850e3e449ee62dd0c0ca10d63da77a48 authored about 7 years ago
Change routing URLs.

github.com/coopcycle/coopcycle-bot - c4a54829e2290d3ebf3bae62cd05b0d4796b73fa authored about 7 years ago
Merge pull request #175 from coopcycle/local-business

Introduce stores

github.com/coopcycle/coopcycle-web - de499473c721433d30d503f2fbd1445301eab77d authored about 7 years ago
Calculate delivery price based on store pricing rules.

- Initialize form with store address.
- Modify DeliveryManager to take a PricingRuleSet as param...

github.com/coopcycle/coopcycle-web - 8bfd93fe528f0391402f69b59f8f672728697a9d authored about 7 years ago
Introduce Store entity.

github.com/coopcycle/coopcycle-web - 097c311b22f759bade8fb7d134d9384e030ac1b3 authored about 7 years ago
Modify forms to edit pricing, add help.

github.com/coopcycle/coopcycle-web - 811607a47b0b700f4b6b6b8a3dfecb226678af8a authored about 7 years ago
Add ExpressionLanguage function for zones.

github.com/coopcycle/coopcycle-web - a23b74e317af12eb0a98a25e5fa6ffb98da087df authored about 7 years ago
Introduce PricingRuleSet.

github.com/coopcycle/coopcycle-web - 680010a303e0fb4dcf533ff35e05f9a6cea4abcb authored about 7 years ago
Refactor tracking.

github.com/coopcycle/coopcycle-web - 4aad0356cd23717c1a0d5d193371a34f7e904e85 authored about 7 years ago
Refactor order tracking.

github.com/coopcycle/coopcycle-web - 8faa7bb6c25ce4cb72b1bf98fb52ec414b8bcfaa authored about 7 years ago
Change serialization.

github.com/coopcycle/coopcycle-web - ffdd249626bc1b00df79500f5b06f6b1192c3ddf authored about 7 years ago
Fix missing route.

github.com/coopcycle/coopcycle-web - d945952e5062b09a98091fd2f75da56a35f327a2 authored about 7 years ago
Manage admin & profile routing as external resources.

github.com/coopcycle/coopcycle-web - 0418aac36786dd001f14994bc0548512020b900a authored about 7 years ago
Improve GeoJSON upload form, add help.

github.com/coopcycle/coopcycle-web - 28335ed210811a844bb79a94457ba0f6ca62278c authored about 7 years ago
Simplify HelpController usage.

github.com/coopcycle/coopcycle-web - c476c19a592ab51692efe2950454621ae50eccce authored about 7 years ago
fix: add a polyfill for Set

github.com/coopcycle/coopcycle-web - ab5cd7912c8779fbfa13fedfc7f52601df39158f authored about 7 years ago
Fix missing route.

github.com/coopcycle/coopcycle-web - fa6762247d1776c7a9e47ddfc0544fd8260ae60e authored about 7 years ago
Refactor Admin & Profile controllers.

- Move all common action methods into traits.
- Configure routing in YAML.
- Use request attribu...

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