Calen Pennington
e2bfcf2a36
Make course ids and usage ids opaque to LMS and Studio [partial commit]
...
This commit updates common/djangoapps.
These keys are now objects with a limited interface, and the particular
internal representation is managed by the data storage layer (the
modulestore).
For the LMS, there should be no outward-facing changes to the system.
The keys are, for now, a change to internal representation only. For
Studio, the new serialized form of the keys is used in urls, to allow
for further migration in the future.
Co-Author: Andy Armstrong <andya@edx.org >
Co-Author: Christina Roberts <christina@edx.org >
Co-Author: David Baumgold <db@edx.org >
Co-Author: Diana Huang <dkh@edx.org >
Co-Author: Don Mitchell <dmitchell@edx.org >
Co-Author: Julia Hansbrough <julia@edx.org >
Co-Author: Nimisha Asthagiri <nasthagiri@edx.org >
Co-Author: Sarina Canelake <sarina@edx.org >
[LMS-2370]
2014-05-07 12:54:49 -04:00
John Cox
ce0b640712
Add third-party auth implementation and tests
2014-04-25 12:11:20 -07:00
John Jarvis
27256bbbb4
Merge pull request #3396 from edx/jarv/change_enrollment_cmd
...
adding django admin command to change enrollment
2014-04-23 09:44:46 -04:00
Sef Kloninger
f3842dcc01
Merge pull request #2834 from edx/sef/theme-embargo-master
...
make embargo template theme-able
2014-04-22 10:04:08 -07:00
John Jarvis
67128c5ff8
grammar
2014-04-18 10:13:23 -04:00
John Jarvis
b67987cd43
fixing example
2014-04-18 10:12:47 -04:00
John Jarvis
27104c93ea
adding django admin command to change enrollment
2014-04-18 10:07:18 -04:00
Waqas Khalid
43377af85a
fix change name view by replacing the request.user simple lazy object with request.user.id
...
LMS-2479
2014-04-11 18:36:49 +05:00
Waheed Ahmed
c0b50c7f62
Change user.is_authenticated to user.is_authenticated() in roles.py.
...
LMS-2442
2014-04-07 12:20:20 +05:00
chrisndodge
c407e89889
Merge pull request #2781 from edx/cdodge/password-history-enforcements
...
Add some optional policies around password resets, such as password reus...
2014-04-04 16:14:43 -04:00
Abdallah
bb9f720fa6
unicode fixes
2014-04-02 16:18:56 +03:00
Calen Pennington
9bcbba6750
Emit datadog events for all course enrollments, not just those outside of verified courses
2014-04-01 13:02:29 -04:00
Chris Dodge
ff8a0c6891
password history: just limit the result set range to simplify iteration logic
2014-03-31 10:30:58 -04:00
Chris Dodge
d5bb1b5cca
Add some optional policies around password resets, such as password reuse, forced password resets, allowed frequency of password resets
2014-03-31 10:30:58 -04:00
Calen Pennington
81a038cbaf
Add datadog metrics logging for django model creates, updates, and deletes
2014-03-28 14:45:59 -04:00
Dave St.Germain
a6bde7cc9e
Fix broken test due to refactoring.
2014-03-27 16:44:07 -04:00
Dave St.Germain
0501775d64
Add an option to prevent multiple logins of the same user.
2014-03-27 16:05:25 -04:00
Will Daly
44dad41ede
Switch from Rake to Paver
2014-03-25 11:32:19 -04:00
jsa
fb57ffb80a
in create_user mgmt command, use settings.LANGUAGE_CODE instead of en-us.
...
Fixes the create_user admin command, which was creating user accounts
with a potentially invalid language preference.
JIRA: FOR-532
2014-03-18 15:28:07 -04:00
jsa
b20c8f9248
Ensure account creation succeeds before creating comments service user
...
Also improves handling in cases where account creation did succeed, but
comments service user creation did not.
Depends on commit 88abdd8a0b20bc9816f487b25abdea1953f5661d in https://github.com/edx/cs_comments_service
JIRA: FOR-522
2014-03-18 13:24:30 -04:00
Sef Kloninger
397f383313
missing themed embargo page fails safely to unthemed
2014-03-18 09:00:23 -07:00
Sarina Canelake
5c1c96923a
Put language modal in alphabetical order LMS-2302
2014-03-11 10:20:21 -04:00
Greg Price
08ed1c5439
Merge pull request #2832 from edx/gprice/create-account-lang-pref
...
Save language preference on account creation
2014-03-10 15:13:15 -04:00
Greg Price
fa29a35ab8
Save language preference on account creation
...
This is necessary to allow non-browser-based services (e.g. notifier)
to know a user's preferred language even if the user has not explicitly
selected one.
2014-03-10 13:28:12 -04:00
Carson Gee
b0af8ff421
Merge pull request #2702 from carsongee/cg/cas_fixes
...
Correct misaligned django-cas integration
2014-03-06 16:17:13 -05:00
Sef Kloninger
f484807419
make embargo template theme-able
...
Use "Stanford-style" theming to enable you to put your own embargo
notice up.
2014-03-05 15:22:22 -08:00
Bertrand Marron
10688f99f4
Add translator comments for 'other' and 'none' strings
2014-03-04 16:40:27 +01:00
Carson Gee
4099fc9af0
Correct misaligned django-cas integration
2014-03-04 09:35:08 -05:00
Bertrand Marron
6cb458b46a
Translate gender and education level from user profile
2014-03-04 11:22:32 +01:00
Chris Dodge
aa43689a93
This PR addresses the open feedback on the Microsites feature
2014-02-28 16:27:12 -05:00
Adam Palay
89795191cb
Merge remote-tracking branch 'origin/release'
...
Conflicts:
cms/envs/common.py
lms/envs/common.py
2014-02-27 17:33:40 -05:00
chrisndodge
7884e49955
Merge pull request #2711 from edx/cdodge/throttle-forgot-password
...
add some rate limiting to the password reset functionality
2014-02-27 14:47:21 -05:00
Chris Dodge
46fa943fc2
fix method name to actually make sense
2014-02-27 13:56:58 -05:00
Sarina Canelake
fe85a1eec1
Django-admin for Embargo feature
...
Allows specification of countries to embargo, what course(s) should
apply embargo restrictions, and whitelist/blacklist capability for
specific individual IP addresses.
2014-02-27 08:38:05 -05:00
Julia Hansbrough
a7ae152d9b
Embargo Middleware feature
...
Adds configurable middleware in common/djangoapps/embargo that
allows specific courses to comply with US Export regulations by
embargoing students from specific countries, whilst simultaneously
allowing other courses to be freely open to all.
2014-02-27 08:37:58 -05:00
chrisndodge
38e55a4eb9
Merge pull request #2668 from edx/cdodge/no-pii-in-logs
...
add new feature to make sure we aren't writing PII into the application ...
2014-02-26 16:04:12 -05:00
Chris Dodge
9431318467
add some rate limiting to the password reset functionality
2014-02-26 16:02:42 -05:00
Jim Abramson
9c791a952c
Merge pull request #2706 from edx/jsa/forum-delete-comments-acceptance
...
Add acceptance tests for forums comment deletion.
2014-02-26 11:19:20 -05:00
jsa
bea463d950
Add acceptance tests for forums comment deletion.
...
JIRA: FOR-472
2014-02-26 10:31:02 -05:00
jsa
7be356b390
auto_auth: add ability to configure forum roles and scrape user id.
2014-02-26 10:30:55 -05:00
Waheed Ahmed
874d7360c1
Added validation for username and email max length.
...
LMS-1479
2014-02-26 16:25:37 +05:00
Chris Dodge
fe3ebca1c5
add new feature to make sure we aren't writing PII into the application logs. So far we're aware of doing so regarding Auth use-cases
2014-02-25 00:14:19 -05:00
Don Mitchell
81a92e4bfc
Consolidate course_id triple parsing
2014-02-24 11:45:59 -05:00
Julia Hansbrough
64f1cae64b
Merge pull request #2419 from edx/talbs/lms-languagemenu
...
LMS: Adds Language Selection Menu
2014-02-14 18:32:12 -05:00
thedeadparrot
b61649f9eb
Refactor out new lang_pref djangoapp
2014-02-14 22:35:14 +00:00
thedeadparrot
afdd8d68cb
Better dashboard display behavior
...
* Don't show sidebar if only one language is present
* only add in the default language code if it's not already present
2014-02-14 22:35:13 +00:00
thedeadparrot
48686793d7
Clean up tests.
2014-02-14 22:35:12 +00:00
Diana Huang
a07d243fdb
Clean up the display and dialog to use user preferences
...
instead of the current language.
2014-02-14 22:35:11 +00:00
Diana Huang
e94b1a5cfa
If we run into issues with languages, use default
2014-02-14 22:35:10 +00:00
Will Daly
c85c4b22ed
Revert "Replace rake functions with python paver functions"
...
This reverts commit df2e410f2a .
2014-02-14 14:25:28 -05:00