- 20 Mar, 2017 1 commit
-
-
Albert St. Aubin committed
-
- 10 Mar, 2017 1 commit
-
-
Joel Barciauskas committed
-
- 09 Mar, 2017 1 commit
-
-
Ensure Enterprise-integrated courses require user consent before granting access to Wiki and Discussion forum. * User-facing links are gated; internal services are not. * Adds view decorator data_sharing_consent_required * Renames `get_course_specific_consent_url` to `get_enterprise_consent_url`, which now checks `consent_needed_for_course` before returning a consent URL.
Jillian Vogel committed
-
- 08 Mar, 2017 1 commit
-
-
TNL-6347
Albert St. Aubin committed
-
- 01 Mar, 2017 1 commit
-
-
Andy Armstrong committed
-
- 24 Feb, 2017 1 commit
-
-
cahrens committed
-
- 27 Jan, 2017 1 commit
-
-
alisan617 committed
-
- 20 Jan, 2017 1 commit
-
-
TNL-6117
alisan617 committed
-
- 10 Jan, 2017 2 commits
-
-
Brian Jacobel committed
-
Brian Jacobel committed
-
- 13 Dec, 2016 2 commits
-
-
Andy Armstrong committed
-
Andy Armstrong committed
-
- 12 Dec, 2016 7 commits
-
-
Andy Armstrong committed
-
Brian Jacobel committed
-
alisan617 committed
-
alisan617 committed
-
Brian Jacobel committed
-
alisan617 committed
-
Make this selector more specific, was getting overrides Fix Teams implementation of inline discussion Fix LMS tests Work on pagination support Jasmine tests for this feature Focus works when navigating between list and detail Fix safe template violations
Brian Jacobel committed
-
- 01 Dec, 2016 1 commit
-
-
attiyaishaque committed
-
- 18 Nov, 2016 1 commit
-
-
alisan617 committed
-
- 15 Nov, 2016 3 commits
- 10 Nov, 2016 1 commit
-
-
Awais Jibran committed
-
- 08 Nov, 2016 1 commit
-
-
TNL-5669
alisan617 committed
-
- 03 Nov, 2016 1 commit
-
-
This specifically enables/disables the underlying comment service client used to make calls to the service. When disabled, this client will now throw an exception which can be propagated upwards so that callers can make the right decision about how to notify users of the error, or handle retry, etc etc.
Toby Lawrence committed
-
- 18 Oct, 2016 1 commit
-
-
Firstly, we're now explicitly instructing the comments service to not return thread responses/comments if the request isn't AJAX. So, if you load the URL for a single discussion thread in your browser, this would be a non-AJAX call and we'll avoid loading the responses for the entire thread behind-the-scenes. Big win here for large threads. Next, we removed a redundant "get threads" call which was also happening behind-the-scenes. This call was redundant as the front-end JS also grabs the thread list when a topic is chosen, so we were making an extranenous call for no benefit. Poof, gone! Finally, we added some caching of database queries that are required to drive a lot of the permissions/cohorts machinery around discussion. This will have a minimal effect but introduced a cleaner way to apply general memoization at the per-request level which will let us further cache things as we identify them as issues.
Toby Lawrence committed
-
- 16 Sep, 2016 1 commit
-
-
Sylvia Pearce committed
-
- 15 Sep, 2016 2 commits
-
-
- Default of "desc" is all that is in use, and remains as-is. - Discussion API keeps order_direction param, to minimize changes, but it only accepts "desc". - Discussion webapp simply no longer sends in the sort order.
Robert Raposa committed -
Robert Raposa committed
-
- 13 Sep, 2016 1 commit
-
-
TNL-5193
Brian Jacobel committed
-
- 12 Sep, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 08 Sep, 2016 1 commit
-
-
We're often grabbing the metadata of a specific thread to then be able to perform other operations, but we never need the actual responses or comments of a thread unless we're displaying it in the normal forum view. This change sets a default of with_responses=False, which instructs the comment service to not send back the responses/comments for the given thread. We only ask for responses in the case of rendering a single thread or inline discussion.
Toby Lawrence committed
-
- 02 Sep, 2016 1 commit
-
-
TNL-4640
Andy Armstrong committed
-
- 29 Aug, 2016 1 commit
-
-
TNL-5163
Andy Armstrong committed
-
- 24 Aug, 2016 1 commit
-
-
TNL-5111
Awais Jibran committed
-
- 17 Aug, 2016 3 commits
-
-
TNL-5186
Brian Jacobel committed -
Brian Jacobel committed
-
Brian Jacobel committed
-