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-02-25Add asserts to ensure proper concatenated urlsHannah von Reth
2022-02-18Use a per folder davUrlHannah von Reth
2021-08-24Sharedialog preview be more resilientHannah von Reth
Fixes: #8938
2017-05-17Apply clang-formatChristian Kamm
2017-05-08Switch JsonApiJob to Qt5's QJson #5710Christian Kamm
2017-03-07AbstractNetworkJob: Improve redirect handling #5555Christian Kamm
* For requests: - reuse the original QNetworkRequest, so headers and attributes are the same as in the original request - determine the original http method from the reply and the request attributes - keep the original request body around such that it can be sent again in case the request is redirected * Simplify the interface that is used for creating new requests in AbstractNetworkJob.
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
See #5180
2015-10-16Use overloaded functionsRoeland Jago Douma
2015-10-15Thumbnailjob fixesRoeland Jago Douma
* Comments * Use the path of the abstractnetworkjob
2015-10-15Split sharing codeRoeland Jago Douma
There is now a generic OCSJob which must be inherited by other jobs. This is in prepartion for the other OCS job that will come (for the Sharee API endpoint for example). More logic is moved from the sharedialog to the OcsShareJob. So in the GUI code we now only say what we want (a new share, set the password etc). And the code in libsync will make that happen. Error handling is for now still done in the GUI part. For now the ocsjob and ocssharejob live in gui but probabaly we should create a libshare or libocs at some point.