Skip to content
Snippets Groups Projects
  1. Mar 26, 2015
  2. Mar 25, 2015
  3. Mar 24, 2015
  4. Mar 23, 2015
  5. Mar 02, 2015
    • Lukas Reschke's avatar
      Let users configure security headers in their Webserver · bbd5f284
      Lukas Reschke authored
      Doing this in the PHP code is not the right approach for multiple reasons:
      
      1. A bug in the PHP code prevents them from being added to the response.
      2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud)
      3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations.
      
      This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS.
      bbd5f284
  6. Feb 20, 2015
  7. Feb 17, 2015
  8. Feb 11, 2015
  9. Jan 29, 2015
  10. Jan 14, 2015
  11. 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
  12. Jan 02, 2015
  13. Dec 16, 2014
  14. Dec 15, 2014
  15. Dec 10, 2014
  16. Dec 01, 2014
  17. Nov 18, 2014
  18. Oct 31, 2014
  19. 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
  20. Oct 23, 2014
  21. Oct 07, 2014
  22. Sep 23, 2014
  23. Sep 11, 2014
  24. Sep 04, 2014
  25. Aug 28, 2014
  26. 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
  27. Jul 30, 2014
  28. Jul 21, 2014
Loading