- 07 Jul, 2017 3 commits
-
-
LEARNER-1798
Andy Armstrong committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
- 05 Jul, 2017 10 commits
-
-
PLAT-1499 Use appropriate default settings in Docker devstack
Jeremy Bowman committed -
Reduce xss thresholds.
Robert Raposa committed -
Add flag to configure whether "Notify users by email" is checked by default.
Christina Roberts committed -
Clinton Blackburn committed
-
Keep button shape for long strings
Christina Roberts committed -
Robert Raposa committed
-
Removed old (unused) devplus.py env for LMS.
David Ormsbee committed -
Override video xmodule's youtube id with the id coming from val YT profile
M. Rehan committed -
Qubad786 committed
-
Sven Marnach committed
-
- 04 Jul, 2017 8 commits
-
-
Implement a skeleton page with Bootstrap
Andy Armstrong committed -
Harry Rein committed
-
LEARNER-1174
Andy Armstrong committed -
This used to be where we enabled some prod-like features on the dev environment, but it's horribly out of date (it actually predates the vagrant-based devstack).
David Ormsbee committed -
Do not capitalize words in start button
Ibrahim Ahmed committed -
Learner-1146
Afzal Wali Naushahi committed -
Ibrahim committed
-
Fetched Programs and Program details from Course Discovery service for all sites and stored the uuids in cache with site-specfic keys. Learner-1146
Afzal Wali committed
-
- 03 Jul, 2017 9 commits
-
-
Replace urls in html updates.
Diana Huang committed -
Bump up the NewRelic plugin version
Kevin Falcone committed -
Diana Huang committed
-
Most bugfixes are python3 or Tornado specific, but several releate to Django 1.10 and they improved transaction traces since we last updated. https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-286370
Kevin Falcone committed -
Jeremy Bowman committed
-
[ENT-457] Fix failing course_mode tests
Jesse Shapiro committed -
Jesse Shapiro committed
-
fix issue where video modal is not closed by clicking outside the video
Ibrahim Ahmed committed -
Ibrahim committed
-
- 30 Jun, 2017 7 commits
-
-
Rename xss linter.
Robert Raposa committed -
Change to validate=False which emulates django-storages
Kevin Falcone committed -
[ENT-457] Create EnterpriseCourseEnrollment when enrolling via Track Selection page
Jesse Shapiro committed -
Robert Raposa committed
-
This requires the next commit to work, but needed to be is a separate commit to keep history.
Robert Raposa committed -
Jesse Shapiro committed
-
eslint config edx v3
Ari Rizzitano committed
-
- 29 Jun, 2017 3 commits
-
-
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 -
EDUCATOR-793: converts TypeError,NotFoundError logging to debug only
Jeff LaJoie committed -
LEARNER-1604: Change default and refactor old unified_course_view flag.
Robert Raposa committed
-