Skip to content
  1. Mar 29, 2017
  2. Mar 28, 2017
    • Christian Kamm's avatar
      Merge branch 'dynamic_chunking' · 53c5f03c
      Christian Kamm authored
      53c5f03c
    • Christian Kamm's avatar
      dynamic chunking: cleanup, fixes, improvements · e86499d9
      Christian Kamm authored
      * make target duration a client option instead of a capability
      * simplify algorithm for determining chunk size significantly
      * preserve chunk size for the whole propagation, not just per upload
      * move options to SyncOptions to avoid depending on ConfigFile
        in the propagator
      * move chunk-size adjustment to after a chunk finishes, not when
        a new chunk starts
      e86499d9
  3. Mar 27, 2017
  4. Mar 24, 2017
  5. Mar 23, 2017
  6. Mar 21, 2017
  7. Mar 16, 2017
    • Olivier Goffart's avatar
      Merge remote-tracking branch 'origin/2.3' · 45972015
      Olivier Goffart authored
       Conflicts:
      	src/libsync/owncloudpropagator.h
      45972015
    • Olivier Goffart's avatar
      ActivityListModel: attempt to fix a crash. · a6037025
      Olivier Goffart authored
      The backtrace seems to indicate that the account is invalid.
      I don't know how this can happen, maybe the account's display
      name was changed while the app is running?
      
      Backtrace:
      Crash: EXC_BAD_ACCESS / KERN_INVALID_ADDRESS at 0x18
        Module "owncloud", in OCC::AccountState::account
        Module "owncloud", in OCC::ActivityListModel::data
        Module "owncloud", in OCC::ActivityItemDelegate::paint
        Module "QtWidgets", in QListView::paintEvent
        Module "QtWidgets", in QWidget::event
        Module "QtWidgets", in QFrame::event
        Module "QtWidgets", in QAbstractScrollArea::viewportEvent
        Module "QtWidgets", in QAbstractItemView::viewportEvent
        Module "QtWidgets", in QAbstractScrollAreaFilter::eventFilter
        Module "QtCore", in QCoreApplicationPrivate::sendThroughObjectEventFilters
      a6037025
    • Olivier Goffart's avatar
      Propagator: change order of destruction · 21909cae
      Olivier Goffart authored
      The destructor of the PropagateItemJob will access the propagator's
      _activeJobList. So the _rootJob needs to be destroyed before it.
      Order of destruction is the reverse of the order of the members in
      the class. So put it at the end so it can be destroyed first.
      
      (This made TestSyncEngine::testDirDownloadWithError crash sometimes
      in the master branch)
      21909cae
    • Markus Goetz's avatar
      ChangeLog for 2.3.1 · 176ea20f
      Markus Goetz authored
      176ea20f
    • Olivier Goffart's avatar
      Merge remote-tracking branch 'origin/2.3' · 57443568
      Olivier Goffart authored
       Conflicts:
      	src/libsync/owncloudpropagator.cpp
      57443568
    • Christian Kamm's avatar
      About: Show the runtime versions of Qt and OpenSSL #5592 · 1a279ca1
      Christian Kamm authored
      I didn't want to touch this visible translated string in a
      patch release so I just switched the data.
      
      For Qt versions before 5, we continue to show the build-time version
      of OpenSSL but it's clearly marked as such.
      1a279ca1
    • Olivier Goffart's avatar
      SyncEngine: fix test regression in TestChunkingNG::testCreateConflictWhileSyncing · 0ed929f2
      Olivier Goffart authored
      In 8ef11a38, we started blacklisting
      SoftError for 0 seconds.  But if the two sync happen with less than
      1s interval, we would still prevent them to happen.
      So make sure we expire if 0 seconds have expired
      0ed929f2
    • Jenkins for ownCloud's avatar
      [tx-robot] updated from transifex · 41eeed98
      Jenkins for ownCloud authored
      41eeed98
  8. Mar 15, 2017
  9. Mar 14, 2017
  10. Mar 13, 2017
  11. Mar 12, 2017
  12. Mar 11, 2017
  13. Mar 10, 2017
  14. Mar 09, 2017