Skip to content
Snippets Groups Projects
  1. Mar 07, 2016
  2. Feb 17, 2016
    • Vincent Petry's avatar
      Defer quota check in web UI when overwriting shared file · ceaefc2c
      Vincent Petry authored
      When receiving a shared file, the quota for that file counts in the
      owner's storage, not the current user's storage.
      
      To make it possible to overwrite the file even when the current user
      doesn't have enough space, the quota check is deferred for such files.
      ceaefc2c
  3. Jan 12, 2016
  4. Nov 23, 2015
  5. Nov 22, 2015
  6. Oct 05, 2015
  7. Sep 14, 2015
  8. Jun 25, 2015
  9. Jun 18, 2015
    • Lukas Reschke's avatar
      Verify if path exists · ebb55236
      Lukas Reschke authored
      We need to check if the path exists and throw an error instead of handling this situation ungraciously.
      ebb55236
  10. Mar 26, 2015
  11. Feb 26, 2015
  12. Feb 23, 2015
  13. Feb 13, 2015
  14. Jan 13, 2015
    • Lukas Reschke's avatar
      Get rid of `stripslashes()` · 3ff3f641
      Lukas Reschke authored
      This conversions are actually totally unneeded and probably left-overs from ages where the safe_mode was still a valid thing.
      3ff3f641
  15. Jan 12, 2015
  16. Dec 11, 2014
  17. Nov 25, 2014
  18. Aug 31, 2014
  19. Aug 29, 2014
    • Jörn Friedrich Dreyer's avatar
      kill OC::$session · f551917a
      Jörn Friedrich Dreyer authored
      maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession
      
      restore order os OC::$session and OC::$CLI
      
      remove unneded initialization of dummy session
      
      write back session when $useCustomSession is true
      
      log warning when deprecated app is used
      f551917a
  20. Aug 18, 2014
  21. Jun 19, 2014
  22. May 22, 2014
  23. Apr 07, 2014
  24. 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
  25. Mar 24, 2014
  26. Mar 10, 2014
  27. Feb 19, 2014
  28. Feb 12, 2014
  29. Feb 07, 2014
  30. Jan 29, 2014
    • Vincent Petry's avatar
      Added error message for when target folder was removed · 58c7042e
      Vincent Petry authored
      Whent trying to upload/rename/create files in a folder that was removed
      or rename, the correct error message is now shown.
      
      In the case of upload of multiple files, the upload is cancelled.
      
      This situation can happen if the target folder was renamed or removed
      from another browser window or client.
      58c7042e
  31. Jan 21, 2014
  32. Oct 28, 2013
  33. Oct 17, 2013
  34. Oct 14, 2013
  35. Oct 08, 2013
  36. Sep 20, 2013
  37. Sep 18, 2013
Loading