- 12 May, 2017 1 commit
-
-
Brian Jacobel committed
-
- 19 Apr, 2017 1 commit
-
-
TNL-6743
Albert St. Aubin committed
-
- 13 Mar, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 21 Dec, 2016 1 commit
-
-
Prevent file containig containing non-ascii or special characters in file name TNL-5855 TNL-5957
Mushtaq Ali committed
-
- 09 Dec, 2016 1 commit
-
-
Mushtaq Ali committed
-
- 21 Nov, 2016 1 commit
-
-
TNL-5899
muhammad-ammar committed
-
- 29 Oct, 2016 1 commit
-
-
This adds ability to refresh the list of uploaded videos without refreshing the whole page. Added a refresh button that when clicked: - fetches a fresh list of uploaded files from the server - updates `PreviousVideoUploadListView` - removes the successfully completed uploads from `ActiveVideoUploadListView` - retains the ongoing or failed uploads in `ActiveVideoUploadListView` so that they can be monitored/retried The view can also be refreshed without user action, but I felt it may be less surprising to have a button instead. MA-333 update: auto-refresh list, fix test failure Changes: 1. Refresh of file list triggered by upload completion. Refresh button retained and label changed to "Refresh List". 2. Added `aria-live="polite"` to `.active-video-upload-list` and `.assets-table`. 3. Removed unused parameter `evt`. 4. Added self to the `AUTHORS` file. MA-333 update: added tests MA-333 update: removed refresh button MA-333 update: address review comments of @mushtaqak MA-333 update: simplify nested `_each` MA-333 update: rename viewRefresh to isViewRefresh MA-333 update: doc string for `clearSuccesful` MA-333 update: fix accessibility MA-333 update: update only successfully uploaded videos MA-333 update: use window.SR feature to notify screen readers that video upload was successful (@pomegranited)
tan committed
-
- 08 Aug, 2016 1 commit
-
-
Brian Jacobel committed
-
- 18 Jul, 2016 1 commit
-
-
Addressing feedback
Felipe Montoya committed
-
- 23 Jun, 2016 1 commit
-
-
Linting
Felipe Montoya committed
-
- 17 Jun, 2016 1 commit
-
-
Linting the compiled file
Felipe Montoya committed
-
- 10 Feb, 2016 2 commits
- 31 Dec, 2015 1 commit
-
-
Syed Hassan Raza committed
-
- 11 Dec, 2015 1 commit
-
-
Sarina Canelake committed
-
- 26 Aug, 2015 1 commit
-
-
muhammad-ammar committed
-
- 20 Jul, 2015 1 commit
-
-
TNL-2487
Andy Armstrong committed
-
- 15 Jun, 2015 1 commit
-
-
TNL-2384 Refactored Studio's PagingView to use RequireJS Text and moved it to common so that it can also be used by LMS.
Andy Armstrong committed
-
- 12 Jun, 2015 1 commit
-
-
ECOM-1591
zubair-arbi committed
-
- 01 Jun, 2015 1 commit
-
-
TNL-925
Alessandro Verdura committed
-
- 27 May, 2015 2 commits
-
-
TNL-925
Alessandro Verdura committed -
TNL-925
Alessandro Verdura committed
-
- 26 May, 2015 1 commit
-
-
TNL-925 * Fix semicolons * Use stage constants * Group var declarations * Add errorStage function * Use constant for cookie name * Use promises instead of callbacks * Use fn.bind * Improve error handling on upload stage
Alessandro Verdura committed
-
- 22 May, 2015 1 commit
-
-
TNL-925
Alessandro committed
-
- 18 Apr, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 24 Mar, 2015 1 commit
-
-
Converted lettuce Course Team page tests to bok choy
E. Kolpakov committed
-
- 10 Mar, 2015 1 commit
-
-
Jonathan Piacenti committed
-
- 20 Feb, 2015 1 commit
-
-
TNL-1185
muzaffaryousaf committed
-
- 29 Jan, 2015 1 commit
-
-
Context: We have witnessed multiple, seemingly random "CSRF verification failed" errors while signing in (with valid ID) to the Studio. Explanation: The login form does not initially include a CSRF field. The CSRF header of the request is appended to the studio login request headers by intercepting the form validation. This intercept is performed by the login.js script. Unfortunately, the login.js script is loaded pretty late (at the end of the template). So if the login form is validated sufficiently fast, the login.js script has no time to load and append the X-CSRFToken header to the request. Proposed solution: the CSRF token is already passed to the template via the login view, so we just add a hidden field to the login form to include the csrf token.
Régis Behmo committed
-
- 20 Jan, 2015 1 commit
-
-
TNL-1142
Daniel Friedman committed
-
- 15 Jan, 2015 2 commits
-
-
Daniel Friedman committed
-
TNL-652
Andy Armstrong committed
-
- 14 Jan, 2015 1 commit
-
-
Co-Authored-By: Jean-Michel Claus <jmc@edx.org> Co-Authored-By: Brian Talbot <btalbot@edx.org> Co-Authored-By: Tim Babych <tim@edx.org> Co-Authored-By: Oleg Marshev <oleg@edx.org> Co-Authored-By: Chris Rodriguez <crodriguez@edx.org>
polesye committed
-
- 12 Jan, 2015 6 commits
-
-
Braden MacDonald committed
-
Braden MacDonald committed
-
Admin ("Instructor") - Can edit and assign permissions to other users Normal ("Staff") - Can edit User - Can view the library and use content from it but cannot edit it or its blocks.
Braden MacDonald committed -
Jonathan Piacenti committed
-
E. Kolpakov committed
-
SOL-1, SOL-2, SOL-3
Braden MacDonald committed
-
- 10 Jan, 2015 1 commit
-
-
The button downloads the CSV data containing all video URLs.
Greg Price committed
-