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
AgeCommit message (Expand)Author
2014-10-27options are required at the beginning of owncloudcmd.Brandon Coleman
2014-10-17owncloudcmd: Always need exclude listMarkus Goetz
2014-10-12unreachable --version code made reachable.Jürgen Weigert
2014-10-11owncloudcmd: Handle trust ssl switch correctly by overwriting trustsslKlaas Freitag
2014-10-11owncloudcmd: Add a custom ssl verification callback for neon.Klaas Freitag
2014-10-11owncloudcmd: Fix some slash screwup, to make the split succeed bug #2211Klaas Freitag
2014-10-11owncloudcmd: Fix url handling with csync, make owncloudcmd sync again.Klaas Freitag
2014-10-10owncloudcmd: don't prompt for password if it was providedDaniel Molkentin
2014-10-10owncloudcmd: Fix crashDaniel Molkentin
2014-10-10owncloudcmd: Implement --version, fix stringsDaniel Molkentin
2014-10-07Fix order in which credentials are getting fetchedDaniel Molkentin
2014-09-22Win32: Define HANDLE variable, make win compile again.Klaas Freitag
2014-09-18Remove unused confdir optionDaniel Molkentin
2014-09-17Implement --non-interactive as per Juergens' requestDaniel Molkentin
2014-09-17Fix passing URLs not ending in /remote.php/webdavDaniel Molkentin
2014-09-17Allow passing user/pass explicitly or via netrcDaniel Molkentin
2014-09-15owncloudcmd: ask for the login and password and put it in the url (if it's no...Olivier Goffart
2014-09-12owncloudcmd: restart the sync if requiredOlivier Goffart
2014-08-28t4.pl: add a test to test that ignored file are not deletedOlivier Goffart
2014-07-10owncloudcmd: fix the --trust optionOlivier Goffart
2014-07-10Add Q_DECL_OVERRIDE for all function that are overriding somethingOlivier Goffart
2014-07-10Engine: Do not reset the csync log callback in the engineOlivier Goffart
2014-06-26Revert "ownCloudcmd: Use Account object and ConnectionValidator."Klaas Freitag
2014-06-24ownCloudcmd: Use Account object and ConnectionValidator.Klaas Freitag
2014-06-20owncloudcmd: Fix structurally dead code.Klaas Freitag
2014-05-22Remove useless global varialbe for auth callback.Klaas Freitag
2014-04-30Add a header file for owncloudcmd.cpp to avoid (auto)moc problems.Klaas Freitag
2014-04-29Add missing line breakOlivier Goffart
2014-04-02Remove undeeded includesOlivier Goffart
2014-04-02Fix compilation with Qt5Olivier Goffart
2014-04-01Add a trust ssl certificate switchKlaas Freitag
2014-04-01Add an simple SSL error handler for owncloudcmd.Klaas Freitag
2014-03-22Fix compile after changing Account::davPath()Markus Goetz
2014-03-21Merge branch '1.5'Olivier Goffart
2014-03-21owncloudcmd: Fix an error during update phase would not terminateOlivier Goffart
2014-03-20Proper initialization to avoid build warnings.Klaas Freitag
2014-03-17Rename CSyncThread to SyncEngineOlivier Goffart
2014-03-14Remove Progress::KindOlivier Goffart
2014-03-14Refactor the progressOlivier Goffart
2014-02-27csync: Remove more unused stuffMarkus Goetz
2014-02-19OwncloudCmd: Struct needs to be zeroedMarkus Goetz
2014-02-19Register metatype at better placeMarkus Goetz
2014-02-19OwncloudCmd: Register a meta typeMarkus Goetz
2014-02-19Use AUTOMOCOlivier Goffart
2014-02-19Merge remote-tracking branch 'origin/master'Olivier Goffart
2014-02-19OwncloudCmd: Fixup URLMarkus Goetz
2014-02-19OwncloudCmd: Print update phase duration valuesMarkus Goetz
2014-02-17Make owncloudcmd work with the parallel upload/downloadOlivier Goffart
2014-01-16Use ClientProxy that reads the client config in commandline client.Klaas Freitag
2013-12-19Added proxy support to owncloudcmd.Klaas Freitag