Jenkins for ownCloud
31fd992c72
[tx-robot] updated from transifex
2018-11-10 02:18:47 +01:00
Olivier Goffart
17a4055e8d
cjhash: use Q_FALLTHROUGH
...
This fixes the warning
warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
Issue #6872
2018-11-09 16:46:30 +01:00
Jenkins for ownCloud
ae35791b8b
[tx-robot] updated from transifex
2018-11-09 02:18:50 +01:00
Jenkins for ownCloud
da17df31af
[tx-robot] updated from transifex
2018-11-08 02:19:02 +01:00
Markus Goetz
dc039e7e11
Crash Reporter: Add more debug menu entries #6823
2018-11-07 18:00:55 +01:00
Markus Goetz
5c98193c63
macOS: Fix Ctrl+L shortcut
...
From fb053a240b
2018-11-07 17:42:52 +01:00
Jenkins for ownCloud
bc964c51c0
[tx-robot] updated from transifex
2018-11-07 02:18:48 +01:00
Olivier Goffart
c674d39576
Fix compiler warning (about unused result)
2018-11-06 16:04:11 +01:00
Christian Kamm
fb053a240b
Add Ctrl-L as log window shortcut
...
F12 is taken on OSX and there's no other way of showing it.
2018-11-06 13:14:41 +01:00
Christian Kamm
ee457742d6
PropagateUpload: Fix for missing make_unique()
2018-11-06 11:01:57 +01:00
Christian Kamm
2bc1baa5e2
Test: Add test for locked file tracking and propagation
2018-11-06 10:03:25 +01:00
Christian Kamm
a9599b4ccc
Folder: Treat file unlock similar to external change #6822
...
For consistent handling of incoming notifications.
2018-11-06 10:03:25 +01:00
Jenkins for ownCloud
c7470d84eb
[tx-robot] updated from transifex
2018-11-06 02:18:57 +01:00
Jenkins for ownCloud
0a551b4d7f
[tx-robot] updated from transifex
2018-11-05 02:18:59 +01:00
Markus Goetz
b5fbbdff31
VERSION.cmake: This is 2.5.2
2018-11-04 21:04:58 +01:00
Markus Goetz
62252d0012
Theme: Always show copyright
2018-11-04 20:59:16 +01:00
Markus Goetz
f735e87a8c
ChangeLog: 2.5.1
2018-11-04 19:58:19 +01:00
Markus Goetz
4780ae1595
Settings: Bring back version and copyright
...
For owncloud/enterprise#2941
2018-11-04 19:53:22 +01:00
Jenkins for ownCloud
22d07cfe3b
[tx-robot] updated from transifex
2018-11-04 02:18:48 +01:00
Jenkins for ownCloud
2ade573b79
[tx-robot] updated from transifex
2018-11-03 02:18:47 +01:00
Jenkins for ownCloud
5a78344a94
[tx-robot] updated from transifex
2018-11-02 02:18:48 +01:00
Christian Kamm
ef9c258081
PropagateUpload: Fix UploadDevice leak #6699
2018-11-01 12:55:42 +01:00
Olivier Goffart
5ef4d3689a
Wizard: Manual folder configuration should not create the local folder
...
Skip the local folder creation when the manual folder radio box is selected
Issue #6853
2018-11-01 12:26:37 +01:00
Christian Kamm
29997bbe44
Test: Check for folder in error message #6826
2018-11-01 12:13:16 +01:00
Dominik Schmidt
1c78de7a3f
Make qFatal() trigger the crash reporter on Windows
2018-11-01 11:24:19 +01:00
Jenkins for ownCloud
edefe45d1e
[tx-robot] updated from transifex
2018-11-01 02:18:51 +01:00
Markus Goetz
d390eb994e
gitignore: XCode userdata
2018-10-31 21:49:13 +01:00
Olivier Goffart
5b754e7912
ChangeLog update
2018-10-31 11:40:06 +01:00
Olivier Goffart
a97f6fcfb2
Database: future-proof to allow downgrade from future version
...
The 2.6 client will introduce an index that depends on a custom
function.
This causes insersion onto the metadata database to fail if the database
it opened with older version of the client. (Which will cause the client
to abort)
Delete this index in this version in order to allow downgrade.
In addition, allow to load folder with version '2', but still write
version '1' in the config file
Of course this commit need not to be in the 2.6 release
2018-10-31 11:30:35 +01:00
Christian Kamm
3e7f1a3094
Doc: improve backwardMigrationSettingsKeys
2018-10-31 10:09:25 +01:00
Jenkins for ownCloud
c454a79886
[tx-robot] updated from transifex
2018-10-31 02:18:46 +01:00
Jenkins for ownCloud
f9503fb8c6
[tx-robot] updated from transifex
2018-10-30 02:18:50 +01:00
Christian Kamm
7a4792b349
Errors: Include path in discovery error message #6826
2018-10-29 19:56:07 +01:00
Christian Kamm
7519c64e86
Settings: Make FoldersWithPlaceholders group sticky
...
If virtual files are disabled on a folder it might still have db entries
or local virtual files that would confuse older client versions.
2018-10-29 19:54:21 +01:00
Dominik Schmidt
afa21f89e7
Avoid warning because /MT overrides /MD flag
2018-10-29 18:29:46 +01:00
Dominik Schmidt
ba65eefed7
Make OCUtil helper lib static and link it statically against crt
2018-10-29 18:29:46 +01:00
Olivier Goffart
a325c61930
owncloudcmd: Read the server version from the capabilities
...
Issue: #6846
2018-10-29 15:23:05 +01:00
Jenkins for ownCloud
67d0c20801
[tx-robot] updated from transifex
2018-10-29 02:18:46 +01:00
Jenkins for ownCloud
c8f7645238
[tx-robot] updated from transifex
2018-10-28 02:18:58 +01:00
Jenkins for ownCloud
2626bd4563
[tx-robot] updated from transifex
2018-10-28 02:18:44 +02:00
Jenkins for ownCloud
88736f4310
[tx-robot] updated from transifex
2018-10-27 02:18:34 +02:00
Olivier Goffart
b1ce2ad58f
owncloudcmd: fetch the dav user
...
This is required to get the new endpoint working when the server
uses ldap or that the dav user is not the same as the login.
Issue #6830
2018-10-26 15:18:09 +02:00
Jenkins for ownCloud
9e5aafb54e
[tx-robot] updated from transifex
2018-10-26 02:18:47 +02:00
Dominik Schmidt
0956bc189a
Fix casing in appveyor.ini
2018-10-25 14:59:46 +02:00
Olivier Goffart
7b0a4d7ebc
Sharing: add the shareWithAdditionalInfo string in autocompletion results
...
Issue #6749
2018-10-25 12:39:01 +02:00
Jenkins for ownCloud
0f4acec2be
[tx-robot] updated from transifex
2018-10-25 02:18:38 +02:00
Olivier Goffart
26c0c88c1f
Migration from 2.4: fallback to move file by file if directory move failled ( #6807 )
...
Migration from 2.4: fallback to move file by file if directory move failed
This can happen if the directory already exist because, say, it was
created by the ownCloud outlook plugin which save its file in the same directory
2018-10-24 15:42:42 +02:00
Olivier Goffart
6ca724fc54
Move: Fix too many starting slashes in the destination header
...
QDir::cleanPath does not remove starting slashes on windows.
So use account::davUrl which is already cleaned
Issue: #6824
2018-10-24 14:53:11 +02:00
Olivier Goffart
ef99800a94
Wizard: Reset the QSslConfiguration before checking the server
...
Because a previous call with another demain might have set some
config for another server.
Issue #6832
2018-10-24 12:50:40 +02:00
Jenkins for ownCloud
2604257126
[tx-robot] updated from transifex
2018-10-24 02:18:33 +02:00