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
AgeCommit message (Collapse)Author
2022-11-07Use separate variable for cfg file name in CMAKE.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-08-04Move URI scheme variable from Nextcloud.cmake to root CmakeListst.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2022-08-03Move CFAPI shell extensions variables to root CMakeLists.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-08-03Implement URI handler for local file editingalex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-07-29Implement COM Dll for CfApi shell extensins. Implement Thumbnail Provider.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-07-12Use macOS-specific application iconClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-02-02Always build with updater. Use 'beta/stable' channel seletor in 'General ↵alex-z
Settins' dialog with default 'stable'. Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-02-02Cmake option to disable proxyalex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-12-03Always prefill username from Windows login name based on server versionalex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-24Pass username from Windows to login page.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-05add an option to enforce use of virtual files sync folderMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-10-27Forbid trusting the untrusted certificate.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-10-27Request OCSP validation data from the server during the SSL handshake.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-03-10Split out wizard welcome pageFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-01-20Add the APPLICATION_ICON_SET optionKevin Ottens
Also mention the svg possibly used in the wizard Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-12-15Rename Placeholders to Virtual Files in code #6531Christian Kamm
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-09-23Allow server URL to be pre-defined without enforcing it to be used unmodifiedMichael Schuster
APPLICATION_SERVER_URL can be either empty or be specified. This commit adds the new CMake option APPLICATION_SERVER_URL_ENFORCE to decide whether to enforce the URL's unmodified use (like before, default: ON) or to allow modification by the user (new). By default APPLICATION_SERVER_URL_ENFORCE is set to ON, to no break with the previous implementation's expectations. If APPLICATION_SERVER_URL is empty, APPLICATION_SERVER_URL_ENFORCE will be ignored by the Account Wizard. The previous behaviour confused me a bit with branded builds. When the URL was (usually) specified but not forced, it was simply discarded, forcing the user to manually supply it. Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-09-21Windows MSI: Add Upgrade Code and migration tool build options to ↵Michael Schuster
NEXTCLOUD.cmake The Upgrade Code is a GUID (specified without brackets) for the MSI package to allow Windows Installer identify existing installations. New build options (default: OFF): - BUILD_WIN_MSI: Build all MSI scripts and a required helper DLL (to uninstall NSIS legacy installations and remove Explorer Navigation Pane entries) - BUILD_WIN_TOOLS: Build additional migration tools (currently NCNavRemove, a stand-alone tool for Explorer entries removal) The helper DLL and migration tools are set to be statically linked and optimized for binary size. Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-08-20Windows shell extensions: Use custom GUIDs via CMake and prepare MSI regMichael Schuster
Previously side by side installation with ownCloud or other NC custom builds would break the shell integration because the same GUIDs and registry keys were used. Now we specify our custom GUIDs in NEXTCLOUD.cmake and use CMake to generate a header file and WiX (MSI) include file with these constants. Note: Using generators like "guidgen" or "uuidgen" ensures that GUIDs are unique, as manual changes are not guaranteed to be. Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-03-09Updater: Add CMake option BUILD_UPDATER to make the updater optionalMichael Schuster
- Default: BUILD_UPDATER = NO To ease builds for distro packages and contributors (regardless of the specified update URL) - Enable updater build for Drone CI and AppImage builds Signed-off-by: Michael Schuster <michael@schuster.ms>
2019-09-30Created wrapper variable LINUX_APPLICATION_ID to clean up codeDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-08-15Silence CMake warningSamir Benmendil
CMake Warning (dev) at NEXTCLOUD.cmake:31 (set): implicitly converting 'string' to 'STRING' type Signed-off-by: Samir Benmendil <me@rmz.io>
2019-01-31Allow to specifiy server url via CMAKERoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-31Move help URL also to CMAKERoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-31Move wizard options to CMAKE as wellRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-13Enable providers by defaultRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-31Make build optionalJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-11-20Move to NC themeRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-11-20OWNCLOUD.cmake => NEXTCLOUD.cmakeRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>