Go to file
Cody Cutrer 1546835901 create pseudonyms in the target account when merging temporary users
refs #6177, #6199

test plan: (only relevant with a plugin that changes the behavior of
  Pseudonym#works_for_account?; otherwise behavior should be unchanged)
  enable open registration, invite a user that already exists, but
  doesn't have a pseudonym in the account you're inviting them to.  accept
  as the existing user.  they should now have a pseudonym in the target
  account, copied from another account (preferentially the default account)

Change-Id: Ia86888524a5132387bb120df3262d7205d8e04d1
Reviewed-on: https://gerrit.instructure.com/6983
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: JT Olds <jt@instructure.com>
2011-11-28 11:32:32 -07:00
app create pseudonyms in the target account when merging temporary users 2011-11-28 11:32:32 -07:00
config add a route for the translated assessment question links 2011-11-23 15:48:25 -07:00
db/migrate cleanup links in quiz questions; fixes #6212 2011-11-22 16:23:44 -07:00
doc adds SIS id to descriptions fixes #6277 2011-11-11 15:06:30 -07:00
guard delete compiled js file if you delete a handlebars fie 2011-10-18 17:17:54 -06:00
lib add user/pseudonym creation api. fixes #6331 2011-11-23 10:37:23 -07:00
public re-sync compiled jet templates 2011-11-23 15:36:53 -07:00
script create a text log of failed parallel tests 2011-10-03 14:23:53 -06:00
spec create pseudonyms in the target account when merging temporary users 2011-11-28 11:32:32 -07:00
test added favorite courses option to main menu 2011-10-24 15:50:34 -06:00
vendor/plugins fix strand job insert deadlock condition in postgresql 2011-11-18 09:26:23 -07:00
.gitignore ignore generated js from our qUnit specs 2011-11-22 14:09:44 -07:00
.jshintrc add a rake canvas:check_syntax task to check for js errors 2011-04-20 08:07:30 -06:00
COPYRIGHT Initial commit. 2011-01-31 18:57:29 -07:00
Gemfile make "stay logged in" use a one-time token 2011-11-22 10:15:13 -07:00
Guardfile delete compiled js file if you delete a handlebars fie 2011-10-18 17:17:54 -06:00
LICENSE Initial commit. 2011-01-31 18:57:29 -07:00
README.md README changes to point more directly to installation instructions 2011-02-01 17:36:01 -07:00
Rakefile enable parallelization of selenium tests 2011-09-26 15:45:35 -06:00
config.ru add a rackup file to work with any rack-compatible server 2011-09-27 08:52:47 -06:00

README.md

Canvas LMS

Canvas is a new, open-source LMS by Instructure Inc. It is released under the AGPLv3 license for use by anyone interested in learning more about or using learning management systems.

Please see our main wiki page for more information

Installation

Detailed instructions for installation and configuration of Canvas are provided on our wiki.