nextcloud-desktop/src/common
Felix Weilbach 78f1943d76 Add a key value store to the sync journal
This key value store should help to keep track of important events,
that can not be store in the logs, because the logs are deleted too fast.

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-05-19 09:04:43 +02:00
..
asserts.h Use Q_REQUIRED_RESULT directly like in other places 2020-12-30 16:20:42 +01:00
c_jhash.h cjhash: Fix build fix 2020-12-15 10:58:20 +01:00
checksums.cpp Please the clang-tidy overlord 2020-12-15 11:01:53 +01:00
checksums.h Use the servers checksum type by default 2020-12-15 10:59:16 +01:00
common.cmake Remove the plugin loader mechanism for VFS backends 2020-12-15 10:59:24 +01:00
filesystembase.cpp GetLastError() needs to be called when the error happens 2021-05-06 07:35:59 +00:00
filesystembase.h Cleanup pathtoUNC and its test 2020-12-30 16:17:46 +01:00
ownsql.cpp Fix warning by using QByteArrayLiteral 2021-05-06 07:35:59 +00:00
ownsql.h Fix incorrect logger output for non-latin strings. 2021-02-16 09:30:08 +02:00
pinstate.cpp Use Q_ENUM_NS for PinState 2020-12-15 10:59:10 +01:00
pinstate.h Use Q_ENUM_NS for PinState 2020-12-15 10:59:10 +01:00
README Move Utility to a new common static library 2017-09-05 17:25:19 +02:00
remotepermissions.cpp Please the clang-tidy overlord 2020-12-15 11:01:53 +01:00
remotepermissions.h csync: apply strict QString handling 2020-12-15 10:59:16 +01:00
result.h VFS: Do not overwrite existing files by placeholder 2020-12-15 10:59:03 +01:00
syncfilestatus.cpp csync: apply strict QString handling 2020-12-15 10:59:16 +01:00
syncfilestatus.h SyncFileStatusTracker: Distinguish Warning and Excluded 2020-12-15 10:58:38 +01:00
syncjournaldb.cpp Add a key value store to the sync journal 2021-05-19 09:04:43 +02:00
syncjournaldb.h Add a key value store to the sync journal 2021-05-19 09:04:43 +02:00
syncjournalfilerecord.cpp New discovery algorithm: fixups 2020-12-15 10:58:08 +01:00
syncjournalfilerecord.h Fix incorrect logger output for non-latin strings. 2021-02-16 09:30:08 +02:00
utility_mac.cpp Simplify nullptr comparisons where appropriate 2020-06-11 00:27:30 +02:00
utility_unix.cpp Fixed the autostart for AppImages. See #2504. 2020-12-21 11:56:09 +01:00
utility_win.cpp Update windows launch on start binary location 2020-12-30 16:17:47 +01:00
utility.cpp Temporary! Windows. VFS. Block Virtual Files for partition root sync folders. 2021-05-11 18:53:35 +03:00
utility.h Temporary! Windows. VFS. Block Virtual Files for partition root sync folders. 2021-05-11 18:53:35 +03:00
vfs.cpp Add the plumbing for a new extended attributes backend 2021-01-14 12:57:02 +01:00
vfs.h Refresh Windows download dialog progress when hydrating a placeholder 2021-03-24 14:09:06 +02:00
vfspluginmetadata.json.in vfs: Don't always load plugins, check metadata 2020-12-15 10:58:26 +01:00

This folder contains code covered by the CLA being licensed as LGPL.
This allows it to be linked together with the rest of the LGPL code in csync.