Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-05-06Disable setSslConfiguration calls for older Qt versionDaniel Molkentin
This is only required for client certs, which currently have no GUI anyway and are experimental.
2015-05-06IgnoreListEditor: Remove invalid connect. #3201Christian Kamm
This has been around ever since the ignore editor was added and the slot never existed.
2015-05-05SyncEngine: Fix accidental re-discovery because of broken version tableMarkus Goetz
Bug had been triggered by d63abef718ebab0717c496dca11a9ad363bf6965 Broken version table in there since some time it seems like.
2015-05-04SyncEngine: Handle upgrade case from 1.8.0Klaas Freitag
If 1.8.0 caused missing data in the local tree, this patch gets it back. For that, the usage of the journal for remote repository is disabled at the first start.
2015-04-29Proxy: Register meta type #3170Markus Goetz
2015-04-24AccountWizard: Fix auth error handling. #3155Christian Kamm
The problem was that on network error the networkError() and finishedWithError() signals both fired. To fix it, I collapse all error handing into a slot triggered by finishedWithError(). I tested the redirection case and the invalid credentials case.
2015-04-23Discovery: Fix another empty-local-directory bugMarkus Goetz
2015-04-23Folder: Clear _syncResult betterMarkus Goetz
I had a situation here where we were showing stale desktop notifications when a remote folder errored out and then sync finished with _syncResult data from previous sync.
2015-04-22Windows: Fix rename of finished file. #3073Christian Kamm
The file was still open and therefore couldn't be renamed...
2015-04-21ShareDialog: Unused/invalid forward declarationMarkus Goetz
2015-04-20More change to compile with 5.5Olivier Goffart
The problem is again that QStringList no longer include QDataStream
2015-04-19Fix compilation with Qt 5.5Olivier Goffart
Because of commit 90e7cc172a7521396bb2d49720ee4ceb9a9390b3 in qtbase, we now need to explicitly include QDataStream Fixes #2809
2015-04-17Prevent another crash in ~SocketApi #3118Jocelyn Turcotte
Since the QLocalServer parent of the QLocalSockets gets destroyed after the _listeners QList, onLostConnection might try to update an already destroyed list. Fix the issue by simply making sure that _localServer is destroyed first.
2015-04-17HTTP creds: Fix translation of the password input dialogOlivier Goffart
tr() needs Q_OBJECT
2015-04-16Propagate download: Fix restoring files for which the conflict file existsOlivier Goffart
For issue #3106 1) Always use the actual timestamp from the file in the file system to create the conflict file. This is important because if one edit a file several time, they should have different name. Also it makes more sens to have the mtime of the modified file. 2) Give the correct size to the job so we know when the temporary file is complete in case of resuming.
2015-04-15PropagateDownload: Read the mtime from the file system after writing itv1.8.1-beta1Olivier Goffart
Because file system like FAT only have two second accuracy and would result in a upload if the mtime in the database is not the same as the one that was downloaded Issue #3103
2015-04-15ConfigFile: Remove unused functionsMarkus Goetz
2015-04-14Sort folder sizes SelectiveSyncTreeView numericallyDaniel Molkentin
Fixes #3112
2015-04-14LsColXMLParser: More testing 2Markus Goetz
2015-04-14LsColJob: Create a XML parser object for better unit testability.Klaas Freitag
2015-04-14LsColXMLParser: let parse return bool.Klaas Freitag
2015-04-13Discovery: Explicitly check for XML parser errorsMarkus Goetz
..instead of relying that our state machine does not do anything in that case.
2015-04-13Discovery: Initialize error with EIO in constructorMarkus Goetz
This is safer, initializing it in remote_vio_opendir_hook was enough though.
2015-04-13Discovery: Initialize error with EIOMarkus Goetz
2015-04-13Discovery: Add a sanity check when results are parsedMarkus Goetz
2015-04-12owncloudcmd: Filter out empty lines in selectivesyncKlaas Freitag
2015-04-12Networkjobs: Only log a subset of the account url.Klaas Freitag
This avoids disclosing of user and password in the logfile which can happen in some cases.
2015-04-10ProtocolWidget: Fix adding of seconds. #2535Christian Kamm
2015-04-10AuthRedirect: Use the configured DAV path. #3082Christian Kamm
2015-04-10Handle redirect of auth request. #3082Christian Kamm
2015-04-08Discovery: Speed up initial run. #2796Christian Kamm
2015-04-08Sync: Fix sync of deletions during 503. #2894Christian Kamm
2015-04-08Only show share dialog if we are connected.Roeland Jago Douma
2015-04-08SyncEngine: Fix a crash caused by an invalid ↵Jocelyn Turcotte
DiscoveryDirectoryResult::iterator #3051 The default constructor of the iterator points to NULL, which makes it != end() but invalid to dereference. Use an integer index instead to keep 0 as a valid default value that can always correctly be checked against size(). Also make sure that no data is shared between threads by making the csync_vio_file_stat_t copyable and passing it as const.
2015-04-08Sharedialog: Fix compiler warnings.Christian Kamm
2015-04-07More GUI refinements.Klaas Freitag
2015-04-07ShareDialog: handle resize properly with elided textKlaas Freitag
2015-04-07ShareDialog: Some GUI rework requested by Jan.Klaas Freitag
2015-04-07Merge remote-tracking branch into 1.8Olivier Goffart
2015-04-07PropfindJob: fix xml parsingOlivier Goffart
It would only find the first property
2015-04-07Merge remote-tracking branch into 1.8Olivier Goffart
2015-04-06AbstractSslErrorHandler: Also give QSslConfigurationMarkus Goetz
2015-04-06AccountState: Fix uninitialized memory access spotted by valgrindOlivier Goffart
QuotaInfo's constructor uses the AccountState's _state which is initialized after
2015-04-03theme: fix compilation of libsync without QtGuiOlivier Goffart
2015-04-02Discovery: Add warning if returned etag is 0Markus Goetz
There will be another bugfix which fixes https://gist.github.com/jturcotte/3d5a7874d26bc27b1be9 directory.
2015-04-02SyncEngine: Show more timing measurements #3064Markus Goetz
2015-04-01Clean up remains of SOCKETAPI_TCPJocelyn Turcotte
2015-04-01Fix a crash on shutdown in ~SocketApi #3057Jocelyn Turcotte
Deleting the QLocalSocket while iterating the QList with qDeleteAll would trigger onLostConnection, which would modify the list mid-air and leave dangling pointers in it.
2015-04-01Windows: Add version information for owncloud.exeJocelyn Turcotte
This should help us know what version or build number a crash report was generated with.
2015-03-30Updater: Give context as to which app is about to be updatedDaniel Molkentin
Fixes #3040