ckamm
543e8a224c
Fix a crash in ProxyAuthHandler ( #5711 )
...
See
https://sentry.io/owncloud/desktop-win-and-mac/issues/243433178/activity/
https://sentry.io/owncloud/desktop-win-and-mac/issues/234182688/activity/
The problem was that an account's QNetworkAccessManager can be deleted
when reentering the event loop.
2017-04-20 09:21:33 +02:00
ckamm
ea378fe837
FolderStatusModel: Fix crash for empty relativePath ( #5713 )
...
The problem was that split("", SkipEmptyParts) is the empty list.
See
https://sentry.io/owncloud/desktop-win-and-mac/issues/251167186/
2017-04-20 09:16:55 +02:00
Markus Goetz
de9ee295be
Some Dialogs: Bring to top on tray click #5515 #5566 ( #5664 )
...
On my OS X, it might get hidden under other apps while I opened it and then want to quickly
verify something in another app.
2017-04-20 08:55:44 +02:00
Jenkins for ownCloud
3a8d6a6f16
[tx-robot] updated from transifex
2017-04-20 02:18:30 +02:00
Markus Goetz
5ac58d3b83
Server: Parse version from capabilities too #5691 ( #5698 )
...
Newer servers will have the option of hiding version, versionstring, edition
and productname. They will always send the full information in the capabilities.
2017-04-19 11:02:03 +02:00
dheule
ada2be94f2
added owncloudcmd bandwidth limit parameter ( #5707 )
2017-04-19 10:32:36 +02:00
Jenkins for ownCloud
866991df4c
[tx-robot] updated from transifex
2017-04-19 02:18:38 +02:00
Jenkins for ownCloud
7613938181
[tx-robot] updated from transifex
2017-04-18 02:18:27 +02:00
Jenkins for ownCloud
4eb4069c15
[tx-robot] updated from transifex
2017-04-17 02:18:28 +02:00
Jenkins for ownCloud
f097e472f4
[tx-robot] updated from transifex
2017-04-16 02:18:27 +02:00
Jenkins for ownCloud
c46b97ec37
[tx-robot] updated from transifex
2017-04-15 02:18:27 +02:00
Jenkins for ownCloud
1994cd7ba2
[tx-robot] updated from transifex
2017-04-14 02:18:37 +02:00
Olivier Goffart
8cb3a77022
Merge remote-tracking branch 'origin/avatar_pics'
...
Also fix compilation because of 22370fdbdadd06f0cacd249a8d7a32f0d3c1374e
Pull request #5482
2017-04-13 11:54:28 +02:00
Olivier Goffart
1ed4eb46f2
Merge remote-tracking branch 'origin/2.3'
...
Conflicts:
VERSION.cmake
2017-04-13 10:19:35 +02:00
Christian Kamm
7c31da5a95
AccountSettings: Sync with clean discovery on Ctrl-F6 #5666
2017-04-13 10:11:21 +02:00
Christian Kamm
1f245b3791
AccountSettings: Easier access to selected folder alias
2017-04-13 10:11:21 +02:00
Olivier Goffart
4af45394f9
owncloudcmd: return code depend on sync result
...
Issue #3936
2017-04-13 10:10:47 +02:00
Jenkins for ownCloud
c1c5a488d0
[tx-robot] updated from transifex
2017-04-13 02:18:32 +02:00
Markus Goetz
554d1b88fc
Avatar: macOS support
2017-04-12 17:55:28 +02:00
Jenkins for ownCloud
5e18d5cf4e
[tx-robot] updated from transifex
2017-04-12 02:18:30 +02:00
Christian Kamm
8a639d39fc
ShareDialog: Reenable user input textedit on error #5694
2017-04-11 15:50:32 +02:00
Jenkins for ownCloud
e43425cf16
[tx-robot] updated from transifex
2017-04-11 02:18:28 +02:00
Markus Goetz
26af3ce525
Wizard: Improve folder creation (2)
2017-04-10 16:15:28 +02:00
Jenkins for ownCloud
5f316f8b96
[tx-robot] updated from transifex
2017-04-10 02:18:28 +02:00
Jenkins for ownCloud
35060f4954
[tx-robot] updated from transifex
2017-04-09 02:18:27 +02:00
Jenkins for ownCloud
0b2f1dda48
[tx-robot] updated from transifex
2017-04-08 02:18:38 +02:00
Jenkins for ownCloud
1a555449ec
[tx-robot] updated from transifex
2017-04-08 01:15:19 +02:00
Jenkins for ownCloud
5ba61e5399
[tx-robot] updated from transifex
2017-04-07 02:18:29 +02:00
Jenkins for ownCloud
0809703d2b
[tx-robot] updated from transifex
2017-04-06 02:18:28 +02:00
Jenkins for ownCloud
55b423fbb5
[tx-robot] updated from transifex
2017-04-06 01:15:15 +02:00
Markus Goetz
e08ec11fd4
Wizard: Improve folder creation
2017-04-05 16:55:52 +02:00
Jenkins for ownCloud
0c2f65a939
[tx-robot] updated from transifex
2017-04-05 02:18:28 +02:00
Christian Kamm
29e34bd2c0
Doc: Update to new sync journal db name #5662
2017-04-04 10:49:26 +02:00
Christian Kamm
6abc2bf72d
Transfers: Show a decimal for single digit MB rates #4428
2017-04-04 09:54:06 +02:00
Christian Kamm
a10fe84a83
ShareDialog: Hide the detailed permissions if there is only one #5655
2017-04-04 09:40:48 +02:00
Christian Kamm
7d9c4d052c
ShareDialog: Margin and spacing refinements #5627
2017-04-04 09:40:48 +02:00
Christian Kamm
f8d69dfe8e
ShareDialog: Fix thumbnail size #5654
2017-04-04 09:40:48 +02:00
Christian Kamm
2841714817
owncloudcmd docs: Mention required sync-exclude.lst #5679
2017-04-04 09:38:23 +02:00
Christian Kamm
35af03b2e5
Improve http error messages; cleanup
...
By default QNetworkReply::errorString() often produces messages like
"Error downloading <url> - server replied: <reason>"
but the "downloading" part invariably confuses people since the
error might very well have been produced by a PUT request.
This commit produces clearer error messages for HTTP errors.
Additionally:
* Remove some unnecessary null checks from slots connected to
network job signals and document that these signals never send
null replies.
* There was a bug where AbstractNetworkJob::_timedout wasn't
set when derived classes overrode slotTimeout. We now ensure
it's always set by disallowing overrides of slotTimeout.
Instead it now calls onTimedOut, which allows custom handling.
* Several subclasses declared errorString, isTimedOut. Move
these to AbstractNetworkJob.
* Unify handling of OC-ErrorString (via the new, general
Job::errorString)
* Add documentation in various places.
2017-04-04 09:27:37 +02:00
Jenkins for ownCloud
ce735d8d68
[tx-robot] updated from transifex
2017-04-04 02:18:31 +02:00
Samuel Alfageme
ae018eab42
Fixing a duplicate in the build instructions
...
- The duplicate and some typos were introduced in 42aed56a5a
- Also fixes some minor format issues. There's a lot of notes in this docs, we should refactor some.
2017-04-03 21:19:39 +02:00
Jenkins for ownCloud
484c8397e3
[tx-robot] updated from transifex
2017-04-03 02:18:28 +02:00
Jenkins for ownCloud
b8de36c585
[tx-robot] updated from transifex
2017-04-02 02:18:27 +02:00
Jenkins for ownCloud
59ba292edd
[tx-robot] updated from transifex
2017-04-01 02:18:36 +02:00
Jenkins for ownCloud
bc9c4fe17b
[tx-robot] updated from transifex
2017-03-31 02:18:27 +02:00
Jenkins for ownCloud
7253f64d26
[tx-robot] updated from transifex
2017-03-30 02:18:30 +02:00
Markus Goetz
28e9c56a4b
Chunking NG: Also send OC-Total-Length on MOVE
...
For https://github.com/owncloud/core/issues/26988
2017-03-29 19:51:02 +02:00
Roeland Jago Douma
68f0f1b404
complete url when using themed wizardUrlPostfix
...
Before we would only open the part of the url that the users entered.
Now if the wizardUrlPostfix is used this is should be appended to that
when opening the browser on the result page.
2017-03-29 18:09:15 +02:00
Samuel Alfageme
96f152d57c
Removed the coverity badge
...
Following the discussion on da45d99b8f
Also updated the link to the current building instructions.
2017-03-29 17:26:10 +02:00
Jenkins for ownCloud
f1a35527ee
[tx-robot] updated from transifex
2017-03-29 02:18:28 +02:00