Skip to content
Snippets Groups Projects
  1. Jan 09, 2019
  2. Oct 19, 2018
  3. Oct 16, 2018
  4. Oct 04, 2018
  5. Jul 20, 2018
  6. Mar 26, 2018
  7. Dec 14, 2017
  8. Nov 01, 2017
  9. Jun 09, 2017
  10. Apr 25, 2017
  11. Apr 18, 2017
  12. Apr 04, 2017
  13. Apr 02, 2017
  14. Mar 24, 2017
  15. Jan 13, 2017
  16. Jan 10, 2017
  17. Jan 06, 2017
  18. Nov 09, 2016
  19. Nov 07, 2016
  20. Feb 09, 2016
  21. Feb 03, 2016
  22. Feb 02, 2016
  23. Jan 19, 2016
  24. Nov 22, 2015
  25. Nov 20, 2015
  26. Sep 16, 2015
  27. Sep 03, 2015
    • Vincent Petry's avatar
      Add versions tab to files sidebar · 310d7972
      Vincent Petry authored
      - move versions to a tab in the files sidebar
      - added mechanism to auto-update the row in the FileList whenever values
        are set to the FileInfoModel given to the sidebar
      - updated tags/favorite action to make use of that new mechanism
      310d7972
  28. Jul 10, 2015
    • Vincent Petry's avatar
      Update JS unit test libs · 9d71542e
      Vincent Petry authored
      Update sinon to 1.15.4.
      Update karma-jasmine to 0.3.0
      Update jasmine to 2.3.4
      
      This brings a bunch of new useful functions for unit testing.
      9d71542e
  29. May 19, 2015
  30. Mar 12, 2015
    • Vincent Petry's avatar
      Use storage id + appframework for ext storage CRUD · ce94a998
      Vincent Petry authored
      - Added StorageConfig class to replace ugly arrays
      - Implemented StorageService and StorageController for Global and User
        storages
      - Async status checking for storages (from Xenopathic)
      - Auto-generate id for external storage configs (not the same as
        storage_id)
      - Refactor JS classes for external storage settings, this mostly
        moves/encapsulated existing global event handlers into the
        MountConfigListView class.
      - Added some JS unit tests for the external storage UI
      ce94a998
  31. Feb 23, 2015
  32. Jan 21, 2015
  33. Nov 04, 2014
  34. Nov 03, 2014
  35. Sep 15, 2014
    • Vincent Petry's avatar
      Add timeout to user and group deletion notification · 0d9f24a0
      Vincent Petry authored
      Added timeout in DeleteHandler to auto-delete after a delay.
      
      Fixed issue where OC.Notification.hide() was called twice in a row when
      deleting multiple entries, causing the second notification to disappear.
      Fixed issue where "undo" click event handler was registered multiple
      times when calling setNotifications() twice.
      Added JS unit tests for the DeleteHandler class.
      
      Refix undo users, groups feature
      
      Timeout is now cleared in cancel().
      
      Fixed click handler name for "undo" to be able to work with multiple
      DeleteHandler instances (in our case one for users and one for groups)
      so that there is no conflict.
      0d9f24a0
Loading