Skip to content
Snippets Groups Projects
  1. Jan 14, 2015
  2. Jan 08, 2015
    • Morris Jobke's avatar
      Add timeout for notifications · 8e190438
      Morris Jobke authored
      * options for timeout in seconds and if it contains HTML
      * if timeout is 0 it will show the message permanently
      * removes the notification after a given (default: 5 seconds) timeframe
      * based on work by @brantje
      * provide JS unit tests for notifications
      8e190438
  3. Jan 02, 2015
  4. Dec 16, 2014
  5. Dec 15, 2014
  6. Dec 10, 2014
  7. Dec 01, 2014
  8. Nov 18, 2014
  9. Oct 31, 2014
  10. Oct 29, 2014
    • Vincent Petry's avatar
      Include core translations · d71cd680
      Vincent Petry authored
      Moved search result type translations to search.js
      
      Load JS translations earlier
      
      Translations need to be loaded earlier to make sure that some JS files
      like search.js get access to translations at this time.
      
      This requires the template initialization to be moved to after session
      initialization, because only after the session we have access to the
      current language.
      d71cd680
    • Vincent Petry's avatar
      Added OC.L10N namespace with translation functions · ec1a73fa
      Vincent Petry authored
      Added addTranslations and fixed de.js file
      
      Fixed de.js to use OC.L10N.register() and use to correct expected
      format.
      
      Added JS unit tests for OC.L10N class
      
      Include translations JS script for all apps
      ec1a73fa
  11. Oct 23, 2014
  12. Oct 07, 2014
  13. Sep 23, 2014
  14. Sep 11, 2014
  15. Sep 04, 2014
  16. Aug 28, 2014
  17. 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
  18. Jul 30, 2014
  19. Jul 21, 2014
  20. Jul 08, 2014
  21. Jul 07, 2014
  22. Jun 25, 2014
  23. 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
  24. 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
  25. Jun 06, 2014
  26. Jun 05, 2014
  27. Jun 04, 2014
Loading