1. 08 Dec, 2016 1 commit
  2. 02 Dec, 2016 1 commit
  3. 01 Dec, 2016 2 commits
  4. 30 Nov, 2016 1 commit
  5. 29 Nov, 2016 2 commits
  6. 22 Nov, 2016 2 commits
  7. 21 Nov, 2016 1 commit
  8. 18 Nov, 2016 1 commit
  9. 17 Nov, 2016 2 commits
  10. 10 Nov, 2016 3 commits
  11. 09 Nov, 2016 5 commits
  12. 07 Nov, 2016 3 commits
  13. 04 Nov, 2016 1 commit
  14. 03 Nov, 2016 3 commits
  15. 02 Nov, 2016 1 commit
  16. 01 Nov, 2016 2 commits
  17. 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
  18. 27 Oct, 2016 2 commits
  19. 20 Oct, 2016 2 commits
  20. 19 Oct, 2016 1 commit
  21. 18 Oct, 2016 1 commit
  22. 17 Oct, 2016 1 commit
  23. 14 Oct, 2016 1 commit