- Mar 05, 2014
-
-
Jaime Bermudez authored
Add a new base mixin for LTI views that has two convenience methods for ...
-
- Mar 04, 2014
-
-
Bermudez, Jaime authored
Add a new base mixin for LTI views that has two convenience methods for pulling params from session. Add full_name as a stored session variable.
-
- Feb 20, 2014
-
-
Colin Murtaugh authored
moved the code that stashes the LTI launch params to be after login(); fixes issue with masquerading in Canvas
-
- Feb 19, 2014
-
-
Bermudez, Jaime authored
Make corresponding mixin for LTI roles being required. Remove GroupRequiredMixin and LoginRequiredMixin since the former is not used in LTI requests and neither was being used currently anyway. Require django_braces with this library and use it's LoginRequiredMixin instead. Update version.
-
- Jan 29, 2014
-
-
Colin Murtaugh authored
-
Colin Murtaugh authored
-
Colin Murtaugh authored
-
Colin Murtaugh authored
when authenticating the user, put all of the LTI launch params into a dict called LTI_LAUNCH in the session
-
- Jan 27, 2014
-
-
Colin Murtaugh authored
middleware will process all LTI launch requests, regardless of whether or not the user is already logged in.
-
- Jan 26, 2014
-
-
Colin Murtaugh authored
-
Colin Murtaugh authored
-
Colin Murtaugh authored
-
Colin Murtaugh authored
-
- Jan 25, 2014
-
-
Colin Murtaugh authored
-
- Jan 16, 2014
-
-
Colin Murtaugh authored
when extracting the userid from the LTI launch request, look for lis_person_sourcedid first, then custom_canvas_user_login_id, then user_id
-
Colin Murtaugh authored
-
Colin Murtaugh authored
-
Colin Murtaugh authored
-
Colin Murtaugh authored
-
Colin Murtaugh authored
-
Colin Murtaugh authored
-
Colin Murtaugh authored
-
Colin Murtaugh authored
-
- Jan 08, 2014
-
-
Colin Murtaugh authored
-
- Jan 07, 2014
-
-
Colin Murtaugh authored
-
Colin Murtaugh authored
don’t throw PermissionDenied if there is no LTI data in the request; this is to allow view-by-view authentication
-
- Jan 05, 2014
-
-
Colin Murtaugh authored
-
- Nov 22, 2013
-
-
Colin Murtaugh authored
-
Colin Murtaugh authored
-
- Nov 15, 2013
-
-
Colin Murtaugh authored
Handle case where the SIS user id isn’t available in the LTI request; handle missing email/first_name/last_name
-
- Nov 14, 2013
-
-
Colin Murtaugh authored
-
- Nov 13, 2013
-
-
Colin Murtaugh authored
-