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
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
2017-12-12Merge pull request #6224 from owncloud/deprecatedOlivier Goffart
2017-12-08cmd: remove usage of deprecated qInstallMsgHandlerOlivier Goffart
2017-12-07Account: remove dependency with ConfigFileOlivier Goffart
2017-12-07Excludes: Refactor for pending improvementsChristian Kamm
2017-11-28owncloudcmd: Don't need Qt Sql moduleMarkus Goetz
2017-11-27Merge pull request #62 from bceverly/masterRoeland Jago Douma
2017-11-25TypoTerence Eden
2017-11-24Added support for FreeBSDbceverly
2017-10-18owncloudcmd: Fix timestamps, Fix --logdebugMarkus Goetz
2017-10-06CMakeLists.txt: Put -pie as a linker flag were it belongsOlivier Goffart
2017-09-29Linux Hardeningrockihack
2017-09-27Fix encoding of version stringOlivier Goffart
2017-09-27Set CMAKE_INSTALL_RPATH as RPATH for installed executablesDominik Schmidt
2017-09-27Move the --version output text to Theme #5957Christian Kamm
2017-09-21Use the Qt5 connection syntax (automated with clazy)Olivier Goffart
2017-09-18Move SyncJournalDB to src/commonJocelyn Turcotte