Skip to content
Snippets Groups Projects
  1. Dec 01, 2015
  2. Oct 30, 2015
  3. Oct 27, 2015
  4. Oct 23, 2015
  5. Oct 13, 2015
  6. Oct 05, 2015
  7. Oct 01, 2015
  8. Sep 30, 2015
  9. Sep 29, 2015
  10. Sep 25, 2015
  11. Sep 23, 2015
  12. Sep 21, 2015
  13. Sep 15, 2015
  14. Sep 06, 2015
  15. Sep 02, 2015
  16. Aug 24, 2015
  17. Aug 19, 2015
  18. Aug 17, 2015
  19. Aug 10, 2015
  20. Jul 29, 2015
    • Vincent Petry's avatar
      Disable filesystem_check_changes by default · 7c9405a9
      Vincent Petry authored
      This will prevent detecting remote changes done in the data folder /
      root storage by default. In the rare cases where the data folder is
      shared with other apps/users outside ownCloud and change detection is
      needed, the admin will have to set the option explicitly from now on.
      
      Note that this doesn't affect external storages which have their own
      setting in the mount options.
      7c9405a9
  21. Jul 07, 2015
  22. Jul 06, 2015
  23. Jun 26, 2015
  24. Jun 19, 2015
  25. Jun 17, 2015
  26. Jun 02, 2015
  27. Jun 01, 2015
  28. May 28, 2015
  29. May 08, 2015
    • Morris Jobke's avatar
      Conditional logging · e79c255c
      Morris Jobke authored
       * Log condition for log level increase based on conditions. Once one of these
         conditions is met, the required log level is set to debug. This allows to
         debug specific requests, users or apps
      
       * Supported conditions (setting `log_condition` in `config.php`):
          - `shared_secret`: if a request parameter with the name `log_secret` is set to
                      this value the condition is met
          - `users`:  if the current request is done by one of the specified users,
                      this condition is met
          - `apps`:   if the log message is invoked by one of the specified apps,
                      this condition is met
       * fix unit test and add app log condition test
      e79c255c
  30. Apr 20, 2015
    • Lukas Reschke's avatar
      Reword configuration text · 21ad4400
      Lukas Reschke authored
      21ad4400
    • Lukas Reschke's avatar
      Wording · 6b31d325
      Lukas Reschke authored
      6b31d325
    • Lukas Reschke's avatar
      Block old legacy clients · 4ea205e2
      Lukas Reschke authored
      This Pull Request introduces a SabreDAV plugin that will block all older clients than 1.6.1 to connect and sync with the ownCloud instance.
      
      This has multiple reasons:
      
      1. Old ownCloud client versions before 1.6.0 are not properly working with sticky cookies for load balancers and thus generating sessions en masse
      2. Old ownCloud client versions tend to be horrible buggy
      
      In some cases we had in 80minutes about 10'000 sessions created by a single user. While this change set does not really "fix" the problem as 3rdparty legacy clients are affected as well, it is a good work-around and hopefully should force users to update their client
      4ea205e2
Loading