Skip to content
Snippets Groups Projects
  1. Jul 18, 2014
  2. Jul 07, 2014
  3. Jul 01, 2014
  4. Jun 23, 2014
  5. Jun 18, 2014
  6. Jun 14, 2014
  7. Jun 06, 2014
  8. Jun 04, 2014
  9. May 30, 2014
    • Volkan Gezer's avatar
      fix wording · bb8ee2e9
      Volkan Gezer authored
      bb8ee2e9
    • Owen Winkler's avatar
      Updates per comments on PR: · 16ae63bd
      Owen Winkler authored
      * Use "filesystem_cache_readonly" config setting, update comment in config.sample
      * Use $this->cacheActive to cache config setting
      * Add public Scanner::setCacheActive() to set $cacheActive programmatically
      16ae63bd
  10. May 29, 2014
    • Lukas Reschke's avatar
      Add a warning to the configuration file · 62eb5cd6
      Lukas Reschke authored
      Some people believe that they should copy the sample config to the "real" config. I noticed this several times in IRC and on the bugtracker.
      
      I guess this warning should be enough to avoid this in the future.
      62eb5cd6
  11. May 27, 2014
  12. May 23, 2014
  13. May 03, 2014
  14. Apr 26, 2014
  15. Apr 24, 2014
    • Lukas Reschke's avatar
      Preventing access to the config folder · c92a1384
      Lukas Reschke authored
      It isn't uncommon that admins create a backup file of the config (i.e. `config.php.bak`) before performing any changes. This would allow everybody to read the backup of the configuration file which contain several secret and critical values.
      
      I don't believe this is worth a backport or getting added to the installer. It's just a nice to have. People that create public readable backups of their configuration are the one to blame, not us :-)
      c92a1384
  16. Apr 04, 2014
  17. Mar 31, 2014
  18. Mar 24, 2014
    • Vincent Petry's avatar
      Cache folder is now configurable · 10c9b8eb
      Vincent Petry authored
      When using an external cache folder, it is automatically mounted in
      FileSystem::initFileSystem so that any app can use it transparently
      by creating a view on the "/$user/cache" directory.
      10c9b8eb
  19. Mar 12, 2014
  20. Feb 26, 2014
  21. Feb 21, 2014
  22. Feb 20, 2014
  23. Feb 04, 2014
  24. Jan 29, 2014
  25. Jan 24, 2014
  26. Jan 09, 2014
  27. Dec 09, 2013
  28. Dec 06, 2013
  29. Dec 04, 2013
  30. Nov 25, 2013
  31. Nov 11, 2013
    • Wikinaut's avatar
      Update config.sample.php · 63952aae
      Wikinaut authored
      /* Enable maintenance mode to disable ownCloud
         If you want to prevent users to login to ownCloud before you start doing some maintenance work, 
         you need to set the value of the maintenance parameter to true. 
         Please keep in mind that users who are already logged-in are kicked out of ownCloud instantly.
      */
      63952aae
  32. Oct 17, 2013
  33. Oct 09, 2013
  34. Oct 07, 2013
  35. Sep 02, 2013
Loading