canvas-lms/db/migrate
Brian Whitmer 15f6d0e1b8 ip filtering for quizzes
Teachers can specify an IP filter for a quiz, which
means students are only allowed to take the quiz
when their current computer's IP address matches
the specified filter.  The initial request to start
taking the quiz and any subsequent requests to
backup or submit the quiz attempt must all come
from a valid IP address.

Admins can pre-define named filters
so that teachers don't have to manually enter
filters all the time.  They can instead find them
from a provided list.

Change-Id: I59b6d8ddd31409fc9bd150ed695935ad2f458f86
Reviewed-on: https://gerrit.instructure.com/2167
Reviewed-by: Brian Whitmer <brian@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
2011-02-11 22:16:47 -07:00
..
20101210192618_init_canvas_db.rb Initial commit. 2011-01-31 18:57:29 -07:00
20101216224513_create_delayed_jobs.rb Initial commit. 2011-01-31 18:57:29 -07:00
20110102070652_add_extra_time_to_quiz_submissions.rb quiz moderation 2011-02-11 22:08:42 -07:00
20110118001335_add_ip_filter_to_quizzes.rb ip filtering for quizzes 2011-02-11 22:16:47 -07:00
20110203205300_add_attachment_to_content_migration.rb allow migrations to work across job servers 2011-02-07 15:07:49 -07:00
20110208031356_add_delayed_jobs_tag.rb update delayed_jobs and list most popular job types in UI 2011-02-08 14:12:52 -07:00