Skip to content
Snippets Groups Projects
  1. Mar 12, 2015
    • Lukas Reschke's avatar
      Add cURL as hard-dependency · 00f5025f
      Lukas Reschke authored
      It is required by other functionalities such as S2S anyways and ownCloud will fail hard at a lot of places without it.
      00f5025f
  2. Mar 11, 2015
  3. Mar 09, 2015
  4. Mar 03, 2015
  5. Feb 28, 2015
  6. Feb 27, 2015
  7. Feb 26, 2015
  8. Feb 25, 2015
  9. Feb 24, 2015
    • Lukas Reschke's avatar
      Move UTF-8 check to setup · 06cf93e6
      Lukas Reschke authored
      Nobody reads the warnings anyways and so we should enforce it at installation time... Also allows us to get rid of some duplicated code.
      
      To test change the `default_charset` to something other than `utf-8` or `UTF-8`, both should work fine with that change here. An error should then get shown.
      
      We already set those default charsets in the shipped .user.ini and .htaccess
      06cf93e6
  10. Feb 23, 2015
  11. Feb 21, 2015
  12. Feb 18, 2015
  13. Feb 16, 2015
  14. Feb 12, 2015
  15. Feb 11, 2015
  16. Feb 02, 2015
  17. Jan 23, 2015
  18. Jan 22, 2015
  19. Jan 14, 2015
  20. Jan 13, 2015
  21. Jan 10, 2015
    • Lukas Reschke's avatar
      Verify whether value is already normalized · e80ece9a
      Lukas Reschke authored
      Apparently `normalizer_normalize` is not verifying itself whether the string needs to be converted or not. Or does it at least not very performantly.
      
      This simple change leads to a 4% performance gain on the processing of normalizeUnicode. Since this method is called quite often (i.e. for every file path) this has actually a measurable impact. For examples searches are now 200ms faster on my machine. Still not perfect but way to go.
      
      Part of https://github.com/owncloud/core/issues/13221
      e80ece9a
  22. Jan 08, 2015
  23. Dec 28, 2014
  24. Dec 25, 2014
  25. Dec 16, 2014
  26. Dec 10, 2014
  27. Dec 05, 2014
  28. Dec 04, 2014
Loading