edX Transifex Bot
ce9d22254b
fix(i18n): update translations
2020-06-28 17:45:57 -04:00
edX Transifex Bot
4f6aad45c8
fix(i18n): update translations
2020-06-21 17:35:47 -04:00
edX Transifex Bot
8c9c536e82
fix(i18n): update translations
2020-06-11 11:50:40 -04:00
edX Transifex Bot
be7abfa271
fix(i18n): update translations
2020-06-11 11:01:12 -04:00
edX Transifex Bot
aa3501c63a
fix(i18n): update translations
2020-06-11 09:56:32 -04:00
Adeel Khan
2383fb3fa6
Improving user locked out logic.
...
This patch improves on the user locked
out logic by providing a helping message
near locked out. This would help reduce
retries by giving user the option to use
password reset flow to fix the issue.
PROD-1505
2020-06-09 09:36:42 +05:00
edX Transifex Bot
2315d0a0eb
fix(i18n): update translations
2020-06-07 17:55:18 -04:00
edX Transifex Bot
740550491d
fix(i18n): update translations
2020-05-31 17:35:59 -04:00
hasnain.naveed
c51dc9db20
ENT-2818 | Added enterprise slug login's url on edx login page.
2020-05-28 19:58:46 +05:00
Nimisha Asthagiri
5b3f5ee85a
commerce app: remove code related to shoppingcart ( #23974 )
...
Part of DEPR-43 - https://openedx.atlassian.net/browse/DEPR-43
Co-authored-by: Jeremy Bowman <jbowman@edx.org >
2020-05-28 09:46:12 -04:00
Jansen Kantor
f4a2303013
EDUCATOR-5043: remove grades from program progress page ( #23940 )
...
* remove grades from program progress page
2020-05-08 14:46:20 -04:00
Ali-D-Akbar
94907cc4a9
Unauthenticated Contact Us improvements
...
fix password reset page, add another test and remove typo
improve js test
add quality changes
add quality changes
2020-05-08 14:14:35 +05:00
Adam Stankiewicz
6d942bc94d
revert learner portal links blocking juniper release
2020-05-04 14:55:06 -04:00
edX Transifex Bot
063e1d45c8
fix(i18n): update translations
2020-05-03 17:19:10 -04:00
Ahtisham Shahid
f14946d1de
Merge pull request #23749 from edx/ahtisham/PROD-1476
...
Disabled copy/paste in confirm email
2020-04-28 13:16:01 +05:00
Ahtisham Shahid
8af94ec72a
Disabled copy/paste in confirm email
...
Created sorting for email field
updated tests
Fixed sorting issue in registration form
Fixed sorting issue in registration form
Fixed sorting issue in registration form
Added missing items in env and updated order logic
Added missing items in env and updated order logic
2020-04-28 11:51:01 +05:00
edX Transifex Bot
ee611d623c
fix(i18n): update translations
2020-04-27 11:21:00 +00:00
edX Transifex Bot
4f1979dfd4
fix(i18n): update translations
2020-04-22 09:17:11 -04:00
edX Transifex Bot
960ba3fe4d
fix(i18n): update translations
2020-04-22 04:36:16 -04:00
AsadAzam
db7ddf10f2
Merge pull request #23768 from edx/asad/prod-1394-fix
...
Fixed error message check on 403
2020-04-21 14:18:47 +05:00
asadazam93
b0cb5bb1e7
Fixed error message check on 403
2020-04-20 16:17:25 +05:00
edX Transifex Bot
e876286364
fix(i18n): update translations
2020-04-19 17:19:13 -04:00
edX Transifex Bot
20fe068a01
fix(i18n): update translations
2020-04-12 17:27:12 -04:00
Dave St.Germain
543611fbb7
Added edxnotes information to the courseware API.
...
Added notes visibility toggle support for courseware MFE.
Removed notes and calculator from chromeless view when rendered in courseware MFE.
2020-04-09 13:59:01 -04:00
irfanuddinahmad
5301be1b29
ENT-2612 Fix issue with enterprise selection page redirect
2020-04-07 17:44:10 +05:00
irfanuddinahmad
d105aac84d
ENT-2725 added support for enrollment urls when user has multiple enterprises
2020-04-06 17:21:49 +05:00
edX Transifex Bot
5f63c07ac7
fix(i18n): update translations
2020-03-29 17:24:51 -04:00
edX Transifex Bot
fdc98696b1
fix(i18n): update translations
2020-03-24 13:42:44 +05:00
Brandon Baker
98e5b9d4a3
Upgrade frontend-auth and frontend-enterprise ( #23377 )
...
* Upgrade frontend-enterprise and pass in user
ENT-2648
* Add react-router-dom
* Add back caret
2020-03-17 10:31:37 -04:00
edX Transifex Bot
f005cc74c5
fix(i18n): update translations
2020-03-09 06:55:18 +00:00
Zia Fazal
8fbe6e6fa9
Merge pull request #23169 from edx/ziafazal/ENT-2597
...
ENT-2597: Use encodeURIComponent instead of encodeURI
2020-02-24 19:46:06 +05:00
edX Transifex Bot
2562c0c171
fix(i18n): update translations
2020-02-24 10:53:19 +00:00
zia.fazal@arbisoft.com
eeb390862c
Use encodeURIComponent instead of encodeURI
...
We should use encodeURIComponent instead of encodeURI when encoding part of uri like querystring. encodeURI does not encode `+` sign. For example a query string parameter like `scope=user_id+profile+email` is not encoded by `encodeURI` which results in invalid url on select multiple enterprise page.
Fixed broken test
2020-02-24 12:58:15 +05:00
edX Transifex Bot
babd15259e
fix(i18n): update translations
2020-02-23 16:33:36 -05:00
edx-transifex-bot
67c79e27b4
fix(i18n): update translations ( #23155 )
2020-02-21 15:26:21 +05:00
Ahtisham Shahid
62e1ad6216
Fixed binding issue
...
updated selector
updated var name
2020-02-19 13:39:05 +05:00
Ahtisham Shahid
19137e2737
Fixed staff debug on instructor page
...
added unit test js
fixed test js
updated test commetn
updated xss
2020-02-14 12:20:14 +05:00
Waheed Ahmed
2cf888135b
Fix course enroll button on program details.
...
If there is no dropdown for a course but there is another course in program
which have a dropdown, $('.run-select').val() returns that run's value. Fixed
by using $el.
PROD-1217
2020-01-27 15:41:27 +05:00
Robert Raposa
909d650667
Merge pull request #22517 from edx/robrap/ARCH-1253-remove-login-shim-part-3
...
ARCH-1253: remove shim_student_view from LoginSession.post - Part 3
2020-01-02 11:46:20 -05:00
George Babey
6546d394fe
Merge pull request #22510 from edx/hasnain-naveed/ENT-2452
...
ENT-2452, ENT-2068 | Made the lms and learner portal alerts responsiv…
2019-12-19 09:10:23 -05:00
Zaman Afzal
f20a064a0c
ENT-2500 Bypass multiple enterprise selection page for SAML user ( #22459 )
2019-12-19 13:16:38 +05:00
Robert Raposa
2e2ceeae8d
update logistration js to require json
...
This is Part 3 of clean-up for removing the shim from
LoginSessionView.post. Not that the shim should be gone, the frontend
code can be simplified to always provide the shimless version of the
code.
ARCH-1253
2019-12-18 10:20:18 -05:00
hasnain.naveed
11f305b944
ENT-2452, ENT-2068 | Made the lms and learner portal alerts responsive. Added the lms alert's style in learner portal alert.
2019-12-13 17:59:52 +05:00
Hasnain Naveed
2316aba391
Merge pull request #22456 from edx/hasnain-naveed/ENT-1961
...
ENT-1961 | Making the manual enrollment reason field optional via con…
2019-12-13 11:03:20 +05:00
Robert Raposa
d79e7df32b
use login_ajax for logistration
...
- use login_ajax (in place of login_session with shim) for
logistration's call to login POST
- add toggle for using login_ajax from logistration
- FEATURES['ENABLE_LOGIN_POST_WITHOUT_SHIM']
- add custom metrics for redirect_url
- update test for third-party auth error_code
NOTE: The error_code `third-party-auth-with-no-linked-account`
was introduced in JSON in this earlier PR:
https://github.com/edx/edx-platform/pull/22452/files
ARCH-1253
2019-12-12 10:39:49 -05:00
hasnain.naveed
c926a13f41
ENT-1961 | Making the manual enrollment reason field optional via configuration flag ENABLE_MANUAL_ENROLLMENT_REASON_FIELD.
2019-12-10 17:31:58 +05:00
irfanuddinahmad
8b5e8968ed
updated the login flow for multiple enterprise
2019-11-12 19:47:02 +05:00
Luis Moreno
2f22e0189d
Mark string as translatable
2019-10-25 19:22:24 -04:00
Luis Moreno
f4ca8bdf48
Addressing feedback
2019-10-25 19:22:24 -04:00
Luis Moreno
d1f96748c5
Do not remove last sentence in StudentAccountDeletion message
2019-10-25 19:22:24 -04:00