Age | Commit message (Collapse) | Author |
|
It is now much simpler. There are no xmlrpc servers anymore instead the
tornado server takes a post request to submit a job asynchronously and
the results are added to a shared dictionary. A get request can be used
to check the status of a submitted job. This allows the submission and
checking of code to be completely async and will make the application a
lot more scalable.
|
|
|
|
Views test
|
|
StdIO error output simplification
|
|
- Add test for email_verified decorator
- Add tests to check for non moderator logins
|
|
|
|
|
|
answerpaper.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Alter activation_key field in Profile model
- Change get_activation_key function in send_mail to create secret_key of fixed length
- Change forms.py to get updated activation_key
- Change views.py to save activation_key
|
|
|
|
|
|
|
|
Release related changes for version 0.6.0
|
|
|
|
|
|
Email verification testing
|
|
|
|
- Store activation key expiry time according to timezone for email verification and activation
- Add reverse resolution in urls.py
|
|
|
|
|
|
- Fix test cases to ensure fails if prerequisite is not set
|
|
|
|
|
|
|
|
|
|
|
|
Docs updation for course code
|
|
|
|
|
|
|
|
string
|
|
Allow redirection to desired page after logging in
|
|
|
|
|
|
- Updation of user email if multiple users found with same email
- Update user registration form
- Change email_verification.py to send email
|
|
|
|
|
|
|
|
|