Skip to content
Snippets Groups Projects
  1. Feb 02, 2015
  2. Jan 23, 2015
  3. Jan 22, 2015
  4. Jan 14, 2015
  5. Jan 13, 2015
  6. 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
  7. Jan 08, 2015
  8. Dec 28, 2014
  9. Dec 25, 2014
  10. Dec 16, 2014
  11. Dec 10, 2014
  12. Dec 05, 2014
  13. Dec 04, 2014
  14. Nov 25, 2014
  15. Nov 20, 2014
  16. Nov 03, 2014
  17. Oct 29, 2014
  18. Oct 28, 2014
  19. Oct 27, 2014
    • Lukas Reschke's avatar
      Make supported DBs configurable within config.php · 233c49f4
      Lukas Reschke authored
      This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake.
      
      To test this play around with the new configuration parameter "supportedDatabases".
      233c49f4
  20. Oct 24, 2014
  21. Oct 20, 2014
  22. Oct 15, 2014
  23. Sep 29, 2014
  24. Sep 23, 2014
  25. Sep 22, 2014
  26. Sep 18, 2014
Loading