Ecosyste.ms: OpenCollective

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

Streetmix

Streetmix makes it easy for people to design public spaces together.
Collective - Host: opensource - https://opencollective.com/streetmix - Website: https://streetmix.net/ - Code: https://github.com/streetmix

Remove building overhang magic constant of 25

github.com/streetmix/streetmix - f532e224af76748e93728cca4fb86dd4586f6218 authored about 6 years ago
removed isUser from user data; isAdmin differentiates elevated priviledges and not

github.com/streetmix/streetmix - 72ebdffa0d2264297ae42391a939f02c41df4586 authored about 6 years ago
show feature dialog if isAdmin

github.com/streetmix/streetmix - 1e992d2418120f5ae587cf72d8e84d9af01d38a6 authored over 6 years ago
changed role type to array of role strings; asJson checks roles array and evaluates isAdmin and isUser

github.com/streetmix/streetmix - 53a927b9b50244cb767e501428fa19b1c590706b authored over 6 years ago
added json file to keep track of types of user roles?

github.com/streetmix/streetmix - c9128bbfd4bc54130c9cf96c51f1af303c901b40 authored over 6 years ago
moved if condition to inside registerKeypress; if user role is admin, show flag dialog

github.com/streetmix/streetmix - 7d5550d0b2240e9d866576787389af7ccf2d8cd4 authored over 6 years ago
added role attribute to user

github.com/streetmix/streetmix - 215fa3e0243140a6ed9ed11298dc13a1cf56f1dc authored over 6 years ago
moved user_flags.test.js under app tests module

github.com/streetmix/streetmix - aa0fe9ec18fe950cd4e73bca49263bc918c9a854 authored over 6 years ago
moved receiveUserFlags to flag_utils

github.com/streetmix/streetmix - 256b6d90b6803f5056804485c23dfcb09089cb2f authored over 6 years ago
removed sass package

github.com/streetmix/streetmix - 050927d910dfa12ff2f8fc40066aa86f6a919a37 authored over 6 years ago
setFeatureFlag no longer needs additional source param

github.com/streetmix/streetmix - 717a10fc4ed1478d771f3c6c118ddf0fae9c47ce authored over 6 years ago
setFeatureFlag no longer needs additional param source

github.com/streetmix/streetmix - 6554509db530d4152d1bd6a425865286ce05e6db authored over 6 years ago
setFeatureFlag reducer now has extra param stating where source is from

github.com/streetmix/streetmix - 18c2fc1d44c41d49908d7af5e6a68669d7999eaa authored over 6 years ago
set schema type of flags as map with values of type Boolean

github.com/streetmix/streetmix - f1c10b7df7b4844b8d5bafecee0c9c9dc1be2b16 authored over 6 years ago
moved userFlag functions to authentication.js; for some reason, store does not exist in this file

github.com/streetmix/streetmix - 2baa07e2f658f44f93ea04c262b59e9af3b2f60d authored over 6 years ago
adding userFlag functions to authentication

github.com/streetmix/streetmix - 93d76b1a39cb918b12ba6d0394df476137cdf19d authored over 6 years ago
export functions for testing

github.com/streetmix/streetmix - 39fdcec45bca8dc1c2531bd6516e39d4644f4b6f authored over 6 years ago
working on testing receiveUserFlags

github.com/streetmix/streetmix - 6631a3b2b54f6323cb362b46cb2750748961fdf5 authored over 6 years ago
reverted setFeatureFlag to not need source param passed in

github.com/streetmix/streetmix - 51b214bc1bce9febb8f87fdbc7afd7ec3480df0e authored over 6 years ago
setFeatureFlag no longer needs source param since it will always be session; added setUserFlags action/reducer

github.com/streetmix/streetmix - 35bbbbd52cce1c4f465e3820b91ddb44a3b25697 authored over 6 years ago
added setUserFlags constant

github.com/streetmix/streetmix - 4e2393b55b5d6da9388f8f9f09428aa47a0b476a authored over 6 years ago
receiveUserFlags returns object of keys/values for userOverrides

github.com/streetmix/streetmix - 53de172c2ad8fd573a290313c80eb89066f5117b authored over 6 years ago
if no flags in localStorage, return empty object

github.com/streetmix/streetmix - 96e2263a224cd015644a926903f1113d950f9029 authored over 6 years ago
no longer sending both default flags and user overrides; only overrides

github.com/streetmix/streetmix - c3118746140731f0d1cc41e52cd6091c290b18d7 authored over 6 years ago
once user signed out, remove user overrides from redux store

github.com/streetmix/streetmix - 06ace2b70bd3826600ecb9d1af4af78a7874c15c authored over 6 years ago
if environment is not production, show feature flag dialogs; TODO - if user is admin

github.com/streetmix/streetmix - 1aa2323353c640f3a9c0a33249a810a04147d2f7 authored over 6 years ago
if no flags, return

github.com/streetmix/streetmix - 55afeae0961e26e7a8807f6fbe3cbaa3a50560ab authored over 6 years ago
feature flag dialog changes are source session

github.com/streetmix/streetmix - f4323e8aeac833d02ca2d1b662e0cbae2b5d67ba authored over 6 years ago
window local storage now is source session; receive user flags from database is now source user

github.com/streetmix/streetmix - c81a0b52040877e9844e87b3a4857a694b5b85df authored over 6 years ago
split user details and flags and send input to corresponding functions

github.com/streetmix/streetmix - bd2e7bbe8cac4c7d89d344f44d2a402608fe943a authored over 6 years ago
changed flag action/reducer to accept source parameter

github.com/streetmix/streetmix - 82ce5c41ac8652bfe205a87a6048c7a763342d35 authored over 6 years ago
installed redux-mock-store

github.com/streetmix/streetmix - ec12c5bea81caeaa4add79e86479b3e5bc720c82 authored over 6 years ago
moved tests to user_flags.test.js

github.com/streetmix/streetmix - a4773663d1684744491de6b11dc5ec27272efb3b authored over 6 years ago
set default flags and any user overrides to as userJson.flags

github.com/streetmix/streetmix - afeccfb6c8b2e450efa1a8bab70592ca2cfbd030 authored over 6 years ago
added flags to user schema

github.com/streetmix/streetmix - e384e09e861175465cbc6cd49af252450af56ee6 authored over 6 years ago
separate flags from signin details

github.com/streetmix/streetmix - 26e6b3f85c045642a0acf8b46ff0bcaa28a7c2c9 authored over 6 years ago
if no flags exist, set default flags to userJson.flags

github.com/streetmix/streetmix - 820c74b8bb7644f831bef488f8ff3cc1ea4b2166 authored over 6 years ago
Enable new sign-in for Spanish (MX).

github.com/streetmix/streetmix - 6ab0c89fa5415a8dc968237c266982d7f371b7a3 authored over 6 years ago
Merge pull request #1163 from streetmix/building-flags

Building flags

github.com/streetmix/streetmix - 5d85a2407f6be8c1ade0add9330ebafa97594f50 authored over 6 years ago
Building: Separate left/right editable building flags.

github.com/streetmix/streetmix - 1487c983869b9a51b9acb2d591ce2e361d99a072 authored over 6 years ago
default width: consolidate to data_model.js

github.com/streetmix/streetmix - 07fe95035408988b5fdaaac3cdaddd4d1e703683 authored over 6 years ago
Merge pull request #1154 from streetmix/mkong0216/street-extent

Fixing StreetView cut off street extent

github.com/streetmix/streetmix - bef6049e25ecf30762c568642c36e2a9b7afa351 authored over 6 years ago
turn off notification bar

github.com/streetmix/streetmix - d42e668bc434dc32c58f0b7e639818f73dd947aa authored over 6 years ago
Merge pull request #1161 from streetmix/streetmetawidth

fixed warning appearing in console

github.com/streetmix/streetmix - c22d11dc79ab38a90c470487ebb162864dee96dd authored over 6 years ago
Revert "fixed warning appearing in console where true needed to be a boolean not a string?"

This reverts commit 906a32bc7eadd2ead7816fe042d70e2f81d0b789.

github.com/streetmix/streetmix - 0038edb35b70010daf55eda82fe15805d9663397 authored over 6 years ago
fixed warning appearing in console where true needed to be a boolean not a string?

github.com/streetmix/streetmix - e8ec528eacf01ec013c0ec6de09d50d811509d87 authored over 6 years ago
added back in break

github.com/streetmix/streetmix - 7e20fe5c78f940c62135d2aa7dc4199fa4afd493 authored over 6 years ago
fixed warning appearing in console where true needed to be a boolean not a string?

github.com/streetmix/streetmix - 906a32bc7eadd2ead7816fe042d70e2f81d0b789 authored over 6 years ago
update scrollLeft when street width is changed and resize margins if necessary

github.com/streetmix/streetmix - 0874587d7a13175fce87501c9cc4a801ab5220e5 authored over 6 years ago
seems like we no longer need the 5px for dirt...

github.com/streetmix/streetmix - e9ec0eb7e2e3db4d51a43bcf2d2c3d91d140efd0 authored over 6 years ago
if street ids are different, gallery street was switched and resizeType should be STREETVIEW_RESIZED

github.com/streetmix/streetmix - 0fe7e38928ce361049ad4920bed85c580dcbca16 authored over 6 years ago
Merge pull request #1160 from streetmix/issue-1152

We didn't need moment.js anymore. Resolves #1152

github.com/streetmix/streetmix - 5d4e4dbc021894f808f834d9a4118014348d5de9 authored over 6 years ago
DateTimeRelative: finish tests

github.com/streetmix/streetmix - c1efad0f3835fe11023873ff6cba99f2f0be9d6c authored over 6 years ago
Merge branch 'master' into issue-1152

github.com/streetmix/streetmix - e219fd002059e6dc3f65d2a6b5fad0c40607ae03 authored over 6 years ago
Merge pull request #1159 from streetmix/mock-canvas

GalleryStreetItem: use mock canvas for testing

github.com/streetmix/streetmix - ab586e777c03ea4fc3a2a4f1e43d062e9227d8c3 authored over 6 years ago
[test] remove canvas dependency installs

github.com/streetmix/streetmix - 7f6ec7176ce7690b2a9662da1f4bf4be8dd38ab4 authored over 6 years ago
GalleryStreetItem: use mock canvas for testing

github.com/streetmix/streetmix - d3633462de61e525f0d8f248e2ff4c391e3d2cf6 authored over 6 years ago
NoConnectionMessage: remove console.log

github.com/streetmix/streetmix - ad330c3b87447fb8c2a28d86b14c41c5734871d5 authored over 6 years ago
Change Discord invite to come from "Streetmix"

github.com/streetmix/streetmix - e08b8fbf92b70508befa2d1e4a887f735fad0dde authored over 6 years ago
Merge pull request #1158 from streetmix/discord

Switch Slack to Discord

github.com/streetmix/streetmix - 9b960e25fd81dd8d07906fba25d1f6a10aed47cb authored over 6 years ago
Merge branch 'master' into discord

github.com/streetmix/streetmix - 22106a60d9c5ee168b47a50a89cd110cc6a2b08d authored over 6 years ago
Merge pull request #1105 from streetmix/postgresql-db

Move API callback style to async/await

github.com/streetmix/streetmix - 5b2d79a5e2f39da3e035cf791d725e60f38a7a8d authored over 6 years ago
api/users_streets: error handling - use break in switch

github.com/streetmix/streetmix - 14ac3dbb569abd886554e4705690939369f37bfe authored over 6 years ago
api/users + user_streets: adjust

github.com/streetmix/streetmix - 0b5717e53b31667f990ae320774a41183e9ccf52 authored over 6 years ago
Merge branch 'master' into postgresql-db

github.com/streetmix/streetmix - df9a3fdf6fc89875a79a5ef6058f44ebb5be1017 authored over 6 years ago
whats new: add russian

github.com/streetmix/streetmix - 38ac097a62f61e0094064c874ea5d5a6bc7a31ea authored over 6 years ago
Merge pull request #1128 from streetmix/turn-on-russian

Switches Russian to level 3

github.com/streetmix/streetmix - 32312ba83c974aa0f5c39794812ebedc640bfc1f authored over 6 years ago
AboutDialog: add Olya to Russian translators

github.com/streetmix/streetmix - 814f40a37b423d822098437a973bce554d27762b authored over 6 years ago
Merge branch 'master' into turn-on-russian

github.com/streetmix/streetmix - a2f8a41adbffc85386479b1361bae46b76ae90f2 authored over 6 years ago
Merge branch 'master' into issue-1152

github.com/streetmix/streetmix - c713716a8ea53a6f2d0852a9e18b2f3d4cfd6dc7 authored over 6 years ago
increase base street name font size

github.com/streetmix/streetmix - 87b984c61a456b756221034cb9047ea0dc2324a6 authored over 6 years ago
parse env vars for falsy strings

github.com/streetmix/streetmix - ca1067e6acbd23299ce1dd62219019b32f2bd1cd authored over 6 years ago
initialized redux draggingType to 0; use changeDraggingType function to set draggingType in redux

github.com/streetmix/streetmix - a4e1fdb7ff5d056e7abe6d6ddb8b08c97a4d1ddc authored over 6 years ago
removed global _draggingType; set dragging type in redux store

github.com/streetmix/streetmix - 283169a3a1f038b471746347389bcd36fcb045ab authored over 6 years ago
no longer use resizeStreetWidth

github.com/streetmix/streetmix - d91ee4dec7d825b016273bf5c3ed81496058cf72 authored over 6 years ago
merged master; updated StreetView to use constants for resizeType state

github.com/streetmix/streetmix - 9a12e637d4e672d3ca026ac2703457d6d1f6a475 authored over 6 years ago
Merge pull request #1148 from streetmix/parcel-js

Migrate CSS/JS bundling to Parcel

github.com/streetmix/streetmix - 904a4dd16a9e69a0e47501ba731494e55094e9e3 authored over 6 years ago
Merge pull request #1153 from streetmix/incorporate-russian-review

Incorporates changes from Russian review; new strings also added to translation files

github.com/streetmix/streetmix - 9da1e2c0ccecdc9851b6fbeeaef93e670ed265f4 authored over 6 years ago
Incorporates changes from Russian review; new strings also added to translation files

github.com/streetmix/streetmix - 0667ef57f1de6e3c9d994005e1ca13ffe9328201 authored over 6 years ago
parcel: serve assets from correct path

github.com/streetmix/streetmix - 6ab48d0d17721502d6caffc10267416c981a3ac8 authored over 6 years ago
make js sourcemap available

github.com/streetmix/streetmix - 1be5aa5bf02dceb80a84d1e44746555648758814 authored over 6 years ago
parcel: include env vars in production bundle

github.com/streetmix/streetmix - 48c3e5f863c6670452faa44c66889352ad4386df authored over 6 years ago
Use parcel as a postinstall step (should fix production cache)

github.com/streetmix/streetmix - 1323027b622e413f9119c32650abd41728332c23 authored over 6 years ago
add .cache to cacheDirectories for Heroku

github.com/streetmix/streetmix - cbe07f39588e7a6385147b9c107ee2de0f061399 authored over 6 years ago
Merge branch 'master' into parcel-js

github.com/streetmix/streetmix - f5e17e5be9339befb3dfe63054b3956de9c5b1ca authored over 6 years ago
DateTimeRelative: incomplete test

github.com/streetmix/streetmix - 109a0ab472328f9e22781d277dccdfb515e8a61f authored over 6 years ago
Remove moment from packages

github.com/streetmix/streetmix - b9436abb4ba97ff98d0166940871ad288b4688f9 authored over 6 years ago
DateTimeRelative: remove moment

github.com/streetmix/streetmix - ba142e8ebae4e16afc4a7ab493884f281c98958b authored over 6 years ago
if margins do not need to be changed then return false

github.com/streetmix/streetmix - af69ac9c873b61d62cbdf49af118808624bbb486 authored over 6 years ago
added some documentation for updateStreetMargin

github.com/streetmix/streetmix - 360b06c85629342c959f17758f0c9aa2956148a6 authored over 6 years ago
if occupiedWidth changes check if street margin and buildingWidth needs to be updated; update scrollLeft if segment resized

github.com/streetmix/streetmix - 795483e72bb439f5d079c72697c09ef234950f44 authored over 6 years ago
when drag resize ends update building width since margins might be changed

github.com/streetmix/streetmix - 336e6705c4f820a746f18a67092484c074ce97ea authored over 6 years ago
moved updateStreetMargin to resizing.js which is called when handleSegmentResizeEnd is called

github.com/streetmix/streetmix - 297f172c3dd06934943f75a2e0ed21d0323019d9 authored over 6 years ago
hide moving of buildings by updating scrollLeft when remainingWidth > BUILDING_SPACE

github.com/streetmix/streetmix - 579c97b458fee4a0ca0bc1a5d151fa2ec0c28fa6 authored over 6 years ago
always update margins when viewport is resized no matter scrollPos

github.com/streetmix/streetmix - c62078559e4533eddd6b8b7413920927fdbc2b4f authored over 6 years ago
added new action/reducer to set draggingType when resize dragging; TODO - remove global _draggingType variable

github.com/streetmix/streetmix - f4a5f7322cd42f0095ebe4abbe41502ea9d61f8d authored over 6 years ago
changed var to const for maxScrollLeft

github.com/streetmix/streetmix - 08ead697f3bf75e60283e06b82ac0bf0f856cd80 authored over 6 years ago
removed previous solution of adjusting drag handle left position each time segment resized; set dragging type at handleSegmentResizeStart

github.com/streetmix/streetmix - e20c5652893dfe45fa67b55acd6467ffed7d2bfc authored over 6 years ago
moved resizeStreetWidth functionality to StreetView; removed calls to resizeStreetWidth

github.com/streetmix/streetmix - ae077a23ac67d52ba17e01c2a061c829dfa0c95f authored over 6 years ago