Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
Sanford Student
45f8e526c0
making check more generic
2016-02-17 09:22:27 -05:00
Sanford Student
52d8cb009f
MA-1882 adding tests and reworking regex to exclude blocks routes
2016-02-12 09:35:29 -05:00
Ned Batchelder
78e9445aa1
Add super() calls to setUp/tearDown that are missing them
...
Also, I replaced a number of tearDown methods with addCleanup instead.
And also remove some unneeded patch.stopall() calls.
2015-05-14 18:14:21 -04:00
Usman Khalid
131c8cbf10
Catch InvalidKeyError in course_id_from_url().
...
LMS-9663
2014-08-08 18:21:48 +05:00
Julia Hansbrough
f351b05031
Fixing email link injection bug
...
Several templates used a variable set by the user (the request host header). This led to a vulnerability where an attacker could inject their domain name into these templates (i.e., activation emails). This patch fixes this vulnerability.
LMS-532
2013-12-18 13:38:36 -05:00