Jocelyn Turcotte
a5ff9e58e3
SocketAPI: Remove unecessary null-checks
...
Those methods are private and there is only one call-site, we can
be sure that this parameter won't be null already.
2017-01-18 12:15:52 +01:00
Olivier Goffart
9b96899d75
Sync Engine: Specify what chars are not syncable in the error message #1733 ( #5449 )
2017-01-18 11:45:46 +01:00
Olivier Goffart
b046cca010
Fix more compilation errors with Qt 4
...
Ammand last commit which was a fixup to the change from pull request #5468
for issue #5453
2017-01-18 10:19:51 +01:00
Olivier Goffart
edf0a99a8a
Fix compilation with Qt 4
...
Fixup to the change from pull request #5468 for issue #5453
2017-01-18 09:57:36 +01:00
Jenkins for ownCloud
a4640b202f
[tx-robot] updated from transifex
2017-01-18 02:18:27 +01:00
Markus Goetz
5ef2e88f00
NSIS: Adjust to 5.6.2 image
2017-01-17 17:35:32 +01:00
Christian Kamm
352f168313
Folder: Remove unused variable
2017-01-17 14:53:09 +01:00
Markus Goetz
85d3de1589
Disable RTTI
...
Shrinks owncloud binary by 24 KB and libowncloudsync by 14 KB.
I don't know if it has influence on memory usage or runtime speed though.
Was worth a try.
2017-01-17 14:52:10 +01:00
Markus Goetz
588a88fb63
Updater: Don't create instance for invalid URL
...
Also don't use dynamic_cast
For enterprise/#689
2017-01-17 14:52:10 +01:00
Christian Kamm
cd9e88ad22
PropagatorJob: Remove unneccessary pointer #5453
2017-01-17 14:47:38 +01:00
Christian Kamm
29b39acfbe
PropagatorJob: Access propagator through function #5453
2017-01-17 14:47:38 +01:00
Matthew Setter
7427be0062
Merge pull request #5466 from settermjd/add-directory-limit-to-faq
...
Add Sync Client's Directory Depth Limit To FAQ
2017-01-17 14:33:35 +01:00
Matthew Setter
e7546903cc
Add an FAQ entry about the sync client's sub-directory scan limit
...
As requested in #1067 , this commit adds an entry to the FAQ to highlight
the fact that the sync client will never scan greater than 50
sub-directories.
2017-01-17 11:14:52 +01:00
Matthew Setter
78e3a7e897
Revise the FAQ entry style
...
This approach uses less content, and makes the content more prominent.
2017-01-17 10:36:42 +01:00
Jenkins for ownCloud
1a21b8698e
[tx-robot] updated from transifex
2017-01-17 02:18:34 +01:00
Carlos Damken
280906eab9
Ignoring "System Volume Information"
...
Avoid to upload the "System Volume Information"
2017-01-16 19:11:56 +01:00
Markus Goetz
9d7425b201
DB: Also migrate -shm and -wal to new name #3764 #5045 ( #5459 )
2017-01-16 15:42:11 +01:00
Markus Goetz
7eb43d7f7e
PropagateUploadFileNG: Delete unused map contents to free memory
2017-01-13 19:00:04 +01:00
ckamm
d76e0ec6d8
Reset stuck chunked uploads eventually #5344 ( #5443 )
...
Previously this wasn't happening for errors that were not
NormalErrors because they don't end up in the blacklist.
This revises the resetting logic to be independent of the
error blacklist and make use of UploadInfo::errorCount
instead.
412 errors should reset chunked uploads because they might be
indicative of a checksum error.
Additionally, server bugs might require that additional
errors cause an upload reset. To allow that, a new capability
is added that can be used to advise the client about this.
2017-01-13 14:44:45 +01:00
Olivier Goffart
0249a68420
SelectiveSync: adjust the position of the "Loading" label
...
It should be parented to the treeview to be sure that is shows inside of it.
2017-01-13 10:55:45 +01:00
Christian Kamm
aa6f041c36
wizardSelectiveSyncDefaultNothing applies to folder wizard #4581
...
Previous the Theme option only applied to the account setup wizard.
2017-01-13 10:52:39 +01:00
Christian Kamm
dce3f8c4f6
Selective sync: Adjust widget common to folder/account wizards
2017-01-13 10:52:10 +01:00
Jenkins for ownCloud
4a83f976e1
[tx-robot] updated from transifex
2017-01-13 02:18:27 +01:00
Jenkins for ownCloud
23572aaf77
[tx-robot] updated from transifex
2017-01-12 02:18:33 +01:00
Christian Kamm
48655ff1ec
Doc: Add forceSyncInterval and timeout config file flags
2017-01-11 11:34:36 +01:00
Christian Kamm
ffbf34cb97
Log the auth type being used for accounts
...
There have been hard to track down bugs related to the wrong auth
type being used.
2017-01-11 09:30:59 +01:00
Jenkins for ownCloud
fad690be11
[tx-robot] updated from transifex
2017-01-11 02:18:38 +01:00
Jenkins for ownCloud
355a644020
[tx-robot] updated from transifex
2017-01-10 02:18:34 +01:00
Jenkins for ownCloud
5e6e4e7464
[tx-robot] updated from transifex
2017-01-08 02:18:35 +01:00
Markus Goetz
76fde49282
sqlite: Update bundled version to 3.16.1
...
For OS X and Windows.
2017-01-05 17:27:46 +01:00
Markus Goetz
4ef7d0410d
First iteration ChangeLog for 2.3.0
2017-01-05 16:56:37 +01:00
octotree
a1b4984d14
Symlink Support for Dolphin Plugins ( #5428 )
...
Add Symlink Support to Dolphin Overlay Plugin
2017-01-05 13:24:22 +01:00
Christian Kamm
adbe5ecf55
ownsql: qFatal on prepare errors #5357
2017-01-04 15:15:06 +01:00
Jenkins for ownCloud
ba32571039
[tx-robot] updated from transifex
2017-01-04 02:19:32 +01:00
Christian Kamm
084146756b
Account: Fix displayName() #5413
...
This displayName() seemed to be based on Account::user() which used
to call _credentials->user(). But then we repurposed user() to be
davUser() and this usage wasn't updated to point back to the username
used for the credentials.
2017-01-03 13:54:59 +01:00
ckamm
e1f5a49c21
Don't blacklist 507 Insufficent Storage #5346 ( #5424 )
2017-01-03 13:48:32 +01:00
ckamm
143320341e
Build: Enable Q_ASSERT in release mode ( #5425 )
2017-01-03 13:42:25 +01:00
Christian Kamm
e286bb1b64
Wizard: Don't accidentally pre-fill url field #5412
...
slotUrlEditFinished() is called when the wizard is triggered in
some situations.
2017-01-03 11:53:40 +01:00
Olivier Goffart
d433f0e08e
HTTPCreds: remove all cookies when logging out ( #5383 )
...
Some custom server use persistent cookies with the auth token. So we should
clear all the cookies when disconnecting.
Account::clearCookieJar is only called from the HTTPCredentials. This funciton
is not used for shibboleth.
There is probably no reasons to keep the HTTP cookie anyway.
Issue #5370
2017-01-03 11:39:10 +01:00
Christian Kamm
107149d601
Doc: Improve example #5422
2017-01-03 11:31:51 +01:00
Christian Kamm
fa9b36f829
Wizard: Let the user know if url is invalid #5398
2017-01-03 11:28:56 +01:00
Christian Kamm
6775292d63
Fix compile of tests
2017-01-03 10:52:39 +01:00
Christian Kamm
6835429a28
Sql: Allow prepare fail for PRAGMA quick_check #5357
...
This actually happens in low-disk situations.
2017-01-03 10:43:29 +01:00
Christian Kamm
22135f9f57
Fixup broken authType on load #5408
2017-01-03 10:38:20 +01:00
Jenkins for ownCloud
0fd06a225c
[tx-robot] updated from transifex
2017-01-03 02:19:30 +01:00
Christian Kamm
473dcb0947
Only create a FolderWatcher if the path exists
...
Also retry creating it before each sync.
See #5317
2017-01-02 08:52:26 +01:00
Christian Kamm
e306f4611c
Reschedule a folder regularly with some delay for some errors
...
Like "folder doesn't exist" - such that we will detect when the folder
becomes available and start syncing.
See #5317
2017-01-02 08:52:26 +01:00
Markus Goetz
c6f4f44619
Fix up SSL client certificates #5213 #69 ( #5289 )
...
The re-enables the UI, uses Qt API for importing and
stores the certificate/key in the system keychain.
People who had set up client certs need to re-setup the account. This is ok
since it was an undocumented feature anyway.
2017-01-02 08:34:02 +01:00
Jenkins for ownCloud
0865c63745
[tx-robot] updated from transifex
2017-01-02 02:19:26 +01:00
Jenkins for ownCloud
b81c3a6a67
[tx-robot] updated from transifex
2017-01-01 02:19:32 +01:00