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-09-07Implement open in webHannah von Reth
Fixes: #9724
2022-09-06Merge remote-tracking branch 'origin/2.11'Hannah von Reth
2022-08-30Fix changelog entry (#10069)Fabian Müller
2022-08-25Fix expansion of selective sync tree (#10058)Fabian Müller
Fixes a bug introduced in 8d0dd36d2.
2022-08-19Merge remote-tracking branch 'origin/2.11'Hannah von Reth
2022-08-18v2.11.0Hannah von Reth
2022-08-17Merge remote-tracking branch 'origin/2.11'Hannah von Reth
2022-08-17Schedule a new folder when wen we remove the current running folderHannah von Reth
Fixes: #9969
2022-08-17Don't display error if server is unavailableHannah von Reth
Fixes: #9790
2022-08-11Don't access the sync engine if we had a setup errorHannah von Reth
2022-08-10Logfile - implies flush, don't unset itHannah von Reth
2022-08-05Don't show open in browser if the server does not provide private linksHannah von Reth
2022-08-05Add changelog entry for 9995Hannah von Reth
2022-08-04Drop socket api upload job (#9996)Hannah von Reth
Fixes: #9585
2022-07-28Merge remote-tracking branch 'origin/2.11'Hannah von Reth
2022-07-28Don't set the pin state of the root folder but assume unspecifiedHannah von Reth
2022-07-28Add changelog for client-desktop-vfs-win-34Hannah von Reth
2022-07-28Don't abort sync to dehydrate filesHannah von Reth
Fixes: #9832
2022-07-26Don't check for db existsHannah von Reth
In context of #6049 a check for the existance of the db file was introduced. That check is performed before every db access... so several 100 times per second.
2022-07-26Add changelog entryHannah von Reth
2022-07-22Ensure we remove a child job from before we trigger the nextHannah von Reth
A delete job that triggered slotComputeContentChecksum could reach slotComputeTransmissionChecksum before the delete job was removed from _jobs. The upload job would then not start the first chunk upload and be stalled for ever. Fixes: #9725
2022-07-21Remove app name from server messagesHannah von Reth
Fixes: #9923
2022-07-21Update changelog/unreleased/9919 [skip ci]Hannah von Reth
Co-authored-by: Fabian Müller <80399010+fmoc@users.noreply.github.com>
2022-07-21Throttle folder status updates in generalHannah von Reth
In #9863 we started throtteling the the ui updates during sync, this throttles the updates even more.
2022-07-21Fix changed during upload timeoutHannah von Reth
Fixes: #9924
2022-07-20Alow http1.1 pipelining (#9930)Hannah von Reth
2022-07-06Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2022-07-06Throttle ui updatesHannah von Reth
Issue: #9832
2022-07-06Rename Settings action to Show ownCloudHannah von Reth
Fixes: #8234
2022-07-06Fix potential crash when the log stream is destroyedHannah von Reth
2022-07-05Disable context menu on rootHannah von Reth
Fixes: #8595
2022-07-05Fix read only conditionHannah von Reth
Fixes: #9574
2022-07-01Stop the progress spinner on errorHannah von Reth
Fixes: #9798
2022-06-30Don't query private links if disabled on the serverHannah von Reth
Fixes: #8998
2022-06-30Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2022-06-30Allow to set the priority on a job levelHannah von Reth
Issue: #9832
2022-06-30Don't recreate db after it was closedHannah von Reth
2022-06-29Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2022-06-29Oauth: case insensitive username compareHannah von Reth
2022-06-29CMake: Implement WITH_AUTO_UPDATERHannah von Reth
Fixes: #9082
2022-06-28Oauth: Display a branded html page instead of a white sheet with textHannah 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-31Add wizard related PRs to changelog entryFabian Müller
2022-05-27Kepp N logs instead of making it depend on ageHannah von Reth
2022-05-27Change the way the continous log files are createdHannah von Reth
We now only rotate the logs when the client is started or the log gets bigger than 100mb
2022-05-25Update 9681Hannah von Reth
2022-05-20Use async io in context menuHannah von Reth
2022-05-17Remove version checks for < 10.0Hannah von Reth
2022-05-13Remove the ssl buttonHannah von Reth
With the reworked TLS handlign the button stopped working
2022-05-13Use new TLSErrorDialogHannah von Reth