Mad Price Ball

Results 23 comments of Mad Price Ball

Hi @justcadams! This repo is the code for the main website running Open Humans, it's fairly complex to run and develop and test – so I'm afraid it's very hard...

Note: this feature could also be used by projects to share stuff like documentaiton of IRB approval, see: https://discourse.openhumans.org/t/approval-for-resilience-project-study/35

Approach for grandfathering in past projects: Add a BooleanField only available to admin/staff `auto_add_datatypes`. If this is true, the API accepts an upload without the data types specified and assigns...

**Note regarding permissions and multiple datatypes:** Some files may have more than one type of data within them. Our decision is that a datafile with more than one "datatype" is...

@gedankenstuecke any comments on this? It's not high priority, but would be great to yes/no for the record. Thanks!

The first one was straightforward enough (and annoying to fix later if it's violated), so I've added it to #1078

Redirect from openhumans..org to www.openhumans.org is configured using S3 to redirect. (c.f. http://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html ) Unfortunately, this doesn't include SSL setup – so it doesn't work for https. When I last...

That looks promising, we should look into that solution. The SSL is currently handled on Heroku and I don't recall it being super fun & easy last time I had...

Huh. Firefox redirects to www, but Chrome doesn't. My recollection is that this was fairly complicated/hard to fix between SSL and DNS configuration issues for the root domain. It's not...

To clarify, I think I know what happened: although `OAuth2DataRequestProject` overrides the `save()` method to map this to the related `application`, I modified the name on the parent model, a...