Skip to content
Snippets Groups Projects
  1. May 19, 2014
  2. May 18, 2014
  3. May 17, 2014
  4. May 16, 2014
  5. 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
    • Vincent Petry's avatar
      Files app navigation can now switch · fb10bf40
      Vincent Petry authored
      - added new OCA.Files namespace for files classes
      - the sidebar can now switch between views/containers
      - the trashbin renders in its own container but currently doesn't work
        due to overrides
      - added app.js as entry point for JS code (ideally all other files should
        only contain classes and not trigger anything)
      fb10bf40
    • Vincent Petry's avatar
      Added navigation manager in files app for the sidebar · 88ebb15f
      Vincent Petry authored
      Apps can now register navigation items into the sidebar of the files app.
      For every sidebar item there is a container.
      The container's content is rendered based on the script name given at
      registration time.
      88ebb15f
    • Vincent Petry's avatar
      Added app navigation for files app · 9ccb3279
      Vincent Petry authored
      - Added links to trashbin and shared dir
      - Moved "WebDAV" settings block to the app nav's settings section
      - Added sidebar support in trashbin app as well
      9ccb3279
    • Vincent Petry's avatar
      04f73275
    • Vincent Petry's avatar
      Merge pull request #8603 from owncloud/trashbinfix · b2e8aa70
      Vincent Petry authored
      [regression] Fixed trashbin to use correct class
      b2e8aa70
    • Vincent Petry's avatar
      Fixed trashbin to use correct class · 818c7768
      Vincent Petry authored
      It seems that \OC_Filesystemview has been removed.
      Now using the correct class \OC\Files\View()
      818c7768
Loading