Simon Chen
9b15f58037
Merge pull request #15661 from edx/schen/learner-1521
...
Move the user_attribute creation for site
2017-07-26 10:47:38 -04:00
Afzal Wali
ec1473f84f
Added a missing parameter.
2017-07-26 15:46:49 +05:00
Simon Chen
20a16f24b5
Move the user_attribute creation for site from within the user creation transaction to outside
...
learner-1521
2017-07-25 13:27:57 -04:00
Clinton Blackburn
9efa7770f8
Resolved multi-tenant program issues
...
A site must be passed so the system knows which URL to use to contact
the Discovery Service.
2017-07-25 19:37:14 +05:00
Diana Huang
c338b751f2
Consolidate access checks for prereqs and surveys.
2017-07-24 11:42:39 -04:00
Po Tsui
52197fba88
Add TODO for duplicate email/username inconsistency
...
The function `create_account_with_params` calls `_do_create_account`,
which exhibits some discrepant behavior with throwing errors when handling
duplicate email and/or username.
A duplicate email raises a `ValidationError` (rather than the expected
`AccountValidationError`) from the first part of `_do_create_account`,
when errors from `form` (the `AccountCreationForm`) are raised.
A duplicate username raises the expected `AccountValidationError`, but
from a later part of `_do_create_account`. As a result, registering with
both duplicate username and email raises a `ValidationError` for email only.
The user message for username is “An account with the Public Username
'{username}' already exists.” which differs from that of email, “It
looks like {email} belongs to an existing account. Try again with a
different email." The latter is more consistent with other user messages.
2017-07-13 11:08:15 -07:00
George Song
06c9826904
Merge pull request #14845 from Salomari1987/salah/password_reset_email_subject
...
Use platform_name instead of site_name in password reset email
2017-07-13 05:52:21 -07:00
Andy Armstrong
a815003b3b
Handle anonymous and unenrolled users on the new course home page
...
LEARNER-1696
2017-07-10 17:52:28 -04:00
Sofiya Semenova
d01d165e4c
Merge pull request #15386 from edx/sofiya/ed-378
...
Add group_moderator role
2017-07-10 14:13:09 -04:00
Omar Al-Ithawi
8816b85464
Use the marketing contact us page in email confirm change message
2017-07-10 10:24:49 -04:00
bmedx
cfb53a3526
Ensure User model is unregistered before registering with Django admin
...
- PLAT-1631
2017-07-07 11:02:53 -04:00
Brian Mesick
af43d08b22
Revert "Upgrade django-ratelimit-backend to 1.1.1"
2017-07-06 16:18:02 -04:00
Albert St. Aubin
6cdcf8e9b8
Discussion group moderation
2017-07-06 13:39:03 -04:00
Afzal Wali
b8a310d54b
Put the program_types filter under the waffle switch
2017-07-06 13:12:43 -04:00
Tasawer Nawaz
bba596728a
Merge pull request #15450 from edx/tasawer/learner-1710-fix-dashboard-HttPClientError
...
Fix 500 error on learner dashboard
2017-07-06 08:29:10 +05:00
Brian Mesick
bc485ea580
Merge pull request #15469 from edx/bmedx/django_1.11_upgrade_ratelimit_backend_PLAT-1482
...
Upgrade django-ratelimit-backend to 1.1.1
2017-07-05 16:54:49 -04:00
tasawernawaz
a7b2009566
Fix 500 error on learner dashboard
...
LEARNER-1710
2017-07-05 21:44:43 +05:00
bmedx
d6d7fcaf4f
Fix NotRegistered error when running makemigrations
2017-07-05 12:28:22 -04:00
bmedx
705a68b212
Upgrade django-ratelimit-backend to 1.1.1
2017-07-05 10:14:59 -04:00
Afzal Wali
383208c4c8
multitenant Program cache.
...
Fetched Programs and Program details from Course Discovery service for all sites and stored the uuids in cache with site-specfic keys.
Learner-1146
2017-07-04 14:20:55 +05:00
John Eskew
947e814216
Remove deprecated django.utils.importlib.
2017-06-29 12:08:21 -04:00
Salah Alomari
8dba6c49a6
Use platform_name instead of site_name in password reset email subject
2017-06-28 02:30:58 +03:00
Salah Alomari
4f6eaa59d1
Use platform_name instead of site_name in password reset email
2017-06-28 02:30:17 +03:00
Omar Al-Ithawi
1b46c3e646
Add optional support for Unicode usernames
...
Refactoring: Use format with named variables
2017-06-27 14:18:49 +03:00
Clinton Blackburn
dd1f834697
Displaying verification denial reasons on dashboard
...
Learners now see (on the dashboard) a list of reasons why their verifications were denied.
LEARNER-1486
2017-06-20 17:44:13 -04:00
Uman Shahzad
8b65ca17c5
Migrate to latest, split python-social-auth.
...
PSA was monolothic, now split, with new features, like
a DB-backed partial pipeline. FB OAuth2 version also upped.
Partial pipelines don't get cleared except when necessary.
They persist for special cases like change of browser while
still mid-pipeline (i.e. email validation step).
Refactor, cleanup, and update of a lot of small things as well.
PLEASE NOTE the new `social_auth_partial` table.
2017-06-20 22:05:36 +05:00
Ibrahim
9995716899
Exclude hidden programs from white label course and homepage
...
LEARNER-1126, LEARNER-1127
2017-06-09 21:42:21 +05:00
Uman Shahzad
e7e79c9b24
Correct activation email support link defaults in views.py
2017-06-05 00:34:39 +05:00
Robert Raposa
eaab2cf444
Add course overrides of waffle flags.
2017-06-01 15:12:50 -04:00
Clinton Blackburn
6ff614800c
Updated auto_auth endpoint to always return JSON
...
Defaulting to a plaintext response makes no sense for an endpoint that is intended to be used by machines for testing. The endpoint now returns JSON only unless a redirect action is triggered.
2017-05-31 23:18:05 -04:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
Uman Shahzad
a41195377c
Allow configurable activation email support link.
...
This also serves as a slight refactor of ENT-392.
2017-05-26 14:25:15 -04:00
Saleem Latif
937f979327
Update account activation message on login page
2017-05-23 17:34:46 +05:00
Saleem Latif
727dd9f90b
Success Message for Account Activation for logged out users.
2017-05-22 16:38:47 +05:00
Saleem Latif
30eba50b79
Success Message for Account Activation for logged in users
2017-05-19 20:42:40 +05:00
Calen Pennington
fe7c9a1476
Merge pull request #15087 from cpennington/cale/capture-lang-pref-on-login
...
Capture the language preference set by an anonymous user when the reg…
2017-05-15 08:59:44 -04:00
Calen Pennington
c9f6872be3
Capture the language preference set by an anonymous user when the register or login
...
[LEARNER-168]
2017-05-15 07:36:56 -04:00
Alex Dusenbery
b33a9436d6
TNL-6832 | Include inactive enrollees in course and problem grade reports.
2017-05-11 13:10:38 -04:00
Nimisha Asthagiri
adb88e21f3
Bulk-reads and Request caching in Course Grade Report
...
This reverts commit 5388d5d1fc .
2017-05-10 17:14:29 -04:00
edx-pipeline-bot
544d5d5996
Merge pull request #15085 from edx/release-mergeback-to-master
...
Merge release back to master
2017-05-10 15:19:09 -04:00
Douglas Hall
665ec6c475
Allow override of initial account activation from address.
...
In PR #15030 , we missed adding the override of the initial account activation from address using the ACTIVATION_EMAIL_FROM_ADDRESS SiteConfiguration setting. We had only added the override when a subsequent activation email was sent.
ENT-318
2017-05-10 13:44:19 -04:00
Sanford Student
5388d5d1fc
Revert "Bulk-reads and Request caching in Course Grade Report"
...
This reverts commit 16e9636513 .
2017-05-09 16:25:46 -04:00
Douglas Hall
0a313da601
Remove edx.org theme override of activation email body.
...
We have standardized the activation email in the base activation email body template, so we do not need this override any longer.
ENT-318
2017-05-09 15:46:10 -04:00
Nimisha Asthagiri
3491837e9c
Merge pull request #15036 from edx/neem/bulk-read-grade-report
...
Bulk-reads and Request caching in Course Grade Report
2017-05-09 10:53:01 -04:00
Nimisha Asthagiri
16e9636513
Bulk-reads and Request caching in Course Grade Report
2017-05-09 08:58:49 -04:00
Matt Drayer
5e94c63da6
mattdrayer/ENT-318: Update activation email subject and message text
2017-05-06 00:16:43 -04:00
Matt Drayer
5097bd6e54
mattdrayer/ENT-328: Update account activation message on sign-in form.
2017-05-04 10:58:42 -04:00
Andy Armstrong
2167584e5e
Unify the home and course tabs
...
LEARNER-609
2017-05-01 17:22:28 -04:00
Calen Pennington
3deb3a3c1b
Merge pull request #14977 from cpennington/cale/fix-learner-542
...
Cale/fix learner 542
2017-05-01 12:18:03 -04:00
Ned Batchelder
ecce0f1513
Merge pull request #14996 from edx/nedbat/remove-useless-super-delegation
...
Remove a number of unneeded super()-delegation methods
2017-04-28 13:04:43 -04:00