1. 21 Dec, 2016 1 commit
  2. 09 Dec, 2016 1 commit
  3. 21 Nov, 2016 1 commit
  4. 29 Oct, 2016 1 commit
    • MA-333 Added ability to refresh uploaded videos · 1bc1c545
      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
  5. 08 Aug, 2016 1 commit
  6. 18 Jul, 2016 1 commit
  7. 23 Jun, 2016 1 commit
  8. 17 Jun, 2016 1 commit
  9. 10 Feb, 2016 2 commits
  10. 31 Dec, 2015 1 commit
  11. 11 Dec, 2015 1 commit
  12. 26 Aug, 2015 1 commit
  13. 20 Jul, 2015 1 commit
  14. 15 Jun, 2015 1 commit
  15. 12 Jun, 2015 1 commit
  16. 01 Jun, 2015 1 commit
  17. 27 May, 2015 2 commits
  18. 26 May, 2015 1 commit
    • PR feedback · 8dd4f6ef
      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
  19. 22 May, 2015 1 commit
  20. 18 Apr, 2015 1 commit
  21. 24 Mar, 2015 1 commit
  22. 10 Mar, 2015 1 commit
  23. 20 Feb, 2015 1 commit
  24. 29 Jan, 2015 1 commit
    • Fix csrf error on studio login · c3c35f07
      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
  25. 20 Jan, 2015 1 commit
  26. 15 Jan, 2015 2 commits
  27. 14 Jan, 2015 1 commit
  28. 12 Jan, 2015 6 commits
  29. 10 Jan, 2015 1 commit
  30. 08 Jan, 2015 1 commit
  31. 06 Jan, 2015 2 commits