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/src
AgeCommit message (Expand)Author
2014-04-08Ignore changes on .owncloudsync.log in the linux filewatcher.v1.6.0-beta1Klaas Freitag
2014-04-08Add Qt Keychain also when building with Qt5Daniel Molkentin
2014-04-07Include correct QtKeychain headersDaniel Molkentin
2014-04-07Build with BOTH Qt4 and 5Daniel Molkentin
2014-04-07Build fix: QAtomicInt has no implicit integer conversion in Qt5Daniel Molkentin
2014-04-07Fix content-length calculation for sizes multiple of the chunk size.Klaas Freitag
2014-04-07use the lowercase app name for icon in the desktop file.Klaas Freitag
2014-04-07Do not log useless stuff.Klaas Freitag
2014-04-05Propagator: Fix chunking for realMarkus Goetz
2014-04-04Propagator: Fix chunkingMarkus Goetz
2014-04-04HACK to avoid continuation: See task #1448Klaas Freitag
2014-04-03Don't dead lock when all the files are removedOlivier Goffart
2014-04-03Keep the updater data in the log struct for the synclog.Klaas Freitag
2014-04-03Propagator: Add debug message regarding legacy vs QNAMMarkus Goetz
2014-04-02Put the sync log in the actual folderOlivier Goffart
2014-04-02Remove undeeded includesOlivier Goffart
2014-04-02don't add the list of field on the log for every syncOlivier Goffart
2014-04-02Fix compilation with Qt5Olivier Goffart
2014-04-02SyncEngine: Removed unused signalMarkus Goetz
2014-04-01Add a trust ssl certificate switchKlaas Freitag
2014-04-01Add an simple SSL error handler for owncloudcmd.Klaas Freitag
2014-04-01let configure the default count of the blacklistOlivier Goffart
2014-04-01Fix some error cases in the SyncEngineOlivier Goffart
2014-03-28Make configurable the maximum amount of job in parallelOlivier Goffart
2014-03-28Make the chunk size configurable via an environement variableOlivier Goffart
2014-03-28Remove progress info from csyncOlivier Goffart
2014-03-28Fix compilation with Qt4Olivier Goffart
2014-03-28Remove obsolete code that removed the sync journal when the sync directory is...Olivier Goffart
2014-03-28Make the size of the log maximum 1MiBOlivier Goffart
2014-03-28Use sane datastructure in Utility::StopWatchOlivier Goffart
2014-03-28Avoid copies of the StopWatchOlivier Goffart
2014-03-28Only build the static library when BUILD_LIBRARIES_ONLY is definedOlivier Goffart
2014-03-28Avoid macro when it can easily be done with a local variableOlivier Goffart
2014-03-27Fix Qt4 compilationOlivier Goffart
2014-03-27Do not let user change it's login while using shibboletOlivier Goffart
2014-03-27SyncEngine: new aboutToPropagate signalMarkus Goetz
2014-03-27SyncEngine: Fix typoMarkus Goetz
2014-03-27Fast forwarded qtmacgoodiesDenis Dzyubenko
2014-03-26Show the folders when in the accountsettings in the first startOlivier Goffart
2014-03-26Fix invalid signal connectionOlivier Goffart
2014-03-26Log the processed items to a logfile.Klaas Freitag
2014-03-26Use a stopwatch to meassure the time consumed.Klaas Freitag
2014-03-26Store the request duration and timestamp to final itemKlaas Freitag
2014-03-26Add data to store interesting info from the sync run (other tree)Klaas Freitag
2014-03-26Add a class to write a machine readable sync log file.Klaas Freitag
2014-03-26Add a stopwatch utility class with lap times.Klaas Freitag
2014-03-26Add a duration and the repsonse timestamp to the jobs.Klaas Freitag
2014-03-26Use QTimer as object member rather than pointer based.Klaas Freitag
2014-03-26Change data type for fileId to QByteArray.Klaas Freitag
2014-03-26Fix crash on first run when no account are configuredOlivier Goffart