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/cmd
AgeCommit message (Expand)Author
2022-02-11add headers in cmake files to get them properly detectedMatthieu Gallien
2021-11-02Replace deprecated QRegExp with QRegularExpression.alex-z
2021-10-19Windows. Remove CWD from DLL search paths.alex-z
2021-10-06use alias target for internal librariesMatthieu Gallien
2021-09-27Fix review comments + also check against trailing bakslash.alex-z
2021-09-27Fix incorrect db name for nextcloud command line client.alex-z
2021-09-08Fix various deprecated warningsFelix Weilbach
2021-09-08Use QRandomGenerator instead of qrandFelix Weilbach
2021-08-31switch from Q_DECL_OVERRIDE to plain overrideMatthieu Gallien
2021-08-26Update nextcloudcmd documentation.allexzander
2021-08-23Remove dead codeHannah von Reth
2021-08-23owncloudcmd: Use env vars for chunk sizes #7078Christian Kamm
2021-08-20Use separate arguments for a remote root and do not use dav or webdav in the ...allexzander
2021-08-19Don't use variables for CMake target identifiersNicolas Fella
2021-07-28fix review commentsMatthieu Gallien
2021-07-28remove dead code around overriding dav path in URLMatthieu Gallien
2021-06-15Start macOS app bundle name with uppercase letterFelix Weilbach
2021-02-02Add test utils libraryFelix Weilbach
2020-12-15owncloudcmd: log sync errorsChristian Kamm
2020-12-15Ensure local discovery on selective sync changesChristian Kamm
2020-12-15File watcher: Reduce touch ignore durationChristian Kamm
2020-12-15owncloudcmd: fix compiliation with TOKEN_AUTH_ONLYGerhard Gappmeier
2020-12-15owncloudcmd: Read the server version from the capabilitiesOlivier Goffart
2020-12-15owncloudcmd: fetch the dav userOlivier Goffart
2020-12-15More cleanup of csync remainsOlivier Goffart
2020-12-15Rename ocsync library to ${APPLICATION_EXECUTABLE}_csyncDominik Schmidt
2020-12-15Install libocsync to lib/ without subfolder.Dominik Schmidt
2020-11-10Partial Revert "Adapted for cmd version and added migration step for config f...Kevin Ottens
2020-11-10Revert "Adjust to makeDbName returning an absolute path"Kevin Ottens
2020-09-29cmd: Replace foreach with range base for (#2219)Harald Eilertsen
2020-08-12Enable the modernize-use-using check on clang-tidyKevin Ottens
2020-07-08Adjust to makeDbName returning an absolute pathKevin Ottens
2020-06-07macOS: Build nextcloudcmd after gui and run macdeployqt with the -executable ...Michael Schuster
2020-06-07Copy nextcloudcmd post-build instead of macdeployqt when building macOS bundleDominique Fuchs
2020-06-07macOS: Use macdeployqt instead of the old admin/osx/macdeployqt.pyMichael Schuster
2020-06-03Do not declare local variables without an initial value.Camila San
2020-05-20Use auto to avoiding repeating type namesKevin Ottens
2020-05-20Use nullptr when appropriateKevin Ottens
2019-09-26Adapted for cmd version and added migration step for config fileDominique Fuchs
2018-09-01Fix the hiddensync state in the UI + also sync hidden in cmdTobia De Koninck
2018-06-21More fixes for the OSX daily buildsRoeland Jago Douma
2018-05-31owncloudcmd: Do not overwrite the http timeout for json jobsOlivier Goffart
2018-05-31owncloudcmd: Do not read the proxy settings from the gui's config fileOlivier Goffart
2018-01-25Merge remote-tracking branch 'oc/master' into oc_upRoeland Jago Douma
2018-01-13Modernize out CMakeLists.txtOlivier Goffart
2018-01-13Get rid of csync_logOlivier Goffart
2018-01-13Build system: Get rid of QtVersionAbstraction.cmakeOlivier Goffart
2018-01-05owncloudcmd: Set proxy earlier #6281Christian Kamm
2018-01-05owncloudcmd: Remove some dead codeChristian Kamm
2017-12-14Merge remote-tracking branch 'oc/master' into oc_upRoeland Jago Douma