Go to file
Cody Cutrer 1bc1cfe258 use the correct permission for developer keys tab fixes #CNVS-1332
test plan:
 * create a role in site admin without access to developer keys
 * add a user to that role
 * login as that user, and go to site admin
 * the Developer Keys tab should not be visible
 * going to /developer_keys should give you access denied

Change-Id: I7ce3cbab13939067fb6d7e11c38dab3d48918442
Reviewed-on: https://gerrit.instructure.com/15775
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
2012-12-04 09:18:55 -07:00
app use the correct permission for developer keys tab fixes #CNVS-1332 2012-12-04 09:18:55 -07:00
config add the ability to take quizzes one question at a time 2012-12-01 22:59:31 -07:00
db/migrate add the ability to take quizzes one question at a time 2012-12-01 22:59:31 -07:00
doc update API docs for oauth client id generation 2012-11-13 09:13:25 -07:00
guard parallelize build tasks 2012-04-16 16:38:23 -06:00
lib fix migration when an 'AccountAdmin' account user is present 2012-12-03 13:31:22 -07:00
node_modules update require.js node module 2012-06-27 17:29:47 -06:00
public don't allow h1 tags in tinyMCE, fixes #12023 2012-12-03 09:22:53 -07:00
script remove script/spec_server closes gh-246 2012-11-28 13:22:15 -07:00
spec fix migration when an 'AccountAdmin' account user is present 2012-12-03 13:31:22 -07:00
vendor/plugins add cross-shard capability to student competency report 2012-11-29 15:42:16 -07:00
.gitignore Set up new styles for icon font, and refactor current icon classes 2012-11-13 12:38:22 -07:00
.jshintrc make jslint settings more sane 2012-08-17 11:04:40 -06:00
CONTRIBUTING.md add a contributing doc for github coolness 2012-09-19 10:16:04 -06:00
COPYRIGHT Initial commit. 2011-01-31 18:57:29 -07:00
Gemfile pin mail gem for 1.8; fixes #11952 2012-11-26 12:34:04 -07:00
Guardfile fix our Guardfile for ruby 1.9 2012-10-31 14:02:12 -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 using custom parallelized specs gem for rspec tests 2012-04-23 13:33:29 -06:00
config.ru fix non-static image urls 2012-05-17 10:53:57 -06:00
package.json AMD Conversion 2012-02-06 16:41:40 -07: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.