Skip to content
Snippets Groups Projects
  1. May 02, 2014
  2. Apr 28, 2014
  3. Apr 03, 2014
  4. 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
  5. Feb 19, 2014
  6. Feb 13, 2014
  7. Feb 06, 2014
  8. Jan 21, 2014
  9. Jan 20, 2014
  10. Jan 17, 2014
  11. Jan 15, 2014
  12. Jan 14, 2014
  13. Nov 21, 2013
  14. Nov 20, 2013
  15. Nov 15, 2013
  16. Oct 28, 2013
  17. Oct 17, 2013
  18. Oct 07, 2013
  19. Sep 20, 2013
  20. Sep 18, 2013
  21. Sep 17, 2013
  22. Sep 13, 2013
    • Vincent Petry's avatar
      Ajax calls for "files" and "files_trashbin" apps · 1304b511
      Vincent Petry authored
      Frontend:
      - The files app list now uses ajax calls to refresh the list.
      - Added support the browser back button (history API).
      - Added mask + spinner while loading file list
      
      Backend:
      - Added utility function in core JS for parsing query strings.
      - Moved file list + breadcrumb template data code to helper
        functions
      - Fixed some file paths in trashbin app to be similar to the files app
      1304b511
  23. Sep 11, 2013
  24. Aug 21, 2013
  25. Aug 17, 2013
  26. Jul 30, 2013
  27. Jul 29, 2013
  28. Jul 14, 2013
  29. Jul 12, 2013
  30. Jul 11, 2013
  31. Jul 05, 2013
Loading