J. Cliff Dyer
f33832a691
scoutrule: dedupe skip_unless_lms
2017-01-18 09:43:46 -05:00
Ahsan Ulhaq
53e84390de
Expose the user email to the api-admin view
...
ECOM-5365
2016-10-28 12:55:27 +05:00
Matjaz Gregoric
344c72b3e2
Use non-ascii PLATFORM_NAME in tests.
...
It should help catch unicode encoding problems earlier.
This also updates python-saml dependency to a version that includes a
patch for unicode strings.
2016-09-23 15:38:23 +02:00
Saleem Latif
8ae92901ef
1. Merge microsites into Comprehensive Theming
...
2. Add site configuration overrides to theming/helpers.py
3. Move microsite.get_value from theming/helpers to site_configuration/helpers
4. Move microsite_configuration.microsite.get_value usages to site_configuration.helpers.values
2016-07-27 13:55:14 +05:00
Renzo Lucioni
f6d7371dd1
Unify JWT generation code
...
These changes unify four different approaches to JWT creation, moving the core of the AccessTokenView to a general-purpose JwtBuilder class. This utility class defaults to using the system's JWT configuration, but it will allow overriding of the signing key and audience claim to support those clients which still require this. Part of ECOM-4566.
2016-07-07 16:38:39 -04:00
Douglas Hall
75945b8c9e
Merge pull request #12791 from edx/ibrahimahmed443/WL-529-platform-name-theme-override
...
replace references to settings.PLATFORM_NAME in edx-platform with the…
2016-06-17 10:44:41 -04:00
Ibrahim
603546a04a
replace references to settings.PLATFORM_NAME in edx-platform with theme overrides
2016-06-17 18:33:19 +05:00
Clinton Blackburn
eab057c812
Corrected JWT data type
...
ECOM-4653
2016-06-16 23:23:36 -04:00
Clinton Blackburn
372c59e4a4
Added links to download catalog CSVs in API admin tool
...
ECOM-4729
2016-06-16 23:00:48 -04:00
Clinton Blackburn
880493099f
Corrected Course Catalog API URL
...
Retrieving the URL from settings rather than an OAuth client that might not exist.
ECOM-4729
2016-06-16 23:00:45 -04:00
Peter Fogg
c43d8e1566
Fix 500 error when searching for a user without catalogs.
...
ECOM-4653
2016-06-09 13:22:51 -04:00
Peter Fogg
760ce74fca
Use correct JWT audience when connecting to course discovery.
2016-05-23 17:05:42 -04:00
Peter Fogg
5abb77328e
Use the correct JWT key when querying the Catalog API.
...
ECOM-4441
2016-05-17 15:28:19 -04:00
Peter Fogg
b38c4ed9be
Provide a link to the catalog admin from the api_admin approval page.
...
ECOM-4441
2016-05-17 14:52:19 -04:00
Peter Fogg
bcde8e5588
Flesh out UI now that the backend is there.
2016-05-04 11:50:14 -04:00
Bill DeRusha
25df9db6ff
WIP django catalog admin
2016-05-02 11:20:31 -04:00
Peter Fogg
b9b67d1091
Generate API client credentials.
...
ECOM-3946
2016-04-25 09:27:04 -04:00
Bill DeRusha
bf37b4a028
Email notification
2016-04-13 15:59:30 -04:00
Peter Fogg
0da55b0f0e
Add the real terms of service to our API request page, and improve UI.
...
ECOM-4024
2016-04-12 14:05:31 -04:00
Peter Fogg
b340c2fd9c
Allow users to request access to the Course Discovery API.
...
ECOM-3940
2016-04-04 20:29:19 -04:00
Peter Fogg
374e97c15f
Admin access for API requests.
...
ECOM-3943
2016-03-28 11:42:42 -04:00