Skip to content
Snippets Groups Projects
  1. Oct 29, 2014
  2. Oct 23, 2014
  3. Oct 07, 2014
  4. Sep 23, 2014
  5. Sep 11, 2014
  6. Sep 04, 2014
  7. Aug 28, 2014
  8. Aug 11, 2014
    • Vincent Petry's avatar
      Fixed sort algo for additional cases · f2001a48
      Vincent Petry authored
      f2001a48
    • Vincent Petry's avatar
      Fixed file list sorting · 173059f6
      Vincent Petry authored
      Now using a natural sort algorithm that is more consistent between JS
      and PHP (although not perfect in some corner cases)
      
      - added OC.Util.naturalSortComparator that uses the same algo that was
        used for the user list
      - changed user list and files list to use OC.Util.naturalSortComparator
      - removed toLowerCase() and changed the comparator to use
        String.localeCompare()
      - added unit tests
      - added OC_NaturalSort that is used by OCP\Util::naturalSortCompare()
      173059f6
  9. Jul 30, 2014
  10. Jul 21, 2014
  11. Jul 08, 2014
  12. Jul 07, 2014
  13. Jun 25, 2014
  14. 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
  15. 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
  16. Jun 06, 2014
  17. Jun 05, 2014
  18. Jun 04, 2014
  19. Jun 03, 2014
  20. Jun 02, 2014
  21. May 30, 2014
Loading