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
2015-02-04Output libocsync and libowncloudsync in the bin directoryJocelyn Turcotte
Windows finds DLLs using PATH or the directory of the process' executable. By outputing those dependend DLLs together with owncloud.exe, the developer only need to have OpenSSL's bin and the qtkeychain build directory in his PATH to let the dynamic linker find them. As the documentation of RUNTIME_OUTPUT_DIRECTORY points out, this only affects windows as other platforms don't consider libraries as runtime targets.
2015-01-29NSIS: Fix c&p errorDaniel Molkentin
2015-01-29Update NSIS installer to install ContextMenu ExtensionDaniel Molkentin
2015-01-28Remove socketapiclientDaniel Molkentin
2015-01-28Add new Qt 5.4 dependencies, remove neon onesDaniel Molkentin
2015-01-22Deployment: Accessiblewidgets no longer exists in Qt 5.4Daniel Molkentin
Part of #2699
2014-12-10Merge remote-tracking branch 'origin/1.7'Christian Kamm
Conflicts: src/gui/folder.cpp src/gui/folder.h src/libsync/networkjobs.cpp src/libsync/owncloudpropagator.h src/libsync/propagatedownload.cpp
2014-12-10NSIS: Reload shell after registering shellextension, use blackslashesDaniel Molkentin
It also registers and unregisters the shell extensions properly and forces explorer to reload/unload the DLLs so they can be removed. This obsoletes #2377. Fixes #2487 Fixes #2377
2014-11-15Revert "Install shortcuts for all users"Daniel Molkentin
2014-11-15Install shortcuts for all usersDaniel Molkentin
2014-11-12Merge remote-tracking branch 'origin/master' into crashreporterDaniel Molkentin
Conflicts: src/libsync/utility.cpp src/libsync/utility.h
2014-10-22Merge remote-tracking branch 'origin/1.7'Christian Kamm
Conflicts: src/CMakeLists.txt src/cmd/cmd.cpp src/gui/socketapi.h src/libsync/syncengine.h test/CMakeLists.txt
2014-10-20Revert "Remove references to qsqlite3"Daniel Molkentin
QtWebkit needs it This reverts commit b1c10c845404b050e7b5ab1dd39a47cad7c1c262.
2014-10-17NSIS: Fix copying of qtbase translationsDaniel Molkentin
2014-10-17Merge pull request #2319 from owncloud/sqlite_capiDaniel Molkentin
Introduce a common sqlite layer across csync and mirall. This avoids conflicts that both each load different and/or updated sqlite versions.
2014-10-16Remove references to qsqlite3Markus Goetz
2014-10-16Second part of #1661Daniel Molkentin
- QT_INSTALL_TRANSLATIONS was not defined in Qt5 - Some languages have been split up in multiple qm's. We only need qtbase for now
2014-08-30Package installer if it was builtDominik Schmidt
2014-08-26Merge remote-tracking branch 'origin/master' into move_lib_to_sep_dirDaniel Molkentin
Conflicts: src/CMakeLists.txt src/gui/accountsettings.cpp src/gui/folderwizard.cpp src/gui/settingsdialog.cpp src/libsync/syncengine.h
2014-08-21create shellext pathDaniel Molkentin
2014-08-21NSIS: fix target path for shell extensionDaniel Molkentin
2014-08-20Use InstallLib to install the overlay iconsDaniel Molkentin
This allows for a cleaner expirience
2014-08-12Merge branch 'master' into move_lib_to_sep_dirDaniel Molkentin
Conflicts: cmake/modules/NSIS.template.in src/CMakeLists.txt src/creds/shibboleth/authenticationdialog.cpp src/creds/shibboleth/authenticationdialog.h src/gui/owncloudgui.cpp src/libsync/creds/shibboleth/authenticationdialog.cpp src/libsync/creds/shibboleth/authenticationdialog.h src/libsync/mirallaccessmanager.cpp src/mirall/authenticationdialog.cpp src/mirall/authenticationdialog.h
2014-08-07NSIS: Add a packaging routine for the overlay iconsDaniel Molkentin
2014-08-06NSIS: First steps at installing the shell extensionDaniel Molkentin
2014-08-05No need to ship the Qt4-based qtkeychain DLLDaniel Molkentin
2014-07-18Merge branch 'il'Olivier Goffart
Conflicts: src/mirall/propagator_legacy.h
2014-07-17NSIS: ICU rebumped to 5.3 as per build service changeDaniel Molkentin
2014-07-16WinInstaller: No hardcoded www in front of the url on final page.Klaas Freitag
2014-07-14Make NSIS installer work with new structureDaniel Molkentin
2014-07-03NSIS: look for socketapiclient in the right placeDaniel Molkentin
2014-07-03NSIS: fix typoDaniel Molkentin
2014-07-02NSIS: Add socketapiclientDaniel Molkentin
2014-06-20NSIS: Remove duplicated entryDaniel Molkentin
2014-06-20NSIS: Bump required libpng version to 16Daniel Molkentin
2014-06-20NSIS: add libwinpthread dependencyDaniel Molkentin
2014-06-05Add version and product information to installer propertiesDaniel Molkentin
2014-03-26NSIS: libcrypto-10 dependency got lost somehowDaniel Molkentin
2014-03-25NSIS: depend on Qt5-based installationsDaniel Molkentin
2014-03-19NSIS: Install owncloudcmd on WindowsDaniel Molkentin
2014-02-12NSIS: accept /noautoupdateDaniel Molkentin
2014-02-12Respect skipUpdate policy from global config files and windows policy.Daniel Molkentin
2014-02-11Adding quotes - necessary for themes containing spaces in APPLICATION_NAMEThomas Müller
2014-02-05- Replace undeclared variables:Thomas Müller
- PageReinstall_OLD_MUI_HEADER_TEXT_SUBTITLE - PageReinstall_OLD_Field_2 - PageReinstall_OLD_Field_3 - REVISION - README.md updated - calling bin/l10n.sh was missing This commit includes updated translations from transifex.
2014-01-23NSIS: implement /launch for updaterDaniel Molkentin
2014-01-23NSIS: Don't try to logDaniel Molkentin
2014-01-23NSIS: find DLL from csync copy within cmakeDaniel Molkentin
2014-01-18NSIS: Cleanup: Use MEMENTO defines where possibleDaniel Molkentin
2014-01-18NSIS: Don't install link to Desktop of a link by the same name already existsDaniel Molkentin
Unfortunately, we cannot determine the target path for the .lnk file without pulling in closed source plugins (or write our own), a length I am not willing to go in the light of MSI. Fixes #356
2014-01-18NSIS: Only remove sections that we actually installedDaniel Molkentin
We can query the NSIS Memento extension for that.