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 (Collapse)Author
2012-10-18Add .gitattributes, needed for clean git exportv1.1.1Daniel Molkentin
2012-10-18ChangeLog updates for 1.1.1Daniel Molkentin
2012-10-18Proper workaround for bug in Ubuntu's Qt SNI bridge.Daniel Molkentin
2012-10-17Escape the folder alias as used in QSetting and as file name.Klaas Freitag
2012-10-17Push version to 1.1.1Klaas Freitag
2012-10-16Clean up argument handlingDaniel Molkentin
- Allow to retrospectively open log window - Don't waste init time if only help is requested.
2012-10-15Make sure SSL errors are always handledDaniel Molkentin
2012-10-15[tx-robot] updated from transifexJenkins for ownCloud
2012-10-14[tx-robot] updated from transifexJenkins for ownCloud
2012-10-13[tx-robot] updated from transifexJenkins for ownCloud
2012-10-12Add license to Windows installerDaniel Molkentin
2012-10-12Revert "Hide remove button in singleFolder mode"Daniel Molkentin
This reverts commit 8939e08ce14a7457b64a755145965ec5d6efa729.
2012-10-12Export repo revision indicatorDaniel Molkentin
To be used with git export.
2012-10-12[tx-robot] updated from transifexJenkins for ownCloud
2012-10-11[tx-robot] updated from transifexJenkins for ownCloud
2012-10-10add helper script to sign app bundleDaniel Molkentin
2012-10-10OS X: Remove "make install" requirment for csyncv1.1.0Daniel Molkentin
2012-10-10CMake: Also set CSYNC_BINARY_DIRDaniel Molkentin
...so NSIS finds its resource in the right place.
2012-10-10Merge branch 'master' of github.com:owncloud/mirallDaniel Molkentin
2012-10-10Fix for prev. commmitDaniel Molkentin
2012-10-10replace relative csync buildir detection magicDaniel Molkentin
If you do not want to run make install for lib(o)csync, pass -DCSYNC_LIBRARY_PATH=$your_csync_builddir and -DCSYNC_INCLUDE_PATH=$your_csync_srcdir/src to cmake when building mirall.
2012-10-10Remove beta flag in preparation for packagingDaniel Molkentin
2012-10-10Update change log with client changesDaniel Molkentin
2012-10-10[tx-robot] updated from transifexJenkins for ownCloud
2012-10-09Use HTTPS for update checkDaniel Molkentin
2012-10-09Dirty qnam/proxy export is no longer requiredDaniel Molkentin
2012-10-09_accessManager is already initialized in the ctorDaniel Molkentin
2012-10-09Make code more readable.Daniel Molkentin
2012-10-09Make PAC work on WindowsDaniel Molkentin
2012-10-09Massive simplification of proxy support.Daniel Molkentin
Purposefully separated from last commit, but associated with it: No more need for special cases after libocsync got fixed do adhere properly.
2012-10-09Working PAC supportDaniel Molkentin
This goes along with e0f02c in csync/dav.
2012-10-09[tx-robot] updated from transifexJenkins for ownCloud
2012-10-09Prepare for Mac package signing.Daniel Molkentin
2012-10-09NSI: add proper version of ocsync.confDaniel Molkentin
2012-10-08Use Max instead of Min of courseKlaas Freitag
2012-10-08Only replace the scheme at the beginning of stringKlaas Freitag
2012-10-08Use HttpProxy instead of Socks5Proxy.Daniel Molkentin
2012-10-07[tx-robot] updated from transifexJenkins for ownCloud
2012-10-06[tx-robot] updated from transifexJenkins for ownCloud
2012-10-06Fix SYCCONFIGDIR => SYSCONFDIR.Klaas Freitag
2012-10-06Quick hack: do not crash on windows when pausing syncDaniel Molkentin
2012-10-06Merge branch 'master' of github.com:owncloud/mirallKlaas Freitag
2012-10-06Fix SYSCONFIGDIR install of the sync-exclude file.Klaas Freitag
2012-10-06Prepend slash to remote folderDaniel Molkentin
2012-10-06Simplify url string from textfield to avoid unwanted spaces.Klaas Freitag
2012-10-05Fix include path search.Klaas Freitag
2012-10-05Fix to find the header even from installed ocsync packages.Klaas Freitag
2012-10-05Anther fix for sync pausingDaniel Molkentin
2012-10-05Don't hardcode packag name on MacDaniel Molkentin
2012-10-05Fix OS X bundle generationDaniel Molkentin