Skip to content
Snippets Groups Projects
  1. Apr 09, 2014
  2. Apr 04, 2014
    • Vincent Petry's avatar
      Moved code to replace svg with png to OC.Util · a4eafca7
      Vincent Petry authored
      - Moved code that replaces the "svg" extension for the given file to
      core as OC.Util.replaceSVGIcon.
      - Added unit test for OC.Util.replaceSVGIcon
      - Moved "replaceSVG" to OC.Util.replaceSVG and deprecated the global
      "replaceSVG" function.
      - Added alias for SVGSupport() as OC.Util.hasSVGSupport() (for now)
      a4eafca7
  3. 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
  4. Apr 01, 2014
  5. Mar 21, 2014
  6. Mar 18, 2014
  7. Mar 17, 2014
  8. Mar 14, 2014
  9. Mar 10, 2014
  10. Mar 06, 2014
  11. Mar 05, 2014
  12. Mar 02, 2014
  13. Feb 26, 2014
  14. Feb 20, 2014
  15. Feb 19, 2014
  16. Feb 07, 2014
  17. Feb 04, 2014
  18. Jan 24, 2014
  19. Jan 15, 2014
  20. Jan 10, 2014
  21. Dec 18, 2013
  22. Dec 16, 2013
  23. Dec 13, 2013
    • Vincent Petry's avatar
      Fix webroot for update page · df1a4044
      Vincent Petry authored
      On the update page, config.js was missing which caused oc_webroot to not
      be available. That would trigger the faulty oc_webroot fallback that
      didn't take URLs like "/owncloud/index.php/files/apps" into account.
      
      This fix adds config.js in the update page and also a fix for the
      oc_webroot fallback, in case it is used elsewhere.
      df1a4044
  24. Dec 07, 2013
  25. Nov 25, 2013
  26. Oct 22, 2013
    • Jörn Friedrich Dreyer's avatar
      prevent user from creating or renaming sth. to an existing filename · 45e6d967
      Jörn Friedrich Dreyer authored
      - show tooltip when violating naming constraints while typing
      - when target filename exists on server fallback to dialog to interrupt the users flow because something unexpected went wrong
      - fixes #5062
      - also fixes some whitespace and codestyle issues in files js
      - uses css selector over filterAttr in touched js files
      45e6d967
  27. Oct 15, 2013
Loading