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
2015-06-08AccountState: do not change the state when we stay connectedOlivier Goffart
2015-06-06Rename thread to SyncEngine Thread to avoid confusion about Neon.Klaas Freitag
2015-06-05SyncScheduling: Avoid new resyncs on local mkdir.Christian Kamm
2015-06-04Improve reporting of server error messages. #3220Christian Kamm
2015-06-03Wizard: Show server error message if possible. #3220Christian Kamm
2015-06-02Abort the request and reset the QNAM if user does not ACK a new cert.Klaas Freitag
2015-05-27Windows: Fix unit test build.Christian Kamm
2015-05-22include qtconcurrentrun header rather than QtConcurrent for Qt4v1.8.2-beta1Klaas Freitag
2015-05-22Disable the curruption workaround on mac and windowsOlivier Goffart
2015-05-22Merge remote-tracking branch 'origin/checksum_1.8' into 1.8Olivier Goffart
2015-05-22Merge branch 'recall' into 1.8Olivier Goffart
2015-05-22ConValidator: Always run with new credentials. #3266Christian Kamm
2015-05-22Windows: Fix build of tests.Christian Kamm
2015-05-21recall: move the recall code in a namespaceOlivier Goffart
2015-05-21Recall: make it work even if it is not in the root directoryOlivier Goffart
2015-05-21Recall feature: Fix some style issuesOlivier Goffart
2015-05-21recall file prototypeJakub Moscicki
2015-05-21Theme: Allow to change the transmission checksum through theming.Klaas Freitag
2015-05-21TransmissionChecksumming: Remove SyncFileItem dependency.Klaas Freitag
2015-05-21TransmissonChecksumValidator: Add documentation.Klaas Freitag
2015-05-21TransmissionChecksumValidator: Reduce verbosity.Klaas Freitag
2015-05-21In case of empty checksum type, emit validated.Klaas Freitag
2015-05-21Let checksumType() read the config to destinguish checksum type.Klaas Freitag
2015-05-21FolderWizard: Add missing Q_OBJECT which prevent translations from workingOlivier Goffart
2015-05-20Some more minor cleanups based on the pull request review.Klaas Freitag
2015-05-20Improved implementation efficiency of checksum calculation.Klaas Freitag
2015-05-20Make TransmissionChecksumValidator child of the job for auto delete.Klaas Freitag
2015-05-20Merge pull request #3258 from binwiederhier/bugfix/issue3256-mkcolDaniel Molkentin
2015-05-20Add 'Content-Length: 0' headerPhilipp Heckel
2015-05-20SyncJournalDb::updateErrorBlacklistEntry: lock the mutext at the beginningOlivier Goffart
2015-05-20PropagateUpload: Fix typo in warn message.Klaas Freitag
2015-05-20Propagator: Added a log that tells if transmission checksumming is used.Klaas Freitag
2015-05-20TransmissionChecksum: Fix identation.Klaas Freitag
2015-05-20TransmissionChecksum: Removed "pseudo" thread worker functionsKlaas Freitag
2015-05-19Propagate Download: Handle malformed checksum header as error.Klaas Freitag
2015-05-19Propagator: Use the TransmissionChecksumValidator class.Klaas Freitag
2015-05-19Add a class TransmissionChecksumValidator, incl. unit test.Klaas Freitag
2015-05-19Propagate downloads: Handle checksum transmission header.Klaas Freitag
2015-05-19Propagator: checksum constants go to propatorjobs header.Klaas Freitag
2015-05-19PropagateUpload: Add checksum calculation if required by config.Klaas Freitag
2015-05-19Filesystem Utilities: Add Checksum calculation methods.Klaas Freitag
2015-05-19Branding: Append the appName short to the user agent string.Klaas Freitag
2015-05-19Theme: (minor) remove some more mirall'sKlaas Freitag
2015-05-19MirallConfigFile: Add an option of transmission checksumming.Klaas Freitag
2015-05-19Find & use QtConcurrentDaniel Molkentin
2015-05-19SyncFileItem class: Add member _checksumKlaas Freitag
2015-05-19StopWatch: return the duration from the stop() command.Klaas Freitag
2015-05-15Fix opening external links for some labelsOlivier Goffart
2015-05-15AccountState: Run only a single validator, allow error message overriding #32...Markus Goetz
2015-05-13SyncJournalDB: Don't use NULL valueMarkus Goetz