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 (Expand)Author
2014-10-22SocketAPI: Fix the shared symbol, including for owncloud6 Shared dirOlivier Goffart
2014-10-22SocketAPI: Less verboseMarkus 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-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
2014-10-20SyncEngine/SyncJournalDB: Fix creation of .csync_journalMarkus Goetz
2014-10-20NetworkJobs: Higher timeout for pre-oC7Markus Goetz
2014-10-20SocketAPI: Properly release precompiled statements. Use sqlite3_closeKlaas Freitag
2014-10-20Remove unused variable, fixes compile warning.Klaas Freitag
2014-10-18Sql: Handle SQLITE_BUSY properly for sqlite3_step and sqlite3_prepare.Klaas Freitag
2014-10-18csync_statedb: Finalize the precompiled statements after discovery.Klaas Freitag
2014-10-17Propagator: Fix renaming of files and case confflictsOlivier Goffart
2014-10-17Revert "propagator: Do not check for case clash when renaming"Olivier Goffart
2014-10-17owncloudcmd: Always need exclude listMarkus Goetz
2014-10-17ownSql: Always use finish()Markus Goetz
2014-10-17Revert "socketapi: if the filename is empty, it's actually /"Markus Goetz
2014-10-17Merge pull request #2319 from owncloud/sqlite_capiDaniel Molkentin
2014-10-17Discovery phase: Improve UI by quoting folder namesDaniel Molkentin
2014-10-17Discovery phase: Properly decode percent encodingDaniel Molkentin
2014-10-17Beautified some debug logging strings.Klaas Freitag
2014-10-16Remove references to qsqlite3Markus Goetz
2014-10-16ownSql: Always use SQLITE_TRANSIENTMarkus Goetz
2014-10-16ownSql: Don't allow copying of SqlQueryMarkus Goetz
2014-10-16JournalDb: Some Sql statement fixes, make t7 work again.Klaas Freitag
2014-10-16ownSql: create an null value of an empty string in bindValue.Klaas Freitag
2014-10-16ownSql: Proper initialization of result value plus assert on it.Klaas Freitag
2014-10-16Second part of #1661Daniel Molkentin