Olivier Goffart
aefeb08e36
Update the minimum supported version
...
We want to warn if the server version is not supported and did not get
appropriate QA for this client version.
https://github.com/owncloud/enterprise/issues/2687
2018-08-30 17:57:02 +02:00
Jenkins for ownCloud
918f6abd98
[tx-robot] updated from transifex
2018-08-30 02:18:41 +02:00
Jenkins for ownCloud
00674b12a7
[tx-robot] updated from transifex
2018-08-29 02:18:38 +02:00
Jenkins for ownCloud
af6accc3cc
[tx-robot] updated from transifex
2018-08-28 02:18:37 +02:00
Michael Stingl
ba2e006263
Merge pull request #6739 from owncloud/msi-doc
...
Add documentation for installing the .msi
2018-08-27 13:04:13 +02:00
Jenkins for ownCloud
0a88b069dd
[tx-robot] updated from transifex
2018-08-27 02:18:38 +02:00
Jenkins for ownCloud
b98d96a82d
[tx-robot] updated from transifex
2018-08-26 02:18:34 +02:00
Jenkins for ownCloud
6ed83d4a60
[tx-robot] updated from transifex
2018-08-25 02:18:38 +02:00
Matthew Setter
d3d16e2259
Minor updates to the installing guide
...
There were a number of little things that needed touching up, including
properly formatting inline code blocks, headers, and reformatting
content to match the (unpublished) style guide.
2018-08-24 15:19:08 +02:00
Dominik Schmidt
fe043006c8
Add documentation for installing the .msi
2018-08-24 12:15:16 +02:00
Jenkins for ownCloud
bd5897a422
[tx-robot] updated from transifex
2018-08-24 02:18:42 +02:00
Jenkins for ownCloud
46d3e0d68c
[tx-robot] updated from transifex
2018-08-23 02:18:36 +02:00
Markus Goetz
662d218595
CMakeLists.txt: Log the Qt version in compile
2018-08-22 16:39:24 +02:00
Christian Kamm
b4f63ca219
Conflicts: Rename BasePath to InitialBasePath #6709
2018-08-22 09:03:54 +02:00
Jenkins for ownCloud
f50afaf3eb
[tx-robot] updated from transifex
2018-08-22 02:18:39 +02:00
Olivier Goffart
64c1f7752b
Fix test link with older Qt
2018-08-21 10:45:27 +02:00
Olivier Goffart
4194025eeb
Account Settings: the info text should not be clickable
...
Adjustment for #6723
2018-08-21 10:36:44 +02:00
Jenkins for ownCloud
4dc2a70031
[tx-robot] updated from transifex
2018-08-21 02:18:41 +02:00
Markus Goetz
b03d106d0b
ChangeLog: More 2.5.0 entries
2018-08-20 14:34:55 +02:00
Jenkins for ownCloud
c1751de118
[tx-robot] updated from transifex
2018-08-20 02:18:47 +02:00
Olivier Goffart
6b8af42419
Activity: Handle the fact that the username can contain a '@'
...
Issue #6728
2018-08-19 21:26:16 +02:00
Olivier Goffart
c85cd8e225
Conflict handling: add the OC-ConflictBasePath header
...
Issue #6702
2018-08-19 21:22:08 +02:00
Olivier Goffart
dd13e6304a
Account Settings: Add a text for folder using vierual files
...
Issue #6723
2018-08-19 21:18:15 +02:00
Olivier Goffart
d1e15b7802
Virtual Files: Set the mtime of the virtual file to that of the server
...
Note: When the server mtime is modified, the mtime of the file is not updated
Issue #6727
2018-08-19 21:11:59 +02:00
Olivier Goffart
add417e7af
Virtual Files Mime Type: use "vnd." prefix instead of "x-"
...
As reported in https://github.com/owncloud/client/issues/6717#issuecomment-413703567
2018-08-19 21:10:23 +02:00
Jenkins for ownCloud
9db3439aeb
[tx-robot] updated from transifex
2018-08-19 02:18:35 +02:00
Jenkins for ownCloud
5deeb6cd87
[tx-robot] updated from transifex
2018-08-18 02:18:39 +02:00
Markus Goetz
06633cf7f6
ChangeLog 2.5.0 updates
2018-08-17 14:56:37 +02:00
Christian Kamm
406192d0ba
Windows: Release handle/fd when file open fails #6699
2018-08-17 14:35:49 +02:00
Christian Kamm
0b9049e6ff
Virtual files: Renaming to virtual doesn't delete data #6718
...
Unfortunately to do this, the local update phase must write to the
database, creating a new side-effect and order dependency (local update
must run before remote update).
2018-08-17 14:27:09 +02:00
Jenkins for ownCloud
c2020e467b
[tx-robot] updated from transifex
2018-08-17 02:18:42 +02:00
Olivier Goffart
4a3fce531c
SyncEngine: Fix renames making hierarchy inversion
...
Issue #6694
2018-08-16 10:38:18 +02:00
Christian Kamm
760f0eab89
C++: Don't use auto parameters in lambdas
...
The mingw compiler isn't happy with them.
2018-08-16 10:26:44 +02:00
Christian Kamm
c8ecbc30ed
RemotePermissions: Fix empty vs null
...
Fixes two bugs that appeared since the introduction of the struct:
- when reading permissions from the journal, null ("") was read as
empty-not-null
- when reading permissinos from the server, empty ("") was read as null
Addresses #4608
2018-08-16 09:08:17 +02:00
Christian Kamm
2811aebf1a
nautilus: Fix GET_MENU_ITEMS with utf8 filenames #6643
2018-08-16 09:07:00 +02:00
Jenkins for ownCloud
3450b2b85e
[tx-robot] updated from transifex
2018-08-16 02:18:35 +02:00
Olivier Goffart
d038ffa1fd
FolderStatusModel: Do not abort applying selective sync if one folder has an error
...
Issue #6675
2018-08-15 09:34:43 +02:00
Olivier Goffart
58f46010b5
SyncEngine: Fix the "direction" of the "all file delted" message when the server is reset
...
Using the direction of the "first" item is not enough as it might be a directory
which is a UPDATE_META_DATA, or there can have been a few changes locally as well.
As reported on https://github.com/owncloud/client/issues/6317#issuecomment-412163113
2018-08-15 09:34:19 +02:00
Jenkins for ownCloud
3dcf2479ad
[tx-robot] updated from transifex
2018-08-15 02:18:35 +02:00
Olivier Goffart
8ba0b83353
Wizard: pre-select the right radio button...
...
... when the wizardSelectiveSyncDefaultNothing branding option is set
Note: bormally the right option is set when the "choose what to sync"
dialog is closed. So this was only a problem when the dialog was visible
for the first time, the wrong option would be selected underneath.
Issue #6685
2018-08-14 11:03:28 +02:00
Olivier Goffart
cf6e8269bf
Activities: Remove the text that a server does not support activities when the account is removed
...
Issue #6679
2018-08-14 11:03:02 +02:00
Olivier Goffart
58d6632eaf
Data-Fingerprint: Fix backup detection when fingerprint is empty
...
Add a test to test the data fingerprint feature make me realize it was broken.
The code was relying in the distinction between empty and null QByteArray,
but this was a bad idea as this difference is lost when going through QString.
2018-08-14 10:57:20 +02:00
Jenkins for ownCloud
81cc4c064e
[tx-robot] updated from transifex
2018-08-14 02:18:40 +02:00
Markus Goetz
f27e5374eb
ChangeLog: 2.4.3 changes from 2.4 branch
2018-08-13 15:23:31 +02:00
Jenkins for ownCloud
7ec97f3f3a
[tx-robot] updated from transifex
2018-08-13 02:18:40 +02:00
Jenkins for ownCloud
e9c9f5301e
[tx-robot] updated from transifex
2018-08-12 02:18:44 +02:00
Jenkins for ownCloud
ab98547677
[tx-robot] updated from transifex
2018-08-11 02:18:41 +02:00
Jenkins for ownCloud
659aefa8ad
[tx-robot] updated from transifex
2018-08-10 02:18:43 +02:00
Olivier Goffart
eb7e074795
OAuth: Fix infinite loop when the refresh token is expired
...
The server reply with a code 400 when the token is invalid,
the client was understanding this error as a network error, and was retying
again with the same token.
Instead, we must rely on what the json is saying, even if the reply is
not a 200 code.
Issue https://github.com/owncloud/enterprise/issues/2777
2018-08-09 13:48:45 +02:00
Markus Goetz
d0bdccc60a
Windows: Don't ignore files with FILE_ATTRIBUTE_TEMPORARY
...
Too many applications incorrectly use this attribute.
For #6696 #6610
2018-08-09 13:37:50 +02:00