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
AgeCommit message (Collapse)Author
2014-11-19Windows: Make unit tests compile.Christian Kamm
2014-11-17Revert "WiP: switch to ReadDirectoryChangesW"Olivier Goffart
2014-11-17Merge pull request #2454 from owncloud/fswatcher_readdirectorychanges_portOlivier Goffart
switch to ReadDirectoryChangesW
2014-11-14SyncEngine: Also output the neon versionMarkus Goetz
2014-11-12SyncEngine: Output versions usedMarkus Goetz
2014-11-07Handle invalid handle & fix an issue found during code reviewDaniel Molkentin
2014-11-06Never overwrite the mtime from the local file system in the db when updating ↵Olivier Goffart
the metadata Attempt to fix #2431
2014-11-06Folderwatcher_win: handle conversion errorDaniel Molkentin
2014-11-06Folder::wipe(): Remove partial downloads and -shm,-wal db files.Christian Kamm
2014-11-06Resync button: Remove partial downloads too. #2445Christian Kamm
2014-11-06Legacy propagator: Don't use mtime retrieved via _fstat64.Christian Kamm
May be the cause of #2431
2014-11-06WiP: switch to ReadDirectoryChangesWDaniel Molkentin
2014-11-06FolderWatcher: Check for hidden outside of loopKlaas Freitag
2014-11-05Logging: Report setModTime failures.Christian Kamm
Ths may be helpful for #2252 and maybe even #2431.
2014-11-05Logging: Print etags, not just result of comparison.Christian Kamm
2014-11-05Wizard: Fix local folder warning in advanced setup wizard. #2362Christian Kamm
The _oldLocalFolder should always be the previously configured folder, not the one that was most recently chosen on the wizard page.
2014-11-05Download: Fix data loss when rename fails. #2428Christian Kamm
2014-10-30NetworkJobs: Improve timeout handling and increase timeout by 5 secMarkus Goetz
2014-10-30Download: Avoid overwriting file with case conflict. #1914Christian Kamm
2014-10-29Add missing license headersOlivier Goffart
Part of #2068
2014-10-29Propagator: report error when deleting directoriesOlivier Goffart
Will help to understand why a directory cannot be removed Will help for #2348
2014-10-29CheckServerJob: Guard again null replyMarkus Goetz
Lucia had reported a crash in this function
2014-10-28ownSql: Also mention filenameMarkus Goetz
2014-10-28ownSql: Don't set busy timeout on bad objectMarkus Goetz
2014-10-28SyncEngine: Handle 503 condition as soft error to properly handle etags.Klaas Freitag
Otherwise the ETags could be removed from the db and cause file deletes.
2014-10-27Merge remote-tracking branch 'origin/fix_service_unavailable' into 1.7Olivier Goffart
2014-10-27discovery: handle 503 reply code from server for directoriesKlaas Freitag
503 for directories means that the dir is a mounted directory from an external mount which currently is not available. The directory is ignored and not traversed into during discovery phase.
2014-10-27Fix compileMarkus Goetz
2014-10-27Make two more asserts usable in nondebugMarkus Goetz
2014-10-27SyncEngine: Log for an assert, return -1 for nondebug compileMarkus Goetz
2014-10-27Selective Sync: change the label textOlivier Goffart
to specify that the files will be removed from the local folder Task #2404
2014-10-24Selective sync ui: Fix #2390Christian Kamm
2014-10-24FolderMan: Use folderForPath method to get the folder object for a pathKlaas Freitag
2014-10-24Merging work branch for a bug fix for bug #2379.Klaas Freitag
It closes all db connections if the new local path is a already synced folder path.
2014-10-24Sync scheduling: Only do a follow-up sync 3 times. #2355Christian Kamm
After trying again immediately for 3 times, no more fast follow-ups are run until a sync finishes without needing a fast follow-up.
2014-10-24Sync scheduling: Only retry up to twice after fail. #2386Christian Kamm
Previously when a sync failed, we'd retry very soon (30s) no matter how often a sync had failed before. After this change we'll retry twice and then back off to the regular 5min interval.
2014-10-24Setupwizard: Close the database in case of moving the folder.Klaas Freitag
2014-10-24Setup Dialog: Terminate sync if the new folder is a an actual folder.Klaas Freitag
2014-10-24Followup: To unregister a path in socket api use the alias of folder.Klaas Freitag
2014-10-24Unregister path in socketapi before removing it.Klaas Freitag
2014-10-24SqlQuery: Reset after each successful exec().Christian Kamm
In e5269a4151799ac442a47e011926feb98d7e5caa I moved the reset calls to before the first bindValue() because we didn't consistently reset() after exec(). However, some queries may keep a lock on the database so it is necessary to reset() as soon as the data is read. This commit reintroduces these reset() calls.
2014-10-24SqlDatabase: Make it non-copyable.Christian Kamm
2014-10-24SocketAPI: Don't use a theme dependent name for nowDaniel Molkentin
We will revert this once #2388 is implemented
2014-10-23Add SyncJournalDB autotests.Christian Kamm
There also was a bug in syncjournaldb: in some error conditions the sql query wasn't reset properly. We now always reset a query before calling bindValue.
2014-10-23OwnCloudFinder: Rename to SyncStateFinderMarkus Goetz
Project file names stay the same, only the output file(s) changed
2014-10-23util: Use canonicalFilePath to clean the path opened by explorer.Klaas Freitag
This fixes bug #2299
2014-10-22protocolwidget: fix string that need to use plural translationOlivier Goffart
2014-10-22SocketAPI: Show error when we are not allowedOlivier Goffart
Issue #1931
2014-10-22SocketAPI: always clean the path and use the normal slashOlivier Goffart
2014-10-22SocketAPI: Fix all files are newOlivier Goffart
(Introduced because of bad resolution of merge conflict in my last commit)