- 12 Jul, 2017 1 commit
-
-
Joel Barciauskas committed
-
- 29 Jun, 2017 1 commit
-
-
On many buckets, we use s3://bucket/path to separate environments because AWS used to have a really low limit on the number of buckets we could have, and we wanted to share them across environments. If you combine this with an IAM policy that only allows you access to the s3://bucket/path that you "own", then get_bucket fails. http://boto.cloudhackers.com/en/stable/ref/s3.html#boto.s3.connection.S3Connection.get_bucket The HEAD appears to be similar to get_all_keys which requires ListObjects on the bucket with no conditions. django-storages (Which is what we write new S3 access in) actually always passes validate=False unless you're allowing it to create buckets for you (which we never do). https://github.com/jschneier/django-storages/blob/1.4.1/storages/backends/s3boto.py#L320-L334
Kevin Falcone committed
-
- 28 Jun, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 26 Jun, 2017 1 commit
-
-
Alex Dusenbery committed
-
- 13 Jun, 2017 1 commit
-
-
Added course level lang attribute for LMS added lang attribute to Studio fixed error when trying to get language attribute on course that does not exist simplified code added lang attribure to more places in LMS, added migration for language attribute in course_overview fixing contraints in the database for language attribute added lang attribute to several more places in LMS and Studio added lang attribute to discussion and custom pages; cleaned up code fixed issue that was causing test failures moved lang attribute higher in tree in two places
Sarah Fischmann committed
-
- 12 Jun, 2017 2 commits
-
-
EDUCATOR-563
cahrens committed -
noraiz-anwar committed
-
- 31 May, 2017 3 commits
-
-
EDUCATOR-396
cahrens committed -
Gregory Martin committed
-
- 30 May, 2017 2 commits
-
-
Andy Armstrong committed
-
This reverts commit f97f0525, reversing changes made to 800bcd8e.
John Eskew committed
-
- 29 May, 2017 1 commit
-
-
attiyaishaque committed
-
- 25 May, 2017 4 commits
-
-
John Eskew committed
-
John Eskew committed
-
John Eskew committed
-
J. Cliff Dyer committed
-
- 24 May, 2017 1 commit
-
-
J. Cliff Dyer committed
-
- 23 May, 2017 1 commit
-
-
EDUCATOR-390 and EDUCATOR-391 | Send GRADING_POLICY_CHANGED signal when something changes the grading policy.
Alex Dusenbery committed
-
- 18 May, 2017 1 commit
-
- 15 May, 2017 2 commits
-
-
Gregory Martin committed
-
Gregory Martin committed
-
- 12 May, 2017 1 commit
-
-
J. Cliff Dyer committed
-
- 02 May, 2017 1 commit
-
-
Omar Al-Ithawi committed
-
- 28 Apr, 2017 1 commit
-
-
Qubad786 committed
-
- 27 Apr, 2017 2 commits
-
-
Ned Batchelder committed
-
This makes it possible to refer to multiple book from a single app. This also means that Open edX branches will be able to pass bok-choy tests (at least if the books have already been built.)
Ned Batchelder committed
-
- 20 Apr, 2017 1 commit
-
-
noraiz-anwar committed
-
- 19 Apr, 2017 2 commits
-
-
This reverts commit 1224e341. I've also added NotImplementedPartitionScheme, which allows deprecated partition types to have a valid entry point despite being unusable. TNL-6675
Eric Fischer committed -
TNL-6743
Albert St. Aubin committed
-
- 18 Apr, 2017 2 commits
-
-
incoming scores. TNL-6697
J. Cliff Dyer committed -
Re-running a course now clones the OrganizationCourse and RestrictedCourse data from the old run to the new run. This will allow administrators to avoid the tedium of manually recreating this data.
Clinton Blackburn committed
-
- 13 Apr, 2017 2 commits
-
-
Jillian Vogel committed
-
TNL-6746
cahrens committed
-
- 05 Apr, 2017 2 commits
- 04 Apr, 2017 1 commit
-
-
Mushtaq Ali committed
-
- 30 Mar, 2017 1 commit
-
-
TNL-6674
cahrens committed
-
- 29 Mar, 2017 1 commit
-
-
Mushtaq Ali committed
-
- 20 Mar, 2017 1 commit
-
-
Nimisha Asthagiri committed
-