Rev 15818 | Rev 16591 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15818 | Rev 16579 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | 12 | ||
13 | # header returned by the module within gz /tgz |
13 | # header returned by the module within gz /tgz |
14 | header_zip=Content-Type: multipart/x-gzip ; charset=$encoding |
14 | header_zip=Content-Type: multipart/x-gzip ; charset=$encoding |
15 | 15 | ||
16 | # List of allowed file-mode jobs |
16 | # List of allowed file-mode jobs |
17 | allowed_file_jobs= getcsv, getclassfile, getclasstgz, getexofile, getibookwidget, |
17 | allowed_file_jobs= getcsv, getclassfile, getclasstgz, getexofile, getibookwidget, getserverstat, getmodulesstat |
18 | 18 | ||
19 | # List of jobs allowed to make some actions on wims classes |
19 | # List of jobs allowed to make some actions on wims classes |
20 | allowed_actions_jobs=checkclass, addclass, modclass, delclass, getclass,\ |
20 | allowed_actions_jobs=checkclass, addclass, modclass, delclass, getclass,\ |
21 | cleanclass, copyclass, repairclass, getclassmodif,\ |
21 | cleanclass, copyclass, repairclass, getclassmodif,\ |
22 | checkuser, adduser, moduser, deluser, recuser, getuser, getexamlog,\ |
22 | checkuser, adduser, moduser, deluser, recuser, getuser, getexamlog,\ |
Line 28... | Line 28... | ||
28 | getexamsessions, addcontent, listclasses, getclassesuser, testexo,\ |
28 | getexamsessions, addcontent, listclasses, getclassesuser, testexo,\ |
29 | movexo, movexos, listexos, sharecontent, getexosheet, modexosheet,\ |
29 | movexo, movexos, listexos, sharecontent, getexosheet, modexosheet,\ |
30 | getinfoserver, getsheetstats, buildexos, changedates |
30 | getinfoserver, getsheetstats, buildexos, changedates |
31 | 31 | ||
32 | # List of jobs allowed without authentication |
32 | # List of jobs allowed without authentication |
33 | allowed_jobs_without_auth=listmodules, getmodule, getinfoserver, |
33 | allowed_jobs_without_auth=listmodules, getmodule, getinfoserver, getserverstat, getmodulesstat |
34 | 34 | ||
35 | #List class descriptions (in .def class file) - "creation" and "connections" are voluntary not here |
35 | #List class descriptions (in .def class file) - "creation" and "connections" are voluntary not here |
36 | #low_classdefs list minor informations |
36 | #low_classdefs list minor informations |
37 | low_classdefs=supervisor, description, institution, \ |
37 | low_classdefs=supervisor, description, institution, \ |
38 | lang, email, expiration, limit, topscores, superclass, \ |
38 | lang, email, expiration, limit, topscores, superclass, \ |