nextcloud-desktop.git
2020-12-15 Olivier GoffartFix windows build
2020-12-15 Olivier GoffartAccount Settings: fix progress being written in white...
2020-12-15 Christian KammVirtual files: Wipe selective sync settings when enabled
2020-12-15 Christian Kammvirtual files: show option only when branding allows it
2020-12-15 Christian KammVirtual files: Use theme to check for option availability
2020-12-15 Olivier GoffartAccount Settings: Add a context menu entry to enable...
2020-12-15 Olivier GoffartUpload: Do not error out if the server do not send...
2020-12-15 Dominik SchmidtDo not select ownCloud in Finder after installation...
2020-12-15 Olivier GoffartOAuth2: Store 'Account::davUser' in the config, and...
2020-12-15 Olivier GoffartLocal discovery: always recurse within touched directory
2020-12-15 Christian KammPropagateUpload: Avoid crash due to cascading aborts
2020-12-15 Olivier GoffartFix leaks in tests
2020-12-15 Christian KammDiscovery: restructure processFileAnalyzeLocalInfo
2020-12-15 Christian KammDiscovery: easy conditions first in processFileAnalyzeR...
2020-12-15 Christian KammDiscovery: Add comments
2020-12-15 Olivier GoffartDiscovery: make sure finished is not called twice,...
2020-12-15 Olivier GoffartRemove the backup deteciton code which was used for...
2020-12-15 Olivier GoffartDiscovery: Remove stale DB entries
2020-12-15 Christian KammDiscovery: Comments and visibility adjustments
2020-12-15 Olivier GoffartDiscovery: cleanups and comments
2020-12-15 Olivier GoffartDiscovery: move checkMovePermissions to its own function
2020-12-15 Olivier GoffartDiscovery: Adjust the instruction in case of resolved...
2020-12-15 Olivier GoffartProcessDirectoryJob: always set _childModified to true...
2020-12-15 Olivier GoffartDiscovery phase: refactor some code in DiscoveryPhase...
2020-12-15 Olivier GoffartNew Discovery Algorithm: more cleanups
2020-12-15 Olivier GoffartFixup commit 835c9163374f42003aa2f7795ade3f4ff62c8877
2020-12-15 Olivier GoffartNew discovery algorithm: fixups
2020-12-15 Olivier GoffartMove Result to its own header
2020-12-15 Olivier GoffartNew discovery algorithm: Parallel PROPFIND
2020-12-15 Olivier GoffartNew Discovery algorithm: Remove the sync cleanup phase
2020-12-15 Olivier GoffartNew discovery algorithm: Set the originalFile for ignor...
2020-12-15 Olivier GoffartNew Propagation algorithm: Fetch, and emit, the root...
2020-12-15 Olivier GoffartNew Discovery Algorithm: Ge tthe size of new folders
2020-12-15 Olivier GoffartNew Discovery algorithm: Split the process function...
2020-12-15 Olivier GoffartNew Discovery Algo: Refactor by splitting the processFi...
2020-12-15 Olivier GoffartNew Discovery Algorithm: Handle rename of virtual files
2020-12-15 Christian KammVirtual files: Renames propagate #6718
2020-12-15 Olivier GoffartFolder Wizard: Disable the 'choose what to sync' treevi...
2020-12-15 Olivier GoffartAccountSetting: Fix Small Memoy leak
2020-12-15 Olivier GoffartFix tx.pl
2020-12-15 Olivier GoffartAccountSettings: Force sync should wipe the blacklist
2020-12-15 Olivier GoffartVirtual files: don't check for new big folders
2020-12-15 Olivier GoffartVirtual files: Don't show selective sync
2020-12-15 Olivier GoffartSocket API: add an option to replace existing files...
2020-12-15 Olivier GoffartUpdate the minimum supported version
2020-12-15 Markus GoetzCMakeLists.txt: Log the Qt version in compile
2020-12-15 Christian KammConflicts: Rename BasePath to InitialBasePath #6709
2020-12-15 Olivier GoffartChecksum: Add support for SHA256 and SHA3
2020-12-15 Olivier GoffartMove the checksum related routine from FileSystem to...
2020-12-15 Olivier GoffartFix a compilation error on windows
2020-12-15 Olivier GoffartNew Discovery Algo: readability improvements
2020-12-15 Olivier GoffartNew discovery algo: data finger print
2020-12-15 Olivier GoffartNew Disco Algo: Handle spurious virtual files
2020-12-15 Olivier GoffartFix test link with older Qt
2020-12-15 Olivier GoffartConflict handling: add the OC-ConflictBasePath header
2020-12-15 Olivier GoffartAccount Settings: Add a text for folder using vierual...
2020-12-15 Olivier GoffartVirtual Files: Set the mtime of the virtual file to...
2020-12-15 Olivier GoffartVirtual Files Mime Type: use "vnd." prefix instead...
2020-12-15 Christian KammVirtual files: Renaming to virtual doesn't delete data...
2020-12-15 Olivier GoffartSyncEngine: Fix renames making hierarchy inversion
2020-12-15 Christian KammRemotePermissions: Fix empty vs null
2020-12-15 Olivier GoffartFolderStatusModel: Do not abort applying selective...
2020-12-15 Olivier GoffartSyncEngine: Fix the "direction" of the "all file delted...
2020-12-15 Christian KammDo not require server replies to contain an mtime
2020-12-15 Olivier GoffartNew discovery algorithm: Call FolderDiscovered
2020-12-15 Olivier GoffartNew Discovery algorithm: Refactor a bit the way the...
2020-12-15 Olivier GoffartFix TestDownload: _ignore_hidden_files was not properly...
2020-12-15 Olivier GoffartNew Discovery Phase: fix a few FIXME
2020-12-15 Olivier GoffartNew discovery algorithm: handle symlinks
2020-12-15 Olivier GoffartNew discovery algo: Handle Database error
2020-12-15 Olivier GoffartSkip failing test
2020-12-15 Olivier GoffartNew discovery phase: read the direct download URL and...
2020-12-15 Olivier GoffartMore cleanup of csync remains
2020-12-15 Olivier GoffartNew Discovery Algo: Permsission check
2020-12-15 Olivier GoffartRemove csync_update and csync_reconcile
2020-12-15 Olivier GoffartRemove the check_csync_update test
2020-12-15 Olivier GoffartNew Discovery Algorithm: handle server errors
2020-12-15 Olivier GoffartBackport 64014dd374dc81cef24898b51830703a527e923f
2020-12-15 Olivier GoffartAdded test that checks what happens when there is an...
2020-12-15 Olivier GoffartConvert p7.pl to a C++ test
2020-12-15 Olivier GoffartNew Discovery Algo: Support the DatabaseAndFilesystem...
2020-12-15 Olivier GoffartNew Disco algortihm: Fix TestChunkingNG::connectionDrop...
2020-12-15 Olivier GoffartNew disco algo: Fix TestSyncFileStatusTracker
2020-12-15 Olivier GoffartNew discovery algorithm: More work on virtual files
2020-12-15 Olivier GoffartNew Disco algorithm: Type change (file to dir)
2020-12-15 Olivier GoffartNew discovery algorithm: Virtual files
2020-12-15 Olivier GoffartNew discovery algorithm: Fix directory deletion
2020-12-15 Olivier GoffartNew Discovery algorithm
2020-12-15 Olivier GoffartNew Discovery algorithm: Handle of move within a moved...
2020-12-15 Olivier GoffartNew discovery algoritmh: more on Renames
2020-12-15 Olivier GoffartNew Discovery algorithm: Check that the original file...
2020-12-15 Olivier GoffartNew disco algorithm: Fix some moving
2020-12-15 Olivier GoffartNew discovery algorithm: Local rename
2020-12-15 Olivier GoffartNew discovery algo: Remote move
2020-12-15 Olivier GoffartHandle Encoding Problems
2020-12-15 Olivier GoffartIgnore Hidden Files
2020-12-15 Olivier GoffartPort the invalid napme regexp
2020-12-15 Olivier GoffartMore progress
2020-12-15 Olivier GoffartNew discovery algo
2020-12-15 Olivier GoffartNew discovery: TestSyncEngine::testEmlLocalChecksum
next