Skip to content
Snippets Groups Projects
  1. Mar 09, 2015
  2. Dec 17, 2014
  3. Oct 31, 2014
  4. Oct 15, 2014
  5. 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
  6. Jun 05, 2014
  7. May 30, 2014
  8. May 23, 2014
  9. May 16, 2014
  10. 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
  11. Apr 28, 2014
  12. Apr 23, 2014
  13. Apr 11, 2014
  14. Apr 05, 2014
  15. Apr 04, 2014
  16. Apr 02, 2014
    • Vincent Petry's avatar
      Files, trashbin, public apps use ajax/JSON for the file list · 0be9de5d
      Vincent Petry authored
      Files app:
      
      - removed file list template, now rendering list from JSON response
      - FileList.addFile/addDir is now FileList.add() and takes a JS map with all required
        arguments instead of having a long number of function arguments
      - added unit tests for many FileList operations
      - fixed newfile.php, newfolder.php and rename.php to return the file's
        full JSON on success
      - removed obsolete/unused undo code
      - removed download_url / loading options, now using
        Files.getDownloadUrl() for that
      - server side now uses Helper::getFileInfo() to prepare file JSON response
      - previews are now client-side only
      
      Breadcrumbs are now JS only:
      
      - Added BreadCrumb class to handle breadcrumb rendering and events
      - Added unit test for BreadCrumb class
      - Moved all relevant JS functions to the BreadCrumb class
      
      Public page now uses ajax to load the file list:
      
      - Added Helper class in sharing app to make it easier to authenticate
        and retrieve the file's real path
      - Added ajax/list.php to retrieve the file list
      - Fixed FileActions and FileList to work with the ajax list
      
      Core:
      
      - Fixed file picker dialog to use the same list format as files app
      0be9de5d
  17. Mar 18, 2014
  18. Mar 05, 2014
  19. Mar 02, 2014
  20. Feb 24, 2014
  21. Feb 21, 2014
  22. Feb 19, 2014
  23. Feb 13, 2014
    • Vincent Petry's avatar
      Do not send file list for select all on Download/delete · d5397d81
      Vincent Petry authored
      - When all files are selected, do not send the whole file list
      - Download will trigger download for the parent folder, also works
        with root
      - Delete will send "allfiles" to the server that will find the file
        list or the passed directory by itself
      d5397d81
  24. Feb 07, 2014
  25. Jan 30, 2014
  26. Jan 20, 2014
  27. Jan 17, 2014
  28. Jan 15, 2014
  29. Jan 10, 2014
  30. Dec 11, 2013
Loading