Skip to content
Snippets Groups Projects
  1. Jul 21, 2014
  2. Jul 08, 2014
  3. Jul 07, 2014
  4. Jun 25, 2014
  5. Jun 12, 2014
    • Vincent Petry's avatar
      Added max heartbeat interval to prevent integer overflow · ce168c28
      Vincent Petry authored
      When using big session timeout values, the interval value might
      overflow and cause the setInterval() call to ping the server in a loop
      without any delay.
      
      This fix adds a maximum ping interval of 24 hours.
      
      Forward port of 00ec5fc1935c946e846a8ff28491e5b5b017b3d7 from stable6.
      ce168c28
  6. Jun 10, 2014
    • Vincent Petry's avatar
      Disable snapper init for IE <= 9 · 015c5062
      Vincent Petry authored
      Snapper doesn't work at all for IE8 and IE9 and messes up with the main
      container layout when enabled.
      
      This commits disables snapper for these browsers.
      015c5062
  7. Jun 06, 2014
  8. Jun 05, 2014
  9. Jun 04, 2014
  10. Jun 03, 2014
  11. Jun 02, 2014
  12. May 30, 2014
  13. May 29, 2014
  14. May 27, 2014
  15. May 15, 2014
    • 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
  16. Apr 28, 2014
    • Vincent Petry's avatar
      Fix file selection for infinite scrolling · 9c2fbea6
      Vincent Petry authored
      - moved file selection code to FileList
      - fix selection summary when all files are selected
      - nextPage now auto-selects files if "select all" checkbox is checked
      - fixed trashbin to use the same selection logic as FileList
      9c2fbea6
    • Vincent Petry's avatar
      Fix file summary to use the whole file list · 9f62059e
      Vincent Petry authored
      - moved the summary code into a new class FileSummary
      - FileSummary is calculated only once, then updated with add/remove
      - added new OC.Util namespace for JS utility functions
      9f62059e
  17. Apr 22, 2014
  18. Apr 21, 2014
  19. Apr 17, 2014
    • cbojar's avatar
      Clean up js.js along suggestions from scrutinizer-ci, fixes #8204. · 4a541e38
      cbojar authored
      Also used JSHint.com to find a few other issues.
      
      -Strict comparisons (===)
      -Fixed regex escaping errors
      -Refactored OC.buildQueryString to use jQuery.map
      -Missing semicolons
      -Braces around if block
      
      Left some of the mixed spaces/tabs as they are for alignment in comments.
      4a541e38
  20. Apr 13, 2014
Loading