Skip to content
Snippets Groups Projects
  1. Apr 06, 2014
  2. Apr 05, 2014
  3. Apr 04, 2014
  4. Apr 03, 2014
  5. Apr 02, 2014
    • Robin Appelman's avatar
      Merge pull request #8014 from owncloud/uploadsize-reuse · 6d378515
      Robin Appelman authored
      Reuse known free space in the files app
      6d378515
    • Vincent Petry's avatar
      Merge pull request #7978 from owncloud/enc_cleanup · a6de5efb
      Vincent Petry authored
      there is no need to re-calculate the shares after a touch
      a6de5efb
    • Robin Appelman's avatar
      Allow reusing FileInfo for getStorageInfo · da5541ac
      Robin Appelman authored
      da5541ac
    • Robin Appelman's avatar
      Reuse known free space in the files app · 1e6a79e2
      Robin Appelman authored
      1e6a79e2
    • 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
    • Morris Jobke's avatar
      Merge pull request #7995 from owncloud/fix-h3-styles · 16d10844
      Morris Jobke authored
      fix h3 style, move out from settings to apps CSS
      16d10844
Loading