- Dec 08, 2019
-
-
edX Transifex Bot authored
-
- Dec 06, 2019
-
-
Robert Raposa authored
fix flaky test_login unit test
-
Robert Raposa authored
ARCH-1253
-
Albert (AJ) St. Aubin authored
Upgrade edx-enterprise
-
Alex Wang authored
Students can't create team in an instructor-managed topic
-
Albert (AJ) St. Aubin authored
-
Diana Huang authored
Move account_settings into user_api.
-
Alex Dusenbery authored
-
Diana Huang authored
-
David Ormsbee authored
Add ENABLE_COURSEWARE_SEARCH_FOR_COURSE_STAFF flag
-
AsadAzam authored
log exception for further context
-
DawoudSheraz authored
-
- Dec 05, 2019
-
-
Robert Raposa authored
ARCH-1253: return json for third party auth failure
-
Robert Raposa authored
Returning JSON from `login_user` for third party auth failures makes the response more consistent with all other `login_user` responses. The only calls to `login_user` with this failure are processed by `shim_student_view` which will in-turn remove this JSON. This improves the `login_user` response in advance of switching the logistration page to use `login_user` without `shim_student_view`. ARCH-1253
-
David Ormsbee authored
Add an LMS feature flag to enable courseware search for course staff only. TNL-6931
-
Matthew Carter authored
EDUCATOR-4820 Update edx-ora2 to 2.4.7
-
Mat Carter authored
-
David Ormsbee authored
Fixes for the blockstore API client / XBlock runtime under python 3
-
Braden MacDonald authored
-
Robert Raposa authored
ARCH-1253: clean-up login part 1
-
Zia Fazal authored
Revert "Revert "ENT-1849: Removed EnterpriseMiddleware""
-
Syed Muhammad Dawoud Sheraz Ali authored
fix logs condition
-
DawoudSheraz authored
-
- Dec 04, 2019
-
-
Robert Raposa authored
`shim_student_view` is used for login, and is being simplified so it can ulimately be completely deleted. In this commit, the shim preprocessing was removed by deleting unused code, and moving code that is still being used to login_user. Note: `shim_student_view` was originally added in https://github.com/edx/edx-platform/pull/5768/files ARCH-1253
-
edX Transifex Bot authored
-
edX cache uploader bot authored
-
Abdul Hannan authored
Rename start in schedule 2/5
-
hunytalk authored
-
Zaman Afzal authored
-
Robert Raposa authored
ARCH-1253: remove studio signin and signup pages
-
Robert Raposa authored
This completes the work started in https://github.com/edx/edx-platform/pull/19453 to use the LMS login and registration for Studio, rather than Studio providing its own implementation. LMS login/registration are being used for the following reasons: 1. LMS logistration properly handles all SSO integrations. 2. A single logistration is simpler to maintain and understand. 3. Allows Studio to work more like all other IDAs that use LMS logistration. The original switch to use LMS logistration for Studio also added the toggle `DISABLE_STUDIO_SSO_OVER_LMS` to provide the community some additional time for switching. This commit removes this toggle, which at this point means all deployments will use the LMS logistration. This change requires sharing cookies across LMS and Studio. Should that prove to be a problem for certain Open edX instances, there are discussions of possible alternative solutions. See https://github.com/edx/edx-platform/pull/19845#issuecomment-55915425...
-
- Dec 03, 2019
-
-
syedimranhassan authored
Added devstack config yml file to app repo
-
syedimranhassan authored
-
Diana Huang authored
Move AccountCreationForm to user_authn.
-
Syed Muhammad Dawoud Sheraz Ali authored
ora version bump
-
DawoudSheraz authored
-
- Dec 02, 2019
-
-
Diana Huang authored
-
Kyle McCormick authored
Adds "Manage" sub-tab to course "Teams" tab with UI for downloading and uploading team membership CSVs. The upload and download function- ality are currently not implemented. The new tab only appears when the user is course staff and the course has at least one instructor-managed team-set, which is not the case for any existing courses, so not current course staff will see this change. This ticket will be followed-up upon in MST-44 and MST-49. MST-41
-
Michael Terry authored
Support courses with only a verified mode
-
Zia Fazal authored
-