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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-06Fix the number of displayed items in progress display for removes.Klaas Freitag
2014-09-10Restart the sync when we detect we need to redo a syncOlivier Goffart
2014-09-04Clean up stale journal entries and temporaries. #2057Christian Kamm
2014-07-10Add Q_DECL_OVERRIDE for all function that are overriding somethingOlivier Goffart
2014-06-24propagator: Fix folder duplication if the folder is renamed on the server whi...Olivier Goffart
2014-06-17sync engine: try to respect permissionOlivier Goffart
2014-06-13blacklist: use the _ERROR instruction instead of _IGNOREOlivier Goffart
2014-05-29Make sure that OwncloudPropgator::finished is only emit onceOlivier Goffart
2014-05-23Added method localFileNameClashKlaas Freitag
2014-05-14Removed block parameter from terminateSync.Klaas Freitag
2014-05-02Have only one place where we read the timeoutOlivier Goffart
2014-03-20Remove FIXME and TODOOlivier Goffart
2014-03-14remove Progress::SyncProblem and the problem slotsOlivier Goffart
2014-03-14Refactor the progressOlivier Goffart
2014-03-07Call the start method assyncroniouslyOlivier Goffart
2014-02-27Make the parrallel uploaded also check for problem in SharedOlivier Goffart
2014-02-27Merge branch '1.5'Olivier Goffart
2014-02-19If a file in a read only share was edited, restore and create conflict.Klaas Freitag
2014-02-18Use the legacy jobs when using bandwidth limitingOlivier Goffart
2014-02-17Make owncloudcmd work with the parallel upload/downloadOlivier Goffart
2014-02-12Only starts 6 jobs in parallelOlivier Goffart
2014-02-12Make abort work even when there are parallel uploadsOlivier Goffart
2014-02-06Report an error if fetching the etag failsOlivier Goffart
2014-02-06Start all the jobs in parallelOlivier Goffart
2014-02-05Move CSyncThread in the main thread, and just do the neon jobs in a threadOlivier Goffart
2014-02-04Detect renames and removes in read only Shared directory, restore files.Klaas Freitag
2014-01-07Fix progress for the case that the source file changes during upload.Klaas Freitag
2013-12-10define NE_LFS from cmakeOlivier Goffart
2013-12-10Add NE_LFS define for correct size of ne_off_tKlaas Freitag
2013-11-28Do not write the directory etag in the database in case of soft errorOlivier Goffart
2013-11-26Simplify progress and error signals again.Klaas Freitag
2013-11-25Add new progressProblem signal and slots.Klaas Freitag
2013-11-25Do not display error messages if user aborts the sync run.Klaas Freitag
2013-11-20Minor cleanups.Klaas Freitag
2013-11-20Add a http status code varialbe to the sync item object.Klaas Freitag
2013-11-18Moved implementation of start() to cpp file.Klaas Freitag
2013-11-15Do not fetch the file id in the propagator with a HEADOlivier Goffart
2013-11-14Revert the changes that fetch the file id in the propagator.Olivier Goffart
2013-11-14Put item member variable to base class.Klaas Freitag
2013-11-14Add isValidFileId and getFileIdPropget methods.Klaas Freitag
2013-10-30Do not change the instruction anymore when we finish an itemOlivier Goffart
2013-10-28Refactor the new propagator in jobsOlivier Goffart
2013-10-25Query file Id from server if unknown.Klaas Freitag
2013-10-16Save the progress db once a chunk has been uploadOlivier Goffart
2013-10-16Put the progress database within the journalOlivier Goffart
2013-10-04Refactor a bit the error reporting from the propagatorOlivier Goffart
2013-10-03Implement abort with the new propagatorOlivier Goffart
2013-08-21Compile after the mergeOlivier Goffart
2013-08-14progress with new propagatorOlivier Goffart
2013-08-14Fix compilation after mergeOlivier Goffart