afzaledx
cc6c95b388
OC-3995
...
Moved the ID string used in the google-site-verification meta tag to settings so that it can be overridden from site_configuration.
2018-05-03 20:34:39 +05:00
Eric Fischer
e18448e27d
Silence deprecation warnings
...
https://docs.djangoproject.com/en/1.11/releases/1.10/#using-user-is-authenticated-and-user-is-anonymous-as-methods
2018-05-02 10:03:50 -04:00
Brittney Exline
5b19309691
Merge pull request #18070 from edx/bexline/sso_id_verification2
...
ENT-945 Using SSOVerifications in ID Verification flow
2018-04-30 14:14:03 -06:00
Brittney Exline
91e63ed8e0
ENT-945 Using SSOVerifications in ID Verification flow
...
This reworks what was done #17930 , since it had to be reverted from the IDVerificationAggregate migration.
We decided to abandon that model and directly read from both id verification models.
2018-04-30 11:57:59 -04:00
Matthew Piatetsky
27c7a55b55
add has_staff_access to course metadata
2018-04-30 11:49:37 -04:00
Michael Terry
502287b07e
Add some links to student records
...
Add some waffle-guarded connection points to the Credentials service
to start filling out the user flow for Student Records.
Specifically, add a button to the Program Progress Details page if
a certificate exists, and add a link in the Learner Profile page.
Both only appear if the 'student_records' waffle switch is active.
LEARNER-4701
2018-04-27 09:52:01 -04:00
Saleem Latif
361f4a6bc9
Hide SSO related messages on login page if user is not in the SSO pipeline.
2018-04-27 11:06:45 +05:00
Brittney Exline
51d632531c
Merge pull request #18055 from edx/bexline/empty_sso_verification_migration
...
ENT-969: Partial revert of "ENT-945 Update IDVerification interfaces to account for SSOVerification"
2018-04-26 08:54:34 -06:00
Brittney Exline
292f9ca831
Partial revert of "ENT-945 Update IDVerification interfaces to accountfor SSOVerification"
...
This partially reverts commit ee1c3a4548 .
The migration files introduced by the commit have been kept since they have been run
already on several enviornments.
2018-04-25 16:01:15 -04:00
Michael LoTurco
62ae6d4555
retrap focus for seat unenroll survey a11y
...
learner-4715
2018-04-25 14:51:35 -04:00
AlasdairSwan
321a1acb04
Merge pull request #17945 from edx/alasdair/LEARNER-4880-gdpr-modal-display
...
LEARNER-4880 added confirmation modal for account deletion
2018-04-24 16:40:07 -04:00
AlasdairSwan
bfda33da5d
LEARNER-4880 added confirmation modal for account deletion
2018-04-24 15:22:00 -04:00
Waheed Ahmed
d82ecad681
Merge pull request #17985 from edx/waheed/LEARNER-4254-update-support-form
...
Update support form.
2018-04-24 22:02:26 +05:00
Brittney Exline
60f46d5a92
Merge pull request #17930 from edx/bexline/sso_id_verification2
...
ENT-945 Apply logic for taking into account SSOVerifications
2018-04-24 07:40:52 -06:00
Waheed Ahmed
2c09ebb208
Update support form to make course required.
...
Update support form to auto select course and make course
selection required to submit form.
LEARNER-4254
2018-04-24 14:29:49 +05:00
Uman Shahzad
db5042f084
Merge pull request #18018 from edx/revert-17967-gbabey/revert-ENT-924
...
[ENT-924] Revert "Revert "Show Enterprise display name if we should hide sensit…
2018-04-24 05:43:49 +05:00
Ned Batchelder
a8e0d81f0f
Merge pull request #18001 from edx/nedbat/release-line-meta-tag
...
Report the RELEASE_LINE in a meta tag
2018-04-23 17:43:06 -04:00
Brittney Exline
ee1c3a4548
ENT-945 Update IDVerification interfaces to accountfor SSOVerification
2018-04-23 10:48:12 -04:00
Uman Shahzad
5746729895
Revert "Revert "Show Enterprise display name if we should hide sensitive user…"
2018-04-23 18:27:36 +05:00
uzairr
c6a951796a
Send email for the failed verification status
...
Support Team need to handle bulk of tickets every month
about the verification status of learners.To avoid it,
suitable changes have done to send verification email
to the learner.
LEARNER-1488
2018-04-20 13:12:56 +05:00
Ned Batchelder
55d823da15
Report the RELEASE_LINE in a meta tag
2018-04-19 17:36:42 -04:00
Michael LoTurco
919264f56d
Add entitlement unenrollment survey
...
Updates behavior post unenrollment, also refactors accessible_modal
to enable the unenrollment survey to remain accessible after the
content in the modal changes (to the survey).
mloturco/learner-3524
2018-04-19 10:19:11 -04:00
Attiya Ishaque
44ccd84c7a
Merge pull request #17975 from edx/ai/EDUCATOR-2719-button-styling
...
Fix styling of button on certificate & membership page.
2018-04-18 17:32:59 +05:00
Uzair Rasheed
e0d20be11d
Merge pull request #17912 from edx/LEARNER-1487/send_successfull_verification_email
...
Send verification email status
2018-04-18 12:09:42 +05:00
Jae Bradley
769ca45f42
Merge pull request #17941 from edx/LEARNER-4864-cookie-policy-banner-component
...
LEARNER-4864: Add Cookie Policy Banner
2018-04-17 17:50:25 -04:00
jaebradley
fab388ad6b
add cookie policy banner with feature flag
2018-04-17 16:48:52 -04:00
George Babey
a155aad01c
Revert "Show Enterprise display name if we should hide sensitive username."
...
This reverts commit d58bd06928 .
This commit caused performance issues due to increased API load from checking the
enterprise association on each page load
2018-04-17 09:07:17 -04:00
attiyaishaque
9dc01647e8
Fix styling of button on certificate & membership page.
2018-04-17 12:21:09 +05:00
Michael Terry
a34c8c8233
Drop remaining coffee use
...
This basically commits the transpiled CoffeeScript JS (with minor
cleanup) and removes coffee build support.
A tiny amount of support for xblocks exists, because external users
may have xblocks with coffee. But no coffee in our tree anyway.
2018-04-13 14:10:40 -04:00
Uman Shahzad
d58bd06928
Show Enterprise display name if we should hide sensitive username.
2018-04-12 19:10:30 +05:00
Waheed Ahmed
7711387e55
Merge pull request #17937 from edx/waheed/LEARNER-4426-fix-500-error-on-new-contact-us-form
...
Fix 500 error on new contact us form.
2018-04-12 18:18:05 +05:00
Waheed Ahmed
ce7e144088
Fix 500 error on new contact us form.
...
If learner has enrollments without course overview object server raises
error, fixed using course_overview property of course enrollment.
LEARNER-4426
2018-04-12 16:10:18 +05:00
uzairr
ad7fb01883
Edit email acknowledging photo-submission
...
To add more context,content of the acknowledging
email of photo-submission is updated so that a learner aware of
the whole process.
LEARNER-4048
2018-04-12 13:48:52 +05:00
uzairr
d85dc4532e
Send verification email status
...
Support Team need to handle bulk of tickets every month about the
verification status of learners.To avoid it,suitable changes have
done to send verification email to the learner.
LEARNER-1487
2018-04-12 11:47:49 +05:00
Ahsan Ulhaq
0ed84584bf
Revert "Send email to learners to inform verification status"
...
This reverts commit 0865e52c32 .
2018-04-07 00:23:11 +05:00
Michael Terry
c19d01a994
Add live validation to password reset
...
Adds a new React factory for that page to handle the logic. Also
cleans up the UI a little (centers it, stops using serif font, etc).
2018-04-05 11:59:26 -04:00
noraiz-anwar
0dd4978f37
permit staff role to rescore, override and delete problem scores for individual learners
2018-04-05 18:40:55 +05:00
Ned Batchelder
2f52e81d28
Merge pull request #17819 from open-craft/tomaszgy/fix_hawthorn_default_theme_issues
...
Fix styling of navtabs.
2018-04-05 07:59:46 -04:00
uzairr
0865e52c32
Send email to learners to inform verification status
...
Support Team need to handle bulk of tickets every month about
the verification status of learners.To avoid it,suitable changes
have done to send verification email to the learner.
LEARNER-1487
2018-04-05 15:17:49 +05:00
Tasawer Nawaz
67962748b2
add note on for logged out users on support form
...
LEARNER-3783
2018-04-04 12:43:07 +05:00
Diana Huang
fd733a9611
Merge pull request #17800 from edx/diana/update-registration
...
LEARNER-4403: Update TOS and Privacy Policy field on registration form for GDPR.
2018-04-02 14:01:23 -04:00
Diana Huang
6ceb7e1500
Update TOS and Privacy Policy field on registration from for GDPR.
2018-04-02 10:01:18 -04:00
Matthew Piatetsky
734e385030
Add chapter index to dom
2018-03-29 11:07:15 -04:00
Tomasz Gargas
9f6131f79d
Fix styling of Discover new and Sysadmin tabs of navbar.
...
Signed-off-by: Tomasz Gargas <tomasz@opencraft.com >
2018-03-29 12:30:34 +02:00
Ned Batchelder
465427f454
Merge pull request #16297 from open-craft/cornwell/content-of-static-pages
...
Ability to set content of static pages via Site Configuration
2018-03-28 14:28:19 -04:00
Troy Sankey
b1ce012a94
move global status messages from the header to the user notification area
2018-03-26 12:06:29 -04:00
Mike
0e2b667bb4
Added ability to change header and content of static pages in two ways.
...
1. Using the pageheader and pagecontent block names.
2. Setting SiteConfiguration settings for each individual html page.
Co-authored by: Tomasz Gargas <tomasz@opencraft.com >
2018-03-24 21:37:09 +01:00
Alex Dusenbery
a996822094
Revert "Revert "Track viewing of individual blocks.""
...
This reverts commit e2675f57b5f747b6a9e21067c75911fbd0341943.
2018-03-22 10:37:40 -04:00
Ibrahim
2bb790680a
add role and expose reason field to Instructor Dashboard Manual Enrollment
...
WL-1473
2018-03-16 15:47:53 +05:00
Sylvia Pearce
7185a78dc6
Merge pull request #17679 from edx/sylvia/DOC-3895
...
Update message for content with prerequisites
2018-03-14 09:32:08 -04:00