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
path: root/src
AgeCommit message (Expand)Author
2018-01-19Sync: Deal with file/folder conflicts #6312Christian Kamm
2018-01-18Exclude regex: Use named capturesChristian Kamm
2018-01-17Exclude matching: Speedup the full-path traversal caseChristian Kamm
2018-01-17Fix Linux iconsDominik Schmidt
2018-01-15Folder: remove declaration of non-existing methodOlivier Goffart
2018-01-15Application: remove declaration of non-existing functionsOlivier Goffart
2018-01-14Revert "Disable stack protection for mingw win32 builds in 2.4"Dominik Schmidt
2018-01-14Fix windows cross build of the updater and bump libcrashreporter-qt revisionDominik Schmidt
2018-01-14Fix incorrect target_include_directories usage for crash reporterDominik Schmidt
2018-01-13Use new ECMAddAppIcon macro for application icons.Dominik Schmidt
2018-01-13Fix macOS updater build without deprecated Qt apisDominik Schmidt
2018-01-13Link client against QtMacExtras as it bundles qtmacgoodiesDominik Schmidt
2018-01-13Fix csync installation on windowsDominik Schmidt
2018-01-13Remove unused c_strlistOlivier Goffart
2018-01-13Modernize out CMakeLists.txtOlivier Goffart
2018-01-13Remove unused c_pathOlivier Goffart
2018-01-13Csync: remove some unused build system stuffOlivier Goffart
2018-01-13Remove the unusued csync_file_locked_or_open test in csync_reconcileOlivier Goffart
2018-01-13Get rid of csync_logOlivier Goffart
2018-01-13Csync: use QElapsedTimer and qCInfo instead of CSYNC_LOG and its own csync ti...Olivier Goffart
2018-01-13Build system: Get rid of QtVersionAbstraction.cmakeOlivier Goffart
2018-01-13csync/std: don't build in a separate libraryOlivier Goffart
2018-01-13Don't include sqlite3.h from headersOlivier Goffart
2018-01-11Make setLaunchOnStartup debug output more meaningfulDominik Schmidt
2018-01-11Merge remote-tracking branch 'origin/2.4'Olivier Goffart
2018-01-10Update updater.cppJürgen Weigert
2018-01-10Ignore files that can't be encoded for the filesystemChristian Kamm
2018-01-09Fix resizing crash when currentPage() is nullChristian Kamm
2018-01-09Fix potential crash in Composite job destructionChristian Kamm
2018-01-09Avatars: Use old location for servers <10 #6279Christian Kamm
2018-01-09Exclude regex: Restore old matching on Windows #6245Christian Kamm
2018-01-08Minor logging additionsChristian Kamm
2018-01-05owncloudcmd: Set proxy earlier #6281Christian Kamm
2018-01-05owncloudcmd: Remove some dead codeChristian Kamm
2018-01-05owncloudcmd: Set proxy earlier #6281Christian Kamm
2018-01-05owncloudcmd: Remove some dead codeChristian Kamm
2018-01-05Folder: Remove unused 'dirty proxy' settingChristian Kamm
2018-01-05GCC: Fix implicit-fallthrough warningsChristian Kamm
2018-01-05Issues: Speed up insertion and add hard upper limit #6272Christian Kamm
2018-01-04Proxy: Hostname validation and reconnection on setting changeChristian Kamm
2017-12-21Merge remote-tracking branch 'origin/2.4'Olivier Goffart
2017-12-16Also disable fstack-protector for alpha plattform.Hefee
2017-12-16Also disable fstack-protector for alpha plattform.Hefee
2017-12-15Exclude: Use Qt to load the exclude fileOlivier Goffart
2017-12-15Fix compile after rebaseChristian Kamm
2017-12-15Upload conflict files #4557Christian Kamm
2017-12-15Unify item type enumChristian Kamm
2017-12-15Workaround MSVC bug with enum in bitfieldOlivier Goffart
2017-12-15Config: Look for exclude file in a relative path.Klaas Freitag
2017-12-15Disable stack protection for mingw win32 builds in 2.4Christian Kamm