Skip to content
Snippets Groups Projects
  1. May 13, 2016
  2. Jan 11, 2016
  3. Nov 28, 2015
  4. Nov 22, 2015
  5. Oct 30, 2015
  6. Sep 28, 2015
    • Vincent Petry's avatar
      Fix sidebar interaction · f9acf462
      Vincent Petry authored
      - Clicking a file row or selecting it will open the sidebar.
      - When sidebar is open, its contents update with the last selection.
      - Dragging doesn't open the sidebar but does update its contents if it was
      open already.
      - Switching folders closes the sidebar.
      - Close sidebar when highlighted file got deleted/removed from list
      f9acf462
  7. Aug 24, 2015
  8. Aug 17, 2015
  9. Aug 12, 2015
  10. Jul 22, 2015
  11. Jul 15, 2015
  12. Jul 09, 2015
  13. Jul 08, 2015
  14. Jul 07, 2015
  15. Jun 05, 2015
  16. Apr 07, 2015
  17. Mar 09, 2015
  18. Dec 17, 2014
  19. Oct 31, 2014
  20. Oct 15, 2014
  21. Sep 04, 2014
    • Vincent Petry's avatar
      Added permission check for drag and drop · f1bfe35c
      Vincent Petry authored
      When dropping files onto a read-only folder, a notification
      is now shown instead of attempting to upload.
      
      This for both the drag for upload and drag from inside the file list
      cases.
      f1bfe35c
  22. Jun 05, 2014
  23. May 30, 2014
  24. May 23, 2014
  25. May 16, 2014
  26. May 15, 2014
    • Vincent Petry's avatar
      Fixed many issues, clean up · 6fd08424
      Vincent Petry authored
      - fixed upload and storage statistics
      - fixed infinite scroll to use the correct contain for scroll detection
      - fixed unit test that sometimes fail for rename case
      - controls are now sticky again
      - fixed selection overlay to be aligned with the table
      - fixed "select all" checkbox that had id conflicts
      - fixed public page
      - fixed global actions permissions detection
      - fix when URL contains an invalid view id
      - viewer mode now hides the sidebar (ex: text editor)
      - added unit tests for trashbin
      - clean up storage info in template (most is retrieved via ajax call now)
      6fd08424
    • Vincent Petry's avatar
      Namespacing for FileList, FileActions and trashbin app · 9d38e360
      Vincent Petry authored
      - FileList is now an instantiable class
      - FileActions is now in namespace
      - added App class for trashbin app
      - moved trashbin overrides into classes extending FileList
      - replaced many static calls with "this." or "self." to make the classes
        reusable/extendable
      - new URL parameter "view" to specify which view is shown, for example
        "files" or "trashbin"
      - added OC.Util.History utility class in core for handling history
      - moved URL handling/routing to OCA.Files.App
      - popstate will correctly update the current view and notify the view of
        the URL change so it can update the current dir
      - added JS unitt tests for the trashbin app
      - fixed public app to work with the new namespaces
      9d38e360
    • Vincent Petry's avatar
      Added app navigation for files app · 9ccb3279
      Vincent Petry authored
      - Added links to trashbin and shared dir
      - Moved "WebDAV" settings block to the app nav's settings section
      - Added sidebar support in trashbin app as well
      9ccb3279
  27. Apr 28, 2014
Loading