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
2020-01-22Remove unused filesHannah von Reth
2019-04-27WebKit: Remove more from macOS and NSIS builds #6451Markus Goetz
2018-06-20Rename ocsync library to ${APPLICATION_EXECUTABLE}_csyncDominik Schmidt
2018-06-20Install libocsync to lib/ without subfolder.Dominik Schmidt
Installing to lib/${APPLICATION_EXECUTABLE} has caused a bunch of irritations in the past and subtle annoying to fix bugs. To avoid name clashes with branded clients ${APPLICATION_EXECUTABLE} becomes now part of the filename instead of the subfolder. The concrete motivation to change this now is that on Windows there is no RPATH and it's not possible to run owncloud directly from the Craft Root folder, which is nice when you're developing on Windows. It would have been possible to change this just for Windows but as written earlier this has caused lots of issues and thus I think it's a good idea to just stay consistent accross platforms when touching it.
2018-05-30NSIS: SVG imageformats plugin DLL #6515Markus Goetz
2018-05-30NSIS: SVG DLL #6515Markus Goetz
2018-05-23Rename Placeholders to Virtual Files in code #6531Christian Kamm
2018-04-18NSIS: Register placeholder extensionChristian Kamm
Also change the placeholder suffix config option to not include the dot, the dotless form is needed in the nsis script.
2018-01-13Package libssp-0.dll in NSIS installer.Dominik Schmidt
It's needed since 586fd346ead9aaa21aace8b2ffd616f0cc249a9e activated stack-protector-strong
2017-10-26APPLICATION_NAME may contain whitespace Jürgen Weigert
Need some quotes to survive in makensis.
2017-10-24Windows: Remove navigation pane entries when uninstallingJocelyn Turcotte
Issue #5295
2017-03-06NSIS: Don't display link on finish pageMarkus Goetz
2017-01-17NSIS: Adjust to 5.6.2 imageMarkus Goetz
2016-08-05Fix module loadingDaniel Molkentin
2016-05-03NSIS: Properly uninstall both x64 and x86 DLLs #4762Markus Goetz
Viel hilft viel ;-)
2016-03-18NSIS Silent mode: Force uninstall before install #4543Markus Goetz
2016-01-04Remove bearer pluginsDaniel Molkentin
Causes regressions due to constant Wifi scanning
2015-11-11NSIS: Include Qt bearer management DLLs #3969Markus Goetz
2015-09-17Revert "NSIS: Try to ignore (invalid) errors from NSIS UAC"Daniel Molkentin
This reverts commit 38eaf241fa98ec3cdcd56a1096a05232aeccdf23.
2015-09-17NSIS: Try to ignore (invalid) errors from NSIS UACDaniel Molkentin
2015-09-10Minor build etc typosPhil Davis
Just some random stuff I noticed while looking at how this beast is put together.
2015-08-07Revert "win32: libwebp has been bumped to version 5"Daniel Molkentin
This reverts commit 18efb211576ca0e9fce2b8f4e00977a9f4ea2ace. Our toolchain relies on an older version now that has version 4
2015-08-06NSIS: Remove (almost untranslated) Slovak tr for nowDaniel Molkentin
2015-08-04NSIS: Elevate uninstaller, tooDaniel Molkentin
Resolves #3546
2015-08-03NSIS: add polish translationDaniel Molkentin
2015-08-03win32: libwebp has been bumped to version 5Daniel Molkentin
2015-07-31NSIS: Actually call the elevation wrapperDaniel Molkentin
2015-07-17NSIS: Fix NSIS error handlingDaniel Molkentin
2015-07-17NSIS: Star Trek taught me: "Reversing the polarity will fix it". It's true.Daniel Molkentin
2015-07-17Adjust to new version of NSIS UACDaniel Molkentin
2015-07-17NSIS: depend on nsProcess instead of Processes NSIS pluginDaniel Molkentin
The Processes plugin is no longer maintained, and OBS compiles an up-to-date version of nsProcess for us.
2015-07-16Win32: Remove confusing option to remove AppDataDaniel Molkentin
- This only works for the current user (while being a HKLM installer) - The naming is confusing. Fixes #3461
2015-06-10NSIS: Force an update of the shell_extension #3320Jocelyn Turcotte
Since our DLLs version number aren't bumped, a same file size could cause a DLL not to be installed to replace an old one. This eventually can cause a crash of explorer if an incompatible version of OCUtil.dll is installed alone. Fix the issue by defining LIBRARY_IGNORE_VERSION. This also makes sure that installing an old version of the client over a more recent one if we decide to add version numbers to those DLLs.
2015-06-05Revert "NSIS: depend on nsProcess instead of Processes NSIS plugin"Daniel Molkentin
This reverts commit e1a36b53dc4646118cc2bc30b368c7f8a7ca264c.
2015-06-05Revert "Adjust to new version of NSIS UAC"Daniel Molkentin
This reverts commit 1d600ceecc12401529ba4319fd72750b8a2ef762.
2015-06-05Revert "NSIS: Star Trek taught me: "Reversing the polarity will fix it". ↵Daniel Molkentin
It's true." This reverts commit 0f7773ff9963b722aed187a9ea293239e9c01aab.
2015-06-05Revert "NSIS: Fix NSIS error handling"Daniel Molkentin
This reverts commit 3df26ef189e97201bd0ccf955cce7b5bfb97f592.
2015-06-05NSIS: Fix NSIS error handlingDaniel Molkentin
2015-06-04NSIS: Star Trek taught me: "Reversing the polarity will fix it". It's true.Daniel Molkentin
2015-06-03Adjust to new version of NSIS UACDaniel Molkentin
2015-06-03NSIS: depend on nsProcess instead of Processes NSIS pluginDaniel Molkentin
The Processes plugin is no longer maintained, and OBS compiles an up-to-date version of nsProcess for us.
2015-05-25Win32: Make Setup/Update Mutex theme-unique (2/2)Daniel Molkentin
Fixes #3272
2015-05-25NSIS Installer: Fix Basque, Galician, Slovak, TurkishDaniel Molkentin
Not sure when this broke, but those languages could never have worked...
2015-05-25NSIS: Add Norwegian (Bokmål) translationDaniel Molkentin
2015-05-23Win32: Make Setup/Update Mutex theme-uniqueDaniel Molkentin
Fixes #3272
2015-03-06win32: libproxy is not neededDaniel Molkentin
2015-02-17Merge pull request #2849 from owncloud/nsis_shortcuts_all_usersDaniel Molkentin
Install shortcuts for all users
2015-02-17Make NSIS installer with /S fully silentDaniel Molkentin
Addresses #2006
2015-02-17Install shortcuts for all usersDaniel Molkentin
Implements #2413
2015-02-08Ship translations on Windows again after renameDaniel Molkentin