| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| collections | ||
| factories | ||
| models | ||
| spec | ||
| spec_helpers | ||
| utils | ||
| views | ||
| base.js | ||
| common_helpers | ||
| index.js | ||
| sock.js |
Course and Library keys cannot contiain !'()* special characters, but the JS validation on the new course/library failed to detect these characters. `encodeURIComponent` is used to check the string for special characters, but `encodeURIComponent` does not encode these characters: -_!~*'(). (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent) The -_~ characters are allowed in course keys, but !'()* are not, so add an explicit check for these characters to make sure a field containing these characters does not pass the validation.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| collections | Loading commit data... | |
| factories | Loading commit data... | |
| models | Loading commit data... | |
| spec | Loading commit data... | |
| spec_helpers | Loading commit data... | |
| utils | Loading commit data... | |
| views | Loading commit data... | |
| base.js | Loading commit data... | |
| common_helpers | Loading commit data... | |
| index.js | Loading commit data... | |
| sock.js | Loading commit data... |