Skip to content
  1. Feb 21, 2017
  2. Feb 20, 2017
  3. Feb 19, 2017
  4. Feb 18, 2017
  5. Feb 17, 2017
    • Olivier Goffart's avatar
      Propagator: Fix t8.pl · 112a7dba
      Olivier Goffart authored
      The test sets OWNCLOUD_MAX_PARALLEL to 1 to disable parallelism.
      But since the max amount of parallelism is twice as much, that does not
      work.
      So change the way we compute the hardMaximumActiveJob: Use the value of
      OWNCLOUD_MAX_PARALLEL to maximize this amount and base the maximum amount
      of transfer jobs on it instead of the other way.
      
      A result of this change is that, in case of bandwidth limit, we keep the
      default of 6 non-transfer jobs in parallel. I believe that's fine since
      the short jobs do not really use bandwidth, so we can still keep the same
      amount of small jobs.
      112a7dba
    • Christian Kamm's avatar
      Revert "Don't blacklist 507 Insufficent Storage #5346 (#5424)" · ee11b5d9
      Christian Kamm authored
      This reverts commit e1f5a49c.
      
      Retrying uploads with insufficent storage errors frequently leads to
      high server traffic. See #5537 for links and a sketch of a correct
      solution.
      ee11b5d9
    • Jocelyn Turcotte's avatar
      Revert "Fix TestSyncEngine::abortAfterFailedMkdir" · 824be789
      Jocelyn Turcotte authored
      This reverts commit 1cec2ca1
      but keeps the reset() -> take() part that is probably the cause
      of crashes we've seen in the crash reporter.
      824be789
    • Jenkins for ownCloud's avatar
      [tx-robot] updated from transifex · db20aa01
      Jenkins for ownCloud authored
      db20aa01
  6. Feb 16, 2017
    • Olivier Goffart's avatar
      AccessManager: don't set an invalid network configuration on linux (#5538) · a3f4907e
      Olivier Goffart authored
      If we call
       setConfiguration(QNetworkConfiguration());
      This sets an invalid configuration on the QNAM.
      But later, when we really go online because interfaces are discovered,
      QNetworkAccessManagerPrivate::_q_onlineStateChanged is called (with isOnline=true).
      And this will set the state to disconnected because customNetworkConfiguration is
      true, and the networkConfiguration state is disabled.
      
      The workaround we to fix another bug on Windows in which the default network
      configuration was not behaving properly.
      
      The issue on linux is hard to reproduce and only happen in some condition,
      but it was reproduced on smashbox when they run two owncloudcmd at the same time.
      
      Issues: #4720 , #3600
      a3f4907e
    • Christian Kamm's avatar
      Recent Changes: Fix duplicates #5256 · 4d7dd0c9
      Christian Kamm authored
      The transmissionProgress emission when the whole sync finishes
      shouldn't look exactly like the one for the last file.
      4d7dd0c9
    • Jenkins for ownCloud's avatar
      [tx-robot] updated from transifex · 88da5f65
      Jenkins for ownCloud authored
      88da5f65
  7. Feb 15, 2017
  8. Feb 14, 2017
  9. Feb 13, 2017
  10. Feb 12, 2017
  11. Feb 11, 2017
  12. Feb 10, 2017
  13. Feb 09, 2017
  14. Feb 08, 2017