1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-10-31 09:17:14 +01:00

Commit Graph

  • 3f55f9302e Vfs: Hydrating a virtual is SYNC not NEW #7101 Christian Kamm 2019-03-25 10:53:13 +01:00
  • e0c8acc195 Notifications: Don't say "downloaded" for new files #7101 Christian Kamm 2019-03-25 10:52:34 +01:00
  • 0c0049c908 Local discovery tracking: On success, also wipe _renameTarget Christian Kamm 2019-03-28 09:33:20 +01:00
  • 04e0e22513 Protocol, Notifications: Show destination() instead of _file Christian Kamm 2019-03-28 09:32:01 +01:00
  • 47f10fbf96 Fix and test _file and _renameTarget Christian Kamm 2019-03-28 09:10:20 +01:00
  • afbb580528 Test: fix compilation with GCC 4.9 Olivier Goffart 2019-03-22 16:34:41 +01:00
  • 0cf19123a7 VFS: Unbreak behavior for rename+hydrate #7001 Christian Kamm 2019-03-07 14:35:39 +01:00
  • 4346567a03 Async Poll: keep the size in the database Olivier Goffart 2019-03-14 12:08:47 +01:00
  • 46bf3ed31a Upload: asynchronious operations Olivier Goffart 2018-06-25 17:47:52 +02:00
  • 32c60c2f5d macOS: Fix vfs suffix plugin paths #7090 Markus Goetz 2019-03-15 13:56:11 +01:00
  • d496aa5933 Linux: Add autostart delay to avoid tray issues #6518 Christian Kamm 2019-03-13 10:47:41 +01:00
  • 5da48a5239 SocketApi: Fix owncloud/enterprise#2938 Markus Goetz 2018-08-31 15:03:33 +02:00
  • 2f7cdb81cf Tray: Try to establish tray after 10s if failed initially #6518 Christian Kamm 2019-03-06 10:55:45 +01:00
  • 4bd062f5be OwnSql: Distinguish no-data from error #6677 Christian Kamm 2019-03-04 13:58:38 +01:00
  • ee6a48b3dc Client certs: Store pkcs12 in config, password in keychain Christian Kamm 2019-02-19 11:38:46 +01:00
  • cc840534c0 Add PLUGINDIR cmake setting and define #7027 Christian Kamm 2019-03-07 10:58:40 +01:00
  • 87bd26bf6c AccountManager: load the cookies Olivier Goffart 2019-03-01 08:46:33 +01:00
  • 575935ded0 Windows: Forbid chars 0-31 in filenames #6987 Christian Kamm 2019-03-01 09:33:55 +01:00
  • a72bf89779 Selective sync: Don't collapse tree when entering mode #7055 Christian Kamm 2019-02-28 08:15:46 +01:00
  • 2e11f14a6b SocketApi: Fix crash with readyRead() after disconnected() #7044 Christian Kamm 2019-02-18 10:53:41 +01:00
  • 6199e140a5 Wizard: Avoid cert dialog multiple connection Christian Kamm 2019-02-18 14:02:14 +01:00
  • 83268c255a Folder wizard: Fix infinite loop for bad paths #7041 Christian Kamm 2019-02-18 14:32:47 +01:00
  • 93afc2a04b Discovery win: Fix detection of case-only renames Christian Kamm 2019-02-14 14:52:22 +01:00
  • 238ac53666 Ensure local discovery on selective sync changes Christian Kamm 2019-02-13 14:18:54 +01:00
  • 4c04351360 Fix warnings about signedness Christian Kamm 2019-02-13 10:15:33 +01:00
  • 60cb5d3b34 Tests: Fix permission propagation check Christian Kamm 2019-02-13 11:17:51 +01:00
  • 5089f55629 Test: Add check for permission propagation Christian Kamm 2019-02-11 13:25:56 +01:00
  • aed1f28980 Tests: Add db checks to rename/move tests Christian Kamm 2019-02-09 17:04:42 +01:00
  • 910ccaf600 Vfs: Improve sync protocol entries for actions Christian Kamm 2019-02-08 12:21:25 +01:00
  • f24687ec93 Vfs: Make dehydration a SYNC and not a NEW action Christian Kamm 2019-02-08 12:18:22 +01:00
  • 797734870f PropagateDownload: Create conflict even if local file changed Christian Kamm 2019-02-06 15:12:57 +01:00
  • 8a8e93827f Vfs suffix: Fix dehydration creating the wrong db entry Christian Kamm 2019-02-06 15:07:54 +01:00
  • b06f67baf0 Vfs: Ensure VfsOff works without start() being called Christian Kamm 2019-02-06 14:44:05 +01:00
  • 6a977edeee Vfs: Remove VfsDefaults Christian Kamm 2019-02-06 10:41:33 +01:00
  • e9cbe13598 Vfs: Add option to hide socketapi pin actions Christian Kamm 2019-02-06 10:17:35 +01:00
  • e6ee5d0f8a PropagateDownload: Conflict-rename later Christian Kamm 2019-02-05 11:42:15 +01:00
  • 6c5fa1dadd Vfs: dehydration is separate action Christian Kamm 2019-02-01 11:23:00 +01:00
  • d8873c18a1 File watcher: Pin state attribute changes are valid notifications Christian Kamm 2019-01-29 11:41:03 +01:00
  • 83a818678f PinStates cleanup Christian Kamm 2019-01-29 10:53:47 +01:00
  • 0eb4065197 Folder: Add remoteFolderTrailingSlash() Christian Kamm 2019-01-25 07:46:16 +01:00
  • 41f1ddb5fc Vfs: Call unregisterFolder() when folder is removed Christian Kamm 2019-01-25 13:16:32 +01:00
  • 597cc60f52 Vfs: Enable propagating attributes on download Christian Kamm 2019-01-25 11:11:28 +01:00
  • 01f7bc7b49 SyncFileStatusTracker: Distinguish Warning and Excluded Christian Kamm 2019-01-25 11:09:50 +01:00
  • 7f400e3226 Pin state updates Christian Kamm 2019-01-23 15:12:02 +01:00
  • 2722c61515 Vfs: Shell integration is enabled optionally Christian Kamm 2019-01-23 13:07:56 +01:00
  • f89450648f Vfs: Clarify SyncEngine::wipeVirtualFiles() Christian Kamm 2019-01-23 12:58:14 +01:00
  • 5820ac8b41 Discovery: Files can have dehydrate/download actions Christian Kamm 2019-01-22 13:32:28 +01:00
  • af1666788e Discovery: Add signal for silentlyExcluded files Christian Kamm 2019-01-22 11:29:03 +01:00
  • e2eea24a03 Vfs: Send SyncFileStatusTracker data to vfs plugins Christian Kamm 2019-01-21 11:24:16 +01:00
  • 31394f14b5 Vfs: Make files that end up in db placeholders Christian Kamm 2019-01-21 11:22:40 +01:00
  • ca0323e1e7 Propagator: Helper for updating db Christian Kamm 2019-01-21 11:19:45 +01:00
  • fe27804afb Move SyncFileStatus to libcommon Christian Kamm 2019-01-21 11:13:17 +01:00
  • 1cc41427fc Build fix for mingw64 7.3 (Qt 5.12.0) Christian Kamm 2019-01-15 14:54:30 +01:00
  • 4d58208676 File watcher: Reduce touch ignore duration Christian Kamm 2019-02-08 09:57:11 +01:00
  • 539cef345e Switch to standard opt-out BUILD_TESTING instead of opt-in UNIT_TESTING Dominik Schmidt 2018-12-06 12:03:59 +01:00
  • 13890c04a7 HttpCreds: Warn in log if keychain-write jobs fail #6776 Christian Kamm 2019-01-22 10:04:08 +01:00
  • 1a250bc3c7 Download: Ignore content-length for compressed HTTP2/SPDY replies #6885 Christian Kamm 2019-01-30 05:43:08 +01:00
  • 848b869cdf SocketAPI: Remove listener immediately on lost connection Christian Kamm 2019-01-17 10:21:22 +01:00
  • 0eebd77d2c SocketAPI OSX: Forbid further sends on connectionDidDie Christian Kamm 2019-01-17 10:16:44 +01:00
  • 6f4bf585f0 Move: Fix move detection in directory move on the other side Olivier Goffart 2019-01-18 12:27:46 +01:00
  • 88d02a887f Move: add comments and tests Olivier Goffart 2019-01-18 11:59:12 +01:00
  • 1fb4c22adf Move: add more test and fix move within moves Olivier Goffart 2018-12-23 11:30:02 +01:00
  • ade4c11de3 Rename: fix renamed folder moved into renamed folder issue Olivier Goffart 2018-12-23 10:19:20 +01:00
  • f3be99e5b2 vfs: Update pinning context menu to be less confusing Christian Kamm 2019-01-15 10:52:44 +01:00
  • b7079289c2 Vfs: Switch on/off only when sync isn't running #6936 Christian Kamm 2019-01-14 15:48:08 +01:00
  • 5728256763 Folder: Add selective sync / ui related flags Christian Kamm 2019-01-14 15:46:40 +01:00
  • b91839b760 SyncEngine: Rename phase finishing slots Christian Kamm 2019-01-14 15:44:50 +01:00
  • 9f8505c736 Discovery: Fix aborting during discovery #6972 Christian Kamm 2019-01-14 15:41:34 +01:00
  • 836d298141 vfs suffix: Ignore server files or synced files with the suffix #6953 Christian Kamm 2019-01-10 13:26:26 +01:00
  • e774c6c739 Discovery: Ensure selective sync lists are sorted #6958 Christian Kamm 2019-01-10 10:19:27 +01:00
  • 22255e4976 vfs: Add vfs migration options to folder context menu Christian Kamm 2020-11-27 00:57:49 +01:00
  • 20ef0a0290 vfs: Allow retrieving of pin state paths and flags Christian Kamm 2019-01-08 15:15:17 +01:00
  • 7ef6e60660 Result: Add copy/move ctor/op= Christian Kamm 2019-01-08 14:55:30 +01:00
  • 3b923e2afe vfs: Change per-folder message on vfs support Christian Kamm 2019-01-08 13:10:20 +01:00
  • 4df101ed84 vfs: Allow (de-)hydrating the full sync folder Christian Kamm 2019-01-08 12:24:15 +01:00
  • 47e21bfc60 vfs: Don't assume suffix mode for old folders Christian Kamm 2019-01-08 09:28:40 +01:00
  • cbb32edee2 vfs: Disable selective sync if vfs support is available Christian Kamm 2019-01-08 09:14:38 +01:00
  • aa23058d76 Wizard: Ensure client cert doesn't get lost #6911 Christian Kamm 2019-01-11 13:14:30 +01:00
  • c470825c8f Wizard: Drop unused function Christian Kamm 2019-01-11 12:54:33 +01:00
  • 4fcad0d8b0 Sync: Display theme in debug log Markus Goetz 2019-01-11 11:26:22 +01:00
  • b4e73690b7 sqlite: Set exclusive locking_mode to avoid WAL issues #6881 Christian Kamm 2019-01-10 09:21:48 +01:00
  • 17465a6f94 Fix lookup of system wide settings Dominik Schmidt 2019-01-09 16:00:33 +01:00
  • f258af1198 sqlite: Update bundled version to 3.26.0 Olivier Goffart 2018-12-18 12:18:43 +01:00
  • c31d3f277f HttpCredentials: Do not re-enter the event loop Olivier Goffart 2018-11-29 12:40:00 +01:00
  • 51d2e41d8b Chunking Move: Fix too many starting slashes in the destination header Olivier Goffart 2018-11-29 23:17:34 +01:00
  • 0e56dfe3a4 Gui: do not show the settings when opening a virtual file Olivier Goffart 2018-11-29 13:55:27 +01:00
  • c4dfa82661 SocketAPI: Overhaul ui for 'available locally' vs 'online only' Christian Kamm 2020-11-26 23:06:03 +01:00
  • aa382eda29 Db: Add wiping of pin state for subtrees Christian Kamm 2018-12-21 10:35:07 +01:00
  • d956f518a8 vfs: Remove newFilesAreVirtual - use root PinState instead Christian Kamm 2018-12-20 11:24:41 +01:00
  • 62ec4c9330 Discovery: Handle the blacklistFiles from the server capabilities Olivier Goffart 2018-11-29 17:00:16 +01:00
  • 8fecff5153 Progress: Virtual file creation needs no transfer progress #6933 Christian Kamm 2018-12-20 09:45:31 +01:00
  • cdf61b9e82 vfs: Show "new files are virtual" option only with vfs Christian Kamm 2018-12-19 14:51:40 +01:00
  • 8f895fc83c vfs: SocketAPI actions adjust pin state of directories #6815 Christian Kamm 2018-11-27 10:31:13 +01:00
  • 486c25cb47 vfs: Use PinState in sync algorithm #6815 Christian Kamm 2018-11-27 10:22:23 +01:00
  • 68126ac208 vfs: Introduce PinState db storage #6815 Christian Kamm 2018-11-26 13:40:51 +01:00
  • dfedb09fd8 Move test for issue #1329 from t1.pl to new test system Olivier Goffart 2018-12-18 12:08:34 +01:00
  • a29320b18d Discovery: Set right direction when restoring deleted discovery because it has modified files Olivier Goffart 2018-12-18 11:59:37 +01:00
  • 6da96cd026 Port the exclude test to the QTest Framework Olivier Goffart 2018-11-30 15:31:10 +01:00
  • fad1238b33 Test: Move the test for Utility::normalizeEtag to testutility.cpp Olivier Goffart 2018-11-30 15:08:30 +01:00
  • 6e048a2d3f Remove check_csync_util Olivier Goffart 2018-11-30 14:40:47 +01:00