nextcloud-desktop.git
9 years agoRelease SyncFileItem objects with their job
Jocelyn Turcotte [Wed, 25 Jan 2017 10:28:18 +0000 (11:28 +0100)]
Release SyncFileItem objects with their job

We now delete subjobs as their propagation is complete. This allows us
to also release the item by making sure that nothing else is holding a
reference to it.

Remove the stored SyncFileItemVector from SyncEngine and SyncResult
and instead gather the needed info progressively as each itemCompleted
signal is emitted.

This frees some holes on the heap as propagation goes, allowing many
memory allocations without the need of requesting more virtual memory
from the OS, preventing the memory usage from increasingly growing.

9 years agoPass the SyncFileItem as SyncFileItemPtr in itemCompleted
Jocelyn Turcotte [Wed, 25 Jan 2017 10:12:38 +0000 (11:12 +0100)]
Pass the SyncFileItem as SyncFileItemPtr in itemCompleted

This will allow us to keep a reference on the items in connected slots.

9 years agoDon't pass the PropagatorJob in itemCompleted
Jocelyn Turcotte [Wed, 25 Jan 2017 13:09:44 +0000 (14:09 +0100)]
Don't pass the PropagatorJob in itemCompleted

This was to catch duplicate emissions for PropagateDirectory but we
don't emit this signal anymore from there.
This fixes a warning about PropagatorJob not being a registered metatype.

This reverts commit fe42c1a818c3b1ccadb2e9557971b62a350573b4.

9 years agoTests: Add a large sync benchmark
Jocelyn Turcotte [Mon, 16 Jan 2017 16:13:52 +0000 (17:13 +0100)]
Tests: Add a large sync benchmark

This simulates a ~50k files sync that can be used to measure memory
usage without having to wait for a server.

9 years agoBring back the error message if the sync-exclude.lst file is missing
Jocelyn Turcotte [Tue, 24 Jan 2017 16:57:52 +0000 (17:57 +0100)]
Bring back the error message if the sync-exclude.lst file is missing

We unconditionnally add the file on startup, but don't check for errors.
During sync we check for errors, but only try loading the file if it
exists.

9 years agoMerge remote-tracking branch 'origin/selective-sync-big-folder' into 2.3
Markus Goetz [Wed, 25 Jan 2017 18:45:20 +0000 (19:45 +0100)]
Merge remote-tracking branch 'origin/selective-sync-big-folder' into 2.3

9 years agoMerge pull request #5480 from owncloud/chunking-ng-cleanup
Olivier Goffart [Wed, 25 Jan 2017 18:19:48 +0000 (19:19 +0100)]
Merge pull request #5480 from owncloud/chunking-ng-cleanup

Chunking ng cleanup

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 25 Jan 2017 01:18:34 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years agoShib: Use different keychain entry per account #5469
Christian Kamm [Tue, 24 Jan 2017 12:09:38 +0000 (13:09 +0100)]
Shib: Use different keychain entry per account #5469

Previously shib multiaccount didn't work at all because the
session cookie was stored in the same keychain entry.

9 years agoFolders: Adjust ui when account is disconnected #5477
Christian Kamm [Tue, 24 Jan 2017 09:26:03 +0000 (10:26 +0100)]
Folders: Adjust ui when account is disconnected #5477

Previously if you paused/unpaused a folder for a disconnected account
they would prepare to sync and thus display the 'Waiting...' text. With
this change, folders that can't possibly sync don't show text like
this.

When account connectivity changes, all unpaused folders will be
scheduled anyway.

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 24 Jan 2017 01:18:28 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 23 Jan 2017 10:11:23 +0000 (11:11 +0100)]
[tx-robot] updated from transifex

9 years agoChunkingNG: add '0' padding on the filename (#5476)
Olivier Goffart [Fri, 20 Jan 2017 15:03:50 +0000 (16:03 +0100)]
ChunkingNG: add '0' padding on the filename (#5476)

The server sorts the chunk by name alphabetically. So if we want to keep
the chunk in order, we need to add a few '0' in front of the chunk name

9 years agoUpdate issue_template.md
Markus Goetz [Fri, 20 Jan 2017 15:00:50 +0000 (16:00 +0100)]
Update issue_template.md

9 years agoChunkingNG: Add some tests
Olivier Goffart [Fri, 20 Jan 2017 13:38:21 +0000 (14:38 +0100)]
ChunkingNG: Add some tests

 - Test that we recover correctly if the chunks were removed on the server.
 - Test changing the file localy while uploading.

9 years agoChunkingNG: remove stale chunks when cleaning the uploadInfo table
Olivier Goffart [Fri, 20 Jan 2017 12:59:13 +0000 (13:59 +0100)]
ChunkingNG: remove stale chunks when cleaning the uploadInfo table

Stale chunks might be there because a file was removed or would just not
be uploaded, for any reason.
We just start the DeleteJob but we don't care if it success or not.

Relates to https://github.com/owncloud/core/issues/26981

One of the test is testing the case where the file is modified on the server
during the upload. So this test the precondition failed error.
The FakeGetReply logic was modified because resizing a 150MB big QByteArray
by increment of 16k just did not scale when downloading a big file.

9 years agoChunkingNG: delete stale chunks if the file was changed locally
Olivier Goffart [Fri, 20 Jan 2017 11:06:20 +0000 (12:06 +0100)]
ChunkingNG: delete stale chunks if the file was changed locally

Relates to https://github.com/owncloud/core/issues/26981

We do not track the success or error of the DeleteJob because it does not
matter. If it fails, it might be because the chunks were already removed.
If not, the chunks will be stale, but the server must anyway do a few
cleanup from time to time because we do not always remove the chunks

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 20 Jan 2017 01:18:34 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 19 Jan 2017 01:18:40 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years agoStatusTracker: Emit OK for the last child before parents (#5467)
Jocelyn Turcotte [Wed, 18 Jan 2017 14:40:52 +0000 (15:40 +0100)]
StatusTracker: Emit OK for the last child before parents (#5467)

The current logic tried to avoid a DB lookup just to fetch whether
the file is shared or not since that info is already in the
SyncFileItem. The implementation would however need to decrease the
sync count for itself (and parents) before emitting the new status,
thus emitting the OK status for parents before that last child that
ended the propagation for that folder.

Change the implementation to achieve what we want: give the
possibility to decSyncCount to use a pre-fetched sharing state while
still doing the emission for all involved files. This ensures that
the leaf file also gets its status emitted before its parents.

Issue #4797

9 years agoReference to build Qt5 with qtwebkit support in the docs #5129 (#5471)
Samuel Alfageme [Wed, 18 Jan 2017 13:46:47 +0000 (14:46 +0100)]
Reference to build Qt5 with qtwebkit support in the docs #5129 (#5471)

This addresses the issue only on OS X. It should be stated though, that qtwebkit is not part of the qt5core lib and therefore a requirement for the projectto build in the rest of the OSS

9 years agoshell/Windows: Update binaries to build 44
Jocelyn Turcotte [Wed, 18 Jan 2017 11:52:17 +0000 (12:52 +0100)]
shell/Windows: Update binaries to build 44

9 years agoUpdate the MacOS automatic update instructions
Matthew Setter [Wed, 18 Jan 2017 11:07:18 +0000 (12:07 +0100)]
Update the MacOS automatic update instructions

As requested in #5431, the automatic update instructions for MacOS X
have been simplified; removing the older, incorrect instructions.

9 years agoFix several typos in the client documentation
Matthew Setter [Wed, 18 Jan 2017 11:24:42 +0000 (12:24 +0100)]
Fix several typos in the client documentation

9 years agoshell/Windows: Avoid memory allocations and copies when querying icons
Jocelyn Turcotte [Mon, 9 Jan 2017 15:28:26 +0000 (16:28 +0100)]
shell/Windows: Avoid memory allocations and copies when querying icons

IsMemberOf is called for every file (in the ownCloud directory or not) and
with every instance of OCOverlay (we have 5) when displaying a list of
files in Explorer.

Refactor the code to avoid copying the list of watched directories, as
well as creating a wstring from a PWWSTR for files outside watched
directories.

Also change some calls of begin_with to use isDescendantOf since it
properly handles parent paths not ending with a backslash, which could
lead to SocketAPI queries for sibling folders with a name that starts with
a watched folder name.

9 years agoshell/Windows: Fix the view not being updated on StateError
Jocelyn Turcotte [Mon, 9 Jan 2017 13:25:00 +0000 (14:25 +0100)]
shell/Windows: Fix the view not being updated on StateError

Since StateError == 0, if this was the status used when the path
isn't in the map already, the view would not be updated since the
new state would be the same as the default-constructed state in the
map. Fix by explicitly inserting in that case, this also avoid aving
to do two lookups in the map when a path already has an entry.

9 years agoshell/Windows: Remove the UPDATE_VIEW message handling
Jocelyn Turcotte [Thu, 5 Jan 2017 16:45:39 +0000 (17:45 +0100)]
shell/Windows: Remove the UPDATE_VIEW message handling

The client now tries to only push STATUS messages to connections
unless they previously requested it with a RETRIEVE_FILE_STATUS,
but this means that we now have to make sure that a new connection
will rerequest every icon that the user will see on files from that
point on.

To that end, we now send a SHChangeNotify for every file in the cache
when we lose the connection (or on UNREGISTER_PATH) to make sure that
what's on the screen matches what's in the cache. We also remove the
_oldCache logic that made this more difficult to enforce.

The client has been able to reliably push status updates on macOS
for a few versions now, and we don't need it on Windows either. The
_oldCache mechanism was to avoid sending to many update requests
when receiving an UPDATE_VIEW.

Also fixes #4766

9 years agoshell/Windows: Convert tabs to space
Jocelyn Turcotte [Thu, 5 Jan 2017 16:28:28 +0000 (17:28 +0100)]
shell/Windows: Convert tabs to space

It was a mix of both and the rest of the code uses spaces.

9 years agoshell/Windows: Remove unused files
Jocelyn Turcotte [Thu, 5 Jan 2017 16:01:32 +0000 (17:01 +0100)]
shell/Windows: Remove unused files

The real OCContextMenu.cpp is in the OCContextMenu folder.

9 years agoshell/macOS: Make sure the root folder's cache is cleared on disconnect
Jocelyn Turcotte [Wed, 11 Jan 2017 17:17:27 +0000 (18:17 +0100)]
shell/macOS: Make sure the root folder's cache is cleared on disconnect

The SocketAPI now only sends status pushes for paths requested by the
shell. We have to make sure that Finder doesn't just show the entry
from its cache after a reconnect.

9 years agoshell/macOS: Remove backslashes from the extension display name
Jocelyn Turcotte [Mon, 12 Dec 2016 11:18:51 +0000 (12:18 +0100)]
shell/macOS: Remove backslashes from the extension display name

Tell cmake not to escape shell strings adding backslashes before
spaces by passing the VERBATIM optiton. Also add the quotes to
whole command line arguments to prevent quotes from appearing on the
XCode side, because of the VERBATIM option.

This only affects themed clients since the default theme doesn't
have space in its APPLICATION_NAME.

9 years agoSocketAPI: Only push status for files requested by the shell #5361
Jocelyn Turcotte [Wed, 11 Jan 2017 17:27:22 +0000 (18:27 +0100)]
SocketAPI: Only push status for files requested by the shell #5361

We currently push the SYNC status for all files that will be propagated,
and then the OK status when those files are propagated.
On top of this, we send those statuses to all clients connected, even
if the socket is kept open by an application that only needed to show
a file open dialog. On macOS we're also using an NSConnection which
means that we have to wait for the RPC call to return from the
extension, which makes bulk status changes possibly heavy.

Reduce the time spent needlessly sending status pushes by limiting
them to files requested through that socket since it connected.
To limit the data to store, only remember the parent directory of
files requested, and store those in a bloom filter.

Note that this adds a requirement to shell extensions: they should
make sure that the status cache only contains entries that have been
requested through the socket API. In other words, the status cache
must be empty when each socket client connects to the socket API.
Otherwise the cached icon type will be shown to the user, and the
SocketAPI won't push new status for that file if it didn't receive
a RETRIEVE_FILE_STATUS.

9 years agoSocketApi::slotReadSocket: Small optimizations
Jocelyn Turcotte [Wed, 11 Jan 2017 17:31:08 +0000 (18:31 +0100)]
SocketApi::slotReadSocket: Small optimizations

- Use the looked-up method index also for the invocation
- Do the method name concatenation already on QByteArray since we'll
  convert anyway
- Use staticMetaObject instead of metaObject()

9 years agoSocketAPI: Remove unecessary null-checks
Jocelyn Turcotte [Wed, 11 Jan 2017 17:26:35 +0000 (18:26 +0100)]
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.

9 years agoSync Engine: Specify what chars are not syncable in the error message #1733 (#5449)
Olivier Goffart [Wed, 18 Jan 2017 10:45:46 +0000 (11:45 +0100)]
Sync Engine: Specify what chars are not syncable in the error message #1733 (#5449)

9 years agoFix more compilation errors with Qt 4
Olivier Goffart [Wed, 18 Jan 2017 09:19:05 +0000 (10:19 +0100)]
Fix more compilation errors with Qt 4

Ammand last commit which was a fixup to the change from pull request #5468
for issue #5453

9 years agoFix compilation with Qt 4
Olivier Goffart [Wed, 18 Jan 2017 08:55:28 +0000 (09:55 +0100)]
Fix compilation with Qt 4

Fixup to the change from pull request #5468 for issue #5453

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 18 Jan 2017 01:18:27 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years agoNSIS: Adjust to 5.6.2 image
Markus Goetz [Thu, 5 Jan 2017 20:32:52 +0000 (21:32 +0100)]
NSIS: Adjust to 5.6.2 image

9 years agoFolder: Remove unused variable
Christian Kamm [Tue, 17 Jan 2017 13:52:44 +0000 (14:52 +0100)]
Folder: Remove unused variable

9 years agoDisable RTTI
Markus Goetz [Fri, 13 Jan 2017 15:24:18 +0000 (16:24 +0100)]
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.

9 years agoUpdater: Don't create instance for invalid URL
Markus Goetz [Fri, 13 Jan 2017 15:08:16 +0000 (16:08 +0100)]
Updater: Don't create instance for invalid URL

Also don't use dynamic_cast
For enterprise/#689

9 years agoPropagatorJob: Remove unneccessary pointer #5453
Christian Kamm [Tue, 17 Jan 2017 13:33:54 +0000 (14:33 +0100)]
PropagatorJob: Remove unneccessary pointer #5453

9 years agoPropagatorJob: Access propagator through function #5453
Christian Kamm [Tue, 17 Jan 2017 13:29:12 +0000 (14:29 +0100)]
PropagatorJob: Access propagator through function #5453

9 years agoMerge pull request #5466 from settermjd/add-directory-limit-to-faq
Matthew Setter [Tue, 17 Jan 2017 13:33:35 +0000 (14:33 +0100)]
Merge pull request #5466 from settermjd/add-directory-limit-to-faq

Add Sync Client's Directory Depth Limit To FAQ

9 years agoAdd an FAQ entry about the sync client's sub-directory scan limit
Matthew Setter [Tue, 17 Jan 2017 10:14:52 +0000 (11:14 +0100)]
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.

9 years agoRevise the FAQ entry style
Matthew Setter [Tue, 17 Jan 2017 09:34:26 +0000 (10:34 +0100)]
Revise the FAQ entry style

This approach uses less content, and makes the content more prominent.

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 17 Jan 2017 01:18:34 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years agoIgnoring "System Volume Information"
Carlos Damken [Mon, 16 Jan 2017 17:11:20 +0000 (18:11 +0100)]
Ignoring "System Volume Information"

Avoid to upload the "System Volume Information"

9 years agoDB: Also migrate -shm and -wal to new name #3764 #5045 (#5459)
Markus Goetz [Mon, 16 Jan 2017 14:42:11 +0000 (15:42 +0100)]
DB: Also migrate -shm and -wal to new name #3764 #5045 (#5459)

9 years agoPropagateUploadFileNG: Delete unused map contents to free memory
Markus Goetz [Fri, 13 Jan 2017 18:00:04 +0000 (19:00 +0100)]
PropagateUploadFileNG: Delete unused map contents to free memory

9 years agoReset stuck chunked uploads eventually #5344 (#5443)
ckamm [Fri, 13 Jan 2017 13:44:45 +0000 (14:44 +0100)]
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.

9 years agoSelectiveSync: adjust the position of the "Loading" label
Olivier Goffart [Wed, 11 Jan 2017 14:55:07 +0000 (15:55 +0100)]
SelectiveSync: adjust the position of the "Loading" label

It should be parented to the treeview to be sure that is shows inside of it.

9 years agowizardSelectiveSyncDefaultNothing applies to folder wizard #4581
Christian Kamm [Wed, 4 Jan 2017 13:28:11 +0000 (14:28 +0100)]
wizardSelectiveSyncDefaultNothing applies to folder wizard #4581

Previous the Theme option only applied to the account setup wizard.

9 years agoSelective sync: Adjust widget common to folder/account wizards
Christian Kamm [Tue, 3 Jan 2017 14:33:06 +0000 (15:33 +0100)]
Selective sync: Adjust widget common to folder/account wizards

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 13 Jan 2017 01:18:27 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 12 Jan 2017 01:18:33 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years agoDoc: Add forceSyncInterval and timeout config file flags
Christian Kamm [Wed, 11 Jan 2017 10:25:03 +0000 (11:25 +0100)]
Doc: Add forceSyncInterval and timeout config file flags

9 years agoLog the auth type being used for accounts
Christian Kamm [Wed, 11 Jan 2017 08:30:59 +0000 (09:30 +0100)]
Log the auth type being used for accounts

There have been hard to track down bugs related to the wrong auth
type being used.

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 11 Jan 2017 01:18:38 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 10 Jan 2017 01:18:34 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 8 Jan 2017 01:18:35 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years agosqlite: Update bundled version to 3.16.1
Markus Goetz [Thu, 5 Jan 2017 16:27:46 +0000 (17:27 +0100)]
sqlite: Update bundled version to 3.16.1

For OS X and Windows.

9 years agoFirst iteration ChangeLog for 2.3.0
Markus Goetz [Thu, 5 Jan 2017 15:56:37 +0000 (16:56 +0100)]
First iteration ChangeLog for 2.3.0

9 years agoSymlink Support for Dolphin Plugins (#5428)
octotree [Thu, 5 Jan 2017 12:24:22 +0000 (13:24 +0100)]
Symlink Support for Dolphin Plugins (#5428)

Add Symlink Support to Dolphin Overlay Plugin

9 years agoownsql: qFatal on prepare errors #5357
Christian Kamm [Wed, 4 Jan 2017 14:15:06 +0000 (15:15 +0100)]
ownsql: qFatal on prepare errors #5357

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 4 Jan 2017 01:19:32 +0000 (02:19 +0100)]
[tx-robot] updated from transifex

9 years agoAccount: Fix displayName() #5413
Christian Kamm [Tue, 3 Jan 2017 12:53:13 +0000 (13:53 +0100)]
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.

9 years agoDon't blacklist 507 Insufficent Storage #5346 (#5424)
ckamm [Tue, 3 Jan 2017 12:48:32 +0000 (13:48 +0100)]
Don't blacklist 507 Insufficent Storage #5346 (#5424)

9 years agoBuild: Enable Q_ASSERT in release mode (#5425)
ckamm [Tue, 3 Jan 2017 12:42:25 +0000 (13:42 +0100)]
Build: Enable Q_ASSERT in release mode (#5425)

9 years agoWizard: Don't accidentally pre-fill url field #5412
Christian Kamm [Tue, 3 Jan 2017 10:50:29 +0000 (11:50 +0100)]
Wizard: Don't accidentally pre-fill url field #5412

slotUrlEditFinished() is called when the wizard is triggered in
some situations.

9 years agoHTTPCreds: remove all cookies when logging out (#5383)
Olivier Goffart [Tue, 3 Jan 2017 10:39:10 +0000 (11:39 +0100)]
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

9 years agoDoc: Improve example #5422
Christian Kamm [Tue, 3 Jan 2017 10:31:27 +0000 (11:31 +0100)]
Doc: Improve example #5422

9 years agoWizard: Let the user know if url is invalid #5398
Christian Kamm [Wed, 21 Dec 2016 08:34:54 +0000 (09:34 +0100)]
Wizard: Let the user know if url is invalid #5398

9 years agoFix compile of tests
Christian Kamm [Tue, 3 Jan 2017 09:52:39 +0000 (10:52 +0100)]
Fix compile of tests

9 years agoSql: Allow prepare fail for PRAGMA quick_check #5357
Christian Kamm [Wed, 21 Dec 2016 10:09:24 +0000 (11:09 +0100)]
Sql: Allow prepare fail for PRAGMA quick_check #5357

This actually happens in low-disk situations.

9 years agoFixup broken authType on load #5408
Christian Kamm [Tue, 3 Jan 2017 09:37:42 +0000 (10:37 +0100)]
Fixup broken authType on load #5408

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 3 Jan 2017 01:19:30 +0000 (02:19 +0100)]
[tx-robot] updated from transifex

9 years agoOnly create a FolderWatcher if the path exists
Christian Kamm [Tue, 6 Dec 2016 12:45:01 +0000 (13:45 +0100)]
Only create a FolderWatcher if the path exists

Also retry creating it before each sync.

See #5317

9 years agoReschedule a folder regularly with some delay for some errors
Christian Kamm [Tue, 6 Dec 2016 12:18:59 +0000 (13:18 +0100)]
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

9 years agoFix up SSL client certificates #5213 #69 (#5289)
Markus Goetz [Mon, 2 Jan 2017 07:34:02 +0000 (08:34 +0100)]
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.

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 2 Jan 2017 01:19:26 +0000 (02:19 +0100)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 1 Jan 2017 01:19:32 +0000 (02:19 +0100)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 30 Dec 2016 01:18:34 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 25 Dec 2016 01:18:27 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 24 Dec 2016 01:18:26 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 23 Dec 2016 01:18:34 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 22 Dec 2016 01:18:30 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years agoWizard: Detach saved account from wizard
Christian Kamm [Wed, 21 Dec 2016 14:04:37 +0000 (15:04 +0100)]
Wizard: Detach saved account from wizard

Fixes #5408 #5407.

The problem was that cleanup of the credentials page set the
credentials of the account back to dummy, thereby overriding
things like shib usernames.

This should be broken since a932eac832b442cca763197240f036905dd284da.

9 years agoAdd capability to disable parallel chunked upload #5364 - technical review (#5403)
Piotr Mrówczyński [Wed, 21 Dec 2016 14:08:45 +0000 (15:08 +0100)]
Add capability to disable parallel chunked upload #5364 - technical review (#5403)

9 years agoCorrectly handle possible missing GIT_SHA1. (#5401)
Kyle Fazzari [Wed, 21 Dec 2016 13:14:26 +0000 (05:14 -0800)]
Correctly handle possible missing GIT_SHA1. (#5401)

Currently, if get_git_head_revision() doesn't define GIT_SHA1 (which it
doesn't in some cases) it's possible to end up with the following error:

    CMake Error at CMakeLists.txt:69 (if):
      if given arguments:

        "STREQUAL" "GITDIR-NOTFOUND"

      Unknown arguments specified

Fix this by making sure both left and right hand arguments to STREQUAL
are always strings, even if GIT_SHA1 is undefined.

Signed-off-by: Kyle Fazzari <kyle@canonical.com>
9 years agoIncrease initial bandwidth estimates #4428 #5390
Christian Kamm [Tue, 20 Dec 2016 12:23:58 +0000 (13:23 +0100)]
Increase initial bandwidth estimates #4428 #5390

To 2 MB/s and 10 files/s.

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 21 Dec 2016 01:18:28 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years agoFix Mac PATH command
Phil Davis [Tue, 20 Dec 2016 16:32:05 +0000 (22:17 +0545)]
Fix Mac PATH command

Reported in the doc repo owncloud/documentation#1618
This version as suggested by @jturcotte

9 years agoMove qDeclareMetatype from Folder to SyncEngine
Christian Kamm [Tue, 20 Dec 2016 10:43:39 +0000 (11:43 +0100)]
Move qDeclareMetatype from Folder to SyncEngine

9 years agoDon't wipe db if check fails while disk space is low #5357
Christian Kamm [Tue, 13 Dec 2016 12:56:36 +0000 (13:56 +0100)]
Don't wipe db if check fails while disk space is low #5357

An experimental fix for the issue, merged because it's low risk and
makes testing easier.

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 20 Dec 2016 01:18:27 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 19 Dec 2016 01:18:28 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 18 Dec 2016 01:18:28 +0000 (02:18 +0100)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 17 Dec 2016 01:18:27 +0000 (02:18 +0100)]
[tx-robot] updated from transifex