stv
f165f52d88
Remove course listing from user tab of sysadmin
...
I'm admittedly unclear why we decided to include a listing of _courses_
in the _users_ tab, when this listing is already available via the
_courses_ tab, which is where you'd expect to find it.
Particularly problematic here is the impact this has on page loads..
For instances with a large number of courses [1], pulling and rendering
adds a nontrivial amount of overhead and leads to longer load times.
In our case, this often leads to a page timeout. Since this is the main
landing page for the sysadmin dashboard, it presents the appearance that
the entire dashboard has crashed. In not being able to access the main
page, you can't access any of the other tabs via navigation, unless you
manually enter the URL :\
[1] ~750 courses, in one example
2019-03-29 10:06:19 -07:00
stv
c4c6069bd1
Remove unused 'plot' references in sysadmin
...
This appears to have been included with the origin commit that
introduced the sysadmin page [1].
It doesn't appear to have been ever used and, more importantly,
the view isn't passing it in the context to the template,
so it should be good to go.
- [1] ccc87337d6
2019-03-29 09:43:44 -07:00
edx-cache-uploader-bot
d77b317273
Updating migrations
2019-03-29 12:31:00 -04:00
Calen Pennington
494aa76024
Merge pull request #20092 from cpennington/fix-access-expiry-bin-num
...
Remove the rest of binning code from Access Expiry emails
2019-03-29 12:29:59 -04:00
Michael Roytman
2b8ed58d2e
Merge pull request #20086 from edx/mroytman/upate-proctoring-settings
...
update proctoring settings link
2019-03-29 12:21:00 -04:00
Calen Pennington
333f74d37e
Remove the rest of binning code from Access Expiry emails
2019-03-29 11:44:39 -04:00
Matthew Piatetsky
4966b30bb5
Merge pull request #20071 from edx/revert-20064-revert-20003-mobile-access-denied
...
continue removing blocks from course outline
2019-03-29 11:20:59 -04:00
Michael Youngstrom
69f1c6efdc
INCR-113
2019-03-29 11:14:31 -04:00
edX Transifex Bot
73da0b2c8c
fix(i18n): update translations
2019-03-29 10:59:25 -04:00
Mushtaq Ali
fc8f7da68e
edx-enterprise version bump to 1.3.9 - ENT-1736
2019-03-29 19:36:04 +05:00
Robert Raposa
1875f006c6
Merge pull request #20076 from edx/robrap/ARCH-603-oauth-application-access-command
...
ARCH-603: add optional scopes to create application access
2019-03-29 10:01:54 -04:00
Michael Youngstrom
cc13efdc2c
INCR-138
2019-03-29 09:52:59 -04:00
Michael Youngstrom
ef6e03f32b
INCR-182
2019-03-29 09:47:35 -04:00
Michael Youngstrom
8ad58c35d3
Merge pull request #20075 from edx/youngstrom/INCR-169
...
INCR-169
2019-03-29 09:29:56 -04:00
Michael Youngstrom
a1a6131979
Merge pull request #20074 from edx/youngstrom/finish-catalog
...
INCR-181
2019-03-29 09:29:34 -04:00
Jeremy Bowman
cdc42026b8
Merge pull request #20080 from open-craft/guruprasad/INCR-180
...
[INCR-180] Python 3.x compatibility changes - openedx/core/djangoapps/theming/tests
2019-03-28 22:50:49 -07:00
Jeremy Bowman
46e8955d52
Merge pull request #20079 from edx/cliff/incr-41-upgrade-pdfminer
...
INCR-41: Replace pdfminer with pdfminer.six
2019-03-28 22:42:46 -07:00
Jeremy Bowman
1cb2960444
Merge pull request #20082 from edx/cliff/incr-39-remove-django-memcached-hashring
...
INCR-39: Remove django-memcached-hashring
2019-03-28 22:28:36 -07:00
Jeremy Bowman
cd8d7d0319
Merge pull request #20081 from edx/cliff/incr-107-restrict-pysqlite
...
INCR-107: Restrict pysqlite to python 2.7
2019-03-28 22:18:51 -07:00
J. Cliff Dyer
66f0677859
INCR-39: Remove django-memcached-hashring
2019-03-28 15:49:19 -07:00
Giovanni Cimolin da Silva
13e8322b00
INCR-118: Run python-modernize on openedx/core/djangoapps/content/course_overviews/migrations
2019-03-28 15:46:29 -07:00
J. Cliff Dyer
4ba281b970
INCR-107: Restrict pysqlite to python 2.7
2019-03-28 15:38:13 -07:00
Guruprasad Lakshmi Narayanan
2e305964f5
[INCR-180] Compatibility changes - openedx/core/djangoapps/theming/tests
2019-03-28 15:26:31 -07:00
Jeremy Bowman
082ca19757
Merge pull request #20059 from open-craft/incr-14/bump-python-memcached
...
[WIP] [INCR-14] Bump python-memcached for Python 3 support
2019-03-28 15:25:41 -07:00
J. Cliff Dyer
95aee94089
INCR-41: Replace pdfminer with pdfminer.six
2019-03-28 15:24:47 -07:00
Michael Youngstrom
b238752d94
INCR-169
2019-03-28 17:15:45 -04:00
Robert Raposa
c12048ed1f
add optional scopes to create application access
...
Supply create_dot_application with optional scopes argument to create
an oauth_dispatch ApplicationAccess with the provided scopes.
ARCH-603
2019-03-28 17:04:30 -04:00
Michael Youngstrom
a5e8c167eb
Run python-modernize on openedx/core/djangoapps/catalog
2019-03-28 16:52:29 -04:00
Michael Roytman
31fc4559c4
update proctoring settings link
2019-03-28 16:49:09 -04:00
Michael Youngstrom
63f799ff8f
Merge pull request #20066 from edx/youngstrom/INCR-117
...
INCR-117: Run python-modernize on catalog/management, catalog/migrations, catalog/tests
2019-03-28 15:56:05 -04:00
Michael Youngstrom
c8f5d55a17
Merge pull request #20063 from edx/youngstrom/INCR-153
...
INCR-153: Run python-modernize on openedx/core/djangoapps/credit/tests
2019-03-28 15:55:53 -04:00
Matthew Piatetsky
c77ba984c9
fix traversal bug and keep current behavior as default
2019-03-28 15:50:05 -04:00
Cory Lee
f6bf01661a
Merge pull request #19959 from edx/coryleeio/remove_aws_py
...
Remove aws.py
2019-03-28 15:25:35 -04:00
Matthew Piatetsky
1f6cd7aa5a
Revert "Revert "REVMI-62 Return gated blocks in the course blocks API response with an authorization denial reason""
2019-03-28 14:44:05 -04:00
Christopher Pappas
3fcf99f65b
ENT-1556 - Adding in roles claim to jwt for use with edx rbac
...
Adding logic that adds roles to jwt
Quality fixes
2019-03-28 14:17:07 -04:00
Cory Lee
fc402473c0
Merge branch 'master' into coryleeio/remove_aws_py
2019-03-28 14:08:02 -04:00
Michael Youngstrom
c5b99ec035
python-modernize and isort
2019-03-28 12:49:29 -04:00
Michael Youngstrom
6d3e7237da
Merge pull request #20062 from edx/youngstrom/INCR-171
...
INCR-171: Run python-modernize on openedx/core/djangoapps/profile_images
2019-03-28 12:05:29 -04:00
Matt Hughes
fb8313d985
Merge pull request #20067 from edx/matthugs/fix-bug-with-exam-timer
...
Fix bug with missing exam timer numbers
2019-03-28 11:40:44 -04:00
Michael Youngstrom
488e54247d
group
2019-03-28 11:14:51 -04:00
Cory Lee
ac4845d052
DEPR-14 Remove AWS.py
2019-03-28 10:48:34 -04:00
Matt Hughes
43e6cb871b
Fix bug with missing exam timer numbers
2019-03-28 10:34:12 -04:00
Michael Youngstrom
1139eb6bfb
Run python-modernize on openedx/core/djangoapps/credit/tests
2019-03-28 09:57:20 -04:00
Michael Youngstrom
0ab0f6bda8
run python-modernize openedx/core/djangoapps/profile_images
2019-03-28 09:51:19 -04:00
adeelehsan
17a993b70a
Merge pull request #20052 from edx/aehsan/leraner-5581/proctoring_exam_banner_on_top
...
Proctoring exam always on top
2019-03-28 17:58:53 +05:00
Robert Raposa
fe69add748
Merge pull request #20057 from edx/robrap/ARCH-603-fix-user-id-scope
...
ARCH-603: Add user_id scope to various defaults.
2019-03-27 20:09:13 -04:00
Robert Raposa
e52db402b8
add user_id scope to the list of available scopes
...
This should have been done when the scope was first added as part
of (#19765 ).
ARCH-603
2019-03-27 19:00:04 -04:00
Matthew Piatetsky
470b085fcf
Merge pull request #20064 from edx/revert-20003-mobile-access-denied
...
Revert "REVMI-62 Return gated blocks in the course blocks API response with an authorization denial reason"
2019-03-27 18:18:19 -04:00
Matthew Piatetsky
8eae694566
Revert "REVMI-62 Return gated blocks in the course blocks API response with an authorization denial reason"
2019-03-27 16:30:37 -04:00
Calen Pennington
6a15e57092
Merge pull request #20056 from cpennington/fbe/access-expiry-no-binning
...
Don't use multiple bins per course when sending Access Expiry Emails
2019-03-27 12:49:28 -04:00