Andy Armstrong
e710a5b2d0
Implement parental controls for the User API
...
TNL-1739
2015-04-17 17:23:12 -04:00
Andy Armstrong
650a9a9b85
Implement parental controls for user profiles
...
TNL-1606
2015-04-17 17:23:11 -04:00
Daniel Friedman
8e08ff52ff
Rebase cleanup
2015-04-17 17:23:11 -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
Jesse Zoldak
5b93992ecb
Fix trailing whitespace issues
2015-04-02 16:32:22 -04:00
Mark Hoeber
b78f25c8d1
Platform API Documentation
2015-04-01 16:04:50 -04:00
zubair-arbi
ec2f4dc2fe
Merge pull request #7523 from edx/zub/bugfix/ecom-579-change-education-level-option-label
...
change education level option label to read "Associate" degree
2015-04-01 17:17:58 +05:00
Mayank Jain
cf7777a474
added READMEs for top level directories
2015-03-31 16:47:37 +02:00
zubair-arbi
d0126959fc
change education level option label to read "Associate" degree
...
ECOM-579
2015-03-31 13:31:16 +05:00
Adam
dad4b673e2
Merge pull request #7505 from edx/release
...
Release
2015-03-27 16:46:33 -04:00
Clinton Blackburn
9a8ecc65a7
Removed invalid kwarg
2015-03-27 10:37:04 -04:00
Christina Roberts
3f07660d27
Merge pull request #7454 from edx/andya/user-api-transaction-handling
...
Clean up transactional behavior in User API
2015-03-25 15:08:21 -04:00
Andy Armstrong
a9dce7c331
Clean up transactional behavior in User API
2015-03-25 13:44:03 -04:00
Sarina Canelake
c6ab15c64c
Merge pull request #7352 from edx/sarina/pep8-quality-report
...
Improve pep8 reporting
2015-03-23 21:10:58 -04:00
Sarina Canelake
e77211b713
Run pep8 on all files, and fix uncovered errors
2015-03-23 15:50:29 -04:00
Ned Batchelder
99430113e3
Fix pre-existing pylint violations
2015-03-23 12:40:25 -04:00
Ned Batchelder
a84735057d
Move common/lib/*.py to openedx/core/lib
...
This makes these files importable, and puts them into the new best guess
as to where files should live.
2015-03-23 12:40:24 -04:00
Usman Khalid
c50f828187
Fixes after rebase.
2015-03-23 19:03:31 +05:00
muzaffaryousaf
e6c75529c0
Cohort discussion topics via UI in instructor dashboard.
...
TNL-1256
2015-03-23 14:28:22 +05:00
Usman Khalid
eee6250fb2
Use RequestCache to cache cohorts information.
...
TNL-1258
2015-03-23 09:57:16 +05:00
Usman Khalid
a9e0082c7c
Cache cohort info during requests to reduce SQL queries.
...
TNL-1258
2015-03-23 09:44:23 +05:00
Usman Khalid
d59be9949e
Use cohort settings from CourseCohortSettings.
...
TNL-1258
2015-03-23 09:43:00 +05:00
Muhammad Ammar
70efd28483
Changes after Andy's Review
2015-03-23 09:21:21 +05:00
Muhammad Ammar
3ce494f5c5
Enable/disable cohorts from the instructor dashboard and move cohorts management to its own tab
...
TNL-1268
2015-03-23 09:21:15 +05:00
muhammad-ammar
0ebd8c29b0
Allow Instructor To Rename Cohorts And Set Cohort Assignment Method
...
TNL-181
2015-03-23 09:10:59 +05:00
Nimisha Asthagiri
289469dd3a
Merge pull request #7353 from edx/mobile/third-party-oauth-reg
...
Mobile registration with Google/FB
2015-03-20 17:04:37 -04:00
Nimisha Asthagiri
dfcef9ddcb
MA-95: Update Registration endpoint to support 3rd party credentials
...
Automatically link edX account with social account in login mobile API path
2015-03-20 15:43:40 -04:00
Chris
551c382238
Merge pull request #7328 from edx/clrux/ux-1642-logistration-updates
...
UX-1642 Making visual tweaks and enhancements to the logistration form
2015-03-18 15:35:02 -04:00
Will Daly
f0b4492065
Merge pull request #7381 from edx/will/ecom-601
...
Copy changes to the activation email
2015-03-18 14:30:32 -04:00
Chris Rodriguez
026501aec9
Fix
2015-03-18 14:21:21 -04:00
Will Daly
c37dc913a0
Copy changes to the activation email
2015-03-18 13:45:15 -04:00
Chris Rodriguez
5ae7cc7ee1
UX-1642 Making visual tweaks and enhancements to the logistration form
2015-03-18 12:14:31 -04:00
Ned Batchelder
7d799e34f3
Remove unused imports
2015-03-17 07:10:31 -04:00
Andy Armstrong
6976a33a85
Add the preferences endpoint to the User API
...
TNL-1493
See https://openedx.atlassian.net/wiki/display/TNL/User+API for details
2015-03-16 23:34:35 -04:00
Andy Armstrong
63341287ca
Merge pull request #7343 from edx/andya/openedx-dir-coverage
...
Add coverage to openedx directory
2015-03-13 16:09:17 -04:00
cahrens
207e500a23
Don't allow empty string or None for email.
2015-03-13 14:59:02 -04:00
Andy Armstrong
a75186dafe
Add coverage to openedx directory
2015-03-13 12:41:54 -04:00
Greg Price
f0322b9662
Merge branch 'release'
2015-03-11 11:14:48 -04:00
Christina Roberts
00313e0e51
Merge pull request #7226 from edx/christina/update-accounts-api
...
Updates to account and profile APIs based on arch council feedback
2015-03-10 12:47:15 -04:00
Clinton Blackburn
6a2b9f4521
Reorganized course_structures app
...
Celery requires all tasks to be in a tasks module. Also, the task has been updated to use default values if the the course structure generator encounters a block without the graded or format fields.
2015-03-10 11:12:51 -04:00
cahrens
e30ea5c08b
Switch to api directory and improve error handling.
2015-03-09 12:51:43 -04:00
zubair-arbi
41f08055a4
Merge pull request #7018 from edx/zub/bugfix/tnl-1331-unique_users_in_cohort_group
...
use 'commit_on_success' transaction decorator to avoid registering users...
2015-03-06 12:23:25 +05:00
cahrens
c8a20df210
Combine account and profile into same API.
2015-03-05 16:13:49 -05:00
cahrens
450d9e37db
Limit PATCH to own user information.
2015-03-05 13:30:45 -05:00
zubair-arbi
969bfa5916
use 'commit_on_success' transaction decorator to avoid registering users in multiple cohort groups of a particular course
...
TNL-1331
2015-03-05 15:19:57 +05:00
Christina Roberts
0eed96c2f3
Merge pull request #7215 from edx/christina/full_name_bug
...
Correctly point to MAX_LENGTH instead of MIN_LENGTH.
2015-03-04 09:27:13 -05:00
Andy Armstrong
1baaf724f8
Merge pull request #7213 from edx/andya/rc-profile-visibility-fix
...
Default profile visibility to off for now
2015-03-03 18:32:35 -05:00
Andy Armstrong
6f118a3d8f
Default profile visibility to off for now
2015-03-03 17:52:24 -05:00
cahrens
84d91a7901
Correctly point to MAX_LENGTH instead of MIN_LENGTH.
...
Bug introduced in recent commit.
2015-03-03 16:16:20 -05:00