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-06-30Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2022-06-30Don't recreate db after it was closedHannah von Reth
2022-06-28Oauth: Display a branded html page instead of a white sheet with textHannah von Reth
2022-06-22Implement renderTemplateHannah von Reth
The function alows to fill template files
2022-06-17Provide cmake install targets and install filesystembase.hHannah von Reth
2022-05-31Fix bookmark creation in GNOME, XFCE etc.Fabian Müller
Gtk+ 3 based desktops store bookmarks information in another location. The old path was valid for Gtk+ 2 only. Tested on xUbuntu 20.04, 22.04, Fedora 36, openSUSE Leap 15.3.
2022-05-20Remove now unneeded macroHannah von Reth
2022-05-20Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2022-05-20Fix build with gcc12Hannah von Reth
2022-05-13Ignore trailing slash in checkserverjobfactory url comparisonHannah von Reth
2022-05-06Call Utility::setupFavLink only when neededHannah von Reth
2022-04-29Fix potential long path issueHannah von Reth
2022-04-29No longer create < Windows 10 linkHannah von Reth
https://blogs.windows.com/windows-insider/2015/06/08/get-your-work-done-faster-with-quick-access/
2022-04-29Move VFS::Off to a pluginHannah von Reth
2022-04-25Fix legacy branding builds (#9602)Hannah von Reth
2022-03-15Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2022-03-10Don't load folder if we encounter a db errorHannah von Reth
Fixes: #9147
2022-03-09Implement Utility::lockFileHannah von Reth
2022-03-09Move OcHandle from vfs module to core Utility::HandleHannah von Reth
2022-02-25Add asserts to ensure proper concatenated urlsHannah von Reth
2022-02-18Use a per folder davUrlHannah von Reth
2022-02-16macOS: Do case-insensitive compare in auto-launch codeErik Verbruggen
Case-sensitive compares will give problems when a launchd plist file exists, but the executable gets upated, and the name only has a different case (e.g.: owncloud -> ownCloud).
2022-02-11macOS: Fix path comparison in launch-on-startup codeErik Verbruggen
When checking if the client is auto-started, the list of all login-items is retrieved, and each item is compared to the path of the .app bundle. This comparison needs to be done ignoring the case, as most macOS file systems are case-insensitive. https://github.com/owncloud/client/issues/9387
2022-02-11Fix AppImage autostartFabian Müller
2022-01-31Refactor JsonApiJob and allow non ownCloud json jobsHannah von Reth
2022-01-25Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2022-01-18Only test the jhash64Hannah von Reth
2021-12-22Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2021-12-22Fix unlock of filesHannah von Reth
Fixes: #9316, #9315
2021-12-17Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2021-12-17Only selectively clear the blacklistsHannah von Reth
2021-12-17Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2021-12-16Use faster `QFileInfo::exists`Hannah von Reth
2021-12-14Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2021-12-13Ensure we compare the correct signalsHannah von Reth
2021-12-13Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2021-12-13Handle local errors with the ignore listHannah von Reth
Fixes: #9208, #9133
2021-12-09Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2021-12-09Move dehydration into updateMetadataHannah von Reth
2021-12-09Fix parameter nameHannah von Reth
2021-11-26Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2021-11-26Add QDebug operator for std::chrono::durationHannah von Reth
2021-11-22Merge remote-tracking branch 'origin/2.9'Hannah von Reth
2021-11-22Reverse order of migrations (#9226)Fabian Müller
* Reverse order of paths to migrate This way, we won't accidentally migrate an older configuration if a newer one is available. * Add log prefix for non-legacy migration code as well * Also break if file-based migration works * Add stripTrailingSlash to Utility * Simplify code * Make configLocationsToMigrate const Co-authored-by: Hannah von Reth <hannah.vonreth@owncloud.com>
2021-11-03Use QVersionNumber for our own versionHannah von Reth
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-10-27Move writeRandomFile to test utilsHannah von Reth
2021-10-27Add Utility::stringToEnumHannah von Reth
2021-10-27We have a hard dependency on zlibHannah von Reth
Fixes: #9156
2021-10-27Fix warnings for using deprecated Qt APIErik Verbruggen
This patch only fixes those warnings that we can still build against Qt 5.12.