Skip to content
Snippets Groups Projects
  1. Nov 18, 2014
  2. Nov 14, 2014
  3. Oct 13, 2014
  4. Sep 11, 2014
  5. Sep 04, 2014
  6. Sep 03, 2014
  7. 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
  8. Aug 07, 2014
  9. Aug 05, 2014
  10. Jun 14, 2014
  11. Jun 02, 2014
  12. 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
  13. May 02, 2014
  14. Apr 28, 2014
  15. Apr 03, 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. Feb 19, 2014
  18. Feb 13, 2014
  19. Feb 06, 2014
  20. Jan 21, 2014
  21. Jan 20, 2014
  22. Jan 17, 2014
  23. Jan 15, 2014
  24. Jan 14, 2014
  25. Nov 21, 2013
  26. Nov 20, 2013
  27. Nov 15, 2013
  28. Oct 28, 2013
  29. Oct 17, 2013
  30. Oct 07, 2013
  31. Sep 20, 2013
  32. Sep 18, 2013
Loading