Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-12-06Reconcile: Rename maps are consistent with update phase #6212Christian Kamm
2017-12-05Merge remote-tracking branch 'origin/2.4'Olivier Goffart
2017-12-01test/syncenginetestutils.h: Don't use toTimeZone only to get the UTCOlivier Goffart
2017-11-21TestChunkingNG: Test that resuming does not send past data.Olivier Goffart
2017-11-20Merge remote-tracking branch 'origin/2.4'Christian Kamm
2017-11-20Checksum: Ignore unkown OC-Checksum header when downloading...Olivier Goffart
2017-11-16test/testsyncengine: test for PR #6168Olivier Goffart
2017-11-16PropagateDownload: Adjustments to skipping downloads #6153Christian Kamm
2017-11-08Discovery: Treat files starting with '.' as hidden #6145Christian Kamm
2017-10-27Merge remote-tracking branch 'origin/2.4'Christian Kamm
2017-10-24Windows: Add sync folders to Explorer's navigation paneJocelyn Turcotte
2017-10-24SyncFileStatusTracker: Detect changed in the shared flagOlivier Goffart
2017-10-24Reconcile: Rename handling fixes: duplicate file idsChristian Kamm
2017-10-24Local discovery: Use db instead of filesystemChristian Kamm
2017-10-17Sync: Add capability for invalid filename regexes #6092Christian Kamm
2017-10-17Test case for #5949Christian Kamm
2017-10-17TestUtils: Invalidate etags on PUT or chunk-MOVEChristian Kamm
2017-10-11PropagateDownload: Read Content-md5 header #6088Christian Kamm
2017-10-05Rename detection: File size must be equalChristian Kamm
2017-10-05t9.pl: Make more reliableChristian Kamm
2017-10-05Excludes: Fix bug with escapes in the regex, add testsChristian Kamm
2017-10-05Excludes: optimize csync_is_windows_reserved_wordChristian Kamm
2017-10-05Excludes: During directory traversal, use QRegularExpressionMarkus Goetz
2017-09-28fixup! [tx-robot] updated from transifexOlivier Goffart
2017-09-28Test OAuth2Olivier Goffart
2017-09-28SyncEngine: _hasNoneFiles should be set when there are INSTRUCTION_UPDATE_MET...Olivier Goffart
2017-09-26Use QDateTime::currentDateTimeUtc instead of the non utc versionOlivier Goffart
2017-09-26Use SyncJournalDb in csyncJocelyn Turcotte
2017-09-26SyncJournalDB: Allow callers of getFileRecord if the query failedJocelyn Turcotte
2017-09-25benchlargesync: Do several syncsOlivier Goffart
2017-09-25chsck_vio: fix readdir test by removing it.Olivier Goffart
2017-09-22RemotePermissions: Store in a class rather than in a QByteArray to save memoryOlivier Goffart
2017-09-21test/stub: add some call required by the next patchesOlivier Goffart
2017-09-18Move SyncJournalDB to src/commonJocelyn Turcotte
2017-09-18Move non-csync-dependent parts of FileSystem to src/commonJocelyn Turcotte
2017-09-18Checksums: Clearer behavior and added testingChristian Kamm
2017-09-18Remove SyncFileItem::_isDirectoryJocelyn Turcotte
2017-09-18Remove SyncFileItem::logJocelyn Turcotte
2017-09-18Remove the usage of phash in csyncJocelyn Turcotte
2017-09-18Replace the custom rbtree by a std::mapJocelyn Turcotte
2017-09-18csync: Keep the csync_file_stat_t instances created during discoveryJocelyn Turcotte
2017-09-15PropagateUpload: Model of remote quota, avoid some uploads #5537Christian Kamm
2017-09-15remove qt4 codeHelmut K. C. Tessarek
2017-09-14Excludes: Allow escaping # #6012Christian Kamm
2017-09-12ChunkingNgTest: CI debuggability #6015Markus Goetz
2017-09-07Fix compile errorsChristian Kamm
2017-09-06Use a C++ contructor and destructor for CSYNCJocelyn Turcotte
2017-09-06Remove csync_s::replicaJocelyn Turcotte
2017-09-06Replace csync_vio_file_stat_t with csync_file_stat_tJocelyn Turcotte
2017-09-05Make csync_file_stat_t public and partly convert to C++Jocelyn Turcotte