Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Django Auth Lti
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcel Heijink
Django Auth Lti
Graph
6f60e4512bb0ca53168f40e1aff1d2276074568b
Select Git revision
Branches
4
hotfix/v1.2.6
master
default
protected
py3django2.2
reverse_testing
Tags
20
v2.0.2
v2.0.1
v2.0.0
v1.3.0
v1.2.9
v1.2.8
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.0
v1.0
v0.9
v0.8
v0.7
v0.6
24 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
12
Jan
22
Mar
14
Nov
28
Oct
27
25
24
22
Aug
14
Jun
3
May
6
Feb
5
4
12
Dec
11
23
May
16
Mar
15
10
16
Jun
8
Apr
4
Sep
3
25
Aug
10
9
19
Jun
19
May
15
12
8
5
4
30
Apr
29
28
25
11
10
20
Feb
22
Sep
28
Aug
25
22
14
31
Jul
30
29
28
24
6
Mar
5
4
20
Feb
19
29
Jan
28
27
26
25
16
8
7
5
22
Nov
15
13
Update mixins.py
master
master
Update setup.py
added `custom_canvas_course_sectionsissourceids`, `custom_canvas_person_email_sis` and `custom_canvas_term_name` to the list of fields captured from the LTI launch
v2.0.2
v2.0.2
Added logging to patch_reverse
reverse_testing
reverse_testing
Merge pull request #45 from Harvard-University-iCommons/task/python3
v2.0.1
v2.0.1
Constrain Django version to >=2.0,<3.0
Implement and use RequestValidator
Requirements update and modified the constructor of the tool_provider
Removed import of oauth2
Bumped django braces version
Setup tweak and reverted a change in backends
Tweaks for Python 3
Supports python3 and Django 2.0+, no longer supports python2 or Django < 2.0
v2.0.0 py3djang…
v2.0.0 py3django2.2
Merge pull request #44 from Harvard-ATG/master
Merge pull request #1 from Harvard-ATG/multi-launch-remove-ordered-dict
Bump setup.py version
Replaced OrderedDict in multi-launch middleware.
Merge branch 'master' of https://github.com/Harvard-University-iCommons/django-auth-lti
Merge pull request #43 from Harvard-University-iCommons/task/thornton/django_1_10_support
v1.3.0
v1.3.0
Added MiddlewareMixin
Merge branch 'master' of github.com:Harvard-University-iCommons/django-auth-lti
Bumping version
v1.2.9
v1.2.9
Merge pull request #41 from Harvard-University-iCommons/artie/fix-type-error
Removed logging from test.
Removed errant comment.
Fixed TypeError from old LTI launch session hanging around as a dict, rather than OrderedDict.
Merge pull request #40 from Harvard-University-iCommons/hotfix/patch_reverse_import
v1.2.8
v1.2.8
Bump version
For some reason, in a Gunicorn deployment the `shortcuts` module isn’t available from the `django.shortcuts.reverse` line, after importing django. trying a different way of importing to get this to work.
Merge pull request #39 from Harvard-University-iCommons/feature/django1_10_monkeypatching_fix
v1.2.7
v1.2.7
Remove unused urls module and `ROOT_URLCONF` setting from test_settings.py file.
Remove orphaned logger instance.
Fix monkey patching of reverse method to work with Django 1.10+
Update monkey-patching of reverse method to account for Django 1.10 moving that method into the django.urls package.
Merge branch 'hotfix/v1.2.6'
v1.2.6
v1.2.6
Updated license file - added Apache 2.0 license.
hotfix/v1.2.6
hotfix/v1.2.6
Merge pull request #36 from Harvard-University-iCommons/bugfix/rascalking/tlt-2211/bump-version-in-setup-py
v1.2.5
v1.2.5
oops, bump the version in setup.py
Merge pull request #35 from Harvard-University-iCommons/bugfix/rascalking/tlt-2211/cleanly-catch-and-log-oauth-error
catch, log, and handle lti oauth validation errors better
Loading