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
2022-03-24Rewrite wizard from scratchFabian Müller
2022-03-15Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2022-03-14Fix lang picker selectionHannah von Reth
2022-03-11Include locale in language dropdownFabian Müller
2021-10-28Remove version definesHannah von Reth
Moving the generated values to a cpp means that we won't need to recompile all files including the version.h
2021-06-24Fixed unused parameter warningsOleksii Lysenko
2021-06-16Remove possible qt containers detach (#8727)Aleksey Lysenko
* Replaced obsolete foreach-loops with for-loops * Added a copy of queries into SqlDatabase::close * Used const reference to avoid unneeded copying * Fixed Qt containers possible detach within for-loop * Removed unneeded copies before for-loops
2021-04-15Merge remote-tracking branch 'origin/2.8' into masterHannah von Reth
2021-04-15Add branding option to enforce Windows VFSHannah von Reth
2021-03-31Streamline language picker initializationFabian Müller
2021-03-31Display native language names instead of locale namesFabian Müller
This is a lot more user friendly than having to work with locale names, which often can't easily be associated with the language they represent. There is also a fallback for cases when Qt cannot provide the native name for a locale provided by the translations helper. This usually indicates an issue in the filename of the translations. Right now, this is the case with "client_TW.qm".
2021-03-31Warn user that app has to be restarted when language is changedFabian Müller
2021-03-31Add language dropdown to general settings pageFabian Müller
Allows users to specify their preferred language, similar to --language. If not set, the existing auto-detection will be used.
2020-12-17Update windows launch on start binary locationHannah von Reth
Fixes: #7672
2020-12-01Bugfix: Update "Sync hidden files" buttonHannah von Reth
Fixes: #8258
2020-10-07[Gui]Redesign AboutDialog and unify version infoHannah von Reth
Fixes: #7749 Fixes: #7704
2020-10-05Remove the update channel settings from the unbranded client (#8128)Hannah von Reth
2020-09-07Add button for LogSettings to advanced settingsHannah von Reth
Fixes: 7881
2020-08-19Move sync hidden files to advanced settingsHannah von Reth
Fixes: #8020
2020-07-15Remove dead codeHannah von Reth
2020-07-14Fix deprecation warningHannah von Reth
D:\a\client\client\src\gui\generalsettings.cpp(74): warning C4996: 'QSysInfo::windowsVersion': Use QOperatingSystemVersion::current() C:\CraftMaster\windows-msvc2017_32-cl\include\qt5\QtCore/qsysinfo.h(217): note: see declaration of 'QSysInfo::windowsVersion'
2020-07-03Remove dead codeHannah von Reth
2020-06-29Merge pull request #7910 from TheOneRing/non_winHannah von Reth
Don't build Windows only code on other platforms
2020-06-29Gui: Actually set the default dialog sizeHannah von Reth
2020-05-28Fix usage of QMessageBoxHannah von Reth
Fixes: #7874
2020-02-25Merge branch '2.6.2' into 2.6Hannah von Reth
2020-02-21[Gui] Hide delta sync if enableExperimentalFreatures are disabledHannah von Reth
2020-01-20[GUI] Update autostart checkbox when general settings tab gets shownHannah von Reth
Issue: #7668
2019-01-15Merge remote-tracking branch 'origin/2.5'Christian Kamm
2019-01-15Settings: Fix copyable text on version 'link' #6974Christian Kamm
I don't see how to disable the right-click "Copy Link Location" context menu, but we can make it copy the version text instead.
2018-11-05Merge remote-tracking branch 'origin/2.5'Olivier Goffart
Conflicts: VERSION.cmake src/gui/generalsettings.ui src/libsync/propagateuploadng.cpp
2018-11-04Settings: Bring back version and copyrightMarkus Goetz
For owncloud/enterprise#2941
2018-10-29Merge remote-tracking branch 'origin/2.5'Olivier Goffart
2018-10-19Disable autostartCheckBox if autostart is configured system wideDominik Schmidt
2018-09-14Merge remote-tracking branch 'owncloud/master' into delta-syncOlivier Goffart
Conflicts: .gitmodules src/cmd/cmd.cpp src/gui/generalsettings.ui src/libsync/propagatedownload.cpp src/libsync/propagateuploadng.cpp
2018-07-05Introduce an about dialogMarkus Goetz
Every proper application has that! For decreasing window height in #6075
2018-06-20GeneralSettings: Hide update channel for other themesMarkus Goetz
For #6585
2018-06-19Updater: Fix beta channel for translated clients.Olivier Goffart
The names in the combobox are being translated, so we need to rely on the index rather than the text.
2018-06-04Fix build without Sparkle.frameworkChih-Hsuan Yen
(PR #6567)
2018-05-24Settings: Add warning when switching update channelChristian Kamm
2018-05-24Updater: Make sparkle updater respect release channelChristian Kamm
2018-05-24Auto Updater: Show UI element also on macOSMarkus Goetz
(cherry picked from commit dfdc2e1e87f99d387a042f4983c999fbb7fcf3d9)
2018-05-24Settings: Add update channel combobox #6259Christian Kamm
2018-03-22About section: Try to lower height #6075 #6215Markus Goetz
2018-01-25Adjust the Move To Trash patchOlivier Goffart
(PR #6265) - Remove the UI completely - Move the #ifdef inside the FileSystem::moveToTrash function, so it is easier to implement on other platforms - Q_OS_UNIX includes mac, so we need to disable it. (not using Q_OS_LINUX because of other BSD that uses XDG spec as well - Translate the error messages - Add a couple of doc comments
2018-01-25Move remote-deleted files to trashOleg Solovyov
Squashed from https://github.com/owncloud/client/pull/6265 Linux only, Hidden option, disabled by default
2018-01-15Implementation of delta-sync support on client-side.Ahmed Ammar
This commit adds client-side support for delta-sync, this adds a new 3rdparty submodule `gh:ahmedammar/zsync`. This zsync tree is a modified version of upstream, adding some needed support for the upload path and other requirements. If the server does not announce the required zsync capability then a full upload/download is fallen back to. Delta synchronization can be enabled/disabled using command line, config, or gui options. On both upload and download paths, a check is made for the existance of a zsync metadata file on the server for a given path. This is provided by a dav property called `zsync`, found during discovery phase. If it doesn't exist the code reverts back to a complete upload or download, i.e. previous implementations. In the case of upload, a new zsync metadata file will be uploaded as part of the chunked upload and future synchronizations will be delta-sync capable. Chunked uploads no longer use sequential file names for each chunk id, instead, they are named as the byte offset into the remote file, this is a minimally intrusive modification to allow fo delta-sync and legacy code paths to run seamlessly. A new http header OC-Total-File-Length is sent, which informs the server of the final expected size of the file not just the total transmitted bytes as reported by OC-Total-Length. The seeding and generation of the zsync metadata file is done in a separate thread since this is a cpu intensive task, ensuring main thread is not blocked. This commit closes owncloud/client#179.
2017-10-24Windows: Add a setting to enable/disable the explorer navigation pane ↵Jocelyn Turcotte
integration Issue #5295
2017-09-21Port to new signal-slot syntax what cannot be done automaticallyOlivier Goffart
Some slot were protected or private but needed to be public. Some needed a static_cast (can't use qOverload because it is in Qt 5.7) This is not only a partial change.
2017-09-21Use the Qt5 connection syntax (automated with clazy)Olivier Goffart
This is motivated by the fact that QMetaObject::noralizeSignature takes 7.35% CPU of the LargeSyncBench. (Mostly from ABstractNetworkJob::setupConnections and PropagateUploadFileV1::startNextChunk). It could be fixed by using normalized signature in the connection statement, but i tought it was a good oportunity to modernize the code. This commit only contains calls that were automatically converted with clazy.