summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-31Merge pull request #859 from CruiseDevice/fix-course-visibilityHEADmasterPalaparthy Adityachandra
show active course on search sorted by start_enroll_time
2022-03-30show active course on search sorted by start_enroll_timeCruiseDevice
2021-06-15Merge pull request #842 from CruiseDevice/minor-ui-changeankitjavalkar
Fix minor ui issue in moderator interface
2021-06-14prefetch students, requests, rejectedCruiseDevice
2021-06-11Minor changesCruiseDevice
2021-05-25Fix failing testsCruiseDevice
2021-05-24Fix minor ui issue in moderator interfaceCruiseDevice
- Move 'Deactivate course' to the end of the dropdown. - First page of 'Manage Course' shows enrollments.
2021-05-24Merge pull request #841 from ankitjavalkar/edit_anspaper_ip_fieldankitjavalkar
Increase character limit for user_ip field in Answerpaper model to support new IPv6 addresses
2021-05-24Add migrations for hotfixankitjavalkar
2021-05-24Increase character limit for user_ip field in Answerpaper model to support ↵ankitjavalkar
new IPv6 addresses
2021-04-15Merge pull request #837 from adityacp/fix_files_issuePalaparthy Adityachandra
Fix files issue
2021-04-15Change in views, models, test viewsadityacp
- Remove unnecessary model methods - Fix issue in design question paper for undefined variable error - Fix views test to remove lesson files
2021-04-15Fix issue for deleting and saving file uploadedadityacp
2021-03-25Merge pull request #829 from adityacp/update_djangoPalaparthy Adityachandra
Bump django from 3.0.7 to 3.1.7
2021-03-25Bump django from 3.0.7 to 3.1.7adityacp
2021-03-24Merge pull request #828 from adityacp/fix_qrcodev0.31.1Palaparthy Adityachandra
Fix in QR code generation
2021-03-24Update change logadityacp
2021-03-24Fix qr code save erroradityacp
2021-03-24Merge pull request #827 from adityacp/release_0_31_0v0.31.0Palaparthy Adityachandra
Release 0.31.0
2021-03-24Release changesadityacp
2021-03-24Merge pull request #807 from ↵Palaparthy Adityachandra
prathamesh920/add-test-cases-for-QRcode-based-upload Add test cases for qrcode based upload
2021-03-24Modify upload question UI and change NullBooleanField to BooleanFieldprathamesh
2021-03-24Add proper redirect to the QR code and check for existing active QR code.prathamesh
Also, the answerpaper status will be updated!
2021-03-24Modify QR code functionality, courtesy @adityacpprathamesh
2021-03-24Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
add-test-cases-for-QRcode-based-upload
2021-03-24Merge pull request #823 from adityacp/s3_file_uploadPalaparthy Adityachandra
Add AWS support for file upload
2021-03-23Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
add-test-cases-for-QRcode-based-upload
2021-03-23Change zip file write for assignment downloadsadityacp
2021-03-23Fix models testadityacp
2021-03-23Modify file upload with js client dropzoneadityacp
2021-03-15Fix conflictsadityacp
2021-03-15Merge pull request #822 from CruiseDevice/fix_file_upload_assignmentsPalaparthy Adityachandra
Fix file upload assignments
2021-03-15PEP8 fixCruiseDevice
2021-03-15Replacing .id with _id in get_assignment_dir()CruiseDevice
- .id fetches entire model which is unnecessary. _id only fetches the primary key.
2021-03-04Merge pull request #820 from adityacp/fix_upload_marksPalaparthy Adityachandra
Refactor upload marks for a quiz
2021-03-04Minor Change in get_assignment_dirCruiseDevice
2021-03-03Fix failing testCruiseDevice
2021-03-01Fix failing testcases in TravisCruiseDevice
2021-03-01Add AWS support for file uploadadityacp
2021-02-26Fix TestsCruiseDevice
2021-02-26Resolve commentsCruiseDevice
2021-02-26Fix assignment download on grade user interfaceCruiseDevice
2021-02-19Fix upload assignment issue for multiple attemptsCruiseDevice
2021-02-16Change travis and testsadityacp
- Add celery run and stop worker command in travis - Fix failing tests
2021-02-16Change test data files, views, models, templateadityacp
- Fix upload marks for a quiz column missing error - Add upload marks task to celery - Minor fixes to avoid errors in regrade and custom_filters
2021-02-11Merge pull request #818 from adityacp/hot_fix_3Palaparthy Adityachandra
Fix monitor to get all the attempts properly
2021-02-11Fix monitor to get all the attempts properlyadityacp
2021-02-11Merge pull request #817 from adityacp/hot_fix_2Palaparthy Adityachandra
Fix issue in montior for Nonetype
2021-02-11Fix issue in montior for Nonetypeadityacp
2021-02-11Merge pull request #816 from adityacp/hot_fixesPalaparthy Adityachandra
UI and Bug Fixes