nextcloud-desktop.git
2020-12-15 Hannah von... Fix warning C4715: 'OCC::Utility::vfsCurrentAvailabili...
2020-12-15 Hannah von... Fix 150a5b4d06600d140ddf05383fb74cda6ae6e941
2020-12-15 Hannah von... Fix crash on settings migration
2020-12-15 Hannah von... Fix usage of QMessageBox
2020-12-15 Hannah von... Fix order of pluginkit commands and modernise
2020-12-15 Hannah von... Use separate loggin category for upload v1 and ng
2020-12-15 Hannah von... Wizard: Raise own window
2020-12-15 Hannah von... VFS Dialog: Don't enable on close button clicked
2020-12-15 Hannah von... Remove unused struct
2020-12-15 Hannah von... Remvoe now unneeded SyncRunFileLog::directionToStr
2020-12-15 Hannah von... Remvoe now unneeded SyncRunFileLog::instructionToStr
2020-12-15 Hannah von... Cleanup moc_csync.cpp include
2020-12-15 Hannah von... Rename csync_instructions_e -> SyncInsturctions
2020-12-15 Hannah von... Remove now unneede csync_instruction_str
2020-12-15 Hannah von... Make bit flags better readable
2020-12-15 Hannah von... Use Q_ENUM_NS for PinState
2020-12-15 Hannah von... Test: Disable parallelism to ensure serial execution
2020-12-15 Hannah von... Cookies: Do set cookies in DetermineAuthTypeJob too
2020-12-15 Hannah von... Cookies: Don't override cookies with outdated values
2020-12-15 Olivier GoffartSocketAPI: fix status after a failure to move
2020-12-15 Hannah von... Test: Fix testMovedWithError for vfs mode
2020-12-15 Hannah von... Sync: Fix handling of virtual files in error state
2020-12-15 Hannah von... Test: Add test for vfs failed move crash
2020-12-15 Hannah von... [Gui] Implement raiseDialog on Windows
2020-12-15 Hannah von... [SocketApi] Ensure listener still exists
2020-12-15 Hannah von... Improve logging of issues during plugin loading
2020-12-15 Hannah von... Don't insert items into the folder model if selectiveSy...
2020-12-15 Hannah von... Make sure all cases are handled
2020-12-15 Hannah von... [Gui] Fix vfs dialog not showing on Windows
2020-12-15 Hannah von... Remove unused defines
2020-12-15 Hannah von... Use Q_ENUM_NS to pretty print csync enums
2020-12-15 Hannah von... Fix potential null pointer access
2020-12-15 Olivier GoffartFolder Wizard: warn when adding a folder which is the...
2020-12-15 Hannah von... Fix expansion of tree view on newly added accounts
2020-12-15 Hannah von... [Wizard] Make vfs dialog blocking
2020-12-15 Olivier Goffartfixup test
2020-12-15 Olivier GoffartTests: add a couple of move tests
2020-12-15 Hannah von... [SSL] Print warning only if something changed
2020-12-15 Hannah von... [SSL] Properly restore user accepted certificats
2020-12-15 Hannah von... [Sanity] Remove old ifdef
2020-12-15 Hannah von... Fix saving of cookies
2020-12-15 Hannah von... Don't hardcode PLUGINDIR
2020-12-15 Olivier GoffartMake PluginFactory virtual to silent -Wnon-virtual...
2020-12-15 Olivier GoffartSyncEngine: no need to use QAtomicInt
2020-12-15 Olivier GoffartProxyAuthHandler Use QPointer instead of QWeakPointer
2020-12-15 Hannah von... Remove old test scripts
2020-12-15 Hannah von... [Core] Include more information about the OS in the...
2020-12-15 Hannah von... Don't ignore file sync notification after an unlock
2020-12-15 Hannah von... Prepend PLUGINDIR else its pointless
2020-12-15 Hannah von... Use Q_ENUM on AuthType to get the name printed in the log
2020-12-15 Hannah von... Add Actions to the Desktop file
2020-12-15 Hannah von... Application: Allow to quit running instances by commandline
2020-12-15 Hannah von... Cleanup
2020-12-15 Hannah von... Disable http2 support for now
2020-12-15 Olivier GoffartDon't show the "All files deleted" popup when unselecti...
2020-12-15 Olivier GoffartAccountSettings: limit the clickable region of the...
2020-12-15 Olivier GoffartNetwork Settings: Show a warning that proxy settings...
2020-12-15 Olivier GoffartDiscovery: Allow more HTTP error code to be treated...
2020-12-15 Hannah von... [libsync] Export verifyFileUnchanged
2020-12-15 Olivier GoffartVFS: Do not overwrite existing files by placeholder
2020-12-15 Hannah von... [Gui] Set proper hdpi attributes
2020-12-15 Olivier GoffartDiscovery: fix TestSyncVirtualFiles::testExtraFilesLoca...
2020-12-15 Olivier GoffartTest: Fix testsyncvirtualfiles test
2020-12-15 Olivier GoffartFix build of tests.
2020-12-15 Christian KammVfs: Lots of tests and corrections for suffix edge...
2020-12-15 Olivier GoffartDiscovery: Attempt to fix issue with windows VFS and...
2020-12-15 Olivier GoffartAccount Settings: change the color of info message...
2020-12-15 Olivier GoffartWizard: fix compilation warnings about unused variables
2020-12-15 Olivier GoffartSyncEngine: Save a bit of memory by not keeping a set...
2020-12-15 Olivier GoffartWhen moving is allowed but deleting is not, do not...
2020-12-15 Olivier GoffartRestoration items should appear in the sync protocol
2020-12-15 Olivier GoffartFix Upload of large (> 2GiB) files
2020-12-15 Christian KammTests: Fail if the initial sync fails
2020-12-15 Christian KammDiscovery: Distinguish readdir and closedir errors
2020-12-15 Olivier GoffartTests: introduce ItemCompletedSpy to avoid a bit of...
2020-12-15 Olivier GoffartFix warning about serverJob not being used
2020-12-15 Christian KammPropagate dir: Never write the etag on remote mkdir...
2020-12-15 Hannah von... Ensure the url is complete before we validate it
2020-12-15 Christian KammChecksums: Explicitly close file before reporting result
2020-12-15 Christian KammTest: Disable local discovery parallelism in permission...
2020-12-15 Christian KammDiscovery: Change local job signal signatures
2020-12-15 Christian KammDiscovery: local job shouldn't be parented
2020-12-15 Christian KammDon't store pointer to local job
2020-12-15 Markus GoetzDiscovery: List local directories from thread #7456...
2020-12-15 Markus GoetzReconcile: Sort already during discovery #7445
2020-12-15 Christian KammConnectionValidator: increase timeout to 57s #7456
2020-12-15 Markus GoetzPropagator: Delay job execution a bit #7439
2020-12-15 Christian KammDiscovery: Remove level of indent around moves
2020-12-15 Christian KammDiscovery: If a move is forbidden, restore the source
2020-12-15 Christian KammPropagation: Fix delete-before-rename bug #7441
2020-12-15 Markus GoetzPropagator: Make sure we schedule only one job #7439
2020-12-15 Christian KammPropagateDownload: Don't try to open readonly temporaries
2020-12-15 Hannah von... Change Windows virtual files description to tech preview
2020-12-15 Christian KammDon't fatal on "Storage temporarily unavailable"
2020-12-15 Hannah von... OwncloudWizard: Mark vfs as tech preview instead of...
2020-12-15 Hannah von... CMake VFS: Enable us to provided vfs plugins from an...
2020-12-15 Dominik SchmidtSocketApi: Avoid unneccessary conversions
2020-12-15 Dominik SchmidtSocketApi: cleanup debug output
2020-12-15 Dominik SchmidtAdd ASYNC_ASSERT_ICON_IS_EQUAL command to SocketApi
2020-12-15 Dominik SchmidtMake findWidget more powerful
next