Ayub khan
4b2f68da84
INCR-405 python3 compatibility
2019-08-02 13:51:10 +05:00
adeelehsan
2d369490dd
Flag added to load limited courses on Dashboard
...
Dashboard is set to load 250 courses instead of
all the courses. A flag is also added to change
the number the courses to load.
PROD-204
2019-06-28 22:51:41 +05:00
bmedx
17cb93dd51
Re-adding django-simple-history for CourseEnrollment
2019-05-03 16:16:41 -04:00
Bill Gardynski
0cbf4845cf
INCR-197 ( #20156 )
2019-04-29 13:00:59 -04:00
Josue Balandrano Coronel
78f4ccb50a
Expose LoginFailure model to Django's Admin UI to allow admin users
...
unlock student accounts that have been locked out for excessive login
failures. This change will allow to quickly unlock student accounts when
time is of the essence (e.g. Timed exams).
2019-03-22 10:22:01 -05:00
asadiqbal
e21477c224
Verification by email of recovery address.
2018-12-27 18:51:55 +05:00
Michael Terry
bd6743d96e
Remove PasswordHistory model
...
This completes the work to deprecate PasswordHistory.
DEPR-7
2018-12-19 09:45:53 -05:00
Saleem Latif
bd411de12d
Add recovery email to account settings page
2018-12-10 17:59:19 +05:00
Saleem Latif
18b66819e2
Revert "ENT-1116: Add recovery email to account settings page"
2018-12-06 21:20:46 +05:00
Saleem Latif
2055f94253
Add recovery email to account settings page
2018-12-06 14:27:28 +05:00
Jillian Vogel
84eefa0e87
Adds migration
2018-07-27 11:25:32 +09:30
Tyler Hallada
1540f9ec72
Add on_delete kwarg to ForeignKey & OneToOneFields
...
Django 2.0 will make this field required for `ForeignKey` and `OneToOneFields`.
In previous versions the option defaulted to `models.CASCADE` when not
specified. This change should make the deprecation warnings in the current
Django version go away.
The migrations where also modified, but the changes should not cause a change in
the database schema since `models.CASCADE` was already the old default.
2018-06-05 17:05:12 -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
Jesse Shapiro
1f5c94d9b6
Process pending enrollments when a user is activated or changes their email address
2018-03-06 16:38:00 +02:00
Jeremy Bowman
bf86b3da98
PLAT-1942 Handle xmodule_django field deprecations
2018-02-05 15:05:54 -05:00
John Eskew
194413cdf9
Add migrations which remove HistoricalRecord tables.
2017-10-12 11:20:25 -04:00
Harry Rein
9f88427f9b
Add social links to learner profile.
...
LEARNER-1859
Added fields to add social links to the user account settings file.
Added icons to the user profile when these links are set, only shown
when users show their entire profile. Added jasmine tests for account
settings and learner profile pages. Added python unit tests to test
validation on the user account.
2017-08-29 13:53:08 -04:00
Calen Pennington
ceb0814fff
Force the CourseKey alter tables to be noops from the SQL perspective
2017-08-24 11:38:05 -04:00
Calen Pennington
84075efc81
Convert CourseKeyField to ForeignKey(CourseOverview) on enrollments and course modes
2017-08-23 15:24:43 -04:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
Ned Batchelder
98b250b66e
A new django app for unicorn migrations
2017-02-15 11:40:05 -05:00
Ned Batchelder
04557bbff3
Make this no-op migration be a true no-op.
2017-02-15 07:16:10 -05:00
Ned Batchelder
169414b734
An idempotent migration to add an email uniqueness constraint
2017-02-15 07:16:10 -05:00
Ned Batchelder
1e6a74e777
No-op a migration that needs to be more clever
2017-02-14 10:01:03 -05:00
Ahsan Ulhaq
d141eb15b1
Added unique constraint on email
...
ECOM-7085
2017-02-10 21:24:15 +05:00
Vedran Karacic
7fe8e47554
[SOL-2133] Add user deactivation endpoint.
2017-01-31 11:34:26 +00:00
J. Cliff Dyer
b796ba1900
Add missing migrations
2016-11-17 12:11:25 -05:00
Bill DeRusha
a776733d51
Merge pull request #13638 from edx/bderusha/utm-tracking
...
Add UTM tracking for registrations
2016-10-07 17:45:43 -04:00
Bill DeRusha
9877c6ad6e
Add UTM tracking for registrations
...
Add UTM cookie tracking for registrations.
Add config model for cookie names.
ECOM-5539
2016-10-07 10:27:57 -04:00
John Eskew
3614eb2800
Move xmodule_django app to openedx.core.djangoapps
2016-10-06 14:50:40 -04:00
Clinton Blackburn
3f19cc0265
Updated logout view
...
In addition to logging the user out of LMS, the logout view also logs users out of the IDAs to which they previously authenticated.
ECOM-4610
2016-06-15 11:11:49 -04:00
Clinton Blackburn
8ea3b62016
Added admin for UserAttribute model ( #12596 )
...
ECOM-4502
2016-05-31 18:22:18 -04:00
Clinton Blackburn
2fd9896ca1
Allowing profile image upload date to be blank ( #12601 )
2016-05-31 16:46:11 -04:00
Peter Fogg
0e66baf41f
Add referral tracking for new registrations.
...
ECOM-4325
2016-05-16 11:17:23 -04:00
Peter Fogg
f975ae038b
Add migrations due to field default changes from #10802 .
...
Django 1.8 is more sensitive to model changes, and wants to create
migrations in situations that Django 1.4 would not. Changing field
defaults is an example of these situations.
2015-12-08 10:54:49 -05:00
Usman Khalid
6cb62f2697
Rebase upgrade Django to v1.8.5
...
Please note that this is a squshed commit and the work of:
Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
2015-11-10 15:00:19 -05:00
Bill DeRusha
1f77810fad
Add configurable refund window
...
Add configuration model for enrollment refunds.
Use order info from otto in refund window calculation
Delete dupe tests. Extend tests to include window tests
Move ecom client from lib to djangoapps in openedx
2015-10-30 09:01:53 -04:00
jsa
810d623325
Add historical course enrollment table.
...
XCOM-442
2015-07-29 17:35:41 -04:00
Feanil Patel
4ae4e25f5c
Update student migration 0035 to add a dependency.
...
This migration instantiates the modulestore which is now dependent
the xblock_django database config settings. So the initial migration
for that has to run before this migration.
2015-07-13 16:53:33 -04:00
Ahsan Ulhaq
20e6c7625c
LMS: Modification in enrollment API
...
Added CourseEnrollmentAttribute model
ECOM-1719
2015-06-16 10:39:04 +05:00
Peter Fogg
63c3af737c
Add student bio max_length to migrations.
2015-06-03 17:07:02 -04:00
Muhammad Shoaib
65c4f1df89
SOL-236 Manual Enrollments
2015-06-02 13:19:32 -04:00
Andy Armstrong
c3a39934a0
Limit the size of the user profile's "bio" field
...
TNL-1990
2015-04-17 17:23:16 -04:00
jsa
bb2599cecd
Include profile image version in URLs.
...
TNL-1860
2015-04-17 17:23:13 -04:00
Daniel Friedman
97e44ed20f
Implement language proficiencies.
...
TNL-1488
2015-04-17 17:23:12 -04:00
Daniel Friedman
6f6fdbfb5f
Integrate profile images into Accounts API
...
TNL-1545
2015-04-17 17:23:11 -04:00
cahrens
fad63938e5
New bio field in UserProfile.
2015-04-17 17:23:11 -04:00
cahrens
0a962bf991
Add field that was missing from re-ordered migration
2015-04-17 17:23:11 -04:00
Matt Drayer
df937f1feb
Renamed conflicting migration file
2015-03-05 10:21:03 -05:00
Matt Drayer
be77f8bf8c
Revert "Renamed conflicting migration file"
...
This reverts commit 04429e77f0 .
2015-03-05 10:16:43 -05:00