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 (Expand)Author
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
2014-10-24Sync scheduling: Only do a follow-up sync 3 times. #2355Christian Kamm
2014-10-24Sync scheduling: Only retry up to twice after fail. #2386Christian Kamm
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
2014-10-24SqlDatabase: Make it non-copyable.Christian Kamm
2014-10-24SocketAPI: Don't use a theme dependent name for nowDaniel Molkentin
2014-10-23Add SyncJournalDB autotests.Christian Kamm
2014-10-23OwnCloudFinder: Rename to SyncStateFinderMarkus Goetz
2014-10-23util: Use canonicalFilePath to clean the path opened by explorer.Klaas Freitag
2014-10-22protocolwidget: fix string that need to use plural translationOlivier Goffart
2014-10-22SocketAPI: Show error when we are not allowedOlivier Goffart
2014-10-22SocketAPI: always clean the path and use the normal slashOlivier Goffart
2014-10-22SocketAPI: Fix all files are newOlivier Goffart
2014-10-22SocketAPI: Fix the shared symbol, including for owncloud6 Shared dirOlivier Goffart
2014-10-22Wizard: Change misleading textMarkus Goetz
2014-10-22SocketAPI: Less verboseMarkus Goetz
2014-10-22Move qtmacgoodies module forwardMarkus Goetz
2014-10-22Selective Sync widget: add a "Loading..." labelOlivier Goffart
2014-10-22SocketAPI: Show an error for files inside the selective sync foldersOlivier Goffart
2014-10-22Utility: fix function signatureOlivier Goffart
2014-10-22Add title to selective sync dialogDaniel Molkentin
2014-10-22SocketAPI: do not show a progress icon in case of errorsOlivier Goffart
2014-10-22SocketAPI: show an ignored icon for paused foldersOlivier Goffart
2014-10-22JournalDb: Do not longer always have a write operation on version table.Klaas Freitag
2014-10-21SyncJournalDB/SyncEngine: Properly detect 1.5 upgradeMarkus Goetz
2014-10-21SyncJournalDB: Fix deleteBatchMarkus Goetz
2014-10-21SyncJournalDB: Fix version table filling upMarkus Goetz
2014-10-21SyncJournalDB: Set WAL files to hiddenMarkus Goetz
2014-10-21SyncJournalDB: WAL checkpoint at end of syncMarkus Goetz
2014-10-21CMake: Fix RPATHMarkus Goetz
2014-10-21SocketAPI: send the change of the parent folder in the broatcastOlivier Goffart
2014-10-21ownsql: fix warning with clangOlivier Goffart
2014-10-21SocketAPI: do not have a special case for UPDATE_VIEW on windowsOlivier Goffart
2014-10-21Sqlite3: Switch to WALMarkus Goetz
2014-10-21SyncEngine: De-initialize recursive PROPFIND value correctlyMarkus Goetz
2014-10-20We need SqlDatabase and SqlQuery to be exportedDaniel Molkentin
2014-10-20SocketApi: Properly manage the database connections.Klaas Freitag
2014-10-20ownSql: Still also use sqlite3 busy handlerMarkus Goetz
2014-10-20SyncEngine: Avoid transaction warningMarkus Goetz
2014-10-20Fix compile error and add warning.Klaas Freitag
2014-10-20SocketApi: Instanziate Object to call QFileInfo::existsKlaas Freitag
2014-10-20SocketAPI: Use new class SqlQuery to cache the sql queries.Klaas Freitag
2014-10-20SyncEngine/SyncJournalDB: Don't keep transactions openMarkus Goetz
2014-10-20SyncEngine: Refactor startSync() codeMarkus Goetz