Skip to content
  1. Jun 01, 2017
  2. May 29, 2017
  3. May 22, 2017
  4. May 21, 2017
  5. May 20, 2017
  6. May 19, 2017
  7. May 18, 2017
  8. May 17, 2017
  9. May 16, 2017
    • Christian Kamm's avatar
      Selective sync: Skip excluded folders when reading db · c5a0ce5a
      Christian Kamm authored
      When a new folder becomes selective-sync excluded, we already mark it
      and all its parent folders with _invalid_ etags to force rediscovery.
      
      That's not enough however. Later calls to csync_statedb_get_below_path
      could still pull data about the excluded files into the remote tree.
      
      That lead to incorrect behavior, such as uploads happening for folders
      that had been explicitly excluded from sync.
      
      To fix the problem, statedb_get_below_path is adjusted to not read the
      data about excluded folders from the database.
      
      Currently we can't wipe this data from the database outright because we
      need it to determine whether the files in the excluded folder can be
      wiped away or not.
      
      See owncloud/enterprise#1965
      c5a0ce5a
    • Jenkins for ownCloud's avatar
      [tx-robot] updated from transifex · 6d74601c
      Jenkins for ownCloud authored
      6d74601c
  10. May 12, 2017
  11. May 11, 2017