nextcloud-desktop/src/libsync
Dominik Schmidt 79ef892e71 Install libocsync to lib/ without subfolder.
Installing to lib/${APPLICATION_EXECUTABLE} has caused a bunch of
irritations in the past and subtle annoying to fix bugs. To avoid name
clashes with branded clients ${APPLICATION_EXECUTABLE} becomes now
part of the filename instead of the subfolder.

The concrete motivation to change this now is that on Windows there
is no RPATH and it's not possible to run owncloud directly from the
Craft Root folder, which is nice when you're developing on Windows.

It would have been possible to change this just for Windows but as
written earlier this has caused lots of issues and thus I think it's
a good idea to just stay consistent accross platforms when touching it.
2018-06-20 11:23:16 +02:00
..
creds Credentials: Retry fetching from the keychain in case the keychain is still starting 2018-05-24 12:10:55 +02:00
abstractnetworkjob.cpp Blacklist: remember the X-Request-ID 2018-05-15 18:11:01 +02:00
abstractnetworkjob.h Blacklist: remember the X-Request-ID 2018-05-15 18:11:01 +02:00
accessmanager.cpp HTTP2: Only from Qt 5.9.4 #6285 2018-02-14 12:11:27 +01:00
accessmanager.h Apply clang-format 2017-05-17 12:26:27 +02:00
account.cpp ConnectionValidator: change the minimum server version 2018-03-01 14:48:00 +01:00
account.h Placeholders: Move the placeholder option from the account to the folder 2018-04-18 10:27:51 +02:00
accountfwd.h License: Adjust license of GPLv2 source files to GPLv2+ 2016-10-25 11:06:54 +02:00
bandwidthmanager.cpp bandwidthmanager: Fix unregistering devices on delete 2017-09-25 12:56:20 +02:00
bandwidthmanager.h bandwidthmanager: Fix unregistering devices on delete 2017-09-25 12:56:20 +02:00
capabilities.cpp Upload conflict files #4557 2017-12-15 18:03:53 +01:00
capabilities.h Upload conflict files #4557 2017-12-15 18:03:53 +01:00
CMakeLists.txt Install libocsync to lib/ without subfolder. 2018-06-20 11:23:16 +02:00
configfile.cpp Settings migration: Preserve future settings where possible 2018-05-24 12:18:44 +02:00
configfile.h Settings migration: Preserve future settings where possible 2018-05-24 12:18:44 +02:00
cookiejar.cpp Use QDateTime::currentDateTimeUtc instead of the non utc version 2017-09-26 16:14:17 +02:00
cookiejar.h Apply clang-format 2017-05-17 12:26:27 +02:00
discoveryphase.cpp csync: refactor csync_s::error_string to avoid valgrind error 2018-06-04 08:57:24 +02:00
discoveryphase.h Discovery: Error if properties are missing #6317 2018-03-06 13:01:53 +01:00
filesystem.cpp Remove unused c_path 2018-01-13 13:58:17 +01:00
filesystem.h Move non-csync-dependent parts of FileSystem to src/common 2017-09-18 14:00:52 +02:00
libsync.md Structure developer documentation 2015-06-29 18:43:21 +02:00
localdiscoverytracker.cpp LocalDiscoveryTracker: Separate from Folder and move to libsync 2018-04-19 10:58:46 +02:00
localdiscoverytracker.h LocalDiscoveryTracker: Separate from Folder and move to libsync 2018-04-19 10:58:46 +02:00
logger.cpp Logger: Guard zlib usage by ZLIB_FOUND 2018-04-18 15:01:30 +02:00
logger.h Logging: Add persistent auto-logdir option #6442 2018-04-12 12:38:17 +02:00
networkjobs.cpp Logging: Avoid the word "Error" 2018-04-20 15:26:34 +02:00
networkjobs.h Utility: use QUrlQuery 2017-12-08 16:15:17 +01:00
owncloudpropagator_p.h Propagation: Connection closed is a normal error #6516 2018-05-17 13:14:20 +02:00
owncloudpropagator.cpp Rename Placeholders to Virtual Files in code #6531 2018-05-23 09:57:00 +02:00
owncloudpropagator.h Rename Placeholders to Virtual Files in code #6531 2018-05-23 09:57:00 +02:00
owncloudtheme.cpp Theme: unify ownCloudTheme and Theme classes 2018-04-05 18:37:29 +02:00
owncloudtheme.h Theme: unify ownCloudTheme and Theme classes 2018-04-05 18:37:29 +02:00
progressdispatcher.cpp ProgressInfo: Add information for local vs remote discovery 2018-03-06 13:02:54 +01:00
progressdispatcher.h SyncResult: Make sure the number of conflicts is correct #6226 2018-03-06 13:02:54 +01:00
propagatedownload.cpp Ensure GETFileJob notices finishing #6581 2018-06-13 16:44:24 +02:00
propagatedownload.h Upload conflict files #4557 2017-12-15 18:03:53 +01:00
propagateremotedelete.cpp Blacklist: remember the X-Request-ID 2018-05-15 18:11:01 +02:00
propagateremotedelete.h Fix paused sync file move issue #5949 2017-10-17 09:44:52 +02:00
propagateremotemkdir.cpp Blacklist: remember the X-Request-ID 2018-05-15 18:11:01 +02:00
propagateremotemkdir.h Fix paused sync file move issue #5949 2017-10-17 09:44:52 +02:00
propagateremotemove.cpp Blacklist: remember the X-Request-ID 2018-05-15 18:11:01 +02:00
propagateremotemove.h Fix paused sync file move issue #5949 2017-10-17 09:44:52 +02:00
propagateupload.cpp Merge branch 'master' into 2.5 2018-05-17 13:23:20 +02:00
propagateupload.h Upload: Adjust timeout for final job based on size #6527 2018-05-17 13:14:37 +02:00
propagateuploadng.cpp Fix compilation warning 2018-05-28 14:55:34 +02:00
propagateuploadv1.cpp Merge branch 'master' into 2.5 2018-05-17 13:23:20 +02:00
propagatorjobs.cpp Placeholders: Safe migration to older client versions 2018-04-18 10:27:51 +02:00
propagatorjobs.h Move remote-deleted files to trash 2018-01-25 14:40:16 +01:00
syncengine.cpp csync: refactor csync_s::error_string to avoid valgrind error 2018-06-04 08:57:24 +02:00
syncengine.h Merge branch 'placeholder-prototype' 2018-04-18 11:02:53 +02:00
syncfileitem.cpp Unify item type enum 2017-12-15 18:02:04 +01:00
syncfileitem.h Blacklist: remember the X-Request-ID 2018-05-15 18:11:01 +02:00
syncfilestatus.cpp Revert "Revert "Discovery: consider also the "shared by me" as shared"" 2017-07-25 12:11:33 +02:00
syncfilestatus.h Revert "Revert "Discovery: consider also the "shared by me" as shared"" 2017-07-25 12:11:33 +02:00
syncfilestatustracker.cpp SyncJournalDB: Allow callers of getFileRecord if the query failed 2017-09-26 11:03:23 +02:00
syncfilestatustracker.h Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
syncoptions.h Rename Placeholders to Virtual Files in code #6531 2018-05-23 09:57:00 +02:00
syncresult.cpp INSTRUCTION_IGNORE now carries a direction 2018-03-06 13:02:54 +01:00
syncresult.h SyncResult: Make sure the number of conflicts is correct #6226 2018-03-06 13:02:54 +01:00
theme.cpp Theme: Put back the string as it was in 2.4, for branded clients. 2018-06-14 12:59:02 +02:00
theme.h Issues: Show link to conflicts doc if there are some #6396 2018-04-25 13:31:49 +02:00