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/admin
AgeCommit message (Collapse)Author
2021-07-08Allow installation on Windows version < 1709Felix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-07-08bring back dynamic load of VFS pluginsMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-06-30Run legacy uninstall exe in a secure way.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-06-24Use the full GPG key ID for signing Debian packagesIstván Váradi
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2021-06-21Add building for Ubuntu ImpishIstván Váradi
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2021-06-17Enable clazy in droneFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-06-15Start macOS app bundle name with uppercase letterFelix Weilbach
It's a convention on macOS that app bundle names start with an uppercase letter. Also this aligns the app name with Windows and Linux. Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-06-14Generate application png icons from svg iconsFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-06-14Remove conditional logic for OEM.cmakeFelix Weilbach
This file is not used in Brander and in the desktop client and just confused people. Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-04-15Minimum supported Windows 10, build 1709.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-04-14Do not schedule reboot when installing MSI in silent mode unless ↵allexzander
'SCHEDULE_REBOOT' is set. Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-01-14Integrate the version suffix to the MSI filenameKevin Ottens
This should be enough to reinstate the "-daily" marker in the filename for daily builds. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2021-01-05Remove NO_SHIBBOLETH flag and dead codeFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
2020-12-22Add support for HirsuteIstván Váradi
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2020-12-15Adjust the appimage script to the buildsystem changesKevin Ottens
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-12-15Do not select ownCloud in Finder after installation to fix #6781Dominik Schmidt
2020-12-15NSIS: 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.
2020-11-30Handle the case when the release version differs from that in VERSION.cmakeIstván Váradi
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2020-11-30fix AppImage build by using v0.10.0 for qtkeychainallexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2020-11-02Adjust AppImage build of QtKeychain to be found by cmakeKevin Ottens
Now that things are done in a more standard way, let's adjust the AppImage build so that QtKeychain is picked up properly now that our FindQt5Keychain.cmake file is gone. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-10-15Update commentsMichael Schuster
Everyone uses their private mail, so ensure people can get in touch. Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-10-05Windows MSI: Add SKIPAUTOUPDATE property for the skipUpdateCheck settingMichael Schuster
Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-10-05Windows MSI: Stay compatible with the upstream "StartMenuShortcuts" featureMichael Schuster
Even though we only create a program shortcut in the Start Menu, try to make administrators lives easier by not diverging feature and option naming. Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-09-21Windows: Win32 migration tools code reviewMichael Schuster
Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-09-21Windows MSI: Add MSI scripts and UI resourcesMichael Schuster
Uses CMake to generate and install all required files in the "msi/" directory. Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-09-21Windows: Add Win32 stand-alone migration tool NCNavRemoveMichael Schuster
Removes all Explorer Navigation Pane entries for a given ApplicationName, specified in NavRemove.ini in the working directory. Also compiles a DLL with the same behaviour that exports: - RemoveNavigationPaneEntries Both tool variants are Mutex-protected. Statically linked, optimized for binary size, no Qt dependencies. Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-09-21Windows MSI: Add helper DLL and shared migration tools codeMichael Schuster
The helper DLL will be utilized by Windows Installer with Custom Actions defined in the NCMsiHelper.wxs WiX fragment. Exports: - ExecNsisUninstaller - RemoveNavigationPaneEntries Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-09-18Entitlement to sign the QtWebEngineProcess with an exception.Camila San
Fix for #1793: The problem seems to be related enabling hardened runtime. This exception allows the webview to load. Signed-off-by: Camila San <hello@camila.codes>
2020-09-16Windows: Remove unused and outdated NSIS Transifex settingsMichael Schuster
The last translation update from Transifex was done in 2017, so the scripts and settings were never used for Nextcloud. This commit removes the unused scripts and "Auto-generated" comments in the translation files. Some files have been modified over time either way and MSI will replace NSIS soon. Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-09-16Windows: Fix NSIS language encoding (use UTF-8 instead of Win code pages)Michael Schuster
The old conversion to specific code pages caused display errors (see issue #2393 for Russian). Based on bin/l10n.sh, the files in this commit were converted to UTF-8 using iconv with the following parameters: iconv -f CP1252 -t UTF-8 -o German.nsh German.nsh iconv -f CP1252 -t UTF-8 -o Galician.nsh Galician.nsh iconv -f CP1253 -t UTF-8 -o Greek.nsh Greek.nsh iconv -f CP1250 -t UTF-8 -o Slovenian.nsh Slovenian.nsh iconv -f CP1257 -t UTF-8 -o Estonian.nsh Estonian.nsh iconv -f CP1252 -t UTF-8 -o Italian.nsh Italian.nsh iconv -f CP1252 -t UTF-8 -o PortugueseBR.nsh PortugueseBR.nsh iconv -f CP1252 -t UTF-8 -o Spanish.nsh Spanish.nsh iconv -f CP1252 -t UTF-8 -o Dutch.nsh Dutch.nsh iconv -f CP1252 -t UTF-8 -o Finnish.nsh Finnish.nsh iconv -f CP932 -t UTF-8 -o Japanese.nsh Japanese.nsh iconv -f CP1250 -t UTF-8 -o Slovak.nsh Slovak.nsh iconv -f CP1254 -t UTF-8 -o Turkish.nsh Turkish.nsh iconv -f CP1252 -t UTF-8 -o Norwegian.nsh Norwegian.nsh iconv -f CP852 -t UTF-8 -o Czech.nsh Czech.nsh The installer script nextcloud.nsi in the client-building repo needs the following line (to be added on top): Unicode true Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-09-09l10n: Add a periodValdnet
2020-09-08l10n: Extract the button nameValdnet
2020-09-08l10n: Delete unnecessary sentenceValdnet
2020-09-08l10n: A few more fixesValdnet
2020-09-08l10n: Word correctionValdnet
2020-09-08l10n: Corrected translationValdnet
2020-08-21Do not build for EoanIstván Váradi
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2020-08-12Make sure wget looks for the certificates at the right placeKevin Ottens
Might happen because we got too many copies of OpenSSL around Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-07-22Update CI for Qt 5.12.9Michael Schuster
Also remove the jq package installation from the AppImage build script because the package is included in the new Docker image (see nextcloud/docker-ci#231). Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-07-21Fix Windows installer graphics files for 2.7Michael Schuster
For some reason the exported bitmaps in #2211 were not properly saved in the right format for display by the NSIS installer system. Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-07-21Drone Upload: Fix if condition for master, in addition to #2213Michael Schuster
Don't try to comment on master (old condition was from a previous version of the script). Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-07-20Drone: Upload AppImage to GitHub using nextcloud-desktop-botMichael Schuster
Uploading AppImage's to transfer.sh often fail and cause the CI to wait for the 15 minutes timeout. This new approach uses a bot user to create releases in a dedicated ci-builds repository. Each PR (or master) will get a dedicated release with the AppImage supplied as a release asset. Older assets will be deleted prior uploading the recent build. The bot will then (in case of a PR) create a comment in the PR, containing the download link. Home of the CI releases: https://github.com/nextcloud-desktop-bot/ci-builds/releases Inspired by: https://github.com/nextcloud/android/blob/master/scripts/uploadArtifact.sh Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-07-18Update Windows installer graphics with 2.7 logoMichael Schuster
Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-07-11Fetch tags for Debian buildIstván Váradi
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2020-06-07macOS: Use macdeployqt instead of the old admin/osx/macdeployqt.pyMichael Schuster
In order to build the new 2.7 releases (new QML dependencies) without manually modifying the old Python script each time, rely on Qt's standard tool instead. This should streamline the build systems for upcoming dependency changes. Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-05-27Upgrade to the latest client imageKevin Ottens
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-05-21Do not build master for distributions without Qt 5.12István Váradi
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2020-05-19Remove now unused filesKevin Ottens
Those files all refer to Qt version older than 5.12, also they seemed unused for a while now. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-05-14Stop supporting Qt older than 5.12Kevin Ottens
This both removes older Qt from the CI and also adjust all the find_package calls in CMakeLists.txt Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-05-08Do not build for Xenial anymore.István Váradi
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>